blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
32c549d13af40e0cd49dd68bc87f2d865f1b1572 | 4d0e9eea1f95d28572d64c582447a498bd0db9e3 | /src/arrays/arrayListCollection.java | 7ccf9cb438895d8c6e38256c0d2851be7c0c4f6a | [] | no_license | akhilchin/JavaPrograms | 8a964ddb63f99cd489f5c71c2054f7ae8d726dcc | 33f125a5d3b589ab47e7e6ea8a5ae1a8cb0a259c | refs/heads/master | 2021-01-19T13:43:43.445971 | 2017-04-12T23:40:53 | 2017-04-12T23:40:53 | 88,105,927 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,252 | java | package arrays;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import java.util.Scanner;
public class arrayListCollection {
static List<String> _studentName = new ArrayList<String>(); //import java.util.ArrayList; import java.util.List;
static List<Integer> _studentroll = new Li... | [
"akhilabhi429@gmail.com"
] | akhilabhi429@gmail.com |
19ba05ec454d24742ad53c3f00331ad8aa719bbb | 0b099d56d1b048824c1324957365dc855fd44f0a | /src/main/java/com/pri/corejava/oopconcepts/interfaceOriginal.java | 62c2afbfa404214a1e40e7182a1c9c787d52a395 | [] | no_license | Priyanth2313/cracking-java-code-Vol_1 | 4bd0ea0c0e7d0934c363e82c2abaf46464afc049 | e1fb55faab6d2cfbc202478ed69b0da53d4b574b | refs/heads/master | 2022-07-10T18:15:48.727778 | 2022-06-08T03:08:29 | 2022-06-08T03:08:29 | 145,938,515 | 0 | 0 | null | 2022-06-08T03:06:33 | 2018-08-24T03:36:39 | Java | UTF-8 | Java | false | false | 250 | java | package com.pri.corejava.oopconcepts;
public interface interfaceOriginal {
// interface can only have public methods
// by default all the methods in the interface are abstract methods
public int number();
public String value();
}
| [
"priyanth.1992@gmail.com"
] | priyanth.1992@gmail.com |
6f12625226ca6a467755d5778e3a11a1b344388d | 2b761f18ea47f18baa2f5b22e689ef919e28f7ff | /src/com/gkpoter/dazuoye/action/UpLoadAction.java | b0b18e4438b4f40177c933fd1947d184d02a4a60 | [] | no_license | BoyGK/Dazuoye_two | 7b7f70ae44199ff47929a6f9244902e53f72ecb9 | b6bae490631d94f9e611a42952efd207e7100983 | refs/heads/master | 2021-01-22T10:47:48.618416 | 2017-06-08T12:38:31 | 2017-06-08T12:38:31 | 92,656,290 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,754 | java | package com.gkpoter.dazuoye.action;
import com.gkpoter.dazuoye.model.BaseModel;
import com.gkpoter.dazuoye.serves.UpLoadServes;
import com.google.gson.Gson;
import com.opensymphony.xwork2.ActionSupport;
import org.apache.struts2.ServletActionContext;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.... | [
"1215356195@qq.com"
] | 1215356195@qq.com |
f50db79e40c78b7a1d7285cf1b73dc58fc3e2a3d | ee1b59255ea1d2d766d5c45671f3ab0f133d31f4 | /core/src/main/java/cn/gamemate/app/domain/game/GameMap.java | 4771db306b24ba64ba914b193d7b65cc4f3605af | [] | no_license | JamesChang/gm-app2 | 916d26c40eb4fbaa8843f0855643571afbb43f5b | c2f7e1213b7340e412c463194a79f3fceb129cbe | refs/heads/master | 2020-04-06T04:49:13.178272 | 2011-11-02T07:09:26 | 2011-11-02T07:10:20 | 1,221,895 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,016 | java | package cn.gamemate.app.domain.game;
import java.io.BufferedInputStream;
import java.io.FileInputStream;
import java.io.IOException;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedV... | [
"boqiang.zhang@gmail.com"
] | boqiang.zhang@gmail.com |
741aaef1bbbcb7b1e5bee9a30b77644c2f3be81d | b8a6bdccdf814a72dc6a89b2f28cecf84e9411fc | /app/src/test/java/com/hdh/baekalleyproject/ExampleUnitTest.java | 091fb526abc1cd41114af14c050588b3cd67e726 | [] | no_license | da-hyeon/BaekAlleyProject | 0b725ff38c4225727c00187bde9dab5363ac4fc0 | 39eec3b0ed860b8e842a49aa7ce59508cc01dca2 | refs/heads/master | 2020-06-26T06:24:47.760930 | 2019-09-25T02:49:53 | 2019-09-25T02:49:53 | 199,558,858 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 385 | java | package com.hdh.baekalleyproject;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public vo... | [
"kjg123kg@gmail.com"
] | kjg123kg@gmail.com |
62a607da1558b05df93774b7e31543dc47c41b12 | 903213aa03ea7ab84976bfb3fb7d87c06161c419 | /camel-spring-2/src/main/java/com/cts/camel/CamelSpring2Application.java | 491d54bf02bb2d764c2c5d22efd7400698d29559 | [] | no_license | jayant839105/Jayant_ApcheCamelAssignment | 018a648cc1cc3de0eb8c6a4e138623e12af820c1 | 5527704bc614c7f3070a051a6a3bd579874c768c | refs/heads/main | 2023-01-23T16:21:46.157077 | 2020-11-26T04:58:53 | 2020-11-26T04:58:53 | 316,126,807 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 318 | java | package com.cts.camel;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class CamelSpring2Application {
public static void main(String[] args) {
SpringApplication.run(CamelSpring2Application.class, args);
}
}
| [
"noreply@github.com"
] | noreply@github.com |
87a6d9ad42c917dd83994541e429a23de27507db | da37226b787d6d02267b8f05dd1ba35d9c942003 | /docs/Caso3/ServerSS/src/server/Seguridad.java | 0d1567124327a38e6a979cba19c02a65305e830c | [
"MIT"
] | permissive | dnarvaez27/Infracomp | aad0c307fdd7b893c07323d64ce24cf2e58dcb56 | 5fa6a6d02aa17a31fceeb7134befce12b02b8796 | refs/heads/master | 2021-03-19T13:06:13.199605 | 2018-05-01T18:12:16 | 2018-05-01T18:12:16 | 122,061,195 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,439 | java | //
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by Fernflower decompiler)
//
package server;
import org.bouncycastle.asn1.x500.X500Name;
import org.bouncycastle.asn1.x509.X509Extension;
import org.bouncycastle.cert.X509v3CertificateBuilder;
import org.bouncycastle.cert.jcajce.JcaX509Certif... | [
"dnarvaez27@outlook.com"
] | dnarvaez27@outlook.com |
8c6e3a3ea9b1f702d0438f7b32cc5de6ad269ed2 | d28611bff340aea43a3ae82d71b4c067d43e266c | /src/com/loopj/android/http/BaseJsonHttpResponseHandler.java | f643bf3f3ba6ff51fe9108231b69a14b691a556d | [] | no_license | vincentsunhao/itingshuo | 5afef93412a8a49fb051aa4c33a2a91c034774ed | c81bcfd6c9e2dc054b25b75b7732aadf03e06da4 | refs/heads/master | 2021-01-23T05:29:50.401168 | 2016-04-04T03:35:46 | 2016-04-04T03:35:46 | 86,313,000 | 1 | 0 | null | 2017-03-27T08:54:58 | 2017-03-27T08:54:57 | null | UTF-8 | Java | false | false | 6,386 | java | /*
Android Asynchronous Http Client
Copyright (c) 2011 James Smith <james@loopj.com>
http://loopj.com
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.apac... | [
"2815506514@qq.com"
] | 2815506514@qq.com |
10d0990f685fc8a3ec2c225662d1d2c94f23b54e | 3048f9f03bd109660de36ccbf214a3f71755d858 | /app/src/androidTest/java/com/majkl/kitereg/ExampleInstrumentedTest.java | a57e97052500a4925d736e2266cd344dc552d0b4 | [] | no_license | majkl109/KiteReg | 93f8c28a70f57a187dd7e6db65f4c806d1a23c17 | 34fb6b794f0ff30301cc542a1c974f453f821c7a | refs/heads/master | 2022-04-17T23:04:57.475129 | 2020-04-13T20:10:06 | 2020-04-13T20:10:06 | 254,962,556 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 750 | java | package com.majkl.kitereg;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an An... | [
"majkl.andracic@gmail.com"
] | majkl.andracic@gmail.com |
f0b04e0f9c19a321334759525318108ec0742376 | 1ea7cc9b6c577ebb69c8b384c1878ff013debf38 | /src/main/java/com/lmg/config/coreDYNAMOlmg.java | 96d55c728bf72475a884ebe6c9ed5c0784512e89 | [] | no_license | RamiBenMohamed/appliCoreLMG2-master | 1dab08d99dea8208f3c8d9400aad439221e3339d | edb30a64459d8d9005508a54cecc7d0bb0858799 | refs/heads/master | 2021-01-21T12:49:29.179428 | 2017-05-19T11:51:00 | 2017-05-19T11:51:00 | 91,800,883 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,220 | java | package com.lmg.config;
import javax.annotation.PostConstruct;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.DependsOn;
import org.spring... | [
"benmohamedrami91@gmail.com"
] | benmohamedrami91@gmail.com |
f0461194bc0a17bc4bfc1e058eb650b33f053890 | a5a13c75c45d9d61f8da309c71c3bd2d0a3cee84 | /apollo-sample/src/main/java/com/apollographql/apollo/sample/FeedQuery.java | dd843ecc61dfdcf60e9f2cc93d0b09a2d633aa5f | [] | no_license | bill-lin/apollo-android-generated-sample | 4ea05f86476cc0df05e1f685fbda2da97e70ccb8 | bd2edacde87da54a8ea0119ad9d5e53e56ecffc5 | refs/heads/master | 2020-08-01T23:43:53.234831 | 2019-09-26T19:38:06 | 2019-09-26T19:38:06 | 211,162,889 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,987 | java | // AUTO-GENERATED FILE. DO NOT MODIFY.
//
// This class was automatically generated by Apollo GraphQL plugin from the GraphQL queries it found.
// It should not be modified by hand.
//
package com.apollographql.apollo.sample;
import com.apollographql.apollo.api.FragmentResponseFieldMapper;
import com.apollographql.apo... | [
"cold.lin@gmail.com"
] | cold.lin@gmail.com |
9e346e7d39fdd75c3edf6291ea1b860b0ac0b72b | 4b0fdcd17cb45042710dc72742d744175739f0fb | /src/ejerciciotema4/parte2/Plato.java | 75676049f4cdaa9de1cc5808479c086932e219b1 | [] | no_license | mdiasan28/Ejercicios_Programacion | 180b2745c9cb225cb5237e81114d865136f2cc3c | a4cffd96ef7ce40d660eaf1cec92988324a2869a | refs/heads/master | 2020-12-22T07:20:32.605562 | 2020-03-04T07:39:26 | 2020-03-04T07:39:26 | 236,708,090 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 847 | java | package ejerciciotema4.parte2;
public class Plato {
String nombre;
float precio;
/**
*
* @param nombre
* @param precio
*/
public Plato(String nombre, float precio) {
super();
this.nombre = nombre;
this.precio = precio;
}
public Plato() {
// TODO Auto-generated constructor stub
}
/**
* @r... | [
"mdiasan28@gmail.com"
] | mdiasan28@gmail.com |
5e737b3d59c87b50d93e9505ea426d9b41110690 | 50de3b3875b0744222374c1e9d18056496dec3da | /REST/DBSample/service/src/main/java/ru/forxy/fraud/db/dao/mongo/CurrencyExchangeDAO.java | af267b78b9f4bc12895f9d055d42ebf954dcf34b | [] | no_license | Askadias/LearningREST | d7b15aa8d459d7896d16c205873e57033714cd22 | 3a638eff1d4479366100413f2dadb1f90f849405 | refs/heads/master | 2021-05-28T02:03:06.072547 | 2014-11-13T16:13:34 | 2014-11-13T16:13:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,106 | java | package ru.forxy.fraud.db.dao.mongo;
import org.apache.commons.lang.time.DateUtils;
import org.json.JSONArray;
import org.json.JSONObject;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.data.mongodb.core.MongoTemplate;
import org.springframework.data.mongodb.core.query.Criteria;
... | [
"askadias@mail.ru"
] | askadias@mail.ru |
7e59bb9af5ee35ce15636a52f9b72298121bf4cf | 69ab15dd5f2f79961b67882e45b95341133f5aef | /BSX/src/java/myModels/clsDBFunction.java | ec27a1c3d22ddeffcf6c992ad73421a32c27cb33 | [] | no_license | tskmliyuth/data | 986620cfa722d80b08c444c738bd3110849a2a2a | 150c06baec362672df9e3bd69d735207be56ea59 | refs/heads/master | 2021-05-27T11:25:56.460923 | 2013-02-07T00:56:47 | 2013-02-07T00:56:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,133 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package myModels;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
*
* @author NHEP BORA
*/
public class clsDBFunction {
//Method convert to Lower cast
public stati... | [
"sokhomoliyuth.tea@gmail.com"
] | sokhomoliyuth.tea@gmail.com |
687b519f5d05930ab8bcb28d7015cd2a0e41cc84 | 2452a509f33f3f03ea10bd0c52a249054ed488bd | /src/main/java/kpi/manfredi/gui/controllers/ProcessingEnvironmentController.java | 1c898b0cff96bd77caf6f5ae85340f9db1293eef | [] | no_license | MrManfredi/RenamingService | d636bfb5e57a5bc9a76eaea40bbe8807b365694b | e0ede498a80460f6e985a97329635dbaa2edc5c0 | refs/heads/master | 2023-04-21T07:56:10.989192 | 2020-09-07T22:21:23 | 2020-09-07T22:21:23 | 200,072,362 | 0 | 0 | null | 2021-04-26T20:35:04 | 2019-08-01T15:07:45 | Java | UTF-8 | Java | false | false | 8,451 | java | package kpi.manfredi.gui.controllers;
import javafx.collections.ListChangeListener;
import javafx.fxml.FXML;
import javafx.scene.control.Button;
import javafx.scene.control.MenuItem;
import javafx.scene.control.TextArea;
import javafx.scene.control.*;
import javafx.scene.image.Image;
import javafx.scene.image.ImageVie... | [
"mrmanfredi228@gmail.com"
] | mrmanfredi228@gmail.com |
234fcd1c0f26edabaa77538cded1d3273708c3e9 | 840e24e04be310f0e916a5f28d2745c75a83041a | /src/main/java/com/xuyang/mapper/TcouponsMapper.java | b7d4d7690856baea84defc1f5c8acc7aa93c4392 | [] | no_license | arillYang/multiUserApp | ef822fccf0caefae010a9d5a04f8b68c2335a857 | 8ef88ba94db3ac64b74af54ec5c980d8291f75f0 | refs/heads/master | 2020-04-03T18:24:02.602305 | 2018-12-10T03:09:38 | 2018-12-10T03:09:38 | 155,482,458 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,654 | java | package com.xuyang.mapper;
import com.xuyang.model.Tcoupons;
import com.xuyang.model.TcouponsExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface TcouponsMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table... | [
"15823914401@163.com"
] | 15823914401@163.com |
0a2a9086035b37c3c17c85a553a176b515b8e4a7 | 1cef0267f8b24cb59b5fed3d0f95030d8da4e59b | /test/it/parser/src/main/java/org/apache/shardingsphere/test/it/sql/parser/internal/cases/parser/jaxb/segment/impl/insert/ExpectedReturningClause.java | 5bc33f2c73a4a27a5dcd7448c696e76d8f0c2b37 | [
"Apache-2.0"
] | permissive | apache/shardingsphere | 4e69d07ad082ed3d1269e113d66421f67baa1f02 | 5ad75d38ab4fcf169a1a4704be4e671200d02e4c | refs/heads/master | 2023-09-02T15:56:04.469891 | 2023-09-02T15:20:38 | 2023-09-02T15:20:38 | 49,876,476 | 9,157 | 3,758 | Apache-2.0 | 2023-09-14T14:45:41 | 2016-01-18T12:49:26 | Java | UTF-8 | Java | false | false | 1,285 | 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 may ... | [
"noreply@github.com"
] | noreply@github.com |
2fe8c49a3f4840a9986d5f8e491825cb4272d1c7 | 2992fd099aa401a601e0dc0bac0aa598058ef951 | /Behavioral/Memento/src/main/java/app/web/pavelk/pattern20/shapes/BaseShape.java | af0c2dfa2a84a453395fd76ace20910b4a3c8034 | [] | no_license | PavelK6896/9887Pattern1Java | 72f4357e5505c174795cb73235e99f9cdb9cac39 | 1b8a3830f34b555b28381a5af770ad0c6709bc2e | refs/heads/master | 2023-03-27T10:31:40.765510 | 2021-03-31T17:44:26 | 2021-03-31T17:44:26 | 341,268,476 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,022 | java | package app.web.pavelk.pattern20.shapes;
import java.awt.*;
public abstract class BaseShape implements Shape {
int x, y;
private int dx = 0, dy = 0;
private Color color;
private boolean selected = false;
BaseShape(int x, int y, Color color) {
this.x = x;
this.y = y;
this.color = color;
}
@... | [
"79208776896@yandex.ru"
] | 79208776896@yandex.ru |
484670b6e7270fe6741005961d6965a0ae2239e3 | 14d1b09d42c0318b61f8bab9c62f9f9a0597fc2f | /src/main/java/com/springworkshop/handson/sessionone/intro/exercisefive/MobileProcessor.java | 09430c00f03cf49aaba76678255cb47a99538d2f | [] | no_license | ElsonRenatoDeFranca/SpringCore | d9975459ce9362da6f0150794f10499646398ace | 38b1f258309322c1f90a9e9ad1355bf13f1f86f0 | refs/heads/master | 2023-04-27T18:37:11.249331 | 2019-07-19T21:12:08 | 2019-07-19T21:12:08 | 197,270,542 | 0 | 0 | null | 2023-04-17T19:08:17 | 2019-07-16T21:30:01 | Java | UTF-8 | Java | false | false | 169 | java | package com.springworkshop.handson.sessionone.intro.exercisefive;
/**
* Created by e068635 on 7/15/2019.
*/
public interface MobileProcessor {
void process();
}
| [
"elson.franca@mastercard.com"
] | elson.franca@mastercard.com |
949b88ceadb010a85e3c42ffc5306de227b10c21 | 50073e47b4eab994faa91cb678ec670888b34745 | /src/Test3.java | 284168c867017a49882ace8335883a6d2cee879a | [] | no_license | AntoMertz/TestProject | 11215b2ebcb6268f7d0b4f12d22feb1e4d1a4cf6 | 98c7d703711d2d8df1f1fd8de5d81851ecb8a28b | refs/heads/master | 2023-04-09T07:33:55.038823 | 2021-04-18T09:25:35 | 2021-04-18T09:25:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 58 | java |
public class Test3 {
public void method3() {
}
}
| [
"ics20072@uom.edu.gr"
] | ics20072@uom.edu.gr |
7c7ed09bce30eb3b544ff7bc2dedda6029fa101a | 20eb62855cb3962c2d36fda4377dfd47d82eb777 | /newEvaluatedBugs/Jsoup_43_buggy/mutated/406/HtmlTreeBuilderState.java | f713af79a09ab8fafc307eda07060776eb5a80f5 | [] | no_license | ozzydong/CapGen | 356746618848065cce4e253e5d3c381baa85044a | 0ba0321b6b1191443276021f1997833342f02515 | refs/heads/master | 2023-03-18T20:12:02.923428 | 2020-08-21T03:08:28 | 2020-08-21T03:08:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 68,204 | java | package org.jsoup.parser;
import org.jsoup.helper.DescendableLinkedList;
import org.jsoup.helper.StringUtil;
import org.jsoup.nodes.*;
import java.util.Iterator;
import java.util.LinkedList;
/**
* The Tree Builder's current state. Each state embodies the processing for the state, and transitions to other states.
*... | [
"justinwm@163.com"
] | justinwm@163.com |
dee5d934cbdf2d239bf8d8dbd7115f6657d7cdfb | 973f30433b6d091e0131ecd76670bb5dec543475 | /src/main/java/com/soft/paradigm/web/rest/package-info.java | 8d22b0de6563330ed2db736bcd8a28fc838ecafd | [] | no_license | charfeddine12/TVF | 7ecd78bb11646571da4a3babb29536407b977f44 | 489c5e427c83b833cc714c4485b78b0efbc6393b | refs/heads/master | 2021-04-03T07:51:58.482400 | 2018-03-09T08:56:44 | 2018-03-09T08:56:44 | 124,515,323 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 76 | java | /**
* Spring MVC REST controllers.
*/
package com.soft.paradigm.web.rest;
| [
"charfeddinebenmohamed24@gmail.com"
] | charfeddinebenmohamed24@gmail.com |
b86235370cfc612f84987c52da4fbf9c0bbd99b6 | 18ae64ca232b469682d09a7eceb844a941d152b2 | /src/main/java/com/swust/demo/rbac/service/impl/UserInfoServiceImpl.java | da423bad889cb6e2431804b0abcf463b709c75b6 | [] | no_license | daily11/shiro | 07a2d718bd826d36311d12d134eac63489ea32ae | 5f5fc71f795e157339d0e3c08083345d459edc71 | refs/heads/master | 2022-12-24T21:09:34.508743 | 2019-09-22T05:42:05 | 2019-09-22T05:42:05 | 210,094,154 | 0 | 0 | null | 2022-12-10T05:42:49 | 2019-09-22T05:13:12 | TSQL | UTF-8 | Java | false | false | 2,578 | java | package com.swust.demo.rbac.service.impl;
import afu.org.checkerframework.checker.oigj.qual.O;
import com.swust.demo.rbac.bean.AclInfo;
import com.swust.demo.rbac.bean.UserInfo;
import com.swust.demo.rbac.biz.UserInfoBiz;
import com.swust.demo.rbac.service.UserInfoService;
import java.util.List;
public class UserInf... | [
"1663268062@qq.com"
] | 1663268062@qq.com |
30f43198f69a385da562b5119b51852a6dcd5de0 | ed2fc560f1c9ca2094b471457c97103c56c3ac65 | /Asgn14b/Graphics/src/asgn14b/TestJPanelExt.java | 9cda78fcc9daae7f66956df2daa81a66790c9950 | [] | no_license | JPL4494/DVC-COMSC255 | e234fc00e173b1dfd5feabc16b448f066b74d8b4 | c225c5061d56a18265ffb5d9b640e74c8c036587 | refs/heads/master | 2020-03-19T00:33:11.172548 | 2018-05-30T19:59:43 | 2018-05-30T19:59:43 | 135,489,101 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 225 | java | /*
Programmer: Josh Long
Assignment: 14B Graphics - Draw
Date: 12/5/15
*/
package asgn14b;
public class TestJPanelExt
{
public static void main(String[] args)
{
JPanelExt j = new JPanelExt();
}
}
| [
"noreply@github.com"
] | noreply@github.com |
c7f568a53533d1094dbd4c3f8fbeb0dc42b8d3bc | c49aed5b87459bbb8c305b891aae308db66e0934 | /TaxiDriver/app/src/main/java/com/taxidrivr/ActivityLauncher.java | 690a889ec6a56e21d2bb525e4e592f04a35feacd | [] | no_license | ramanasha/teliver-taxi-booking-android | a479dafd9b5a8cbc4432d0230ad6c65499daba4b | 37c4a480ae9899965cd37b5d182220d22c47e579 | refs/heads/master | 2020-03-27T10:02:47.594446 | 2018-08-06T10:52:17 | 2018-08-06T10:52:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,723 | java | package com.taxidrivr;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.graphics.PorterDuff;
import android.graphics.drawable.Drawable;
import android.location.Location;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullabl... | [
"selvakumar.p@quadkast.co.in"
] | selvakumar.p@quadkast.co.in |
5e9815b06a90dbe0405041d7f2131df79e5fddba | fbf799b4bc456324a4680a19e71ef3a2ce07549f | /jdlms/asn1/axdr-compiler/src/main/java/org/bn/compiler/parser/model/AsnObjectIdentifier.java | 360bfe7767f0b89201f875d2742b43638c84e285 | [] | no_license | rodroy/Jdlms2 | ad84f268495e1c5be70983a126d58c0d7be7d3f6 | b255148480e5e62baec5de376463ba8814646650 | refs/heads/master | 2021-01-10T04:23:32.866347 | 2016-01-12T12:56:58 | 2016-01-12T12:56:58 | 49,499,659 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 526 | java | package org.bn.compiler.parser.model;
public class AsnObjectIdentifier {
public final String BUILTINTYPE = "OBJECT IDENTIFIER";
public String name;
// ~--- constructors -------------------------------------------------------
// Default Constructor
public AsnObjectIdentifier() {
name = "";
}
// ~--- methods... | [
"rodrigo.lacerda.taschetto@gmail.com"
] | rodrigo.lacerda.taschetto@gmail.com |
e1a22d5c4e41605ced64fa0fc2372c973832b065 | d0b5c69ad2e32242364f0b163fe49caf66348547 | /SevenAndAHalf/src/objects/Partida.java | 723c2f438f8ac4fe62e47632889a1d8aa419e051 | [] | no_license | cristoprogramador/PSP | 97d3e98b3d36a41a2c128863727a2d4ab10cf55f | e74b49fb5b199fb3bd331d4f9f95a8d7c4442b8f | refs/heads/master | 2020-07-25T02:49:20.288104 | 2019-09-12T20:31:10 | 2019-09-12T20:31:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,142 | java | package objects;
import java.io.Serializable;
@SuppressWarnings("serial")
public class Partida implements Serializable{
private String name;
private double bet;
private String information;
private boolean preguntaPedirCarta;
private boolean pedirOtraCarta;
public Partida() {
}
public Par... | [
"39799281+cristoprogramador@users.noreply.github.com"
] | 39799281+cristoprogramador@users.noreply.github.com |
d2d73bf4b5b2f67403f4ed301ca6bf246aafa2f0 | 05b1ae95ba2ffea71b442fa21247cea9811df142 | /Demo/src/main/java/com/cbw/security/hanler/MyAuthenctiationFailureHandler.java | abe63a0a0f5002ebcd1134c37b73f01bd90645c6 | [
"MIT"
] | permissive | xeroCBW/springBootDemo | a712c1b4c7ea7a1b310d431d228c03ce936c4949 | 4af26bfe807762f040085596456646509f55e286 | refs/heads/master | 2020-03-19T20:46:26.444401 | 2018-06-24T14:39:59 | 2018-06-24T14:39:59 | 136,915,981 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,856 | java | /**
*
*/
package com.cbw.security.hanler;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Aut... | [
"861754186@qq.com"
] | 861754186@qq.com |
fad560dbfb8d79cd54afbc72f500645034891fce | fa724f01b2c324272f76e9c533654c831c0aa92c | /src/us/jaba/titaniumblocksswingui/BasicVerticalViewer.java | ab8f0c52b05a28a9a4e1af3da0ec3888fbfca0e2 | [] | no_license | tonybeckett/TitaniumBlocksSwingUI | dd8bfb93c31a1767289dd91b221947ff429394d7 | d988deade2e3010234fc533d4c18795e7cac3e4f | refs/heads/master | 2021-01-04T02:41:49.821236 | 2016-12-10T14:16:55 | 2016-12-10T14:16:55 | 76,115,657 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,535 | java | /*
* Copyright (c) 2015, Tony Beckett
* 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 cond... | [
"tonybeckett@yahoo.com"
] | tonybeckett@yahoo.com |
6c92321a47bc2ea03b7ae526b283aba26664c60e | 9793e52935fc9452777e3de336ff5375149b0439 | /app/src/main/java/com/net/dominic/hdwallpaper/HomeActivity.java | 2b17ae4ab0224ff4b726faf037e3d499aadca146 | [] | no_license | huuhuybn/HDWallpaper | 3e08baa86b8ec6a6c64e2556ff7d55bd6906aef0 | 83be6aaf10f439978e6d174c9ba618d30ad8c7c0 | refs/heads/master | 2021-01-20T10:23:40.140890 | 2017-08-28T10:43:21 | 2017-08-28T10:43:21 | 101,632,956 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,507 | java | package com.net.dominic.hdwallpaper;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.view.View;
import android.support.design.widget.NavigationView;
import android.support.v4.view.GravityCompat;
import android.support.v4... | [
"huuhuybn@gmail.com"
] | huuhuybn@gmail.com |
a5530ca587b34fd50ee47c7a71c787c549595c47 | 70a84192c0944f48a5ecd56a10c962d7c22eecd2 | /src/main/java/com/myorg/service/UserService.java | 4ac0ff0d0bbd9910e41207fd6a13c2faf032f034 | [] | no_license | Akshay-Deshpande/ygjwttest | bdfed3e4f17e98ea1e2ba37f3f727e19f0c0e048 | d4c3b8379cabc881c9c6d0ddce8f230c79c0936f | refs/heads/master | 2020-04-01T07:16:30.654216 | 2018-09-11T10:40:39 | 2018-09-11T10:40:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 258 | java | package com.myorg.service;
import java.util.List;
import com.myorg.model.User;
public interface UserService {
User save(User user);
List<User> findAll();
void delete(long id);
User findOne(String username);
User findById(Long id);
}
| [
"rakesh@yaragos.com"
] | rakesh@yaragos.com |
3295aad016021ee0bc7b49d9b501e2c5fc018377 | d31aa6abaf5f939fa26d3a4c53ca1b46be4ab899 | /src/com/code/leetcode/dp/Rob2_213.java | b5b3513a43e4b2a9aac9f8197a04c9ede4ca83f7 | [] | no_license | haojunsheng/AlgorithmNotes | 905d9d5df4a710be23626f34c729ecb7c7a3c190 | 6f44bb6dec4090e41e54b3b1c88906e8d261091b | refs/heads/master | 2023-03-11T22:59:46.283715 | 2023-02-18T09:01:29 | 2023-02-18T09:01:29 | 208,792,357 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,702 | java | package com.code.leetcode.dp;
/**
* 打家劫舍2
* 所有的房屋都围成一圈,这意味着第一个房屋和最后一个房屋是紧挨着的。同时,相邻的房屋装有相互连通的防盗系统,如果两间相邻的房屋在同一晚上被小偷闯入,系统会自动报警。
* <p>
* 输入: [2,3,2],输出: 3
* 解释: 你不能先偷窃 1 号房屋(金额 = 2),然后偷窃 3 号房屋(金额 = 2), 因为他们是相邻的。
* <p>
* 输入: [1,2,3,1],输出: 4
* 解释: 你可以先偷窃 1 号房屋(金额 = 1),然后偷窃 3 号房屋(金额 = 3)。偷窃到的最高金额 = 1 + 3 = 4 。
* <p... | [
"1324722673@qq.com"
] | 1324722673@qq.com |
8cdcaf829a7afe2b77ea1def0cceec2261eefbc3 | 1ec2a301394ee2034977db3a1411dd030b2779aa | /src/main/java/edu/yale/sml/view/EditHistoryShelvingView.java | edfb88cfa83e45ef368ea68368a47e366539dfdd | [] | no_license | yalelibrary/accservices | 77c0549fb7366292a0639303f007fb5c35b56462 | 3ccf499e411a7b12f479ddc70eeaf3f8c7cabf4d | refs/heads/master | 2022-09-05T14:18:58.877874 | 2020-09-15T14:59:54 | 2020-09-15T14:59:54 | 17,157,339 | 2 | 3 | null | 2022-07-13T18:27:51 | 2014-02-25T01:33:53 | Java | UTF-8 | Java | false | false | 1,582 | java | package edu.yale.sml.view;
import javax.annotation.PostConstruct;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ViewScoped;
import javax.faces.context.FacesContext;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import edu.yale.sml.model.Shelving;
import edu.yale.sml.persistence.ShelvingDAO;... | [
"osmandin@gmail.com"
] | osmandin@gmail.com |
8ca80f407697119b9fd31a1b73491ed6471fcdeb | 643d45a49f15946fbc9b901d225d298f0a7496e2 | /HelloAndroid/app/src/main/java/com/example/ktr/helloandroid/MainActivity.java | 0a0ca56f1394d3db7e751cca35162341cc62b491 | [] | no_license | kotori0506/HelloAndroid | 7e87a82d5a96a1904a2d5fdb4f9d2fa5b77e03cd | c22ceafc4458816ec1fb37a521f774b07ce0c774 | refs/heads/master | 2016-09-06T06:24:04.709176 | 2015-08-17T21:42:23 | 2015-08-17T21:42:23 | 40,907,022 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,820 | java | package com.example.ktr.helloandroid;
import android.app.Activity;
import android.graphics.Color;
import android.graphics.PorterDuff;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.test.ActivityUnitTestCase;
import android.view.Menu;
import android.view.MenuItem;
import andro... | [
"kotori0506studio@yahoo.co.jp"
] | kotori0506studio@yahoo.co.jp |
eb0fafaa84b1fc539f4985fcdb7245edfc22b53d | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/28/28_c08b26e1d67e613d0502b96d00c8c34ca17f4ca7/GDTabActivity/28_c08b26e1d67e613d0502b96d00c8c34ca17f4ca7_GDTabActivity_s.java | fecf649ef18d55fe3bf51e06761025e98580c70f | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 7,972 | java | /*
* Copyright (C) 2010 Cyril Mottier (http://www.cyrilmottier.com)
*
* 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
*
* ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
0a94753037dc2de9caae00b8e668a4e984a2721e | 719344f95a6dd78655f942ee9c1ea82f8eed829c | /src/assignment5/Deck.java | f1b4d0637f1ba821a4a725b553c9341bae35ea5e | [] | no_license | amijohar/BigTwo | 96cea4fc6cbfca6b825180d32ba5c1a0276631e7 | 8fa67cdea7f0e52c0e7d2d257c25714c5c0e8953 | refs/heads/master | 2021-07-10T09:33:52.446715 | 2017-10-09T06:58:05 | 2017-10-09T06:58:05 | 106,247,245 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 857 | java | package assignment5;
/**
* This class is used to represent a deck of cards in general card games.
*
* @author Kenneth Wong
*/
public class Deck extends CardList {
private static final long serialVersionUID = -3886066435694112173L;
/**
* Creates and returns an instance of the Deck class.
*/
p... | [
"amanjohar@Amans-MacBook-Pro.local"
] | amanjohar@Amans-MacBook-Pro.local |
91b849f160cff8e995e2d57227cb90b5d642bbef | 4c5741ee39b3a9a58bc65860283c42f3b77bdeee | /WSCuentasMedicas/modulos/generales/src/main/java/com/gci/siarp/generales/domain/MaestroNominas.java | a78930102a0683bbf167361a5a2a8b94ab45bac1 | [] | no_license | leogci/wscm | 2a4b42bee0ae6df56b233e004f81df181e58f1e3 | 78eb6da71cc27340f9e21e896f99c98f31742304 | refs/heads/master | 2020-03-20T14:13:15.903705 | 2018-06-15T11:42:05 | 2018-06-15T11:42:05 | 137,478,020 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 494 | java | package com.gci.siarp.generales.domain;
import java.util.Date;
import lombok.Data;
@Data
public class MaestroNominas {
private Long id_solicitud_it;
private Integer id_secuencial_it;
private Long id_cuenta;
private Integer id_factura;
private Long id_solicitud_pe;
private Integer consec;
private S... | [
"lbetancourt@gcicolombia.com"
] | lbetancourt@gcicolombia.com |
cf5d256cf4d17e2c6f129b1fe0253b3602f616ce | 076ccaad9cd6439be2a321b0f879b55ef2d02348 | /Chapter1Part1ToTranMinhNhut/src/Operator/Operator.java | e36db2ac9fcbbba054cf6e88cf6c90f8b0475d32 | [] | no_license | ToTranMinhNhut/Advanced-Java-Source | a17b916a9b1c20ad153ba2841d98cc7dff108ead | fb8fabb5936ed6ee50ec0d2d37fc2864b45faa38 | refs/heads/master | 2020-12-25T15:08:35.810742 | 2016-09-28T04:26:09 | 2016-09-28T04:26:09 | 65,992,406 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,347 | 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 chapter1part1totranminhnhut.Operator;
/**
*
* @author hv
* @date: 19/8/2016
* @version: 1.0
*/
public class Operator {
... | [
"ttmnhut93@gmail.com"
] | ttmnhut93@gmail.com |
02fc2c9690e6d470694ffdb474e07234247e7654 | b04d128fed0f7a00d74c90ab3984b99e8fa7593f | /源代码/work-system/work-system/work-api-admin/src/main/java/team/work/doc/TeachScheduleUpdate.java | 4bbcb039c4936a0c6f9fbea0491ef1fedb5b97d8 | [] | no_license | 2368990203/WorkManagementSystem | a11d126a9aaf273d2f574e320d150434d4b98462 | 8ae92e884eada4be22a8e80d808aead096220163 | refs/heads/master | 2020-06-08T08:22:38.250204 | 2019-07-05T02:16:52 | 2019-07-05T02:16:52 | 193,195,527 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,345 | java | package team.work.doc;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonInclude;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
@JsonInclude(JsonInclude.Include.NON_NULL)
@JsonIgnoreProperties({ "handler","hibernateLazyI... | [
"2368990203@qq.com"
] | 2368990203@qq.com |
cdf5707f8053198ab46c46e0eef96215c3156156 | b8ca9f640303d3a4929046e3759fc78272ec6ac0 | /src/com/jagex/Class412.java | ef754fd7e55bb8b71a4e4a27f8ef2ef030eb7bfc | [] | no_license | Rune-Status/sotr7-RS876 | 2e855aa26bc4641e60816315bb4ac5f656e7857f | 46fc21ecf2ca4572abb78d59b8dd4819371308e5 | refs/heads/master | 2020-12-03T19:58:16.523170 | 2017-04-03T21:38:23 | 2017-04-03T21:38:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,965 | java | package com.jagex;
import com.jagex.Class166;
import com.jagex.Class174_Sub3_Sub1;
import com.jagex.Interface42;
import jagdx.Class367;
import jagdx.IDirect3DDevice;
import jagdx.IDirect3DIndexBuffer;
import jagdx.IUnknown;
public class Class412 implements Interface42 {
int anInt4437;
long aLong4435 = 0L;
in... | [
"mablack15@gmail.com"
] | mablack15@gmail.com |
a135139e6fc5229659c3e6b9730487f38c0c5ffe | d30d60d2d785ac861e2b614a5ad765d14410a718 | /src/main/java/com/lynden/gmapsfx/service/directions/DirectionsRoute.java | f1974b3bf3f2271ce6c6fe3ed7a82d138bc6467c | [
"MIT"
] | permissive | abhaydalmia/clean-water-crowdsourcing | 64105a640f7059b9bbcd71b672f4c7b06b275841 | ae1f273815e3e64d2717630cbc77992296c5656d | refs/heads/master | 2021-01-10T18:33:40.771509 | 2016-11-24T08:49:20 | 2016-11-24T08:49:20 | 74,654,705 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,897 | java | /*
* Copyright 2015 Andre.
*
* 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 agreed to in w... | [
"abhaydalmia@ipsec-143-215-26-15.vpn.gatech.edu"
] | abhaydalmia@ipsec-143-215-26-15.vpn.gatech.edu |
0a9e10bebb79bf3074526263cf74b262fbb7b139 | 36744cba4e4bfdf6c122a75176ec30d9fe08699f | /SpringDemo/src/main/java/hello/Greeting.java | 65cfbe3b15dd5c185579d88ea38fadcab21929a9 | [] | no_license | tompatt/SpringDemo | 3b1270984cbe1f69a96af7e263f4a2e4954cbf91 | c978ac5018193cdee162ab2672d041b33a59b740 | refs/heads/master | 2021-01-18T13:42:37.355966 | 2015-05-18T14:29:37 | 2015-05-18T14:29:37 | 35,818,244 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 312 | java | package main.java.hello;
public class Greeting {
private final long id;
private final String content;
public Greeting(long id, String content) {
this.id = id;
this.content = content;
}
public long getId() {
return id;
}
public String getContent() {
return content;
}
}
| [
"tompatt92@gmail.com"
] | tompatt92@gmail.com |
e3228c137f515657758d2d38b02158f2fc7d22e9 | 28da497f44b82b151c157eebccd0210154e27e1c | /demo-voice-search-ttx/src/main/java/com/demo/voice/nlu/analyzer/strategy/NameProcessingStrategy.java | 865d12ff5f5dcb55bb34b03c44f23e9acc8038e1 | [] | no_license | manhviet17/ttx | 18a2f039eb139dd65eb6ca94a8be7f48e7e7baee | fba0087382edc214483376c4d2df88335de50a7a | refs/heads/master | 2021-01-01T19:36:49.761039 | 2017-08-17T10:33:00 | 2017-08-17T10:33:00 | 98,625,184 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,053 | java | package com.demo.voice.nlu.analyzer.strategy;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.collections.CollectionUtils;
import com.demo.voice.nlu.analyzer.dataloader.NluDataBean;
import com.demo.voice.nlu.analyzer.dto.MentionType;
import com.demo.voice.nlu.analyzer.dto.NluIntentDTO;
i... | [
"manviet1796@gmail.com"
] | manviet1796@gmail.com |
ca94a348575957c2800e6ab68a0aa5405fbbcb25 | e368372048de31d083c620b2ff66fb6cb39d57a6 | /3/PetlaDoWhile.java | cd38c9892c840ae7173df3405b8527ee47e22479 | [] | no_license | KNJPJATK/Kurs-Podstawowy2020-2021 | 92d8bd5cee5f32614fcb9011d090870b631bb4ff | 0210e35a030a3f9aa031c2e7ad72b140e49754da | refs/heads/master | 2023-01-21T01:46:49.401167 | 2020-11-26T16:17:40 | 2020-11-26T16:17:40 | 306,222,585 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 293 | java | public class PetlaDoWhile {
public static void main(String[] args) {
String[] tablica = {"Hello", "world", "!", "This", "is", "my", "awesome", "program", "!"};
int i = 0;
do {
System.out.print(tablica[i] + " ");
i++;
} while (i < tablica.length);
System.out.println();
}
}
| [
"rafal.podkonski@dev-software.pl"
] | rafal.podkonski@dev-software.pl |
717062ed5cb1bbee2f950e29a744b9dc06397cda | a637f42782378b5890a3feaa638dd7116376af28 | /DollarBarrier.java | 75de6d1a535589abfe092d81c1fc297860676246 | [] | no_license | eyhhuang/FlappyBernie | 8c1356177da4d20c1eaf74a3695360d110a3f372 | f1058e7e085607cabcd56b1fafe5a036e0cb0c3c | refs/heads/master | 2021-05-10T14:22:30.048183 | 2018-01-22T21:12:39 | 2018-01-22T21:12:39 | 118,515,926 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 619 | java | import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo)
/**
* dollar bill barrier
*
* @author Emily Huang
* @version 19 - 01 - 17
*/
public class DollarBarrier extends Actor
{
public DollarBarrier()
{
//change size of actor
GreenfootImage image = getImage();
... | [
"emily.huang1@hotmail.com"
] | emily.huang1@hotmail.com |
8634531f5ce12f3381c9fec188abe6733731a40b | 4ef872ad8f6af051785a242462ed7f8dd59709dc | /design/ImplementTopologicalSortInDigraph/DepthFirstOrder.java | 51777e31cb13a383b1c11aad7f7c54728c38ea5f | [] | no_license | vladovsiychuk/LeetCodeProblems-1 | b19b4314cba1acbf9e28bc6e21a6be1885222088 | 6009798d218fc9a953331b178494889db94d29be | refs/heads/master | 2022-10-31T18:54:17.730745 | 2020-06-17T20:36:54 | 2020-06-17T20:36:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 891 | java | package LeetCode.design.ImplementTopologicalSortInDigraph;
import java.util.LinkedList;
import java.util.Stack;
/**
* Topological sort implementation
*/
public class DepthFirstOrder {
Digraph digraph;
private boolean[] marked;
private LinkedList<Integer> list;
public DepthFirstOrder(Digraph g) {
... | [
"Semaserg@gmail.com"
] | Semaserg@gmail.com |
df999ef6b5f9ba50afb23c132215a6d2221639ed | cb8ac4c39d514d48c051d3c1184747667720bd1f | /framework/src/main/java/com/genonbeta/android/framework/app/RecyclerViewFragment.java | 91f047cabebd6a3757ae94bdae19e6a29bddc534 | [] | no_license | bailyzheng/framework-android | c77ef56471ecc82927e5fb3d3125fe79c1e09281 | 4f8b8b0b63669b68a6f6bcec640c8200a266bfb0 | refs/heads/master | 2020-07-04T17:47:33.412609 | 2019-03-01T09:55:06 | 2019-03-01T09:55:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,602 | java | package com.genonbeta.android.framework.app;
import android.os.Bundle;
import android.os.Handler;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.genonbeta.android.framework.R;
import com.genonbeta.android.framework.widget.RecyclerViewAdapter;
import androidx.a... | [
"veli.tasali@gmail.com"
] | veli.tasali@gmail.com |
3401ddd83e41d6a9502f83b5b6589cf6e1e57ced | 0ef0c78fbd8e0e19c0cf327fa15cf1ac2c606178 | /PrakharTKG/A.java | fc3e5da00b983fde4466c4ae6d318bca8a21b91c | [] | no_license | shweyoe/PrakharTKGRepo | 9c6570a079b8cafddd356eb689f9e5485936a13a | 1ecc0d7b66850a11248cd43f77719fa76d4d9c9f | refs/heads/master | 2020-12-11T06:12:35.169089 | 2016-01-07T13:00:52 | 2016-01-07T13:00:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 57 | java | class A{
public static void main(String...args){
}
} | [
"prakhar.jain@YITRNG17DT.Yash.com"
] | prakhar.jain@YITRNG17DT.Yash.com |
f3fc9da96833f26a69cba8ea15339481cca37322 | 033b1e2cd67c125fdb4f77a1b8755a7bce9adf6b | /telegram_bot/src/main/java/org/gruzdov/springboot/telegram/model/Question.java | 61b2b592c48f3bdbcbd197f03a171e73f2613cfb | [] | no_license | VodzurGoNe/Telegram_Bot | f439d3b98dc997ab604b26d7993ae3a3e0645f03 | 9e47129a2719f6c441fa8a194d1c7fdfac3865d0 | refs/heads/main | 2023-06-04T05:35:39.873203 | 2021-06-20T14:15:44 | 2021-06-20T14:15:44 | 369,290,769 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 841 | java | package org.gruzdov.springboot.telegram.model;
import lombok.*;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Table;
import javax.validation.constraints.NotBlank;
@NoArgsConstructor
@AllArgsConstructor
@Getter
@Setter
@ToString
@Entity
@Table(name = "java_quiz")
public cl... | [
"Gruzdov.V.1991@Hotmail.com"
] | Gruzdov.V.1991@Hotmail.com |
9102845d45d2205117860a2cf7d10556ec6b1585 | 652b39837ed213e42ffdea4ac60a3a7bbc121d2e | /Algorithm/src/com/neu/Graph/MGraphOperation.java | 81b6c3262919862865dba813c4f841e4b04f4fe8 | [] | no_license | Johnqiu123/Algorithm | 3271978d0f5e1879f6ad1383a31887bc6db739f0 | bdac9a3ed70dbfe67ca3db71959f88f27e87b332 | refs/heads/master | 2020-05-21T13:39:38.248766 | 2017-08-14T22:57:12 | 2017-08-14T22:57:12 | 63,992,762 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,074 | java | package com.neu.Graph;
import java.util.LinkedList;
import java.util.Queue;
import java.util.Scanner;
public class MGraphOperation {
private MGraph g;
public MGraphOperation() {
// TODO Auto-generated constructor stub
g = null;
}
/**
* create a graph by matrix
*/
@SuppressWarnings("resource")
publ... | [
"quanshao2014@126.com"
] | quanshao2014@126.com |
2aafe0dd6c6e8d8158347cad88b18a565e21319e | 242540c1cacfca8b2ef5bd658061909dce48261a | /core/src/main/java/com/onlinestock/core/user/service/UserService.java | 570cca95a007edc359f1e404cc349e9f6bdf463e | [] | no_license | NikBelarus/stock | 36e2d89b6f635a53f8de7c80648e829e72c13c86 | 9cd6fab2b82431befbc28cd77054074d427a97f1 | refs/heads/master | 2022-09-25T01:33:07.390367 | 2019-11-17T18:37:48 | 2019-11-17T18:37:48 | 222,294,675 | 0 | 1 | null | 2022-09-08T01:04:35 | 2019-11-17T18:40:58 | JavaScript | UTF-8 | Java | false | false | 728 | java | package com.onlinestock.core.user.service;
import com.onlinestock.core.common.ApiResponse;
import com.onlinestock.core.user.dto.FindUserDTO;
import com.onlinestock.core.user.dto.SaveUserDTO;
import org.springframework.data.crossstore.ChangeSetPersister;
import org.springframework.validation.annotation.Validated;
impo... | [
"dashchynskinikita@gmail.com"
] | dashchynskinikita@gmail.com |
ad6d6aa3d68359c0ed4330edb592ca766660e158 | 8e4bd5a6e579826780a6cabcb4d354fe02f5967c | /CoreLibrary/src/main/java/com/didi/virtualapk/internal/ClassLoaderEx.java | c3cfc8dd59cfb440bcb1a2b5f6315057ae041ae8 | [
"Apache-2.0"
] | permissive | wyogap/tcg-lib-virtualapk | 2909dbfee41897ff4fd352344d0cd9eb04bd8380 | 1ce9b4fe0fb3754bf1d2a9c1b6f933c5f2c6a3b9 | refs/heads/master | 2020-07-11T08:44:02.111889 | 2019-09-13T04:37:44 | 2019-09-13T04:37:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,502 | java | package com.didi.virtualapk.internal;
import android.content.Context;
import android.support.annotation.NonNull;
import android.text.TextUtils;
import java.io.File;
import java.util.HashMap;
import dalvik.system.DexClassLoader;
/**
* This is just a flag to identify if a class is loaded by PluginManager
*/
public ... | [
"wyogap@gmail.com"
] | wyogap@gmail.com |
e6ca86668fafe586ad8cbf0581659b8994ce8f05 | 7ac234738caa07ac71f71ad0daac39cf79e01c8b | /cinnamon-core/src/main/java/org/cinnamon/core/config/builder/GroupWrapper.java | 360e55fc1f7d7cabe0f129af213d771632035b86 | [
"MIT"
] | permissive | adrenalinee/cinnamon | c8309bd2cd69bcee5de368cbb1475f2dbc8e84ac | cc6eb6d6a0c2f52eae71deeddf88ea637ce07a72 | refs/heads/master | 2021-01-17T00:53:11.415600 | 2017-02-13T02:46:20 | 2017-02-13T02:46:20 | 29,680,497 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 988 | java | package org.cinnamon.core.config.builder;
import java.util.Arrays;
import java.util.LinkedList;
import java.util.List;
import org.cinnamon.core.domain.Group;
/**
*
*
* created date: 2015. 9. 15.
* @author 신동성
*/
public class GroupWrapper {
Group group;
GroupWrapper parent;
List<GroupWrapper> childGrou... | [
"dsshin@daihansci@co.kr"
] | dsshin@daihansci@co.kr |
4e0a4850e96e98d56e5fb6bbec0ba1adc1d7370b | 2fc51c5135661e997ecf08d0d462b043ada7b6a6 | /seava.j4e.business/src/main/java/seava/j4e/business/service/AbstractBusinessBaseService.java | adfc6ae9c2aad9969a3f62a93da072ca4ae88dad | [
"Apache-2.0"
] | permissive | RainerJava/seava.lib.j4e | 283f9b23a31a46c541f4c322ec111c60d0c5f3fc | f0df2b835a489319bc889b5eb534cb4107c6673f | refs/heads/master | 2021-01-16T19:31:48.813324 | 2014-05-26T09:29:51 | 2014-05-26T09:29:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,132 | java | /**
* DNet eBusiness Suite
* Copyright: 2013 Nan21 Electronics SRL. All rights reserved.
* Use is subject to license terms.
*/
package seava.j4e.business.service;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceC... | [
"attila.mathe@dnet-ebusiness-suite.com"
] | attila.mathe@dnet-ebusiness-suite.com |
dd41828520aec99841f6dfca2b89df6d89333646 | 894a03711d315bdf1777573b890c5ef2d54a14ca | /My_Project/V2_chapter1/src/streams/CountLongWords.java | 61ca6130f88bb9e910a7df7ced2ce917d0f83a2b | [] | no_license | C-Liueasymoney/Personal-Practise-of-Core-Java | 615d273c7f2cf09941638c451b643392faf0bca0 | 00120f421e240e5b977db9911771ff98fa8ae6a8 | refs/heads/master | 2023-04-01T20:07:29.388610 | 2021-04-09T08:24:00 | 2021-04-09T08:24:00 | 356,193,114 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,212 | java | package streams;
import java.io.IOException;
import java.nio.charset.StandardCharsets;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.stream.Stream;
/**
* @Description:
* @Author: chong
* @Data: 2021/3/21 11:59 上午... | [
"chong@chongdeMacBook-Pro.local"
] | chong@chongdeMacBook-Pro.local |
7a319dde1c53eae688200627151d1915edf958cd | de514e258a6e368fea5de242ebaadb16b267c332 | /concurrentdemo/src/main/java/com/art2cat/dev/concurrency/BusStation.java | a150c993eaa70a688724dd71da07b746a86250f2 | [] | no_license | Art2Cat/JavaDemo | 09e1e10d4bbc13fb80f6afd92e56d4c4bfed3d51 | 08a8a45c3301bfba5856b7edeebf37ebd648111b | refs/heads/master | 2021-06-21T16:40:04.403603 | 2019-08-03T06:14:18 | 2019-08-03T06:14:18 | 104,846,429 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,466 | java | package com.art2cat.dev.concurrency;
import java.time.LocalDateTime;
import java.util.concurrent.BrokenBarrierException;
import java.util.concurrent.CyclicBarrier;
import java.util.concurrent.ThreadLocalRandom;
public class BusStation {
private static int busCounter = 0;
public static synchronized void depa... | [
"yiming.whz@gmail.com"
] | yiming.whz@gmail.com |
48c21804fd859e10e72e703f5ada5fda75610d14 | 6773cf1d63a50ec6fe1699dd88462eacf0549fc6 | /blog/src/com/cos/test/ReplyTest.java | 1a0d1005e80f1687a39aa293ea03b9a1068020dd | [] | no_license | juneyj114/jspblog | 567a172d055add30b8d954b046447f144e6cbd52 | 48dd8a0fcc9ff58296ff65778144368e8c0d5fc2 | refs/heads/master | 2020-09-09T04:58:37.737461 | 2019-11-13T06:10:18 | 2019-11-13T06:10:18 | 221,354,307 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,526 | java | package com.cos.test;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResp... | [
"acto2002@naver.com"
] | acto2002@naver.com |
e1125685f7cbee03062e947342f8fc765c2ce3bd | 398ef9e2f6d5e5a9fd727af8c08c68bac66900dd | /app/src/main/java/com/mooc/ppjoke/ui/state/PreviewViewModel.java | d9657384e101f6bca3d1fe4234441e4f0668b21a | [] | no_license | riomarksafk/Jetpack-MVVM-PPJoke | 165b83ab910d4b9bd0a623885e79ea7686deb941 | 36e2f2fd622e6953399270433cc45a13f40145de | refs/heads/master | 2023-05-21T15:03:22.648828 | 2021-06-08T07:39:43 | 2021-06-08T07:39:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 574 | java | package com.mooc.ppjoke.ui.state;
import androidx.databinding.ObservableField;
import androidx.lifecycle.ViewModel;
import com.google.android.exoplayer2.SimpleExoPlayer;
public class PreviewViewModel extends ViewModel {
public final ObservableField<String> btnText = new ObservableField<>();
public final Observabl... | [
"1025618933@qq,com"
] | 1025618933@qq,com |
e54aa04eab204169908b4a9b199e5bbf444bdfc5 | 870ece25e2ac94330cbbc3502bb2020174513f42 | /src/main/java/devfun/bookstore/rest/config/RestAppConfig.java | 31be6e8b5377b1a49f28bc2c67fc31bae4a39fe2 | [] | no_license | devkook/book-restapp | 62c7f85939ce49e28f98dff370c085333aaaa60e | 07239bc73db7cdf4a7d99eea7d0fdd8b4d3aa260 | refs/heads/master | 2016-09-03T01:05:10.767165 | 2014-04-28T13:36:22 | 2014-04-28T13:36:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 146 | java | package devfun.bookstore.rest.config;
import org.springframework.context.annotation.Configuration;
@Configuration
public class RestAppConfig {
} | [
"devinkook@gmail.com"
] | devinkook@gmail.com |
4912fe05783c4b29f460ff139d573540cf131c15 | ff973a21288ac88df6a083d297f379d7c67d9519 | /app/src/androidTest/java/com/blumonplay/cesarcruz/pruebatecnica/ExampleInstrumentedTest.java | 4c345025b0aacdae8bd49bc0863586c9afc219d0 | [] | no_license | neurosistemas/PruebaTecnica | 83590750bf7193a8d267567f4bc797c574789dd2 | 2780ee746cf972d507a02d762ad07c3a0a662fdb | refs/heads/master | 2020-03-19T07:11:08.886901 | 2018-06-04T21:41:33 | 2018-06-04T21:41:33 | 136,094,233 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 760 | java | package com.blumonplay.cesarcruz.pruebatecnica;
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.*;
/**
* Instrumented test, which will execut... | [
"neurosistemas21@gmail.com"
] | neurosistemas21@gmail.com |
db0daec3fd753cba6401831a80242168b220a04d | 681d83fde3a2a2f7eb91978aa092edf99e5d2e92 | /leetcode/src/zzz_niuke/wangyi/_2018_School/_1_Solution.java | f772c84f2293f257d7956d289b6f8ce76e805365 | [] | no_license | tjlcast/MyLeetCodePro | 981d5d68c6cef6d9e1a57c17dda81cfde7657044 | c0711348939408d71315c523e17e37c040d29142 | refs/heads/master | 2022-12-25T20:40:40.103349 | 2020-04-05T18:31:43 | 2020-04-05T18:31:43 | 134,796,463 | 0 | 0 | null | 2022-12-16T03:14:24 | 2018-05-25T03:06:22 | Java | UTF-8 | Java | false | false | 3,183 | java | package zzz_niuke.wangyi._2018_School;
import java.io.* ;
import java.util.* ;
/**
* Created by tangjialiang on 2017/10/2.
*/
public class _1_Solution {
/**
* 小易准备去魔法王国采购魔法神器,购买魔法神器需要使用魔法币,但是小易现在一枚魔法币都没有,但是小易有两台魔法机器可以通过投入x(x可以为0)个魔法币产生更多的魔法币。
魔法机器1:如果投入x个魔法币,魔法机器会将其变为2x+1个魔法币
魔法机器2:如果投入x个魔法币,魔法机器... | [
"phx108@sina.com"
] | phx108@sina.com |
b47d3b0f7a5f8e6a5f513c488e418e76c8a57508 | d0cba53c150247f7c109f4a3899f66b1563fdbf3 | /src/net/fai/daems/DaemsActivity.java | 6c9d6990b6672c5a3b1d85944685f4cb4d6d4012 | [
"MIT"
] | permissive | daemsproject/daemsAndroid | 1d4b208f48ec7be59b4ef0dc3eb80306e46572c8 | 08bb53a9ac6f732d12f29123dcf0c1e8b8ad98a7 | refs/heads/master | 2020-06-14T07:15:34.078250 | 2017-03-11T12:21:11 | 2017-03-11T12:21:11 | 75,217,318 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,331 | java | package net.fai.daems;
import java.lang.reflect.Field;
import org.greenrobot.eventbus.EventBus;
import net.fai.daems.constant.Daems;
import net.fai.daems.constant.ViewId;
import android.annotation.TargetApi;
import android.app.Activity;
import android.content.Context;
import android.os.Build;
import android.os.Bundl... | [
"mr-ooops@gmx.com"
] | mr-ooops@gmx.com |
8611a61703dc2d540e689f6f993eea9681172055 | 3016374f9ee1929276a412eb9359c0420d165d77 | /InstrumentAPK/sootOutput/com.waze_source_from_JADX/com/google/android/gms/auth/firstparty/shared/FACLDataCreator.java | 3af652cdbe6f144deb3e1b3bff191628eeeddd6c | [] | no_license | DulingLai/Soot_Instrumenter | 190cd31e066a57c0ddeaf2736a8d82aec49dadbf | 9b13097cb426b27df7ba925276a7e944b469dffb | refs/heads/master | 2021-01-02T08:37:50.086354 | 2018-04-16T09:21:31 | 2018-04-16T09:21:31 | 99,032,882 | 4 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,984 | java | package com.google.android.gms.auth.firstparty.shared;
import android.os.Parcel;
import android.os.Parcelable.Creator;
import com.google.android.gms.common.internal.safeparcel.zza;
import com.google.android.gms.common.internal.safeparcel.zzb;
/* compiled from: dalvik_source_com.waze.apk */
public class FACLDataCreato... | [
"laiduling@alumni.ubc.ca"
] | laiduling@alumni.ubc.ca |
7162043cbb2a6c027eff618cc3fe4a9b2ff005bc | e7c4836bcd64be467a0397a9792246ab0a97dcad | /src/com/java/rishabh/PowerfulDigitSum.java | dc2c7df72c01696ae779a0fe66bb0d0c4198c043 | [] | no_license | rish8089/projectEuler | 0961ca043694c8bba4c60336e79b7cad7ced9855 | a78b83f3bca2b07e74cb3e5984c500f5f1ecafa4 | refs/heads/master | 2020-04-22T05:19:18.561015 | 2019-05-01T08:52:52 | 2019-05-01T08:52:52 | 170,155,487 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,623 | java | package com.java.rishabh;
import java.util.Arrays;
public class PowerfulDigitSum {
int lim=100;
public int getPowerfulDigitSum()
{
int ans=0;
int arr[];
int A[]=new int[2*lim+1];
int B[]=new int[2*lim+1];
for(int i=2;i<lim;i++)
{
int noOfDigi... | [
"shinghal.rishab@gaiansolutions.com"
] | shinghal.rishab@gaiansolutions.com |
c027b0dd4b29add8e4b6fa1370c70144cfa73e3c | fb8bd4f35d6327224f319f212429456646477463 | /src/main/java/com/joe/alain/myapp/config/Constant.java | ec25f66ba69aa1e1c44a8aea7834224bc020c778 | [] | no_license | JoAlain/MyStock | 0bc6cf8df0c46b40e3088ff1d9a9d1b2693a47b6 | 0c20ab1e9e3ea161108a83b2bca8d026a4d9e033 | refs/heads/master | 2022-12-14T08:19:13.672415 | 2020-09-25T10:41:18 | 2020-09-25T10:41:18 | 298,359,661 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 142 | java | package com.joe.alain.myapp.config;
public class Constant {
public static final String noRecordFound = "No record found for given id";
}
| [
"jtiarilala.olona@gmail.com"
] | jtiarilala.olona@gmail.com |
f7f2c41c98d43e37847328eed41bd31aaa7a3420 | dbbef2ea773000e633eeda04793607ae94faec6f | /src/main/java/rxjava/operators/combine/ConcatEx.java | 4a9ba04596e3cff0317e77e3f21cdc5a477ae476 | [] | no_license | eve0625/RxJava | a2b939709a53b910651a280ecd0450c87fa22795 | 5893a3a8a1df32a04bf67e0fbd9f307c74b4adb9 | refs/heads/master | 2021-05-05T16:06:30.705430 | 2017-10-08T09:41:03 | 2017-10-08T09:41:03 | 103,201,402 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,320 | java | package rxjava.operators.combine;
import java.util.concurrent.TimeUnit;
import common.CommonUtils;
import common.Log;
import io.reactivex.Observable;
import io.reactivex.functions.Action;
public class ConcatEx {
/*
* concat : 2개 이상의 Obsevable을 이어 붙여주는 함수
* 첫번째 Observable에서 onComplete 이벤트가 발생해야, 다음 Observable을 ... | [
"eve0625@naver.com"
] | eve0625@naver.com |
5de295299441a729fb87a783b2b561ea1477d10c | 3709823d4c510bc08ce6e6e27e718c106062619c | /eCommerce/src/eCommerce/business/concretes/UserValidationManager.java | c1482bf3d1361dc03bca713a716d136b1bc9328b | [] | no_license | koseirem1/eCommerce | 97226656cb7fa85cd23e16b8710b5543d2ad2c81 | fda7b4e780cd9a59da0f71acc381df440f3acc0e | refs/heads/master | 2023-04-28T07:46:39.686253 | 2021-05-18T12:15:09 | 2021-05-18T12:15:09 | 368,517,006 | 1 | 0 | null | null | null | null | ISO-8859-9 | Java | false | false | 1,490 | java | package eCommerce.business.concretes;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import eCommerce.business.abstracts.UserValidationService;
public class UserValidationManager implements UserValidationService {
@Override
public boolean passwordValidation(String password) {
if(password != nul... | [
"koseirem1@gmail.com"
] | koseirem1@gmail.com |
139053c064e558e15d42fd8ae85e2d9a0646312d | b6d1e392dda206e44aee1b1668c3d6afbf2c980c | /processing-app/src/main/java/turingpatterns/TuringPatternApplet.java | 3b5518f6d5ada17a61da2d1dd36efb340abd6883 | [] | no_license | eli-jordan/generative-art | fa1af12695db14e67f40c3c144e1ace882ae848a | b06596f9472a3a4caa2706541aa278708cd3874a | refs/heads/master | 2023-05-09T10:50:58.778688 | 2021-03-17T22:44:23 | 2021-03-17T22:44:23 | 322,738,379 | 1 | 0 | null | 2021-04-05T21:11:50 | 2020-12-19T00:57:23 | Java | UTF-8 | Java | false | false | 3,118 | java | package turingpatterns;
import processing.core.PApplet;
import turingpatterns.config.ConfigPersistence;
import turingpatterns.config.RunConfig;
import turingpatterns.config.ScaleConfig;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
/**
* Base class that interprets the {{@link RunConfig}} r... | [
"elias.jordan@tapad.com"
] | elias.jordan@tapad.com |
3478e65255a0205ab964251ea372eb8eecd57a30 | 6ba54d3ee34f7bb20a0ad6164b7de098bfb77a5c | /src/Transaction/InterBranchTransfer.java | a9d91766330a1bbb6b323e4d5d8def347abd08ec | [] | no_license | keepYourHairOn/BankSystem | e467b6d05ee6332f70e94f9ecbaa5fcbf3437b60 | bde512f7ebc8c0028e0159ff8681247bd1e2c4b7 | refs/heads/master | 2020-05-31T14:47:40.643417 | 2015-07-27T13:19:30 | 2015-07-27T13:19:30 | 39,700,226 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,758 | java | package Transaction;
import Accounts.Account;
import java.util.Date;
/**
* Created by Admin on 26.07.2015.
*/
public class InterBranchTransfer extends Transaction {
private Double transfer;
private Double balance1;
private Double balance2;
private String transaction;
private Transaction_types t... | [
"sofia-ne@ukr.net"
] | sofia-ne@ukr.net |
4c769496e57caec393f62e904223f225a3a1b801 | 85a2d89c2c2a2908b67312c47b73b16fe58c5b58 | /src/main/java/com/cheatbreaker/nethandler/server/CBPacketServerRule.java | d2daa1cc91090f2968c85aa84a19c3614469cd06 | [] | no_license | CoOwner/CheatBreakerAPINetHandler | 60f92479f34d65eba06c4c30459f5f0ce78f0ade | 0f2222f8ada77da1a6d4d1ec431e1335b62ec570 | refs/heads/master | 2022-09-13T21:40:56.815361 | 2020-05-23T19:21:08 | 2020-05-23T19:21:08 | 266,401,321 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,295 | java | package com.cheatbreaker.nethandler.server;
import com.cheatbreaker.nethandler.obj.*;
import java.io.*;
import com.cheatbreaker.nethandler.*;
import com.cheatbreaker.nethandler.client.*;
public class CBPacketServerRule extends CBPacket
{
private ServerRule rule;
private int intValue;
private float floatVa... | [
"david@orbit.games"
] | david@orbit.games |
7ba6bb86ca6ab9613ce35884d51b5aaec475214c | 0df0c0b3de1c817529a7147cb731301070fe30fc | /Dynamic Programming/PartitionSetIntoKSubsets.java | 0ebb65d60b5826fe369614e3b68ae818827268ed | [] | no_license | utkarsh2827/Practice | 255572c774d5b7ea5efffef110fe974ede62dae0 | dddf1c69763efcb34716fa9c5b384ab8669b68fa | refs/heads/master | 2022-11-24T16:57:53.318031 | 2020-08-03T18:22:11 | 2020-08-03T18:22:11 | 272,504,874 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 918 | java | import java.util.*;
public class PartitionSetIntoKSubsets
{
public static void print(String msg){
System.out.print(msg);
}
public static int partitionRecursive(int n, int k){
if(k==1||n==k){
return 1;
}
return k*partitionRecursive(n-1,k) + partitionRecursive(n-1,k-1);
}
public static int partitionDP(int... | [
"prateek.nigam.581@gmail.com"
] | prateek.nigam.581@gmail.com |
671bf69db242ea5bf794e484a894e6de8f634dc6 | c387a1ee41763a0409e8dc89c93be29675253ad1 | /app/services/utils/swagger/parser/processors/OperationProcessor.java | e2db5c32d7169a0adca3474edb46054a66af9c72 | [
"Apache-2.0"
] | permissive | RainYang0925/ApiIntelligenceRobot | e0cbe2018c732d2800d83783d1446ecc39cb0c7a | ed366f421c9bb46b6af08aab60573033533cc457 | refs/heads/master | 2020-04-05T23:38:00.492043 | 2016-06-14T01:32:13 | 2016-06-14T01:32:13 | 61,084,352 | 1 | 0 | null | 2016-06-14T02:12:20 | 2016-06-14T02:12:20 | null | UTF-8 | Java | false | false | 1,918 | java | package services.utils.swagger.parser.processors;
import models.apis.swagger.Operation;
import models.apis.swagger.RefResponse;
import models.apis.swagger.Response;
import models.apis.swagger.Swagger;
import models.apis.swagger.parameters.Parameter;
import services.utils.swagger.parser.ResolverCache;
import java.uti... | [
"806833417@qq.com"
] | 806833417@qq.com |
96a7bda4d4a0ae933f61cee54d9ba457a113b09e | 26f0641351364e75ac57c58cf46a3d74506448d2 | /src/main/java/com/cinchapi/common/base/Verify.java | 36dcce66fb2b83136f800d803143ba3ee4b4b8bf | [
"Apache-2.0"
] | permissive | cinchapi/accent4j | d8344276b6aefb30da2cf865cfae3da8a40488de | 5c46676bab6283f7b19f185687b54bdf62b25516 | refs/heads/develop | 2022-10-04T04:17:35.506694 | 2022-10-01T20:20:48 | 2022-10-01T20:22:46 | 47,751,504 | 9 | 4 | Apache-2.0 | 2021-08-30T19:35:30 | 2015-12-10T09:28:48 | Java | UTF-8 | Java | false | false | 5,825 | java | /*
* Copyright (c) 2015 Cinchapi Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | [
"jeff@cinchapi.com"
] | jeff@cinchapi.com |
331838aca0844e07e8119ac74e1dc7334b39d43a | 18255c44223aad737d3634a015ac7af7b69ef636 | /Jar and database/Computer.java | 99faa3e2d5fa88cfd356316ab707e138ac3c830b | [] | no_license | emontag/Software_Engineering_Group | 1c050642b276d2d9856408deacec2fa45aefc19c | 96b384424497aef48154646c3e31450124fced30 | refs/heads/master | 2020-12-31T07:43:58.155098 | 2016-04-19T20:13:40 | 2016-04-19T20:13:40 | 56,628,513 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 148 | java |
public class Computer extends Player{
public int getScore(){
return scores;
}
public void setScore(int s){
scores+=s;
}
}
| [
"ephraim443@gmil.com"
] | ephraim443@gmil.com |
75dc00b882aa16d5747667cb593fdaa5b633f5f6 | 7df9f85fd021ab4c4b634b1ccd493f17fe3ab78e | /app/src/main/java/com/rachad/alarmmangerservice/MyReceiverAlarmManger.java | 8cf67cc336361d8ab24e54f749e2c8aceb923aab | [] | no_license | rachadaccoumeh/alarm-manger-service | 861ae6e8236e199e906c31139a47409599089aff | 648449006bd4fec768d22bc5cc117775c39d1d97 | refs/heads/master | 2023-06-09T14:50:50.914584 | 2021-06-27T13:10:12 | 2021-06-27T13:10:12 | 361,427,250 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,443 | java | package com.rachad.alarmmangerservice;
import android.app.Notification;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.media.Ringto... | [
"rachadaccoumeh@gmail.com"
] | rachadaccoumeh@gmail.com |
dace6c9e54f7db658888e95114cd6a9807930e81 | 80539b3a04bae27c5a67a37a2decdda1abe8a496 | /src/Gameplay.java | 8cb8c9c14a9aa7d2e208f4bfc20dc79d114907fe | [] | no_license | mayank241995/2Dsnakes | 16693c5e5e49f56950faefeffad537638a13110c | a889aefc6c51c43dacd8bf303dcb9ccb59b6306e | refs/heads/master | 2020-03-07T07:14:15.880781 | 2019-01-25T08:06:17 | 2019-01-25T08:06:17 | 127,343,921 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,834 | java | import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.util.Random;
import javax.swing.ImageIcon;
import javax.swing.JPanel;
import javax.sw... | [
"noreply@github.com"
] | noreply@github.com |
70d74a5b86a641fbb573027d2c8da0cfef2bb80b | facd5c2f30543d137275a81f6f27fe8348cc5125 | /team7/src/web/PhotoViewServlet.java | d5e08bdb6112eed0b039d51fc67960d11ed6a12b | [] | no_license | soviet2/team7 | 4d1f468d7950c49e12b96848de10c46e759420d3 | 856e8e86ea1ae206f27c0a7ed45504c246ed2359 | refs/heads/master | 2021-01-15T17:14:26.163134 | 2016-06-12T03:48:15 | 2016-06-12T03:48:15 | null | 0 | 0 | null | null | null | null | UHC | Java | false | false | 1,723 | java | package web;
import java.io.IOException;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.sql.*;
public class PhotoViewServlet exten... | [
"yisukimc@gmail.com"
] | yisukimc@gmail.com |
a6622a379ad4d06e95832798ea7ad4a7e6d2db45 | b44d294591310b661f092e30ae6b785bfc9a2389 | /src/main/java/com/looseboxes/cometd/chatservice/initializers/ChatServerInitializer.java | 76f924424f52fa23cf9e7b368f6883d4a1804fe0 | [] | no_license | poshjosh/cometdchatservice | a159b67992b0218cbd5d34e9148fa60be652c908 | 0a1b012bdc74b64bdc6d35a46dd09ecc0d1d3857 | refs/heads/master | 2020-12-20T11:49:20.535625 | 2020-04-04T01:01:24 | 2020-04-04T01:01:24 | 236,065,252 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 846 | java | /*
* Copyright 2020 looseBoxes.com
*
* Licensed under the looseBoxes Software License (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.looseboxes.com/legal/licenses/software.html
*
* Unless required by app... | [
"posh.bc@gmail.com"
] | posh.bc@gmail.com |
8e68ea095c5f7b3b8c97c3870ed653f72e86ca69 | ca18124b162b134c392376dccf1656bdb1b11efa | /src/main/java/online/starlex/hospital/entity/DrugInfo.java | 5232267a044f0171f1ab1c28f2d86492c153e34e | [] | no_license | StarlexAtlas/hospital_bk | 0525cec93249d76cd2787ebcbe73aaee6fb245f8 | eb851f1106450b9a65c69ab7873ebee71d6ced1b | refs/heads/master | 2023-02-06T11:09:04.736388 | 2020-12-28T14:40:20 | 2020-12-28T14:40:20 | 325,035,314 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,374 | java | package online.starlex.hospital.entity;
import javax.persistence.*;
@Table
@Entity(name = "drug_info")
public class DrugInfo {
@Id
@Column(name = "drug_code", columnDefinition = "bigint")
private long drugCode;
@Column(name = "drug_name", columnDefinition = "varchar(255)")
private String drugName;... | [
"201800301032@mail.sdu.edu.cn"
] | 201800301032@mail.sdu.edu.cn |
ab0bc399427c723994e5ad88ded67c9d45390910 | 210c05a189d46754f615c0f2bf1031bab83bd04e | /Web/src/com/tao/location/model/LocationDAO_interface.java | af76c052381d90531623cc924d97e1fc370e5f7a | [] | no_license | hand79/iii_TAO_Puzzle | 7750287c7f08be8fa56665800527f8bb32e9cf60 | ce9e91538b413bd347104ab4a70313ba2947d415 | refs/heads/master | 2021-01-21T07:54:20.159097 | 2016-09-18T16:36:37 | 2016-09-18T16:36:37 | 68,525,975 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 308 | java | package com.tao.location.model;
import java.util.List;
public interface LocationDAO_interface {
public LocationVO findByPrimaryKey(Integer locno);
public List<LocationVO> getAll();
public List<String[]> getUniqCounty();
public List<String[]> getMatchedTowns(String countyRange);
}
| [
"maxdjkl@gmail.com"
] | maxdjkl@gmail.com |
63d0b61e6eecb946e293b9f5e07b029db6208f2c | 023dbba0118c2fbc12169fba5002a7beb638bb8a | /app/src/main/java/com/example/ankush/hackathon/Class10streams.java | e04b004c74b9737271ecb55b13c67cba894a7352 | [
"MIT"
] | permissive | Rawkush/Career_Counselling_app | 67538033e3a9c27d602b768514f78f4ab7906eab | 09d88d1990030e12171f563ba2a6393fbb8e5213 | refs/heads/master | 2021-04-06T14:23:09.969877 | 2020-12-14T09:46:34 | 2020-12-14T09:46:34 | 124,768,869 | 5 | 6 | MIT | 2018-10-05T06:55:59 | 2018-03-11T15:12:38 | Java | UTF-8 | Java | false | false | 1,433 | java | package com.example.ankush.hackathon;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.TextView;
public class Class10streams extends AppCompatActivity {
private TextView btn1,btn2,btn3;
@Override
prot... | [
"ankushrawat950@gmail.com"
] | ankushrawat950@gmail.com |
c27e776631b23f2e6a728c30e8df691872443dd4 | c81bacaf8e63c7a04be90beb85b3dd35b5dbaa5a | /src/main/java/com/workhardkj/repositories/TodoRepository.java | a31261fce9b37c3bf03f0bc7caca36301d3cdfaa | [] | no_license | kyle-judd/todo-list | 9840a1c9abbb442019b69b0e3f83fd8ef9f783c5 | 4ec4842db0454aa8a48d85139ed79bee3db53ccc | refs/heads/master | 2021-05-21T22:37:37.070883 | 2020-04-21T01:23:27 | 2020-04-21T01:23:27 | 252,835,662 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 230 | java | package com.workhardkj.repositories;
import org.springframework.data.jpa.repository.JpaRepository;
import com.workhardkj.entity.Todo;
public interface TodoRepository extends JpaRepository<Todo, Long>, TodoRepositoryCustom {
}
| [
"juddkyle1408@gmail.com"
] | juddkyle1408@gmail.com |
2c4c2e45625c4837ba9e4c56cc2dbf920eac262c | e2cd2d66a27dd8661810ef80785e683bdc7817f6 | /nzsproject/src/main/java/com/needmall/admin/user/controller/UserController.java | 56b0854c8304a0ace8b05544a16a90d690ab6dc5 | [] | no_license | needmall/data | 3d2aed5ea45303bcc824b17c13857198cadb2f39 | f646aec46e927ddbaa666e4f280dbe654f1f2196 | refs/heads/master | 2020-03-26T07:42:40.778859 | 2018-09-17T04:35:11 | 2018-09-17T04:35:11 | 144,667,138 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,509 | java | package com.needmall.admin.user.controller;
import java.util.List;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMappi... | [
"trustray7@gmail.com"
] | trustray7@gmail.com |
b48a3ec5c64089be1dcd2149c34a16e7d4ec4e63 | a48b1b3841c1048cea86d6e34211ccadbf8978ad | /src/main/java/multithreading/concurrencyTools/locks/reentrantLockCondition/example/Consumer.java | d96b20cfd8bd979c7bf87561b752d1bbc36280fb | [] | no_license | BaranovAndrey99/multithreading | e2b9822d3a5aa8fa03080f42bf139c91d2e6ed21 | 13d43cf21d157d28d681a315c1b2d875a711a6b9 | refs/heads/master | 2020-08-10T20:32:00.296335 | 2019-10-11T11:09:54 | 2019-10-11T11:09:54 | 214,415,161 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 457 | java | package multithreading.concurrencyTools.locks.reentrantLockCondition.example;
public class Consumer implements Runnable {
private Store store;
public Consumer(Store store) {
this.store = store;
}
@Override
public void run() {
for(int i = 0; i < 5; i++) {
try {
... | [
"pishipismodrug@gmail.com"
] | pishipismodrug@gmail.com |
ffebba376bbd8306bddd694dfb3c7f0d027b33f3 | bc05504a99acc49e7cf6b62b6c87be4d4394c7e7 | /src/emitter/EmitterMesh.java | a45ca3ece501429eb1d25efb85caf7a0a6b2651e | [] | no_license | dingyf0523/tonegodemitter | dd591e6dbba5d5cae3c3465e627d060387ac1830 | c0b1ddf0369659fd894b071be7beb72aebc638c9 | refs/heads/master | 2021-01-10T12:04:57.176426 | 2014-02-17T00:41:47 | 2014-02-17T00:41:47 | 45,771,194 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,111 | java | package emitter;
import com.jme3.math.FastMath;
import com.jme3.math.Quaternion;
import com.jme3.math.Triangle;
import com.jme3.math.Vector3f;
import com.jme3.scene.Mesh;
import com.jme3.scene.Node;
/**
*
* @author t0neg0d
*/
public class EmitterMesh {
public static enum DirectionType {
Normal,
... | [
"cristofflanders@gmail.com"
] | cristofflanders@gmail.com |
97575021dc95a9b503d58935f3ad7294df01116b | 8392d8af9bc0e86ba4eb42e172ac47321ebb876a | /src/main/java/fm/fish/pojo/youtube/playlistitems/Snippet.java | caffc3550d9e03bf6217ead49933c204d23b6e20 | [] | no_license | alexamber/fishfm | 6e2e4079474d84ff4c23c6d6d50bf09a707c6450 | a744581438383ad43f6035b1e33b8bea0805920d | refs/heads/master | 2020-03-23T18:44:48.561998 | 2018-08-06T20:43:20 | 2018-08-06T20:43:20 | 141,929,564 | 0 | 1 | null | 2018-08-06T20:43:21 | 2018-07-22T20:48:46 | Java | UTF-8 | Java | false | false | 1,421 | java | package fm.fish.pojo.youtube.playlistitems;
import com.google.gson.annotations.SerializedName;
import javax.annotation.Generated;
@Generated("com.robohorse.robopojogenerator")
public class Snippet {
@SerializedName("playlistId")
private String playlistId;
@SerializedName("resourceId")
private Resou... | [
"alexamber91@gmail.com"
] | alexamber91@gmail.com |
b42223486cc05d463abe8504d6e5380f1f2f7e1f | f788d7fee3203f2bcfc40b2da1b0ae13c01eceef | /src/Controller/Controller.java | 67994036c3d85e0c732e36ea1422db7e9f08e37a | [] | no_license | ColdCipri/MAP-InterpreterGUI | 774531ed28112f061019fe8d5162f90287f43b51 | 78aab15dc65441aec2dae67be2a60781ebdba7a3 | refs/heads/master | 2020-05-03T22:49:09.013253 | 2019-04-01T11:41:11 | 2019-04-01T11:41:11 | 178,850,712 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,427 | java | package Controller;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.concurrent.Callable;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors... | [
"colder.ciprian@gmail.com"
] | colder.ciprian@gmail.com |
e6f2d9505edc84fa92bd863e522875843d94bc24 | 576d76f81bc4de8bea09d206fb35b06786cfd692 | /SpringAwsHloWrldApp/src/main/java/com/tcs/aws/app/controller/Employee.java | 38859b594362ea70075707eee518f5c399f35c5e | [] | no_license | kishore191018/springbootawsapp | 66f184628a82c9dc661cb9960dec1345d5061d07 | 444ed1991d38baefbecb877aabc0fe720ab19bb4 | refs/heads/master | 2023-06-29T16:42:57.925696 | 2021-07-25T11:13:24 | 2021-07-25T11:13:24 | 387,126,246 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 541 | java | package com.tcs.aws.app.controller;
public class Employee {
private Integer id;
private String name;
private Integer sal;
public Integer getSal() {
return sal;
}
public void setSal(Integer sal) {
this.sal = sal;
}
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id... | [
"Lokeswara.danamreddi@gamil.com"
] | Lokeswara.danamreddi@gamil.com |
123bdfc893a247682432c3c81d443831c189f005 | 28c762bf0433245e7deb13056c712440650abb01 | /src/main/java/com/intelli5/back/repository/search/TicketSearchRepository.java | b90a9f9f348b5088f9ffbc14fa1ecca2d72a9337 | [] | no_license | porkmanic/foodbackend | 4ad37442a353ec316ce2a0772d4731a36615b451 | b4f7ceeae4811ba5b47e83d50ba7f8d2663459c2 | refs/heads/master | 2021-07-14T05:49:00.551890 | 2016-12-04T00:12:36 | 2016-12-04T00:12:36 | 73,762,824 | 0 | 1 | null | 2020-09-18T13:31:56 | 2016-11-15T01:19:04 | Java | UTF-8 | Java | false | false | 330 | java | package com.intelli5.back.repository.search;
import com.intelli5.back.domain.Ticket;
import org.springframework.data.elasticsearch.repository.ElasticsearchRepository;
/**
* Spring Data ElasticSearch repository for the Ticket entity.
*/
public interface TicketSearchRepository extends ElasticsearchRepository<Ticket, ... | [
"nbliuhaobo@gmail.com"
] | nbliuhaobo@gmail.com |
4f5aa9df92ef13534fdb4a9092968ff540fc9eff | 18b97acf3a31f8c360ae20989bf64c648a4a8f7f | /src/inheritance/Shape.java | 85ec384c3db77664057f837d1f5afce6fd4bbf96 | [] | no_license | maulong305/OopPractice | 7adc61688fc3fd7f10508f89e27706ff9687ba90 | a50c9071a9fc6705f77fe71043d3f1d8f9ac5c7c | refs/heads/master | 2023-02-03T16:34:21.764823 | 2020-12-21T08:41:13 | 2020-12-21T08:41:13 | 323,277,759 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 71 | java | package inheritance;
public class Shape {
String color = "red";
}
| [
"maulong305@gmail.com"
] | maulong305@gmail.com |
8d820c08fa944039bd5222fef7ec3fbee6c5f5ad | 9296fbf00af501cf6df877a47da0380cb41c31d9 | /app/src/main/java/com/george/euzin/hilfe/EuZinJobService.java | 00d5acccfb5eaaa537ffb09db1f383119699ebcb | [] | no_license | farmaker47/EuZin | 902e322565e65c751b469711b045e451b9c7ae67 | 16613eda8b69df73692a41f469c7bc93414183f6 | refs/heads/master | 2021-09-01T15:02:19.475594 | 2017-12-27T15:31:54 | 2017-12-27T15:31:54 | 114,528,931 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,364 | java | package com.george.euzin.hilfe;
import android.content.Context;
import android.os.AsyncTask;
import com.firebase.jobdispatcher.JobParameters;
import com.firebase.jobdispatcher.JobService;
/**
* Created by farmaker1 on 20/12/2017.
*/
public class EuZinJobService extends JobService {
private EuZinDownloadFunc... | [
"farmaker47@yahoo.cm"
] | farmaker47@yahoo.cm |
be8e1cdfef8f5552c81dd7cc875496ca88bcd68f | 4bb49ae9826cd3414f43e9d521132deebf71f7b7 | /src/main/java/com/andersen/controllers/FindAllProductsServlet.java | 77f23bbe96dee648ab86462347a5a2c7f366f634 | [] | no_license | Martynovich/store-spring | d6e52fcd25996fb09a0ab905148efb2e3907fe5e | bf8c984990b603a24c0d2716333d5b8f3b38a52f | refs/heads/master | 2021-01-11T17:37:22.658871 | 2017-02-01T12:45:19 | 2017-02-01T12:45:19 | 79,806,170 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,686 | java | package com.andersen.controllers;
import com.andersen.domain.Product;
import com.andersen.service.ProductService;
import org.apache.log4j.Logger;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import javax.servlet.ServletException;
imp... | [
"Ihor.Martynovich@gmail.com"
] | Ihor.Martynovich@gmail.com |
d8410bcf764511fdfcc1f6f6dacf5e76ef82b557 | 746a2aa0723eaa91affc0523c62aac8165280353 | /Galaxzee/src/test/java/com/Galaxzee/AppTest.java | a9dad5da173fe739fcf4bce40cbbce78decd9423 | [] | no_license | mansi08/E-commerce-Project-with-Spring-Spring-Security | 1248e5a94544289efe5020c88e2e8e0ee9b7a3ed | 878f9b827cdf12f31dffe4de57c6baec9c2469b6 | refs/heads/master | 2020-04-09T04:28:26.827317 | 2018-12-02T07:43:01 | 2018-12-02T07:43:01 | 160,024,625 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 640 | java | package com.Galaxzee;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
public AppTest( St... | [
"39582953+mansi08@users.noreply.github.com"
] | 39582953+mansi08@users.noreply.github.com |
8d52824dce1de7bfeddc869591a8596621ff6c9f | c13b0025dd707c3033f61ee1bec8bdbdf3c214fb | /src/alarm/controller/UpdateReadServlet.java | 87481ad2d8e5677c69cd432375cd888f1fda9435 | [] | no_license | Jinseon038/study_with_us | aa15eb22aec168e510d0344480b5f1fa1af1451b | d8911c636ab4a9c86414be1f845c6d9a2124371a | refs/heads/master | 2023-05-02T06:47:57.386961 | 2021-05-08T06:01:13 | 2021-05-08T06:01:13 | 334,324,963 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,585 | java | package alarm.controller;
import java.io.IOException;
import java.io.PrintWriter;
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 al... | [
"jinseon038@gmail.com"
] | jinseon038@gmail.com |
e47d1cfa6aaadf0368812e9aeca252793e185d64 | 58be70938560c4ccd01e108487f66f33dc26b3c3 | /src/main/java/com/wojo/Vault/Controller/PaymentsController.java | 725909c1ad1d2e6d434560e86a58aedf48f46f3d | [
"MIT"
] | permissive | FoioK/Vault | 93c4dff2d9c04c20d4e2f3e707c37e17692ea234 | 5a9631475b9e85f3e1c37550ac67afd6b9331076 | refs/heads/master | 2022-09-19T13:14:39.130670 | 2020-05-01T21:53:27 | 2020-05-01T21:53:27 | 113,100,141 | 3 | 0 | MIT | 2022-02-16T01:08:36 | 2017-12-04T22:02:18 | Java | UTF-8 | Java | false | false | 4,132 | java | package com.wojo.Vault.Controller;
import com.jfoenix.controls.JFXButton;
import com.jfoenix.controls.JFXTextField;
import com.wojo.Vault.Filters.TextFieldFilter;
import com.wojo.Vault.Service.PaymentService;
import com.wojo.Vault.Service.impl.PaymentServiceImpl;
import javafx.event.ActionEvent;
import javafx.fxml.FXM... | [
"7wojok7@gmail.com"
] | 7wojok7@gmail.com |
9e188cfc0448aa617215bd39e5d4cdefae94b24f | 8bf261911d029ed2d2d6de53b1c7f596e8fc1df3 | /core/domain/src/main/java/org/mobicents/gmlc/GmlcPropertiesManagement.java | 5bae402f98d8fbd506db0ce3b325005a19db8f64 | [] | no_license | satyaparmar/gmlc | 533fd242ae5c4ac0692a46c040eb5b61db5a2f87 | c98089e6815df3e7e2af342567482f193c08cf37 | refs/heads/master | 2021-01-01T08:56:36.403669 | 2012-10-31T09:28:03 | 2012-10-31T09:28:03 | 40,012,561 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,053 | java | /**
* TeleStax, Open Source Cloud Communications Copyright 2012.
* and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesse... | [
"amit.bhayani@gmail.com"
] | amit.bhayani@gmail.com |
6df3326d4f24bd67beffccb0ae967d2e8f47e2a0 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/9/9_7fddc94c88635b58b21fe0210763f4d25c0046b5/CVSProviderTest/9_7fddc94c88635b58b21fe0210763f4d25c0046b5_CVSProviderTest_s.java | d97fe05d998a0eaaf44d86a5ce8382413231712a | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 35,292 | java | /*******************************************************************************
* Copyright (c) 2000, 2006 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distributio... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
0a6b24d1a8aff3394dd5b7bedd4f103f2e7d4b2c | 3c8c874ce92454868fb0c1f762293681fad25ee4 | /src/fantasyuser/Season.java | e2c42696c18431df3894462aa5988478c206c41c | [
"MIT"
] | permissive | arocca1/fantasy-sports-backend | 950f1a2ca24b6fac2a8e5ecadc1b1323d4655167 | a6c8ce62a50f9056804c4aff8baefe0e9efdf1b5 | refs/heads/master | 2022-11-24T22:06:18.604166 | 2020-04-18T17:16:26 | 2020-04-18T17:16:26 | 230,545,975 | 1 | 0 | MIT | 2022-11-15T23:53:35 | 2019-12-28T02:12:21 | Java | UTF-8 | Java | false | false | 2,237 | java | package fantasyuser;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Convert;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import j... | [
"rocca1.antonio@gmail.com"
] | rocca1.antonio@gmail.com |
df1ce27914ffcf133a7ca7a71d21b3694ecd5c11 | a8bb4a420223644c12a3ab2363bc7d07d24dc6d0 | /Stepik/src/main/java/ru/alternation/stepik/basic/section4/stage2/step7/RobotConnectionException.java | 4b80962300f2aae0d2ad22bea2b7d8f9e2925b0d | [
"MIT"
] | permissive | Fandorinxxx/homework | 245dd1b3101b1f9ad8a4e4dc7e7acc00c8904167 | a5d370e327c34efbbddf0fab540cab5940fa24b3 | refs/heads/master | 2020-06-18T08:02:56.113891 | 2019-02-04T17:22:32 | 2019-02-04T17:22:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 322 | java | package ru.alternation.stepik.basic.section4.stage2.step7;
public class RobotConnectionException extends RuntimeException {
public RobotConnectionException(String message) {
super(message);
}
public RobotConnectionException(String message, Throwable cause) {
super(message, cause);
}
... | [
"16310547+AlternatiOne@users.noreply.github.com"
] | 16310547+AlternatiOne@users.noreply.github.com |
578680b03f52542101080ecc90eaf72c646769c8 | c663b981af3566743a774fae261548255947bfdc | /snomed-osgi/uk.nhs.cfh.dsp.snomed.expression.model/src/main/java/uk/nhs/cfh/dsp/snomed/expression/model/IntersectionExpression.java | e3e9c3893835cb1ba03e9b51ed136ffe556f48f4 | [] | no_license | termlex/snofyre | c653295ecb1b2a28a44d111ff7603a3cc639e7eb | 2622c524377ed7cc77a9aae9f1ec522b00da2b7c | refs/heads/master | 2022-05-22T18:37:18.579877 | 2022-03-25T15:23:41 | 2022-03-25T15:23:41 | 34,781,765 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,732 | java | /**
* Crown Copyright (C) 2008 - 2011
*
* 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 ... | [
"jay.kola@29ca23ef-472f-bbfa-ca66-17e9de3a230d"
] | jay.kola@29ca23ef-472f-bbfa-ca66-17e9de3a230d |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.