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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7667fea7664ebd0b0ddf65c51c69866f340b254c | 2821fdfb8ac1509350f8d676cd61f32211d08dc9 | /src/com/leetcode/oj/RemoveDuplicatesFromSortedList.java | 8edd831758f10cf06e1cbafd8630cf76e386bff8 | [] | no_license | michaelliudl/CodingInterviewJava | 43db1ee56e4d62dc9633d15169b68cdf3eef73ff | ece97039e06bd7efe772aecd402c51e1d8bf7de5 | refs/heads/master | 2021-01-16T18:43:52.872260 | 2015-03-06T17:56:12 | 2015-03-06T17:56:12 | 22,960,815 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 422 | java | package com.leetcode.oj;
import beans.ListNode;
/**
* Created by doliu on 8/24/14.
*/
public class RemoveDuplicatesFromSortedList {
public ListNode deleteDuplicates(ListNode head) {
if (head == null) return null;
ListNode cur = head, next = head.next;
while (next != null) {
if (next.val != cur.val) {
... | [
"michael.liudl@gmail.com"
] | michael.liudl@gmail.com |
1375ce27b1436cc6afb3c49f6defa0655ddf25a5 | dc97ffc79dc1ef8150852bbc08a3e07d0c5b59b0 | /jdroid-android-sample/src/main/java/com/jdroid/android/sample/ui/notifications/NotificationsFragment.java | a517c5fd53044e60049167362f5feb811ff91839 | [
"Apache-2.0"
] | permissive | irfanirawansukirman/jdroid | 7349480810aba53aedcb5ae046d5c832f6d85374 | 31b3294db1241185749e8566df161db864c14977 | refs/heads/master | 2021-07-20T05:57:47.273315 | 2017-10-30T02:55:18 | 2017-10-30T02:55:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,780 | java | package com.jdroid.android.sample.ui.notifications;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.CheckBox;
import android.widget.EditText;
import com.jdroid.android.application... | [
"maxirosson@gmail.com"
] | maxirosson@gmail.com |
e029bd7320891f33154246dffcf00c7a58979354 | e3c38acaa9105863d6181afa68c15ef61122bc56 | /src/android/support/v4/app/TaskStackBuilder.java | d4d9a36613cc51d596393044af82f69e10970ed4 | [] | no_license | Neio/iMessageChatDecompile | 2d3349d848c25478e2bbbbaaf15006e9566b2f26 | f0b32c44a6e7ba6bb6952adf73fa8529b70db59c | refs/heads/master | 2021-01-18T06:52:36.066331 | 2013-09-24T17:29:28 | 2013-09-24T17:29:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,421 | java | package android.support.v4.app;
import android.app.Activity;
import android.app.PendingIntent;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager.NameNotFoundException;
import android.os.Build.VERSION;
import android.os.Bundle;
... | [
"mdp@yahoo-inc.com"
] | mdp@yahoo-inc.com |
80ce229b73c5fdc6f636527f705e014fe4f6c711 | 74362b77c26687456e436767534ffeb01b14cfc9 | /src/dev/hkor/vcprogram/algorithm/LF.java | b24899ecc9cf1ca73c0da17518a872bb8d23af9a | [] | no_license | thePLManHubert/Vertex-Coloring | 7fa63beff36099ace55ef801b7e8ed0f4a00b2c3 | f0d9c3c1210df99bfa9577310d20506347a98220 | refs/heads/master | 2020-03-19T09:57:01.495780 | 2018-06-06T13:10:43 | 2018-06-06T13:10:43 | 136,330,081 | 0 | 0 | null | null | null | null | WINDOWS-1250 | Java | false | false | 1,873 | java | package dev.hkor.vcprogram.algorithm;
import java.awt.Color;
import dev.hkor.vcprogram.mathobjects.Graph;
import dev.hkor.vcprogram.mathobjects.NeighbourListElement;
import dev.hkor.vcprogram.mechanisms.ColorTranslator;
public class LF extends Algorithm {
ColorTranslator ct = new ColorTranslator();
private Color[]... | [
"hubi92@wp.pl"
] | hubi92@wp.pl |
3f995364cb56b289ebd00b4c9e60fa742938c728 | 1829841d6722d3bba533b752042be4d88a3c772a | /app/src/main/java/com/ilian/tictactoe/frontend/PlayActivity.java | aa56323e4c857f74a760c5c21413939906a1fc66 | [] | no_license | annihilator01/tic-tac-toe | 4f8d9cd03bea27cb010e8c5a3f47e950a4f2f18f | 9c65756c2561ec38d4b4d021616048abf0809f20 | refs/heads/master | 2021-02-07T18:30:34.043311 | 2020-04-06T10:07:16 | 2020-04-06T10:07:16 | 244,062,216 | 0 | 0 | null | 2020-04-06T09:35:16 | 2020-03-01T00:24:23 | Java | UTF-8 | Java | false | false | 9,838 | java | package com.ilian.tictactoe.frontend;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.graphics.drawable.AnimatedVectorDrawable;
import android.graphics.drawable.Drawable;
import android.os.Build;
import android.os.Bundle;
import android.util.Pair;
import android.view.Gravity;
impo... | [
"ghrom07@yandex.ru"
] | ghrom07@yandex.ru |
d0f154bd9896234a3039cd7505730de104173a6a | ea4f35442857244320b9013246b491771bca8f15 | /1.JavaSyntax/src/com/codegym/task/task04/task0415/Solution.java | 22631a83a3ecd3ea96b3e52927d4bbbe762530a9 | [] | no_license | stal-janybekuulu/CodeGymTasks | 4f2363e4f6c101ec0582f4209efee8942239d1e3 | ba62d4f60ce777ab100008a53f896b4a4c672177 | refs/heads/master | 2021-06-29T01:29:50.964588 | 2020-10-28T10:22:24 | 2020-10-28T10:22:24 | 171,511,247 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 585 | java | package com.codegym.task.task04.task0415;
/*
Rule of the triangle
*/
import java.io.*;
import java.util.Scanner;
public class Solution {
public static void main(String[] args) throws Exception {
Scanner scanner = new Scanner(System.in);
int a = scanner.nextInt();
int b = scanner.nextInt... | [
"stal.janybekuulu@gmail.com"
] | stal.janybekuulu@gmail.com |
d5b48ff16f9da29cba43883d3851bbae9896d1e0 | 07ae59a61f1f34c091c5af575c656f3e26c12945 | /src/main/java/org/bpz/rabbitmq/management/web/controller/TestController.java | d47af33ec4b46f1675f43339ea3242a2b8427749 | [] | no_license | lovercoder/rabbitmq-management | c90379b99bc62d4e056aaacc38b343da6de05874 | 9dc632c12d3624fa369c199908b67247a9687a16 | refs/heads/master | 2020-04-12T14:32:40.886800 | 2018-11-29T13:45:07 | 2018-11-29T13:45:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 782 | java | package org.bpz.rabbitmq.management.web.controller;
import com.google.gson.Gson;
import org.apache.commons.codec.digest.DigestUtils;
import org.bpz.rabbitmq.management.common.dto.User;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.spr... | [
"baopeizhou@126.com"
] | baopeizhou@126.com |
091eacadeaee770979c8366e8a7c9b3fe6420dee | f8980bd081ad01c3b18d4fce523516f9fc0897bb | /src/etiquetas/visao/FormConectaBanco.java | 37719fcc43dea2b6a0e0d6078c1cbc34a087c00c | [] | no_license | Eudes-batista/Etiquetas-de-Gondola | 7f2a42f7b5ae8e16cd0b2e9d081cf59d2e89314c | 7dd4f5dc636e5c0d9ab5bd7078736979d2d0158c | refs/heads/master | 2021-07-05T23:51:35.988484 | 2021-01-30T16:30:38 | 2021-01-30T16:30:38 | 224,517,538 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,669 | java | package etiquetas.visao;
import etiquetas.controle.ArquivoControle;
import etiquetas.controle.ConectaBanco;
import etiquetas.modelo.Configuracao;
import java.io.IOException;
import java.util.Arrays;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.swing.JDialog;
import javax.swing.JFileCho... | [
"Administrador@PC-PC"
] | Administrador@PC-PC |
10edb35a51e75b09ea39b96336a1e08e21ba98e4 | 91a6918b7e0e44e72576921485ed231b293e7d59 | /src/com/xintong/code/factory2/simple/Product.java | 7eeb018e50a230e3fb4e2f7498ac584ff0bf7dee | [] | no_license | githubzsk/DesignModel | af143ad1822f6243d2a467fce5393b3570427310 | 38f5eeaba518fd5c5adc4106849914a2b69d52d4 | refs/heads/master | 2021-04-01T05:23:53.411551 | 2020-09-24T16:00:34 | 2020-09-24T16:00:34 | 255,204,514 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 213 | java | package com.xintong.code.factory2.simple;
/**
* @ClassName Product
* @Description TODO
* @Author zsk
* @Date 2019/12/30 16:01
* @Version 1.0
*/
public abstract class Product {
abstract void intro();
}
| [
"zzzsk163@163.com"
] | zzzsk163@163.com |
d8cf2c43afa8e2f11c5802dd841c75c6e381d16e | 5e2cab8845e635b75f699631e64480225c1cf34d | /modules/core/org.jowidgets.impl/src/main/java/org/jowidgets/impl/widgets/composed/blueprint/defaults/QuestionDialogDefaults.java | 70907d71e0b6867c1306ac6aeba680256e6e9e99 | [
"BSD-3-Clause"
] | permissive | alec-liu/jo-widgets | 2277374f059500dfbdb376333743d5507d3c57f4 | a1dde3daf1d534cb28828795d1b722f83654933a | refs/heads/master | 2022-04-18T02:36:54.239029 | 2018-06-08T13:08:26 | 2018-06-08T13:08:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,445 | java | /*
* Copyright (c) 2010, Michael Grossmann
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of ... | [
"herrgrossmann@users.noreply.github.com"
] | herrgrossmann@users.noreply.github.com |
af3ab4164f3c67b8c2d2cb5d958f74902941dcbc | 7f4966afc7e238498e79e6226a19327aaeccf93c | /app/src/main/java/com/adex11/android/sastaGoldari/utils/ConstCode.java | 49953648783782c75ffd99fa76690a45127c2ebe | [] | no_license | anubhab-d/sastagoldari | b3098be1c6f4b3b7bbbd52c95f7af27baf3f4dd7 | be73bce398047ac49682f75f0101b26f1aa320cc | refs/heads/master | 2023-06-24T03:18:37.572635 | 2021-07-22T14:31:33 | 2021-07-22T14:31:33 | 376,084,139 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 272 | java | package com.adex11.android.sastaGoldari.utils;
import android.content.Context;
import android.widget.Toast;
public class ConstCode {
public static void showToast(Context context, String txt) {
Toast.makeText(context, txt, Toast.LENGTH_SHORT).show();
}
}
| [
"76570320+sitamadex11@users.noreply.github.com"
] | 76570320+sitamadex11@users.noreply.github.com |
4242a59bcbb10cbcee032af92edaa2cc16cf9ba6 | 440129ba5acb1166570b13a97653ae9c95c9387c | /src/caceresenzo/libs/boxplay/culture/searchngo/content/text/INovelContentProvider.java | f24bbe2016349747636075b07ff1bf111dbdd9a7 | [] | no_license | Caceresenzo/boxplay3-library | b8bd923d0431e84b342b7016c71a202a70bdf77b | 5d65333a323d77e457962060120fbdf03d64cd20 | refs/heads/master | 2022-02-21T03:45:53.090540 | 2019-09-18T20:46:38 | 2019-09-18T20:46:38 | 137,792,287 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 139 | java | package caceresenzo.libs.boxplay.culture.searchngo.content.text;
public interface INovelContentProvider extends ITextContentProvider {
} | [
"caceresenzo1502@gmail.com"
] | caceresenzo1502@gmail.com |
7675124c5aa773a246b530d59f2bcdc70128b735 | d31a4fc19d6ad777b04d2894b78af5169e9c0cf0 | /java/swim-jaxb/swim-jaxb-tmfdata/target/generated-sources/xjc/us/gov/dot/faa/atm/tfm/tfmrequestreplytypes/RerouteDynamicExceptionResponseType.java | 8db3d6565eed42f4424870dc11246c018c44116b | [] | no_license | am1985/swim | 71120c281f56a4e1962ae3cc822fc579822e8489 | 44a9295b62520560c61a0c1e7b982e23f886ea60 | refs/heads/master | 2021-05-21T19:00:20.206445 | 2020-04-03T17:17:31 | 2020-04-03T17:17:31 | 252,761,369 | 0 | 0 | null | 2020-10-13T20:53:13 | 2020-04-03T14:49:41 | Java | UTF-8 | Java | false | false | 2,920 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2020.04.03 ... | [
"Alexander.Murray@noblis.org"
] | Alexander.Murray@noblis.org |
509428e87d6b9097a4ec4487c3d9dd0e5259facf | f6c2b29f29b7d354a9ca829c0eb7b1b0a6589e9e | /Java/AULAS/src/Lista_III/T4_IdividuosRegiao.java | 1d9ad8820f0bcc33c583a14a3063ee67ec753885 | [] | no_license | LukyAguiar/turma30java | 28a652393c9ae82e9d6f1b6a862925a4905d09f3 | 6e07a4a341aaff47d595b1705567b233881cd430 | refs/heads/main | 2023-07-03T23:53:17.231774 | 2021-08-12T19:22:50 | 2021-08-12T19:22:50 | 391,053,489 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,581 | java | package Lista_III;
import java.util.Scanner;
public class T4_IdividuosRegiao {
public static void main(String[] args) {
//Variaveis
Scanner leia = new Scanner(System.in);
int idade;
char sexo; //(1- woman / 2-man / 3- Others)
char opcoes;
char op = 'S';
int contadorPessoas = 0;
final int LIMIT... | [
"lucas.nune@outlook.com.br"
] | lucas.nune@outlook.com.br |
a4cb356a10305b3c5c721bef903b142bcc7c8c2a | f093834bae67ab4fa901d93e991fa4f9996c74ba | /src/main/java/com/lexx7/servicemessages/web/model/UserRowModel.java | f5cf842c4e2c2f1b464dfad794dd9bbdd4bcf7ca | [] | no_license | lexx7/service-messages | 591649e0b19c866d56affa6deacf3e18c80d97a8 | b370bb4ab96302ca8fbd2537ba481bde73eb2c66 | refs/heads/master | 2020-12-31T05:55:24.253156 | 2017-02-21T19:00:43 | 2017-02-21T19:00:43 | 80,651,446 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 850 | java | package com.lexx7.servicemessages.web.model;
public class UserRowModel {
private String id;
private String fio;
private String email;
private String login;
private String role;
public String getId() {
return id;
}
public void setId(String id) {
this.id = id;
... | [
"lexx7@list.ru"
] | lexx7@list.ru |
b60f6b75e9fd975c7c1d6bc558eea9016a1e8449 | 856920a3cc35bc3cecaf1fba628b06c7d614c9ec | /app/src/main/java/com/example/nurseryschool/PostActivity.java | 6d7bae471eb89ecbd231663a5150baa5e7dcf974 | [] | no_license | nhatthy24/DoAnCNPM | 8b6d54ce149d9be0ab21b2606ce4a387225be3c8 | 4a85c674199d7c15918447c373f0072707523595 | refs/heads/master | 2023-05-14T15:08:18.244914 | 2021-06-08T12:58:57 | 2021-06-08T12:58:57 | 369,531,509 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,855 | java | package com.example.nurseryschool;
import android.os.Bundle;
import android.app.ProgressDialog;
import android.content.ContentResolver;
import android.content.Intent;
import android.graphics.Bitmap;
import android.net.Uri;
import android.provider.MediaStore;
import android.support.annotation.NonNull;
import android.os... | [
"73516408+nhatthy24@users.noreply.github.com"
] | 73516408+nhatthy24@users.noreply.github.com |
2764c69f63e056a01bcc52b253e3acc00b3fc524 | bf433954e66bfdad4aa4b9bec0574793f12541f3 | /src/main/java/com/tild/desafio/blog/data/CommentRepository.java | f10b4de82029763230bd59bd7befed2c62726c1f | [] | no_license | lucasns/desafio-tild | 524eec075147452e4eeddb0a1b5c228f62b56837 | 65e5adbf43a9616b1ced53d0830189447bb80d86 | refs/heads/master | 2021-05-15T18:27:55.062106 | 2017-10-23T12:08:04 | 2017-10-23T12:16:09 | 107,635,603 | 0 | 0 | null | 2017-10-24T01:41:36 | 2017-10-20T05:27:54 | Java | UTF-8 | Java | false | false | 222 | java | package com.tild.desafio.blog.data;
import org.springframework.data.jpa.repository.JpaRepository;
import com.tild.desafio.blog.model.Comment;
public interface CommentRepository extends JpaRepository<Comment, Long> {
}
| [
"lucas.n15@outlook.com"
] | lucas.n15@outlook.com |
d325a7afe7863485f0c3e5019ec8f3111a673bac | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/alibaba--fastjson/0018fa655339128cce68486bf11b1fe7f20b1eab/before/ASMDeserializerFactory.java | afd918c9f408640ec32e116e5427eecfa3f4ec97 | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 67,476 | java | package com.alibaba.fastjson.parser.deserializer;
import static com.alibaba.fastjson.util.ASMUtils.getDesc;
import static com.alibaba.fastjson.util.ASMUtils.getType;
import java.io.File;
import java.io.FileOutputStream;
import java.lang.reflect.Constructor;
import java.lang.reflect.Method;
import java.lang.reflect.Mo... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
3729acb640601a5db86a64bbf7d48124923a80f6 | 62c945edeeff44a25b959c6fabf10b0cbc6a8042 | /framework_view/src/com/segi/view/calendar/bizs/calendars/DPCNCalendar.java | b770bcad0b2d136e1026c21419f7c1e96d07bb6b | [] | no_license | haijdong/Engagement | 320025129ca5ac2cbdb6cff019731b3e239627a0 | d8bd6ea208cc416043a0a5b767a85e7f494a7a63 | refs/heads/master | 2020-03-22T04:46:47.025514 | 2018-12-12T03:25:03 | 2018-12-12T03:25:03 | 139,520,648 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,143 | java | package com.segi.view.calendar.bizs.calendars;
import android.text.TextUtils;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Set;
/**
* 中国月历
*
* Calendar of China
*
* @author AigeStudio 2015-06-16
*/
public class DPCNCalendar extends DPCalendar {
private ... | [
"dhj_33922@163.com"
] | dhj_33922@163.com |
6992cb1b89209ece854fb3d733fa823aea7da30f | b525c75c22a92d4e7301d4c2de19fa3f3ce21ec8 | /app/src/main/java/touch/drag/milica/master/Setting.java | f1193b6fc36ae40ee308581aa52711ccd974de4a | [] | no_license | MilicaSelakovic/TouchDrag | d2136ef523c0e2925709862c77e15d087f969a8a | 236818d59be019eafbc630d67362732f8a21df7c | refs/heads/master | 2021-09-18T19:30:45.735426 | 2018-07-18T15:24:25 | 2018-07-18T15:24:25 | 73,170,047 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,961 | java | package touch.drag.milica.master;
import android.content.Intent;
import android.graphics.Color;
import android.support.annotation.ColorInt;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import ... | [
"milica1793@gmail.com"
] | milica1793@gmail.com |
fe51f2364ea3f3769be555fa1c5c0b475b3a61f6 | 45f63b15e9c28eec6652a540a78771614f581503 | /VPD/src/com/servlets/AssignServlet.java | 16ee324a0c6d69dc6175c5f36b1aae41d55439c0 | [] | no_license | abhinavbhargava16/ModuleVPD | 3266d073db0130a9f27589f0caeefc00c7814541 | c0cc49e93914d03f6383f7165ebbac3bbf6aff29 | refs/heads/master | 2022-09-03T02:27:50.186735 | 2020-05-28T16:25:31 | 2020-05-28T16:25:31 | 266,024,909 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,392 | java | package com.servlets;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.Connection;
import java.sql.SQLException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
imp... | [
"Abhinav@LAPTOP-754JRR94"
] | Abhinav@LAPTOP-754JRR94 |
f5856c6363e9ca62138c37c1a10bfa97171c4245 | b2104a8e1d6777831d77bba882b44bde69210710 | /src/main/java/com/wotif/schema/ota/_2007b/DateTimeSpanType.java | 5d32d9709a872f94d01132894440c2361a76e93f | [] | no_license | wotifgroup/ota-schema | 57dda9dc7d3b5d2f98326d3518f28f062d5e94d4 | 66c4353247fbfdadc0e6f49f2b75b2020c064ecb | refs/heads/master | 2020-04-04T05:20:42.359125 | 2014-09-03T05:55:23 | 2014-09-03T05:55:23 | 28,319,242 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,322 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.6
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2014.04.03 at 03:33:2... | [
"pete.capra@wotifgroup.com"
] | pete.capra@wotifgroup.com |
af1653155df0002c298afef6cc517d771b813470 | 80823af18af88cfaf101c9e9a96599c6dfa38190 | /JavaWeb/8.JSON_Ajax/src/main/java/com/example/JsonTest/Test1.java | 46999ee708bbf73871edad69aa665284c24c0cd9 | [] | no_license | Yee127/JavaFile | 0987546a45e44901c293877f6a4c3eaf4bcd7f20 | b3a4868368ad1ca5454d185c01e21f997d62e696 | refs/heads/master | 2023-04-02T06:59:52.803670 | 2021-04-05T05:30:04 | 2021-04-05T05:30:04 | 354,558,473 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,504 | java | package com.example.JsonTest;
import com.example.Bean.Person;
import com.example.Bean.PersonListType;
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;
import org.junit.Test;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class Test1 {
... | [
"yivan127@163.com"
] | yivan127@163.com |
8da89b6f3bb64deda238af34eb2fb0980251be7b | ecbf8c4452f01aeff8b18122cebd4ad439185264 | /algorithms/design-underground-system/src/test/java/DesignUndergroundSystemTest.java | ea78fd619a12dd41a2a850b7ef0d08c91f5dabb3 | [] | no_license | XyParaCrim/brain-index | 4335d397ebe93ecd5e40557de39c967f8d48fb3c | 24a2952bcfc00996992a54819a50ae076a901505 | refs/heads/master | 2020-09-26T20:50:12.734020 | 2020-08-27T18:10:12 | 2020-08-27T18:10:12 | 226,341,139 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,099 | java | import org.excellent.cancer.algorithms.DesignUndergroundSystem;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertEquals;
public class DesignUndergroundSystemTest {
@Test
@DisplayName("Case1: 两个HashMap:一个以游客id为键,一个以往返两地")
pub... | [
"xylome@qq.com"
] | xylome@qq.com |
8d32865637c8c0d6d59a42d092e27395db7a8442 | 6a4f1944e61478e22a1f7558e16c8ee5a84f2088 | /pop/lab4/semdetails.java | ccf0eebba7bdfd02406058092dba5c8180a448c9 | [] | no_license | ydodeja365/LabWork | 66b55c71ebff2bdaf57ded76d002a9184de1d191 | a734b578a733b95bbcd19d25bba014c6bebc9c8b | refs/heads/master | 2021-09-11T15:30:52.509011 | 2018-04-09T14:55:07 | 2018-04-09T14:55:07 | 111,224,200 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 425 | java | import java.util.Scanner;
class semdetails
{
float GPA;
public static void main(String args[])
{
Scanner s = new Scanner(System.in);
semdetails obj[] = new semdetails[8];
System.out.println("Enter all 8 sems GPA:");
float sum = 0;
for(int i=0;i<8;i++)
{
obj[i] = new semdetails();
obj[i].GPA = s.nex... | [
"param.catchchaos@gmail.com"
] | param.catchchaos@gmail.com |
d29bb82d0bba1caf4e81134e505c5a57f725d32c | f0c0d125057716d7e186f72a7f27090a47186deb | /src/main/java/org/lukas/javach/command/SimpleControlPanel.java | 225476d7b0c3fa9a331e97eff0c59387acf089a2 | [] | no_license | LukasPecak/DesignPatterns | 7608e27d6713d19d372682f3cffb8830c9eb1205 | 28f0b8b664612fbbabd37dac540d18293b1453af | refs/heads/master | 2021-07-07T11:29:31.291213 | 2019-07-26T21:04:36 | 2019-07-26T21:04:36 | 199,079,500 | 0 | 0 | null | 2020-10-13T14:54:21 | 2019-07-26T21:01:11 | Java | UTF-8 | Java | false | false | 3,063 | java | package org.lukas.javach.command;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* Created by Lukas on 29.10.2017.
*
* @author Lukas Pecak
*/
public class SimpleControlPanel implements ControlPanel {
private static Logger log = LoggerFactory.getLogger(SimpleControlPanel.class);
private int... | [
"lukas.pecak@gmail.com"
] | lukas.pecak@gmail.com |
36812d8e4773e6baa8daa1cd048602963a4bd804 | 9d144fff1dc5b0edd8ed2d8f25164aa0a8a28004 | /src/RplIt/temperature.java | d6834d54544db44cf77e55d4e3439ebdd74de0b8 | [] | no_license | mirshodtairov/JavaProgrammingSpring2019 | d64a7cef13dc58703d87d5ffec30f896f3a280b8 | dcf99c5b0d58c6a81ef8775af2bd960c4062e630 | refs/heads/master | 2020-05-18T10:33:44.869942 | 2019-07-16T18:36:16 | 2019-07-16T18:36:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 520 | java | package RplIt;
import java.util.Scanner;
public class temperature {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int k = 0;
double total = 0;
double avgTemp = 0;
double[] temps = { scan.nextDouble(), scan.nextDouble(), scan.nextDouble(), scan.nextDouble(),
scan.nextD... | [
"mirshod.tairov@gmail.com"
] | mirshod.tairov@gmail.com |
0ea85c4ec9cc052a473b47b235b871fc468f39e0 | 77a7b0a4f0085da84d8f19a29d7485226fbc291c | /Fragment_ListView_RecycleView/app/src/test/java/com/example/buidanhnam/fragment_listiew_recycleview/ExampleUnitTest.java | 141a32ae4843028ee94b6794473d0c0b2b9745bd | [] | no_license | nambd-1242/-android_advance_1 | 614876366e7c2732ccf9d4a34045795bfb56e25c | e7731cc707d2883d543439920edc032d8a8b4bd8 | refs/heads/master | 2021-08-29T23:47:08.103322 | 2017-12-11T09:08:28 | 2017-12-11T09:08:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 429 | java | package com.example.buidanhnam.fragment_listiew_recycleview;
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 ExampleUnitTes... | [
"bui.danh.nam@framgia.com"
] | bui.danh.nam@framgia.com |
1f1cf326285d98bc23b7c22269efe8e1967da3c9 | a872bdec0b0ccd944bea0abb694fb3240170f84c | /src/io/joy/route/RouteTree.java | 20c7311b2d47cf1066c9f5d024b1855155c8a1b9 | [] | no_license | limeuser/joy | 0ee3a0930fc8f70949b36a95e116fdcbe4da4b63 | 2448a6993255b1a4a70dadcdc97d87e04047341e | refs/heads/master | 2021-01-23T01:41:06.026287 | 2018-06-11T05:55:19 | 2018-06-11T05:55:19 | 92,886,844 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,803 | java | package io.joy.route;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import io.joy.http.Handler;
import io.joy.util.Bug;
public class RouteTree {
public class Node {
RouteElem key;
Handler value;
Node parent;
List<Node> children;
String route() {
if (this == tree) {
... | [
"kK644742935@gmail.com"
] | kK644742935@gmail.com |
8938e3d5567f18c08e0c4b15f1665b5c05675536 | 2dbca48986c737b0d3ab65c7a7de3c899439d3b8 | /eSandwich/COPIA 13/PantallaLogin.java | ba9fc53accaae151346e3cbec9ef5bf9437724cb | [] | no_license | msalas/esandwich | b5a8a1ec5c41d841a69e04434ac43b20167705b0 | 938d8b9a4cbb681e3992a46bf9dde0d81611e74f | refs/heads/master | 2021-01-10T06:48:05.070539 | 2007-12-06T11:52:21 | 2007-12-06T11:52:21 | 36,846,676 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 3,723 | java | import java.awt.BorderLayout;
import java.awt.Rectangle;
import javax.swing.JButton;
import javax.swing.JDialog;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JTextField;
public class PantallaLogin extends JDialog {
private static final long serialVersionUID = 1L;
pr... | [
"marc.salas@786e674c-0b3f-0410-8684-fb369c74eaa0"
] | marc.salas@786e674c-0b3f-0410-8684-fb369c74eaa0 |
32bc5dd690eb4f5fa60ed042125b6bae4b83c4a4 | 5ef5abccad107b2161dc77b4034dd8253e5b8294 | /app/src/main/java/com/cast/tv/screen/mirroring/iptv/ui/iptv/category/CategoryViewModel.java | 8cec5533aff38c8430d8c1b27be6b51c3b73fb29 | [] | no_license | numadykuteko/CastTVApp2 | 05e0df757f489abc337e955503a0f30b75ee3cf9 | 7bea17776c95c9bcef12204de7cdf172dc8a1f63 | refs/heads/master | 2023-04-22T00:50:38.857442 | 2021-05-18T02:49:01 | 2021-05-18T02:49:01 | 367,902,899 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 371 | java | package com.cast.tv.screen.mirroring.iptv.ui.iptv.category;
import android.app.Application;
import androidx.annotation.NonNull;
import com.cast.tv.screen.mirroring.iptv.ui.base.BaseViewModel;
public class CategoryViewModel extends BaseViewModel<CategoryNavigator> {
public CategoryViewModel(@NonNull Application ... | [
"kevinkool9x@gmail.com"
] | kevinkool9x@gmail.com |
dd940b0d4f763f690cf7d86f2af48e09e02cd619 | 16aedb99fdd8229192d4123481a9613b67e252f9 | /src/main/java/jar/controller/HelloAction.java | 5cbcdec5de4a2f2b17f4a53385179aabede809f4 | [] | no_license | munivarma/devops-edu | 8a58db6119f54b7f28d35bdf5033cdb0e8ee000a | 27881a9810ec354cd4d2524819fab75b1bdbbd07 | refs/heads/master | 2021-08-10T09:22:02.849726 | 2017-11-12T12:33:15 | 2017-11-12T12:33:15 | 108,639,403 | 0 | 0 | null | 2017-10-29T10:48:59 | 2017-10-28T10:14:23 | Java | UTF-8 | Java | false | false | 399 | java | /*
* HelloWorld! test Class
* IMPORTANTE *********************************************
*
* REMOVE THESE CLASS AND THE DEFAULT USER CREATED FOR TEST!
*/
package jar.controller;
import javax.inject.Inject;
import jar.business.LoginService;
public class HelloAction extends BaseAction{
@Inject
LoginService... | [
"munivarma4@gmail.com"
] | munivarma4@gmail.com |
48d6cadaace746840773335021bd7f4a74523703 | 714cbf8e2460b2520859fe4b2218f2da050aedcf | /DomainGenerators/src/main/java/ch/uzh/ifi/DomainGenerators/DomainGeneratorSpatialUncertain.java | ff410fa33b4a30f8779414a1e4d8609e0e3ad2ed | [] | no_license | dmitrymoor/DomainGenerators | e775e02b8585422e419dfb272971a0cd1bb8bb46 | dc88797de2ef4b3d010141a4c03cc71662f161da | refs/heads/master | 2021-01-10T13:00:47.249475 | 2017-10-17T10:14:29 | 2017-10-17T10:14:29 | 52,980,910 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,982 | java | package ch.uzh.ifi.DomainGenerators;
import java.util.List;
import java.util.stream.Collectors;
import java.util.stream.IntStream;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import ch.uzh.ifi.MechanismDesignPrimitives.FocusedBombingStrategy;
import ch.uzh.ifi.Mechan... | [
"dmitry.moor@yandex.ru"
] | dmitry.moor@yandex.ru |
54abec77fe7e0ced4ef5bf51d99eff8a8ca56a72 | c885ef92397be9d54b87741f01557f61d3f794f3 | /results/Codec-14/org.apache.commons.codec.language.bm.PhoneticEngine/BBC-F0-opt-70/tests/29/org/apache/commons/codec/language/bm/PhoneticEngine_ESTest.java | 04eb57ba05f57a27b12b202c88727583f7cb5dfd | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 5,967 | java | /*
* This file was automatically generated by EvoSuite
* Sun Oct 24 04:31:05 GMT 2021
*/
package org.apache.commons.codec.language.bm;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import java.util.LinkedHashSet;
import java.util.LinkedList;
import jav... | [
"pderakhshanfar@serg2.ewi.tudelft.nl"
] | pderakhshanfar@serg2.ewi.tudelft.nl |
b36e1cc73ca68fe2a2c1abe24b3e44c995af5d05 | fb78c95928c6dc1aa3b51ad3f42df772919a0753 | /03wordsearch/Driver.java | 1f8af36c4c039c3b8ca885f0a5fa02aaa452a7eb | [] | no_license | drothblatt/APCSHW-term1 | 65bc805d0a054cd2f01c720f4ba6da6fb540ddc9 | dde2f9e966fdb417b328702ebdee82869b56183d | refs/heads/master | 2020-04-04T15:16:20.214538 | 2014-12-20T21:12:02 | 2014-12-20T21:12:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,359 | java | import java.io.File;
import java.io.FileNotFoundException;
import java.util.*;
public class Driver{
public static boolean checkInputs(int rows, int cols, int randomSeed){
return rows < 3 || rows > 40 || cols < 3 || cols > 40 || randomSeed <= 0;
}
public static void main(String[]args) throws FileNotFoundE... | [
"daroth13@gmail.com"
] | daroth13@gmail.com |
885d0e0aa5be2abf3ed7257a14d47246eaec913f | a53f3efa7b4e4f7562f5d5b5ff897339eaaf3896 | /target/test-classes/javax/el/TestBeanELResolver.java | d2bb932586f332fb4c6317eba59266c8a333ccaa | [
"Zlib",
"LZMA-exception",
"CPL-1.0",
"bzip2-1.0.6",
"Apache-2.0",
"EPL-1.0",
"LicenseRef-scancode-unknown-license-reference",
"CDDL-1.0"
] | permissive | waylc/apache-tomcat-8.5.37-src | 3b2a2b7f9726d0331ca09c7ba869f69f1d17f663 | 5deda39b5ef28c753d6efbf659fe02aef40c340e | refs/heads/master | 2022-02-04T15:34:55.624330 | 2019-07-17T11:03:20 | 2019-07-17T11:03:20 | 196,672,823 | 0 | 0 | Apache-2.0 | 2022-01-21T23:36:14 | 2019-07-13T03:17:51 | Java | UTF-8 | Java | false | false | 37,745 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... | [
"717195415@qq.com"
] | 717195415@qq.com |
8837cb18138420460b4263d80f717ada9521ef20 | 2389bc000bf5557423dca17da21d8cbb399214e9 | /app/src/main/java/com/example/findwhousesmyhotspot/WiFiDirectBroadcastReceiver.java | 5efd2518e3b36cc2753c6bea3f987f755365ae85 | [] | no_license | skennetho/WifiDirectPractice | 1c98d82ece12829f00917587a1ea3e19f08d9e03 | 1b0ce9e3a25bfb2dcea1ef90e5823434c02ffc2f | refs/heads/master | 2022-11-27T22:13:48.831003 | 2020-07-31T16:20:40 | 2020-07-31T16:20:40 | 279,260,903 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,713 | java | /*
* Copyright (C) 2011 The Android Open Source 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 app... | [
"thrkd613@naver.com"
] | thrkd613@naver.com |
ada0fa3f1b06b5c8a2135e0757a5c8db581676cd | a52f509c87458321cebe424b6a80273b2fa41084 | /src/AmazonOA/com/DistanceBetweenNodesinBST.java | c4a6a387b982121e289e5186d6f5c64e30b31a21 | [] | no_license | jiefanshi/JavaCap | fa8a307dbdf316ecb431a439146fafdded04dac0 | 1dda027335d1cf54b4ef4c9e1bfd85b6606ed2bc | refs/heads/master | 2020-08-23T20:00:29.148815 | 2019-10-22T01:32:40 | 2019-10-22T01:32:40 | 216,697,912 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,761 | java | package AmazonOA.com;
import java.util.*;
class DistanceBetweenNodesInBST {
public static void main(String[] args) {
DistanceBetweenNodesInBST main = new DistanceBetweenNodesInBST();
constructTreeAnyOrder consTree = new constructTreeAnyOrder();
TreeNode root = consTree.constructATree (new... | [
"feiwanghao@gmail.com"
] | feiwanghao@gmail.com |
fd7f51709fc040f5e09ace962bd9225898211324 | 95c49f466673952b465e19a5ee3ae6eff76bee00 | /src/main/java/com/zhihu/android/app/feed/p1083ui/holder/p1103ad/AdFocusVideoDynamicViewHolder.java | b4f0df49f09cd6207bd4e6a69f9d87d3d7f47635 | [] | no_license | Phantoms007/zhihuAPK | 58889c399ae56b16a9160a5f48b807e02c87797e | dcdbd103436a187f9c8b4be8f71bdf7813b6d201 | refs/heads/main | 2023-01-24T01:34:18.716323 | 2020-11-25T17:14:55 | 2020-11-25T17:14:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,721 | java | package com.zhihu.android.app.feed.p1083ui.holder.p1103ad;
import android.view.View;
import android.widget.TextView;
import com.secneo.apkwrapper.C6969H;
import com.zhihu.android.R;
import com.zhihu.android.api.model.FeedAdvert;
import com.zhihu.android.p945ad.C9180g;
import com.zhihu.android.video.player2.widget.Vide... | [
"seasonpplp@qq.com"
] | seasonpplp@qq.com |
ef32e891bc02ea86e1dfcf1224e3903605141f3d | 8ae1d0202278eb17ca6fca7f8cf36fd56aabbc88 | /dataStructure/src/main/java/com/zj/recursive/T.java | 3c273e4cee2e1f0e32dcc8d76239b001a91a9099 | [
"Apache-2.0"
] | permissive | hqq2023623/notes | d077628dbe90ccb064e8df2efb9ddf13a1bad7d8 | 490f09f19d25af313409ad6524c4a621beddbfbe | refs/heads/master | 2021-01-18T23:55:22.881340 | 2017-11-02T23:06:52 | 2017-11-02T23:06:52 | 47,523,491 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,183 | java | package com.zj.recursive;
import java.util.ArrayList;
import java.util.List;
public class T {
public static int tiers = 4; // tiers 层数
private static List<String> pagoda1 = new ArrayList<String>(); // 静态指针
private static List<String> pagoda2 = new ArrayList<String>();
private static List<String> pagoda3 = new A... | [
"371209704@qq.com"
] | 371209704@qq.com |
a1f483a6763a9313aa48f576f12e06da7fe364b3 | 9b3928cc052b8e829d13e11c1f342de5ee230d71 | /src/main/java/com/edu/victor/Dao/StuManagementDao.java | b157a68ecf8952eebc0ee1fe003f4140a65fd5dd | [] | no_license | cquptvictor/Video_Forensics | cf57f94f64ef2e10362e729b3a6ad640be429189 | f4a8ff24904cbe0aadb2265ad874e109fa39ab59 | refs/heads/master | 2022-12-25T03:40:16.215244 | 2019-12-17T08:27:14 | 2019-12-17T08:27:14 | 208,592,016 | 0 | 0 | null | 2022-12-16T06:47:16 | 2019-09-15T12:38:14 | Java | UTF-8 | Java | false | false | 570 | java | package com.edu.victor.Dao;
import com.edu.victor.domain.Page;
import com.edu.victor.domain.Student;
import com.edu.victor.domain.StudentDto;
import java.util.List;
public interface StuManagementDao {
Boolean addStu(String username);
Boolean updateStu(Student student);
Boolean deleteStudent(Integer id);... | [
"943382615@qq.com"
] | 943382615@qq.com |
11fbf6fe3378a47672437be7aee54be455b38888 | 4b5dabe62a869f8a74da38504f3e8c06dcef12e8 | /src/com/saas/common/Query.java | 92cb9e7b02c92427c22990e5a469ea913aeef9a2 | [] | no_license | jasonqiu95/lili_grad_design | 9afa6c10912d48649cc0f3df572fc6d04f1fa86c | 8eac237d418c5301ca1cbc2e843f49ec93f6518d | refs/heads/master | 2021-01-20T05:14:22.559384 | 2017-05-16T07:39:39 | 2017-05-16T07:39:39 | 89,765,388 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,430 | java | package com.saas.common;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
public class Query
{
private Map<String,String> queryCondition;
private int PageIndex;
private int TotalPage;
private long RecordCount;
private List ResultList;
public Ma... | [
"jasonqiu@Jasons-MacBook-Pro.local"
] | jasonqiu@Jasons-MacBook-Pro.local |
29bc8c8da1f9a955e2504e92a9ea07642afe6f06 | 0d0d2eb6da1b7f9416f5baac5041e84e3f9e66a6 | /drools-model/drools-canonical-model/src/main/java/org/drools/model/functions/Predicate3.java | 396f8f0de956389c1140dfc03ed262ce827f1adb | [
"Apache-2.0"
] | permissive | denis554/drools | 33dcddc6d5c61fdd405c8be2dbbfbe4ea3e189be | 90479684574a001c5a5cf60ad30f02d11f6c0e98 | refs/heads/master | 2020-04-25T01:10:34.137932 | 2019-02-22T16:45:54 | 2019-02-22T16:45:54 | 172,400,914 | 1 | 0 | Apache-2.0 | 2019-02-24T23:01:55 | 2019-02-24T23:01:54 | null | UTF-8 | Java | false | false | 661 | java | package org.drools.model.functions;
import java.io.Serializable;
public interface Predicate3<A, B, C> extends Serializable {
boolean test(A a, B b, C c) throws Exception;
class Impl<A, B, C> extends IntrospectableLambda implements Predicate3<A, B, C> {
private final Predicate3<A, B, C> predicate;
... | [
"mario.fusco@gmail.com"
] | mario.fusco@gmail.com |
ec5b09557ed676becbb2dea8018b6f883cfca716 | 0e7f18f5c03553dac7edfb02945e4083a90cd854 | /src/main/resources/jooqgen/.../src/main/java/com/br/sp/posgresdocker/model/jooq/pg_catalog/tables/PgReplicationOriginStatus.java | 15a7c78625bed8a3276020f12e033071968a7398 | [] | no_license | brunomathidios/PostgresqlWithDocker | 13604ecb5506b947a994cbb376407ab67ba7985f | 6b421c5f487f381eb79007fa8ec53da32977bed1 | refs/heads/master | 2020-03-22T00:54:07.750044 | 2018-07-02T22:20:17 | 2018-07-02T22:20:17 | 139,271,591 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | true | 4,850 | java | /*
* This file is generated by jOOQ.
*/
package com.br.sp.posgresdocker.model.jooq.pg_catalog.tables;
import com.br.sp.posgresdocker.model.jooq.pg_catalog.PgCatalog;
import com.br.sp.posgresdocker.model.jooq.pg_catalog.tables.records.PgReplicationOriginStatusRecord;
import javax.annotation.Generated;
import org.j... | [
"brunomathidios@yahoo.com.br"
] | brunomathidios@yahoo.com.br |
e498f71cc378a2ea87cfeb9422917ec18551c874 | 92f88a3fb2e619b1085c8bf5fc986a9d120ab918 | /src/main/java/com/fangrui/service/impl/SpiderServiceImpl.java | 46b2a192e726a0f22274cd9cd00648e55e377472 | [] | no_license | stevenjeff/topfive | 17d587be23186687e3bc7418813641a719c48421 | 594a147e211a3753c1b073868b7190b23dcc88a9 | refs/heads/master | 2021-05-13T12:49:50.440982 | 2018-05-26T13:33:58 | 2018-05-26T13:33:58 | 116,686,336 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 681 | java | package com.fangrui.service.impl;
import com.fangrui.process.GameAli213Forum;
import com.fangrui.process.RarbtProcessor;
import com.fangrui.process.ThreedmgameDay0;
import com.fangrui.service.SpiderService;
import org.springframework.stereotype.Service;
/**
* @author zhangfangrui
* @description
* @date 2018/5/3
*... | [
"stevenjefff@126.com"
] | stevenjefff@126.com |
12593ea6ed626372f849c258e60dcf0c00974685 | 6c17a35ba67d61f6d9aff1d6c3c6e957c9ab4cd4 | /projects/batfish/src/main/java/org/batfish/grammar/routing_table/nxos/NxosRoutingTableCombinedParser.java | c0b56640fade59c182e80453e9e7aa8c2004a1a9 | [
"Apache-2.0"
] | permissive | batfish/batfish | 5e8bef0c6977cd7062f2ad03611f496b38d019a1 | bfd39eb34e3a7b677bb186b6fc647aac5cb7558f | refs/heads/master | 2023-09-01T08:13:38.211980 | 2023-08-30T21:42:47 | 2023-08-30T21:42:47 | 27,507,850 | 981 | 249 | Apache-2.0 | 2023-09-12T09:53:49 | 2014-12-03T21:10:18 | Java | UTF-8 | Java | false | false | 1,171 | java | package org.batfish.grammar.routing_table.nxos;
import org.batfish.grammar.BatfishANTLRErrorStrategy;
import org.batfish.grammar.BatfishANTLRErrorStrategy.BatfishANTLRErrorStrategyFactory;
import org.batfish.grammar.BatfishCombinedParser;
import org.batfish.grammar.BatfishLexerRecoveryStrategy;
import org.batfish.gram... | [
"ari@fogelti.me"
] | ari@fogelti.me |
9f9a0a01653b3f055866e6c4bfad0a2214bb09b4 | 4f8c934f03391b8df49c3e7cc36a7b1bc3f11282 | /hw2-dklaper/src/main/java/customtypes/GeneMention_Type.java | 0aad400c7519ef22c0a41d798d9e1c2a67d773a4 | [] | no_license | DKlaper/HW2-dklaper | dbea564e1bb445bfab919c9c234731317c8106db | eafa2525fc9b3e2ced7ae293f9cdefa53d30231b | refs/heads/master | 2020-05-18T17:00:11.329156 | 2014-10-12T21:04:06 | 2014-10-12T21:04:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,095 | java |
/* First created by JCasGen Wed Oct 01 19:07:51 EDT 2014 */
package customtypes;
import org.apache.uima.jcas.JCas;
import org.apache.uima.jcas.JCasRegistry;
import org.apache.uima.cas.impl.CASImpl;
import org.apache.uima.cas.impl.FSGenerator;
import org.apache.uima.cas.FeatureStructure;
import org.apache.uima.cas.imp... | [
"dklaper@andrew.cmu.edu"
] | dklaper@andrew.cmu.edu |
7ec344f02f5b65d3cc6a1263668e0dd3f2d9362c | 03f874dc30042e8d579357ae797b510594645dab | /作业管理系统/src/com/hm_ms/factory/Factory.java | d1579a8fad4900c4c45e1e68f7dc5db6c11bc99a | [] | no_license | 983100833/homework | 7bd213913ea3bb1b1ef04384b928f63578f3d044 | b8009224cc7757cb99a3a4f9f5b9a2f42fd27b62 | refs/heads/master | 2020-06-06T09:47:27.523946 | 2019-07-05T09:30:07 | 2019-07-05T09:30:07 | 192,705,304 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 814 | java | package com.hm_ms.factory;
import java.sql.SQLException;
import com.hm_ms.dao.*;
import com.hm_ms.datasource.DataSource;
import com.hm_ms.proxy.*;
/**
* 工厂类 获取代理者
* @author Hym
*
*/
public class Factory {
public static AccountDao getUserDAOInstance() throws SQLException{
return new AccountProxy() ;
}
public ... | [
"983100833@qq.com"
] | 983100833@qq.com |
9cfd909a76c240aefef1e2108d5ab6c27837694d | 74f341a20a3ef383659095d278c216dae58ddb6d | /src/test/java/com/apartmentReservation/controller/BackgroundVerificationAndLeaseUserTest.java | 5a4c075be902454c46c2476035f0acad5552e98e | [] | no_license | DevanTarunKumar/Apartment-Reservation-System | 24b81370e550a1d7080db41d2a576ffc894b358a | cd9dae5b3123f4bf194f0156b7d2d6e581db3152 | refs/heads/master | 2020-04-25T01:07:10.442603 | 2019-02-25T15:12:49 | 2019-02-25T15:12:49 | 172,399,015 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,460 | java | //Description: This class is used to test various methods under background verification user controller.
package com.apartmentReservation.controller;
import static org.junit.Assert.*;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.Mockito.when;
import static org.springframework.test.web.serv... | [
"tarunkumardevan@my.unt.edu"
] | tarunkumardevan@my.unt.edu |
bbfc1aaf15977639fadb50c15204c6d26342466c | 22cbc240389a97d39804811c03f4f282f2cc8b70 | /NetworkAnalysis/src/com/cougaarsoftware/nettool/CougaarRenderer.java | 1238ae57cbb0d6bc78c879da1b694dea760d1750 | [] | no_license | codeaudit/cougaar-securitycore | d49c6b94be2ee8cab77c50d9287098b4a9293851 | 05d1fafeb5e1c34a912efc8ae10d1f804f96a3c3 | refs/heads/master | 2021-01-11T21:20:13.172583 | 2012-06-05T23:18:51 | 2012-06-05T23:18:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,491 | java | /*
* Created on Feb 26, 2004
*
* To change the template for this generated file go to
* Window - Preferences - Java - Code Generation - Code and Comments
*/
package com.cougaarsoftware.nettool;
import java.awt.Graphics;
import java.awt.Color;
import java.util.Iterator;
import java.util.Set;
import edu.uci.ics.ju... | [
"srosset"
] | srosset |
f4861e5e82bdc84d51b3d084f6f18007948c6157 | c1a9357cf34cb93fe1828a43d6782bcefa211804 | /source_code/netweaver/src/main/java/com/sap/netweaver/porta/core/ServerFactory.java | 80d2ada69b8ba314fd3822c4ae16c9c3b92373b9 | [] | no_license | Hessah/Quality-Metrics-of-Test-suites-for-TDD-Applications | d5bd48b1c1965229f8249dcfc53a10869bb9bbb0 | d7abc677685ab0bc11ae9bc41dd2554bceaf18a8 | refs/heads/master | 2020-05-29T22:38:33.553795 | 2014-12-22T23:55:02 | 2014-12-22T23:55:02 | 24,071,022 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,693 | java | /*******************************************************************************
* Copyright (c) 2009, 2010 SAP AG.
* 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, and is available a... | [
"hesaah@gmail.com"
] | hesaah@gmail.com |
d8b04b142553d16560dea60d6437cf00aa462ba5 | 9b12013fae8f8bf4e4de7891d5c3ac0d40e91531 | /src/main/java/com/mtihc/minecraft/hungergame/game/Game.java | 862efac013923ee02b830990f97d606429f31840 | [] | no_license | Mtihc/HungerGame | 14d21c6feff68bec0af9659705869df94165620c | d5d0379ffd79c690434d43fb1e4144e0fb38ac12 | refs/heads/master | 2021-01-15T22:34:04.612881 | 2012-05-13T21:39:07 | 2012-05-13T21:39:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 27,163 | java | package com.mtihc.minecraft.hungergame.game;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.Random;
import org.b... | [
"mitchstoffels@gmail.com"
] | mitchstoffels@gmail.com |
a32d0fee1aed0f907426246d34b1f05d832099ea | 206f94d27dd302c0c13d2cb0c8b9093e019501f5 | /app/src/androidTest/java/com/example/xandone/textverticaldemo/ApplicationTest.java | 0a2ab01aa23fe6135b7cce7476c767d539e4cceb | [] | no_license | xandone/TextVerticalDemo | 81ec9e775b3e89dd21e9c14d9491216cf2e97d02 | 1ad583b01e875498d160d16ee2cfe5e9a12e8f18 | refs/heads/master | 2020-04-17T11:05:29.452769 | 2017-04-19T08:31:28 | 2017-04-19T08:31:28 | 67,566,549 | 6 | 0 | null | null | null | null | UTF-8 | Java | false | false | 367 | java | package com.example.xandone.textverticaldemo;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTes... | [
"765478955@qq.com"
] | 765478955@qq.com |
4e0e1a5a65b1c2e332ade5da3f726aa0c75bc326 | 12bb4dc0a317cc25a3f41a6a6a11c5108ee8b24e | /src/main/java/com/iitb/lokavidya/core/data/Video.java | bc82157bc79233cf1cd57345a25c10ef955406b8 | [] | no_license | nipandha/lokavidya-desktop | c321e68818da8ed4c58bf07f996a8acae893ad74 | 32025ae271747e46c5c7ddbb3340cb2803d7f41a | refs/heads/master | 2020-06-21T16:37:18.194114 | 2016-03-03T12:44:04 | 2016-03-03T12:44:04 | 74,780,226 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,211 | java | package com.iitb.lokavidya.core.data;
import java.io.Serializable;
import java.util.Objects;
import com.iitb.lokavidya.core.utils.GeneralUtils;
/**
* A Video.
*/
public class Video implements Serializable {
public Video() {
this.id= GeneralUtils.generateRandomNumber(11).intValue();
}
private String v... | [
"sanketlokegaonkar@gmail.com"
] | sanketlokegaonkar@gmail.com |
19d359c91f25b39125f6edbfabc4bd6b09678eba | 7cee770c9a0b35fb881f2a54cac688de72e8c511 | /DOM/src/dombook/suathongtin.java | 0bc40f056b97723ab87dbfcaadae3fec8407cfba | [] | no_license | nguyenbahung94/Java | e65920bdeffcd7954e01f22fa9abd5a0dedc23b7 | 84350c6bc619fc913a8e8f9e7963fa6b8c075ee1 | refs/heads/master | 2021-01-10T06:22:13.219546 | 2016-03-21T17:47:17 | 2016-03-21T17:47:17 | 54,410,392 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,257 | java | package dombook;
import java.io.File;
import java.io.IOException;
import java.io.StringWriter;
import java.io.Writer;
import java.util.Scanner;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.parsers.ParserConfigurationException;
import javax.xml.transform.O... | [
"mr.hungcity@gmail.com"
] | mr.hungcity@gmail.com |
9262e47f8148eadffe62eeb63084cc01d81b7366 | 0a0554a98d009a22c1f3c83a0bdf1593c2f46e90 | /EditText/app/src/main/java/com/yaowen/edittext/Main5Activity.java | be669ac6befca697a552f5c02272870432591683 | [] | no_license | yaowen613/EditTextDemo | 4b5fc34d734d6ee9a933e524eef7221b134b3f0e | 7fa61d5bb5d5cdb48c17220edd0c6e303cf41bd6 | refs/heads/master | 2021-01-10T01:14:29.044235 | 2015-10-07T01:30:54 | 2015-10-07T01:30:54 | 43,788,645 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,605 | java | package com.yaowen.edittext;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.KeyEvent;
import android.view.inputmethod.EditorInfo;
import android.widget.EditText;
import android.widget.TextView;
import android.widget.Toast;
public class Main5Activity extends AppCompatAct... | [
"yaowen424@126.com"
] | yaowen424@126.com |
4a819fbaba0d9d0e412945630a81114719ea737a | ba1aa2e72bd7b139855f52013f35260ebcdbc853 | /web/src/main/java/org/tdar/struts/action/bulk/BulkUpdateStatusAction.java | 47e75ff90ee1c9e218da381bfccd7c836ae830ac | [
"Apache-2.0"
] | permissive | digital-antiquity/tdar | 6286194f87c559a9b50af38543b5525bfa0ca6d6 | 4984d088921f2a33e566e1d4b121e157d4a283f5 | refs/heads/master | 2023-08-15T21:21:12.184455 | 2023-08-04T05:58:21 | 2023-08-04T05:58:21 | 149,938,554 | 2 | 3 | NOASSERTION | 2023-09-14T17:04:05 | 2018-09-23T01:30:51 | Java | UTF-8 | Java | false | false | 2,336 | java | package org.tdar.struts.action.bulk;
import org.apache.struts2.convention.annotation.Action;
import org.apache.struts2.convention.annotation.Namespace;
import org.apache.struts2.convention.annotation.ParentPackage;
import org.apache.struts2.convention.annotation.Result;
import org.apache.struts2.interceptor.validation... | [
"abrin@digitalantiquity.org"
] | abrin@digitalantiquity.org |
23891f9084b80566921ae40a10eda86f833dcdfe | 2aefc80de3a56ca555424349eb9d038fbaa2484f | /GCConnectivityService/src/com/htc/gc/connectivity/v3/internal/callables/GcWifiRemoveGroupCallable.java | 9a98a23d0bb9010d4f66108a90fdad93215beb5b | [] | no_license | qmomochang/wearable | 411964ca0ce1d7368bc4431095c5b256786acf7e | 05a0d3b2634732655d9725bca66e4bc3eea5284b | refs/heads/master | 2020-05-16T10:26:39.623457 | 2015-06-10T05:26:21 | 2015-06-10T05:26:21 | 37,178,936 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,550 | java | package com.htc.gc.connectivity.v3.internal.callables;
import java.util.concurrent.Callable;
import java.util.concurrent.LinkedBlockingQueue;
import java.util.concurrent.TimeUnit;
import com.htc.gc.connectivity.internal.common.CommonBase.GcWifiTransceiverErrorCode;
import com.htc.gc.connectivity.v3.internal.component... | [
"michael_chang@htc.com"
] | michael_chang@htc.com |
915bafce85bb9aa33d95e2fdd9b65985a01bf728 | 3bbac918768566a79a2487ceae2249b6319eb0fc | /app/src/main/java/com/example/popularmovies/MainActivity.java | 105f703a102a72b4484d6ceacc6501a16f46c914 | [] | no_license | SubasiniR/popular-movies | dd686e0da20e1d288cb133c466facc8d24741d2f | 32b393541b123c499c73f6d624f472bb443f8b30 | refs/heads/master | 2020-03-15T07:50:55.822214 | 2018-07-13T18:52:47 | 2018-07-13T18:52:47 | 132,038,454 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,264 | java | package com.example.popularmovies;
import android.content.Context;
import android.content.Intent;
import android.database.Cursor;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.net.Uri;
import android.os.Bundle;
import android.os.Parcelable;
import android.support.v4.app.LoaderM... | [
"subasiniit@gmail.com"
] | subasiniit@gmail.com |
ec293a5a1685735a9f8c86b33f923768c97a02ea | 946d37f6148788d2e9a64698288977441a35bc0d | /DesignPatterns/studentSystem/ex2.java | b0aeec72e76e626da3a364ee5de8a8563a486f37 | [] | no_license | daqiaobian/codepractice | 66ee20517fde3435027679e0a6b182a4969b5d95 | 7608dbcb5cee9e4cf4190a25dc74f6fc4337581b | refs/heads/master | 2023-08-22T21:34:12.964312 | 2021-10-13T03:34:02 | 2021-10-13T03:34:02 | 415,317,636 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 582 | java | package studentSystem;
import java.lang.Math;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Locale;
import java.util.Scanner;
public class ex2 {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int sum, max = 0,day;
for (int i =0; i<=7;i+... | [
"544118458@qq.com"
] | 544118458@qq.com |
6c6b0dcdc1258abc56002cf4a08b9175c4992769 | 17a8c11a36b9ae72fe47e584ba63a8a9d7e9dfeb | /src/main/java/com/space/demo/spider/newsRecommend/QuestionAnswer.java | 5e30de6b1729af09f527a6f27f432a7846b6b801 | [] | no_license | LumenWang/Knowledge_Graph_Aerospace | 7a0ec1c047616a70a548b2ece0e0d36e79873469 | 1e745cbc1b1d1c9f073f91c8ee64a8eee2a7e75d | refs/heads/master | 2023-05-13T01:31:10.050776 | 2021-06-01T13:14:02 | 2021-06-01T13:14:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,755 | java | package com.space.demo.spider.newsRecommend;
import com.space.demo.entity.newsReommend.Question;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
import us.codecraft.webmagic.Page;
import us.codecraft.webmagic.Site;
import us.codecraft.webmagic.processor.PageP... | [
"1093453695@qq.com"
] | 1093453695@qq.com |
46f2d53555a0031d917b19c56da7e2381e181703 | 5c007a23b88f1f2c51843199904da7724ff34bae | /module/SampleModule/src/main/java/com/pds/sample/module/interpolatorplayground/InterpolatorActivity.java | dbdd0d74977aecdba408a5f06ed327a6db4eb814 | [] | no_license | bubian/BlogProject | d8100916fee3ba8505c9601a216a6b9b1147b048 | 8278836ff8fe62af977b5ca330767a2f425d8792 | refs/heads/master | 2023-08-10T17:52:46.490579 | 2021-09-14T06:42:58 | 2021-09-14T06:42:58 | 161,014,161 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,817 | java | /*
* Copyright (C) 2016 The Android Open Source 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 app... | [
"pengdaosong@medlinker.com"
] | pengdaosong@medlinker.com |
5c8f169be0680adadbb08a828b47c976c846bf75 | 1931ae9362135cb31d9995decab37387c86d971d | /xuedan_zou_myruns5/xuedan_zou_myrun5/app/src/main/java/com/example/xuedan_zou_myrun2/FFT.java | d67259e7259f645225b5ddb3ea2f3fc47a2c30f7 | [] | no_license | actbee/Android | c3a7c91a43ce19e0074f46d0f999a8741ba7bdda | 2bbcd99b235984da41e6f36aebeafa51c9154a75 | refs/heads/master | 2023-08-27T21:45:42.074247 | 2021-10-26T00:24:28 | 2021-10-26T00:24:28 | 408,546,319 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,141 | java | package com.example.xuedan_zou_myrun2;
public class FFT {
int n, m;
// Lookup tables. Only need to recompute when size of FFT changes.
double[] cos;
double[] sin;
double[] window;
public FFT(int n) {
this.n = n;
this.m = (int) (Math.log(n) / Math.log(2));
// Make su... | [
"rainman511@outlook.com"
] | rainman511@outlook.com |
71889f160ef97d92e28d94c68b67f19bfb860bef | 23440b1832969662b8f8e1aacb0c9b6b5d2689f9 | /03homework/src/com/company/Main.java | b4851afd3e96c791d7d941f6b204e2f78d859588 | [] | no_license | ertastfl/JavaKamp2Homework | e41ad61a41d07ef78884f573aae3301582bd809f | 3108c1ca4801fff02934a51a7ea4db0515496a1e | refs/heads/main | 2023-04-11T21:09:53.764895 | 2021-04-30T07:47:23 | 2021-04-30T07:47:23 | 363,065,171 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,107 | java | package com.company;
public class Main {
public static void main(String[] args) {
Teacher teacherEnginDemirog = new Teacher(1, "Engin Demiroğ", "Yazılım geliştirmeye lisede \"yazılım\" bölümünde okurken başladım.");
Teacher teacherMustafaMuratCoskun = new Teacher(2, "Mustafa Murat Çoşkun", "yatwulo... | [
"73423961+ertastfl@users.noreply.github.com"
] | 73423961+ertastfl@users.noreply.github.com |
bf9dd337a3c1ad30374fd38cb86235f4678f8f8f | 7bfe3e48037c507b3797bf7059a070ccf03b779c | /build/generated-sources/jax-ws/co/matisses/b1ws/drafts/UpdateFromXML.java | 4cae1992acc06f49a5da8eae68ca063d71165484 | [] | no_license | matisses/B1WSClient | c0f8147a0f86eb7ef8377f2398ecfc248c6159e2 | 6fdc8d1010cc6d3cc32a583b63d2d538fc1a540b | refs/heads/master | 2020-03-17T12:13:04.267787 | 2018-05-15T22:14:50 | 2018-05-15T22:14:50 | 133,578,758 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,516 | java |
package co.matisses.b1ws.drafts;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Clase Java para anonymous complex type.... | [
"ygil@matisses.co"
] | ygil@matisses.co |
bb2cb7cd06e1f1928cf12c3d9ba06a48e675e6e8 | be357fa6e617dfdfa313b36fea86bd2043da62f2 | /src/main/java/Command/DoneCommand.java | f5febc48eda32526081dc5aa53efc2aaef545985 | [] | no_license | murtubak/ip | 3d69fef3dbde86ea8285cca801b5c1185126f100 | 1e53b01431fc29da070e815287634dda725b0e88 | refs/heads/master | 2022-12-12T17:54:56.693815 | 2020-09-17T19:00:58 | 2020-09-17T19:00:58 | 287,766,938 | 0 | 0 | null | 2020-09-09T19:36:58 | 2020-08-15T14:53:05 | Java | UTF-8 | Java | false | false | 1,776 | java | package command;
import duke.DukeException;
import duke.Storage;
import duke.TaskList;
import duke.Ui;
/**
* DoneCommand will indicate the Task at the given position is complete.
*
* @author Joshua
*/
public class DoneCommand extends Command {
/**
* This is the position of the task that is completed.
... | [
"murtubakchickenss@gmail.com"
] | murtubakchickenss@gmail.com |
5aa07d4f87fbff69f9d1d9dabf69784dfc61e3b0 | 68125a6635ef9840b2b9a2a7f08dc2f4668d52b2 | /mobile/app/src/main/java/com/neu/cloudfiles/ui/userInfo/UserInfoContract.java | 2c455c0b495c6b739aa38077525d0b64b313ed93 | [] | no_license | lintongyu418/Cloud-Files | ae615064879c36a51bfb696236abd2250371f221 | 33f33b6fe79a55b22439da068584cc828e314b89 | refs/heads/main | 2023-07-04T11:15:58.923501 | 2021-08-12T04:41:31 | 2021-08-12T04:41:31 | 395,517,211 | 0 | 0 | null | 2021-08-13T04:09:30 | 2021-08-13T04:09:29 | null | UTF-8 | Java | false | false | 535 | java | package com.neu.cloudfiles.ui.userInfo;
import com.neu.cloudfiles.base.BaseContract;
import com.neu.cloudfiles.bean.UserLoginVo;
import com.neu.cloudfiles.bean.UserVo;
/**
* Created by lw on 2018/1/24.
*/
public interface UserInfoContract {
interface View extends BaseContract.BaseView {
void getUserInf... | [
"jiangchuan.wang@tusimple.ai"
] | jiangchuan.wang@tusimple.ai |
098ccce9a9e01adc622466d46ed0902f6f0d0e22 | b239b7ea52dfaaf6ad05dc4bec5cea654689a457 | /app/src/main/java/com/example/administrador/starwarswiki/network/RetrofitConfig.java | 97cf8c26ffe6becce74faf964f350ffdedfc495a | [
"MIT"
] | permissive | brunokreutz/entrevista-android | a44d6a64474735f62a3803e232db3c0b64b68b00 | 70d69b4113fad6156241a389c328b06be880a53d | refs/heads/master | 2020-04-05T21:36:09.237588 | 2018-11-19T01:28:45 | 2018-11-19T01:28:45 | 157,226,307 | 0 | 0 | null | 2018-11-12T14:30:26 | 2018-11-12T14:30:25 | null | UTF-8 | Java | false | false | 1,192 | java | package com.example.administrador.starwarswiki.network;
import okhttp3.OkHttpClient;
import retrofit2.Retrofit;
import retrofit2.converter.jackson.JacksonConverterFactory;
public class RetrofitConfig {
private final Retrofit retrofitSwapi;
private final Retrofit retrofitApiary;
public RetrofitConfig() {
... | [
"kreutz.dev@gmail.com"
] | kreutz.dev@gmail.com |
86bb7ff26983e52b641bb95527b2ae7b005bed47 | 3d05618ae85fd3aa9d1df2dfe7d36f33cfbc4494 | /stm/src/test/java/org/chenile/stm/test/basicflow/ConfirmPayment.java | 3550ae379fc220c3935aa4be30361539313e5ce5 | [
"MIT"
] | permissive | dewesh/chenile | fc375dc481b799c5f37eac17f78ad0f22a6e240e | 88b0634d295a13b23c59c6a835bc517cb0e15399 | refs/heads/master | 2022-12-28T18:42:07.198407 | 2019-11-27T02:38:47 | 2019-11-27T02:38:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 677 | java | package org.chenile.stm.test.basicflow;
import org.chenile.stm.STMInternalTransitionInvoker;
import org.chenile.stm.State;
import org.chenile.stm.action.STMTransitionAction;
import org.chenile.stm.model.Transition;
public class ConfirmPayment implements STMTransitionAction<Cart> {
public static final String LOGMESS... | [
"raja.shankar@meratransport.com"
] | raja.shankar@meratransport.com |
f9e9ce4f4eb1e1f796c7fd3c1732474f02bc1698 | 180e78725121de49801e34de358c32cf7148b0a2 | /dataset/protocol1/spoon/learning/1166/CtLambdaImpl.java | c0648a9e3815702ff823c5efb937d67adfe72553 | [] | no_license | ASSERT-KTH/synthetic-checkstyle-error-dataset | 40e8d1e0a7ebe7f7711def96a390891a6922f7bd | 40c057e1669584bfc6fecf789b5b2854660222f3 | refs/heads/master | 2023-03-18T12:50:55.410343 | 2019-01-25T09:54:39 | 2019-01-25T09:54:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,065 | java | /**
* Copyright (C) 2006-2018 INRIA and contributors
* Spoon - http://spoon.gforge.inria.fr/
*
* This software is governed by the CeCILL-C License under French law and
* abiding by the rules of distribution of free software. You can use, modify
* and/or redistribute the software under the terms of the CeCILL-C li... | [
"bloriot97@gmail.com"
] | bloriot97@gmail.com |
adde80460ad0243ecaf45a9856aeb36c090e8e01 | 129f58086770fc74c171e9c1edfd63b4257210f3 | /src/testcases/CWE191_Integer_Underflow/CWE191_Integer_Underflow__short_rand_multiply_07.java | e52d80df056a3efd00408180b201f142340bec42 | [] | no_license | glopezGitHub/Android23 | 1bd0b6a6c7ce3c7439a74f1e4dcef2c4c0fac4ba | 6215d0684c4fbdc7217ccfbedfccfca69824cc5e | refs/heads/master | 2023-03-07T15:14:59.447795 | 2023-02-06T13:59:49 | 2023-02-06T13:59:49 | 6,856,387 | 0 | 3 | null | 2023-02-06T18:38:17 | 2012-11-25T22:04:23 | Java | UTF-8 | Java | false | false | 10,149 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE191_Integer_Underflow__short_rand_multiply_07.java
Label Definition File: CWE191_Integer_Underflow.label.xml
Template File: sources-sinks-07.tmpl.java
*/
/*
* @description
* CWE: 191 Integer Underflow
* BadSource: rand Set data to result of rand()
* GoodSource: A hardcod... | [
"guillermo.pando@gmail.com"
] | guillermo.pando@gmail.com |
e8ef7f7b4e8893d9b5b477064519c3ba68c24faa | ce7cb3b0cbafcb22b016debe39cd1e8cfe91c23c | /app/src/main/java/coder/aihui/widget/ScrollViewWithExpandListView.java | bda0062afaebfe31b0b13ba0e703fa5038367026 | [] | no_license | zhougangwei/PrettyGirls-master | 0812f2da9943b3e893a641be4eb26133e20bb60f | 692084b1a5369b149305f999bbbd7dacc84ba03c | refs/heads/master | 2021-01-02T08:44:59.913704 | 2018-03-28T10:03:52 | 2018-03-28T10:03:52 | 99,057,688 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 897 | java | package coder.aihui.widget;
import android.widget.ExpandableListView;
/**
* @ 创建者 zhou
* @ 创建时间 2016/12/28 13:22
* @ 描述 ${能在ScrollView中正常显示的ListView}
* @ 更新者 $AUTHOR$
* @ 更新时间 2016/12/28$
* @ 更新描述 ${TODO}
*/
public class ScrollViewWithExpandListView extends ExpandableListView {
public ScrollV... | [
"892537848@qq.com"
] | 892537848@qq.com |
d3bc4501e9a30489db5f2fa4a4c37482045c15c9 | fb8c9892f34fa8c90aa0a1d41fc85f45616c59ac | /LowonganKerja/src/lowongankerja/LowonganKerja.java | ec1bf614c605d91942b632c2889e0a3a5007045b | [] | no_license | ismadewiliana/Tubes13 | d968e369bb9d3813c46b94a250dc913c0e0daf4f | a71c7660eb43d7fd30c0909d569faf39d83089bb | refs/heads/master | 2020-12-11T01:46:46.617428 | 2016-03-26T01:56:32 | 2016-03-26T01:56:32 | 54,173,565 | 0 | 0 | null | 2016-03-18T04:23:07 | 2016-03-18T04:23:06 | null | UTF-8 | Java | false | false | 452 | 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 lowongankerja;
/**
*
* @author adhis
*/
public class LowonganKerja {
/**
* @param args the command ... | [
"adhis@DESKTOP-FMMUNAK"
] | adhis@DESKTOP-FMMUNAK |
c2636a2e787c2ca7e3f7e774df16f7008cd9428b | 0bc0fcc30cbe7bcfe336c8ae54b5f8536f4cca55 | /src/main/java/cybersoft/java12/crmapp/util/ServletUtils.java | 84c433875ab527a77fc9963c375e20cd8fa9ec54 | [] | no_license | khanhhuypham/CRM | 98cbd8b1d86f291040e040551cde1810c35c1fc2 | 85f8e1b375c71299ee44e77a7379e1dee0fa8575 | refs/heads/master | 2023-06-23T22:33:00.617009 | 2021-07-27T06:56:11 | 2021-07-27T06:56:11 | 382,773,678 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 253 | java | package cybersoft.java12.crmapp.util;
public class ServletUtils {
// Monitor
public static final String MONITOR = "monitorServlet";
// Home
public static final String HOME = "homeServlet";
public static final String AUTH = "authServlet";
}
| [
"74364700+khanhhuypham@users.noreply.github.com"
] | 74364700+khanhhuypham@users.noreply.github.com |
004d5ca5d17792b5697b887a6e680460c7123bb8 | d3267639a87723c4f92a83ac7b7da397c5fec2d6 | /SistemaExperto/src/model/Estudios.java | 0ea0bcb17e5165938405148e7e17af08c2d18114 | [] | no_license | genzo16/IA-G8-1.2018 | bf0fab903eef7160dbe81c40ca7cb1d5f02c32c5 | 7d2c54b86c6d6a22a5944b89531679ce0c76f83c | refs/heads/master | 2020-03-07T14:31:55.161286 | 2018-06-23T19:40:19 | 2018-06-23T19:40:19 | 127,528,815 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 228 | java | package model;
public class Estudios implements GUIFriendly {
@Override
public void grabFromGUI() {
// TODO Auto-generated method stub
}
@Override
public void pushToGUI() {
// TODO Auto-generated method stub
}
}
| [
"john.fraser.s@gmail.com"
] | john.fraser.s@gmail.com |
0eadbca9f6b18067562d75f2fc0f889585f71867 | d8e772cc19013498bf2c63dd9ed6f102bcce64e7 | /src/main/java/com/project/service/MedicalService.java | 23e626f8920d7e05c33e120c2d7692d6c6fab9ae | [] | no_license | elizapinteala/project_JAVA_Adoption | e21029f8a2183eb32efb17d780a187d76455812e | 2b8ec0098c12eac77492a71009cfae66e71181c4 | refs/heads/master | 2023-02-15T08:26:06.309300 | 2021-01-15T08:48:48 | 2021-01-15T08:48:48 | 329,856,963 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,387 | java | package com.project.service;
import com.project.entity.AdoptionEntity;
import com.project.entity.AnimalEntity;
import com.project.entity.MedicalEntity;
import com.project.entity.VetEntity;
import com.project.exception.AdoptionException;
import com.project.exception.AnimalException;
import com.project.exception.PersonE... | [
"elizapintela@gmail.com"
] | elizapintela@gmail.com |
364916a55ab427644aa589287f034d0974f0dae5 | 3f2fe92f11fe6a012ea87936bedbeb08fd392a1a | /dspace-jspui/dspace-jspui-api/src/main/java/org/dspace/app/webui/servlet/SubmissionController.java | c92df75d092ad93d8e547b0922574089643de0b5 | [] | no_license | pulipulichen/dspace-dlll | bbb61aa528876e2ce4908fac87bc9b2323baac3c | e9379176291c171c19573f7f6c685b6dc995efe1 | refs/heads/master | 2022-08-22T21:15:12.751565 | 2022-07-12T14:50:10 | 2022-07-12T14:50:10 | 9,954,185 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 50,693 | java | /*
* SubmissionController.java
*
* Version: $Revision$
*
* Date: $Date$
*
* Copyright (c) 2002-2005, Hewlett-Packard Company and Massachusetts
* Institute of Technology. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that th... | [
"pulipuli.chen@gmail.com"
] | pulipuli.chen@gmail.com |
152efa84c7b8c83cbc1e335110fe9305cf19adf3 | 88f997d8bb36917a4dcbde5e2dea99d4f6ab6563 | /workspace/okwei-myportal/src/main/java/com/okwei/myportal/service/IDistributorMgtService.java | 6d20b5250f447ec4593dbe536832a51da00613a6 | [] | no_license | cenbow/wd | f68843fec0da31487ce9f8928383d9979a643185 | c32f30107cf44dff45027447c0b6f29fc35e571f | refs/heads/master | 2021-01-21T17:23:37.337895 | 2016-12-01T06:57:59 | 2016-12-01T06:57:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 344 | java | package com.okwei.myportal.service;
import com.okwei.common.Limit;
import com.okwei.common.PageResult;
import com.okwei.myportal.bean.vo.DistributorVO;
import com.okwei.service.IBaseService;
public interface IDistributorMgtService extends IBaseService {
PageResult<DistributorVO> getMyDistributors(Long user... | [
"okmen.zy@foxmail.com"
] | okmen.zy@foxmail.com |
22468290be0b406cd8efa1fef8dc6e65eabc8c96 | 83a96580f4fb03ea0d720a3db4c60c18a4271b2d | /app/src/main/java/com/example/vinay/bluesample/ServerConnectThread.java | 21cdc3605ab712dae1bbd65b5d30fe45b7a4f867 | [] | no_license | abhik-setia/Final_project_excalBT | bbbf024a123e068101016aa345a7a5c4e7ca091b | 6af089b873ef034a8ec0bff44bb48332752304fd | refs/heads/master | 2021-01-16T23:09:46.777097 | 2016-10-08T20:54:50 | 2016-10-08T20:54:50 | 70,154,733 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,573 | java | package com.example.vinay.bluesample;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothServerSocket;
import android.bluetooth.BluetoothSocket;
import android.util.Log;
import java.io.IOException;
import java.util.UUID;
/**
* Created by Dell on 30-Sep-16.
*/
public class ServerConnectThr... | [
"Abhik Setia"
] | Abhik Setia |
a6cf01050d836dd7ad960909383ae7711e854d7b | eca2d1cb05abb0903556b23b7056056b6ad07948 | /src/com/eclink/hgpj/resource/biz/ZWHSUBService.java | 840c7e78b4b5d3f91186d313146cae4e26964431 | [] | no_license | wyj365372704/AmphenolBMS_PC | 8cca7d8e54284cf799070a6e65421c699003d579 | 325031a07a382b1d6afe507223601c883a8423b3 | refs/heads/master | 2021-01-11T05:43:45.220838 | 2017-03-01T08:57:38 | 2017-03-01T08:57:38 | 71,336,264 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 635 | java | package com.eclink.hgpj.resource.biz;
import java.util.List;
import java.util.Map;
import com.eclink.hgpj.resource.vo.ITMRVAVO;
import com.eclink.hgpj.resource.vo.ITMSITVO;
import com.eclink.hgpj.resource.vo.MenuVO;
import com.eclink.hgpj.resource.vo.ZBMSCTLVO;
import com.eclink.hgpj.resource.vo.ZSHPBCHVO;
import com... | [
"365372704@qq.com"
] | 365372704@qq.com |
4134d5d462d3701c1ca94a6b993e553ea7257f61 | b4c90edfb9b7fcce6454be5510d6fc6862d23867 | /src/java/src/main/java/flatgeobuf/generated/Feature.java | 43fce90361943a64f1599944a69cb7868664fae2 | [
"ISC"
] | permissive | nubiofs/flatgeobuf | 0fa4952a84a7d6ed9f53b3e95e88a01e3daa4d91 | 18de12e81666c0a5e11956f8182eaeb4a70d84ce | refs/heads/master | 2020-06-07T20:43:02.141493 | 2019-06-13T21:19:46 | 2019-06-13T21:19:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,313 | java | package flatgeobuf.generated;
// automatically generated by the FlatBuffers compiler, do not modify
import java.nio.*;
import java.lang.*;
import java.util.*;
import com.google.flatbuffers.*;
@SuppressWarnings("unused")
public final class Feature extends Table {
public static Feature getRootAsFeature(ByteBuffer _bb... | [
"bjorn@septima.dk"
] | bjorn@septima.dk |
066db435b435a3ef85f14e7c6636eed5e6358058 | d731213c48ed1e6f315e667865df4cd148c64dcb | /src/main/java/com/onarandombox/MultiverseAdventure/commands/ResetCommand.java | 21e453e58fb5dc453be8d0ba7d3e0293fbde0246 | [] | no_license | Multiverse/Multiverse-Adventure | 634dbfe88c8f87eea91b9b288f9976292313561a | 87c922ede750308aa037c2891a0ab4ff1751eb58 | refs/heads/master | 2016-09-15T05:51:01.461786 | 2016-05-03T15:19:11 | 2016-05-03T15:19:11 | 2,578,290 | 13 | 9 | null | 2013-01-02T08:55:14 | 2011-10-14T19:20:53 | Java | UTF-8 | Java | false | false | 2,070 | java | package com.onarandombox.MultiverseAdventure.commands;
import java.util.List;
import org.bukkit.ChatColor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import org.bukkit.permissions.PermissionDefault;
import com.onarandombox.MultiverseAdventure.MultiverseAdventure;
import com.onarandombo... | [
"main@main.dd-dns.de"
] | main@main.dd-dns.de |
4312ff54d0a834e7d4c80d52112d135b6213e108 | 2958c01973ed778d526e49cc7273066d06ed1e42 | /Code/服务窗代码/asw/trunk/src/test/java/com/alipay/account/ToAlipayPublicAccount.java | 7590bbb9e36738a3d866eb5f7a51e64d33998465 | [] | no_license | wlxawlx/MyFiles | e2da2e8ec342ab3b642f672bce1a2ba6bba950d0 | 2225f36efab785d8ff8eaa638b30caec66f46295 | refs/heads/master | 2021-01-21T11:45:35.991133 | 2017-08-05T02:31:22 | 2017-08-05T02:31:22 | 91,752,829 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,577 | java | /**
* <p>Title: package-info.java</p>
* <p>Description: </p>
* <p>Copyright: Copyright (c) 2013</p>
* <p>Company: Alibaba YunOS</p>
* @author jinlong.rhj
* @date 2015年7月1日
* @version 1.0
*/
/**
* @author jinlong.rhj
*
*/
package com.alipay.account;
import com.alipay.api.AlipayApiException;
import com.alipay... | [
"120544593@qq.com"
] | 120544593@qq.com |
b018efa69b7ef1fafc2c00367002d2577082d52b | f5c3c76446b0e20acef3cfafb9cf322e3f2ecbf3 | /jaf-examples-redis/src/test/java/com/jaf/examples/redis/cluster/spring/ClusterPerformanceTests.java | 041a86b610995c69d394665cfa44851ca3f9e10f | [
"MIT"
] | permissive | walle-liao/jaf-examples | 05df8673623eb92547952598abe9b215b4e6c3ab | bb6e2222bf5d89fe134843159e78fc2c7cb82c02 | refs/heads/master | 2021-10-12T01:38:08.786458 | 2021-10-05T07:54:09 | 2021-10-05T07:54:09 | 60,753,330 | 4 | 5 | null | null | null | null | UTF-8 | Java | false | false | 995 | java | package com.jaf.examples.redis.cluster.spring;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import com.jaf.examples.redis.jedis.spring.serializer.KryoSerializer;
import com.jaf.examples.redis.performance.Job;
import com.jaf.examples.redis.performance.PerformanceTestBase;
/**
... | [
"liaozhicheng.cn@163.com"
] | liaozhicheng.cn@163.com |
5967bdd0c774b63c5ed2c950b415c7a7f1f15a92 | e717746332d16eeefe81ecf8f984b3be3ad5cf71 | /src/org/app/service/UserService.java | df7c3e1e135f8a6ca5542cc83165ad82e2d5c66c | [] | no_license | bjsbl/Faster | d9ad6738f2df97a3c05fa26381f295883dd070ec | 38b9c0e8eb429acced298453e4f4cc301bfdd846 | refs/heads/master | 2021-01-17T10:23:31.743386 | 2016-04-26T04:02:46 | 2016-04-26T04:02:46 | 27,257,979 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 564 | java | package org.app.service;
import java.util.List;
import java.util.Map;
import com.fast.annotation.Service;
import com.fast.core.base.BaseModel;
import com.fast.core.base.FastService;
@Service
public class UserService extends FastService {
public void addRecord(String test) {
System.out.println("====addRecordMetho... | [
"bj_sbl@163.com"
] | bj_sbl@163.com |
55acdc5f629b7311439fe09952960cf755a5d2af | 8848f59f3ac18ce5577373c93078c37ffb80b509 | /Final402/app/src/main/java/com/example/passagon/final402/passcode3.java | 20d8787764dee1bb9fc996e218bac43b320bbb90 | [] | no_license | topbannawich/Door-Access-Control-and-Monitoring-System-using-smartphone | 307ee051d2036b068a30604ffa43d8b7571e7a0c | 7622adf8b3f85c080eda7d222845393d4900fae9 | refs/heads/master | 2022-11-09T09:53:31.318603 | 2020-06-28T13:25:36 | 2020-06-28T13:25:36 | 275,442,462 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,529 | java | package com.example.passagon.final402;
import android.app.Notification;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.support.v4.app.NotificationCompat;
import androi... | [
"top.bannawich@gmail.com"
] | top.bannawich@gmail.com |
2f8ccb38cb9a4aa81eb99cf8bd543871efaa4560 | 391405d95eb2dadc22d08fc0e088183ef2db037a | /jeethink/src/main/java/com/jeethink/project/monitor/online/mapper/UserOnlineMapper.java | 6440e8bd561a15b879f6df118c64b9d82e424a14 | [] | no_license | Mandy955/jeethink | bd3b71c50b6203218589522cf4b7c9ff5c6631a2 | 0cb7f18d0af1e7ea5b556ab2c5f09baabb149aac | refs/heads/master | 2023-06-04T19:50:54.615671 | 2021-06-28T12:04:20 | 2021-06-28T12:04:20 | 381,015,260 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,181 | java | package com.jeethink.project.monitor.online.mapper;
import java.util.List;
import com.jeethink.project.monitor.online.domain.UserOnline;
/**
* 在线用户 数据层
*
* @author jeethink 官方网址:www.jeethink.vip
*/
public interface UserOnlineMapper
{
/**
* 通过会话序号查询信息
*
* @param sessionId 会话ID
* @return... | [
"woshiwo_jun@126.com"
] | woshiwo_jun@126.com |
84c357f264d38dd2bd42dd8c8f16a18888166bbf | 35d7385f92e046e9ccf6a5697dc76396d8720244 | /Clase03/AprendiendoColecciones/src/pe/uni/aprendiendocolecciones/set/Ejemplo01.java | 72cf6a15f1fb01f1bd044981311dbd6989d0812d | [] | no_license | gcoronelc/JAVA-OO-2020-1 | 81d95e310ceabdd438cb99c12eea016dcd09e8bb | 47309db120011e944add50bd3e9ab1bdbee241e3 | refs/heads/master | 2020-12-07T20:33:35.415018 | 2020-01-23T13:04:33 | 2020-01-23T13:04:33 | 232,795,350 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 554 | java | package pe.uni.aprendiendocolecciones.set;
import java.util.HashSet;
import java.util.Set;
/**
*
* @author Gustavo Coronel
* @blog gcoronelc.blogspot.pe
* @videos youtube.com/c/DesarrollaSoftware
*/
public class Ejemplo01 {
public static void main(String[] args) {
Set<String> lista = new HashSet<>();
... | [
"gcoronelc@gmail.com"
] | gcoronelc@gmail.com |
50bd613ed6cc78324350f5e9f2af391324e10763 | 6e77b0e8149861d9fdb0f2a04f541df540e4ac18 | /src/main/java/com/github/yktakaha4/watsonmusic/api/entity/Track.java | 90fb0665181b3111b09b7a3a0780acd60c092a73 | [] | no_license | yktakaha4/watson-music | d7bb7f8a841b87ad34496e1df28a79bdc09ef3c1 | b86d3c65d95714af907ca5bd11424cb6aa23ab2e | refs/heads/master | 2020-03-17T10:50:49.126365 | 2018-05-15T14:22:57 | 2018-05-15T14:22:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 324 | java | package com.github.yktakaha4.watsonmusic.api.entity;
import lombok.Data;
@Data
public class Track {
private String trackTag;
private String songTitle;
private String albumTitle;
private String artistName;
private String year;
private Long playedAt;
private String artwork;
private TrackTime trackTime... | [
"yk.takaha4@gmail.com"
] | yk.takaha4@gmail.com |
9d4488063b7068b1f7873be8112d9aa19ef4dac4 | ee461488c62d86f729eda976b421ac75a964114c | /tags/HtmlUnit-2.17/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLFormElement.java | ce28cb25756ab8f79483c08253c4948439d0fd2b | [
"Apache-2.0"
] | permissive | svn2github/htmlunit | 2c56f7abbd412e6d9e0efd0934fcd1277090af74 | 6fc1a7d70c08fb50fef1800673671fd9cada4899 | refs/heads/master | 2023-09-03T10:35:41.987099 | 2015-07-26T13:12:45 | 2015-07-26T13:12:45 | 37,107,064 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 20,093 | java | /*
* Copyright (c) 2002-2015 Gargoyle Software Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... | [
"asashour@5f5364db-9458-4db8-a492-e30667be6df6"
] | asashour@5f5364db-9458-4db8-a492-e30667be6df6 |
a7b4313e3057194ea864d4589f2c4dee248445bc | 5f42030a7c0cc8c0e4aa2e942e8e07e753212241 | /managent/src/main/java/com/guye/sun/managent/pojo/dto/PermissionDto.java | 353d8bb40e53db8f06d0d557b99f3250abf724c8 | [] | no_license | cuiyaqiang/springboot_manage | f311409962a8a5fa467f72d921f4be4a358ce0f2 | 17f4725285b9cc0db1117598c694701111cdc014 | refs/heads/master | 2020-03-28T16:57:27.318392 | 2018-10-12T01:26:20 | 2018-10-12T01:26:20 | 148,744,823 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,194 | java | package com.guye.sun.managent.pojo.dto;
import java.util.List;
import com.google.common.collect.Lists;
/**
* @author Levin
*/
public class PermissionDto {
private Integer id;
private Integer menuId;
private String name;
private String menuName;
private Integer paterId;
private String op;
private List<Permi... | [
"cuiyaqiang1025@163.com"
] | cuiyaqiang1025@163.com |
a25f418482e148511ce04ffa42865cc9bf53419a | 73302e68ce662c2baa9989dc077f7b671edc7dbc | /singa-simulation/src/main/java/bio/singa/simulation/model/modules/concentration/specifity/UpdateSpecificity.java | c579b5ea24bd7c7ab636d4c16c6961fff4ffc7b1 | [
"MIT",
"GPL-1.0-or-later",
"GPL-3.0-only"
] | permissive | singa-bio/singa | a5c45309b973a905d70565bb07bcdb765eaad458 | 839b8a418e52af216367251bed2992803d32bdb1 | refs/heads/master | 2022-12-08T05:40:05.156523 | 2020-09-23T09:01:06 | 2020-09-23T09:01:06 | 67,585,201 | 3 | 2 | MIT | 2022-11-24T13:44:18 | 2016-09-07T07:57:26 | Java | UTF-8 | Java | false | false | 1,516 | java | package bio.singa.simulation.model.modules.concentration.specifity;
import bio.singa.simulation.entities.ChemicalEntity;
import bio.singa.simulation.model.modules.concentration.functions.AbstractDeltaFunction;
import bio.singa.simulation.model.sections.CellSubsection;
import bio.singa.simulation.model.sections.Concent... | [
"leberech@hs-mittweida.de"
] | leberech@hs-mittweida.de |
eecd90322c49554909280e1b28851b1633c0e508 | 76f95e358c3c9b4f596bbd4b5c3c45b9c1dcb6c4 | /app/src/main/java/com/example/maps1/TaskLoadedCallback.java | c335b9e302d683ef3ac98a46f2d28cb756eff46f | [] | no_license | mcmisalin/Maps | 845960b34afa4be6070ccb747cdb0a3b0db18a0b | fd74828b6ece904f6c5bd134711401d3e88a9694 | refs/heads/master | 2020-07-30T02:21:45.064743 | 2019-09-23T09:24:51 | 2019-09-23T09:24:51 | 210,054,510 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 107 | java | package com.example.maps1;
public interface TaskLoadedCallback {
void onTaskDone(Object... values);
}
| [
"misalin333@gmail.com"
] | misalin333@gmail.com |
2266ec6af2e332f87397ce7763fdb083c3498e84 | 3d73aaf8b4960c5ab95091255da9ad553c89abe6 | /EstruturaDeDados_01-2021/exerciciosEstruturasDeDados/src/com/company/Temperatura.java | 5e51f0b12027ce70d321b826dd4e2a03f19c3dc7 | [] | no_license | diegors-prog/EstruturaDeDados | 75084548c43942bf4885aff8dcbdccef1a7a5728 | 2a6d37f0e5590cbf3f0ff20817acfeaf8318013b | refs/heads/main | 2023-07-15T10:17:48.958812 | 2021-08-21T15:45:15 | 2021-08-21T15:45:15 | 398,591,462 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,081 | java | package com.company;
import java.util.Scanner;
public class Temperatura {
public double media;
public int maioresMedia = 0;
public double semana[] = new double[7];
public void obterTemperatura() {
Scanner tc = new Scanner(System.in);
for (int i = 0; i < semana.length; i++) {
... | [
"diegors@rede.ulbra.br"
] | diegors@rede.ulbra.br |
6f642b589d813e2d69881a4394f0bec06c69753f | 70c8c7bbd9d07612624089b7f7ca22aa61546f70 | /spring-data-orientdb-commons/src/main/java/org/springframework/data/orient/commons/repository/query/QueryDslOrientQuery.java | 0cff67179662e329b284165e6bc6b454cc8cbfa0 | [] | no_license | kespinosa05/spring-data-orientdb | 16e7ff43fccd4cb1f5c029138afad4360c19bd70 | 4dce54863585db08db0cefcf796a0c50b57d5e69 | refs/heads/master | 2020-04-17T01:09:20.752811 | 2019-01-29T20:03:16 | 2019-01-29T20:03:16 | 166,078,390 | 0 | 0 | null | 2019-01-16T17:05:00 | 2019-01-16T17:05:00 | null | UTF-8 | Java | false | false | 2,694 | java | package org.springframework.data.orient.commons.repository.query;
import com.orientechnologies.orient.core.sql.query.OSQLQuery;
import com.orientechnologies.orient.core.sql.query.OSQLSynchQuery;
import org.springframework.data.orient.commons.core.OrientOperations;
import org.springframework.data.repository.query.parse... | [
"klopez@kruger.com.ec"
] | klopez@kruger.com.ec |
d5170e606c0b7811310afeb7872a270a9a9a6050 | 29afc94a6bcfad40b97473d62371509ce0742c70 | /src/main/java/com/example/repository/CSubmissionUrlRepository.java | 65e26376b1d8ba5ca26f5179492183ea36975bcc | [] | no_license | asSqr/AtCoderMemory | 359080923aad720d38297341c720985cd19d2015 | cf6f7d44139fdc152f5e299dc9167cf0a9a6b3d9 | refs/heads/master | 2022-12-23T18:56:09.400202 | 2020-09-26T14:37:17 | 2020-09-26T14:37:17 | 298,637,507 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 379 | java | package com.example.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.example.model.CSubmissionUrl;
@Repository
public interface CSubmissionUrlRepository extends JpaRepository<CSubmissionUrl, String> {
publ... | [
"ryo.yossy@live.jp"
] | ryo.yossy@live.jp |
f1701df03f8e637259c1ff5a030d736c922ae066 | 7c4997a7f8d63463293c870bd8d93d8e3dd98e7c | /src/main/java/com/ex/webservices/restfulWS/jwt/JwtUnAuthorizedResponseAuthenticationEntryPoint.java | 42e6f489bcee7471e75af1930a192d1cf9ab02d7 | [] | no_license | nik132barinov/restfulWS | 682e8dbcc4a30ad860ad7ac6fefde5bebb0b411d | 705810e1f1c68fbc2e6c8fda877b9f39df892f28 | refs/heads/master | 2021-05-18T01:01:40.341781 | 2020-03-29T13:24:39 | 2020-03-29T13:24:39 | 251,037,705 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 911 | java | package com.ex.webservices.restfulWS.jwt;
import org.springframework.security.core.AuthenticationException;
import org.springframework.security.web.AuthenticationEntryPoint;
import org.springframework.stereotype.Component;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
im... | [
"nikitabarinov132@gmail.com"
] | nikitabarinov132@gmail.com |
1c6d2b9e8b429067fd5b3a4077ab44f8a25deb61 | aa82747a53a55af77c1c7167f850ad889a1ca035 | /src/test/java/employee/ut/EmployeeRepositoryTest.java | 8ee6fb201870d7295e85fab34efabd852ccb3af9 | [] | no_license | nikhil99/wealth-park-project | e88f64a1edb1293eb7e1e1dd8a079ba71200e79b | a8b7f7b3c1b7e609c0ef6fd580bd6caa5b2b49e8 | refs/heads/master | 2020-06-28T14:42:20.278976 | 2019-08-05T14:12:02 | 2019-08-05T14:12:02 | 200,258,565 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,620 | java | package employee.ut;
import employee.data.EmployeeRepository;
import employee.data.model.Employee;
import org.joda.time.DateTime;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconf... | [
"nikhil.gulumkar@gmail.com"
] | nikhil.gulumkar@gmail.com |
2c34ce8627708f09db1ec06197c7e7033e245a7d | 147f5c3fb73a3342a7c711775269f29b71ca2938 | /src/com/oop/Accounting.java | 13be4d2da71766eae959299a98f80c0793abe83e | [] | no_license | Karina-Z/Homework-ATM-3 | 9c310a37f23782d9f1e779297fe3cd0f9ed4e680 | fcb3a7f05b42d131a906a22241414ea9775674f3 | refs/heads/master | 2020-05-16T13:25:23.935926 | 2019-05-08T14:41:54 | 2019-05-08T14:41:54 | 183,072,189 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 137 | java | package com.oop;
public class Accounting {
public double pay(double hours, double amount) {
return hours * amount;
}
}
| [
"Karina_Zaporozhets@epam.com"
] | Karina_Zaporozhets@epam.com |
985c0f980c5c87d59448d4a43b644671abaf9281 | 9550e933cedbf5723b6c6dc82be2194615d6aaac | /sourcecode/src/main/java/wang/xiaoluobo/designpattern/composite211/CompositeTest.java | fe635c83f3c807d2f297fb53cef5491be3a9c9a1 | [
"Apache-2.0"
] | permissive | P79N6A/learning-2 | a7ed4713581aec24e824bca179750f74dbc07d27 | 4fb6ccaa03a3f6408d4904b24566094eb1881e7f | refs/heads/master | 2020-04-27T20:28:07.330905 | 2019-03-09T06:45:26 | 2019-03-09T06:45:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 644 | java | package wang.xiaoluobo.designpattern.composite211;
public class CompositeTest {
public static void main(String[] args) {
Composite root = new Composite("服装");
Composite c1 = new Composite("男装");
Composite c2 = new Composite("女装");
Leaf leaf1 = new Leaf("衬衫");
Leaf leaf2 = ... | [
"wangyd1005sy@163.com"
] | wangyd1005sy@163.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.