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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8aa8d31769aa7065b7fdcf6ba9e1cc01c1da8bf1 | f49656cdb1d78b36b603e5a2a27267ad36e910f2 | /src/test/java/junit/org/rapidpm/vaadin/helloworld/server/junit5/extensions/pageobject/PageObjectExtension.java | 7376579102615153c263ac50703e66f048472b2d | [
"Apache-2.0"
] | permissive | Java-Publications/vaadin-012-helloworld-10 | 1c71e4e4e89939ec7b31d04d74d8e0ce94249874 | fdddf1416471ee5f14c3cd756983c9c44f7041bf | refs/heads/master | 2021-01-21T23:09:09.362521 | 2017-11-29T04:34:35 | 2017-11-29T04:34:35 | 95,197,494 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,647 | java | package junit.org.rapidpm.vaadin.helloworld.server.junit5.extensions.pageobject;
import static junit.org.rapidpm.vaadin.helloworld.server.junit5.extensions.ExtensionFunctions.ipSupplierLocalIP;
import static junit.org.rapidpm.vaadin.helloworld.server.junit5.extensions.testcontainers.TestcontainersExtension.webdriver;
... | [
"sven.ruppert@gmail.com"
] | sven.ruppert@gmail.com |
38108b012c33f41a5365ca541f81e17ba4deaf82 | e659ad084acfc684e996083e142a3f2a143fc818 | /src/main/java/MegaBean.java | 34aea4c53a559d64010be266a0ec2d61660e75b6 | [] | no_license | ils007/Spring-lessons | dc93ca9af8b3637fa4ce054057fef2f62350d8ae | b4be7503a19b15e12137430504f933b4c1a708cc | refs/heads/master | 2020-04-08T19:43:01.134493 | 2018-11-29T13:08:29 | 2018-11-29T13:08:29 | 159,667,794 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 396 | java | import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
@Component
public class MegaBean {
@Autowired
private TestBean testBeaninside;
public TestBean getTestBeaninside() {
return testBeaninside;
}
public void setTestBeaninside(TestB... | [
"39340305+ils007@users.noreply.github.com"
] | 39340305+ils007@users.noreply.github.com |
d0a2f0939a89b8c47f7fd8ac520448bd364eb6ae | f9bda72cae8045ffcb7c6f45a0f2c419430c4fe2 | /sample_hera_based_app/src/test/java/com/paypal/hera/integration/sampleapp/HeraIntegratedSpringApplicationTests.java | 1090d8ad2eefcae8a5850f5a084bff5e50becd66 | [
"Apache-2.0"
] | permissive | paypal/hera | eec28fe9bfa73865df17608e1bd5ae8707e9db6a | af6bc1d04dfc16241f851ef25ca925df1cd839a8 | refs/heads/main | 2023-09-04T03:12:27.165889 | 2023-08-31T18:49:30 | 2023-08-31T18:49:30 | 184,614,293 | 284 | 119 | Apache-2.0 | 2023-09-14T19:12:32 | 2019-05-02T16:24:38 | Go | UTF-8 | Java | false | false | 1,881 | java | package com.paypal.hera.integration.sampleapp;
import com.paypal.hera.conf.HeraClientConfigHolder;
import com.paypal.hera.conn.HeraTLSConnection;
import com.paypal.hera.conn.HeraTLSConnectionFactory;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframew... | [
"noreply@github.com"
] | noreply@github.com |
f08763b604d346babfda2cf1f0278cb2aa31c220 | e60a371fdbfe269e69a0a1281856f7db83d088c6 | /src/main/java/org/belemkadem/accouchement/service/util/RandomUtil.java | 495f56754860fb0195aa293ec7e9691fbfbd2bbf | [] | no_license | belemkadem/testAccouchement | 96cdce6e89e62521a3048c906c580991dc1f3741 | 30a40f72f59559ead3d0bcb765515f5a4d30e73e | refs/heads/master | 2023-05-14T21:24:53.449138 | 2019-05-03T22:33:27 | 2019-05-03T22:33:27 | 196,832,178 | 0 | 0 | null | 2023-05-06T07:12:58 | 2019-07-14T12:10:26 | Java | UTF-8 | Java | false | false | 1,472 | java | package org.belemkadem.accouchement.service.util;
import org.apache.commons.lang3.RandomStringUtils;
/**
* Utility class for generating random Strings.
*/
public final class RandomUtil {
private static final int DEF_COUNT = 20;
private RandomUtil() {
}
/**
* Generate a password.
*
... | [
"belemkademyassine@gmail.com"
] | belemkademyassine@gmail.com |
9b2defd28e2da5351998a5ed9f42ee5f16acdf30 | 6faca3dc105413cb293f5b180c53fe1cfeb3d00d | /src/main/java/vms/models/groups/Response.java | 0337637b8a19756331ffdf98f0f595e981b5a689 | [] | no_license | VMS-TM/VMS-core | 79e7ae1f24e0f1756b1d31da60ec5f6493709cb2 | 16f11321c01f280ff3dfc354c81c5099513a196c | refs/heads/master | 2021-01-19T23:40:40.824804 | 2017-07-15T10:08:33 | 2017-07-15T10:08:33 | 89,009,122 | 0 | 1 | null | 2017-05-29T16:36:33 | 2017-04-21T17:42:05 | Java | UTF-8 | Java | false | false | 474 | java | package vms.models.groups;
import org.codehaus.jackson.annotate.JsonProperty;
import java.util.ArrayList;
public class Response {
@JsonProperty("count")
private int count;
public int getCount() { return this.count; }
public void setCount(int count) { this.count = count; }
@JsonProperty("items")
private Arr... | [
"sk.alexey.pavlenko@gmail.com"
] | sk.alexey.pavlenko@gmail.com |
14062b2a2d017124b8f4c7a301ac02e1f8fa9e9a | c39d844858450918f4fc0f5bad6e79c364e30da5 | /DontTouchTheFloor/Run.java | 3330cedd61c2375ddf0ba96cfb0c1ce3358d7af3 | [] | no_license | KatrinaCassar/Games | d6cd72e5d252c6ebb07171e37cbc193a62ee6a14 | 4651e6ff9533bf6627f2975a98108f073c48629d | refs/heads/master | 2021-01-19T14:22:28.650464 | 2017-04-18T12:00:56 | 2017-04-18T12:00:56 | 88,155,544 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 417 | java | import javax.swing.JFrame;
public class Run{
public static void main(String[] args){
runGame();
}
public static void runGame(){
Frame frame = new Frame();
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
frame.setSize(1000, 700);
frame.setResizable... | [
"noreply@github.com"
] | noreply@github.com |
335b638c93a7f753cd052a58850cff05bd9be49a | 95a2123118649b3a7835ac6064ce31e8fcbdc90b | /src/main/java/com/relesee/service/ForeignAccService.java | c3fb37e266b02c7c3d5acec2d787a03da01f5604 | [] | no_license | JanderCol/czbank | 1c5ad0bfd7c1040b955ce362907893477420361a | dfee7c0d7960d200bfd89c317f50622e1ab8a580 | refs/heads/master | 2022-01-23T23:52:32.545333 | 2019-04-23T07:33:50 | 2019-04-23T07:33:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,850 | java | package com.relesee.service;
import com.alibaba.fastjson.JSON;
import com.relesee.constant.ForeignApplicationStatus;
import com.relesee.dao.AmazonEUdao;
import com.relesee.dao.AmazonUSdao;
import com.relesee.dao.EbayApplicationDao;
import com.relesee.domains.*;
import com.relesee.utils.FileUtil;
import org.apache.log4... | [
"1220347113@qq.com"
] | 1220347113@qq.com |
c7120ce55952425be7e793b64fd6543f4d430ef2 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/24/24_c8ea0220163684231c3b4280bbfce97c9d492a19/ICEntityCannon/24_c8ea0220163684231c3b4280bbfce97c9d492a19_ICEntityCannon_s.java | c7350e273e894049427fb13641f91200b668f6c8 | [] | 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 | 4,726 | java | package com.bukkit.gemo.FalseBook.IC.ICs.worldedit;
import com.bukkit.gemo.FalseBook.IC.ICs.BaseChip;
import com.bukkit.gemo.FalseBook.IC.ICs.BaseIC;
import com.bukkit.gemo.FalseBook.IC.ICs.ICGroup;
import com.bukkit.gemo.FalseBook.IC.ICs.InputState;
import com.bukkit.gemo.utils.ICUtils;
import com.bukkit.gemo... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
ce7e6e6e6c1b31f2d324230ef0dc260a75d1140d | 285e3924dcbeb8958388ee0116494aaa2462dae8 | /app/src/main/java/com/example/covidmonitoringapp/ResultActivity.java | 9e051df6e0d2acff4717bb5c52a58618eabac812 | [] | no_license | Manojms1997/CovidMonitoring | c09950cd4aa1a43a45c0bad9868d479895e4d594 | dd6cce2ab740a6895c814bb31f180fc7d61523c8 | refs/heads/master | 2023-08-20T01:59:50.592549 | 2021-10-27T02:43:16 | 2021-10-27T02:43:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,807 | java | package com.example.covidmonitoringapp;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.os.Environment;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import com.example.covidmon... | [
"manojsrinath97@gmail.com"
] | manojsrinath97@gmail.com |
91dfd93898b44f2fb149e72146281a8a97223d72 | e90a6626427539a61543ad40551d325a98cdf925 | /src/main/java/com/sambhar/sambharappreport/rest/interceptor/AuthenticationInterceptor.java | e76f727a23aabb88c422ea1a2d01a899cb9cbfbc | [] | no_license | turfaa/sambhar | d0d82e0244a7e3535fc4ca7a67de47e0b309fadf | 18e498dca941acbc00468244c0143b48585cd7b9 | refs/heads/master | 2020-04-27T21:05:51.745102 | 2019-03-09T11:10:35 | 2019-03-09T11:10:35 | 174,684,008 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 986 | java | package com.sambhar.sambharappreport.rest.interceptor;
import com.sambhar.sambharappreport.data.SambharConstant;
import com.sambhar.sambharappreport.data.UserSharedPref;
import com.sambhar.sambharappreport.event.LogoutEvent;
import java.io.IOException;
import javax.inject.Inject;
import okhttp3.Interceptor;
import okh... | [
"turfa_auliarachman@rocketmail.com"
] | turfa_auliarachman@rocketmail.com |
85ae298a7f2b975129a3ce2fe3830ed5d017cf9d | e8430a086e39f397696ac794f58d3ba546ff1574 | /JDBC/JDBCTestQuery.java | 02dcf8bf011024b66c46b5301d183f29692e974b | [] | no_license | eyulcao/eyulcao_repo | 3b9cbc4bd331bb02da917c9142a2e950f3c4f407 | 859c7c0680d15c841653835f5f680fdef66383e4 | refs/heads/master | 2021-01-01T17:53:52.955833 | 2017-07-25T15:09:16 | 2017-07-25T15:09:16 | 98,192,351 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,678 | java | import java.sql.*;
public class JDBCTestQuery {
public static void main(String[] args) {
String driver = "oracle.jdbc.OracleDriver";
String url = "jdbc:oracle:thin:@localhost:1521:orcl";
String user = "c##root";
String password = "root";
String str = "select * from dept";
//1)fi... | [
"841598151@qq.com"
] | 841598151@qq.com |
130569af2413c29b9c45d8b13cb15464a23ea7f6 | e69faeaa04a87461b81cbc0d5f95f0772a09a7ad | /food/src/main/java/pack/food/model/min/QnaImpl.java | f6b869fff6e488c101ca44b4547e082e2ad7d7df | [] | no_license | lsgsg/menuchoice_spring | a8dbcb71ca173fd7144a9b89b507c546ca16d1e5 | c589f0d1b417390ce91b69658ad48d1a33e58aa3 | refs/heads/master | 2020-04-14T11:53:44.024622 | 2019-01-02T10:15:58 | 2019-01-02T10:15:58 | 163,825,609 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 960 | java | package pack.food.model.min;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import pack.food.controller.min.QnaBean;
@Repository
public class QnaImpl {
@Autowired
private QnaInter qnaInter;
public List<QnaDto> getUser(Stri... | [
"tvtiiiiiij@gmail.com"
] | tvtiiiiiij@gmail.com |
a8c80638c00abac06cf16a275d0a4a6e1a814181 | 54f352a242a8ad6ff5516703e91da61e08d9a9e6 | /Source Codes/AtCoder/abc056/B/4578509.java | d7e1d62d050b580a128fbdea163ca4909d7a79c1 | [] | no_license | Kawser-nerd/CLCDSA | 5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb | aee32551795763b54acb26856ab239370cac4e75 | refs/heads/master | 2022-02-09T11:08:56.588303 | 2022-01-26T18:53:40 | 2022-01-26T18:53:40 | 211,783,197 | 23 | 9 | null | null | null | null | UTF-8 | Java | false | false | 624 | java | import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int w = sc.nextInt();
int a = sc.nextInt();
int b = sc.nextInt();
int ans = 0;
if (a < b) {
if (a + w >= b) {
a... | [
"kwnafi@yahoo.com"
] | kwnafi@yahoo.com |
108a97bd858d9854b3f5709e81e83df92c3798f8 | a23dcf1af8a27e9f8ae5ddd648250fc968b3d28c | /spring-security-oauth/src/main/java/org/springframework/security/oauth2/provider/OAuth2ExceptionHandlerFilter.java | a88db91476b9cec85a8e783e83c4e0788e75eefd | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | thaingo/spring-security-oauth | c6bf9437a3a98ee08328ac0533cdaeb015100170 | 58f9e599ee8526a59cd0db0493fe17ff63e74f49 | refs/heads/master | 2021-01-21T00:18:03.585635 | 2011-08-10T08:34:53 | 2011-08-10T08:34:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,974 | java | package org.springframework.security.oauth2.provider;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.AccessDeniedException;
import org.springframework.security.core.AuthenticationException;
import org.springframework.security.oauth2.common.DefaultOAuth2Seriali... | [
"ryan@webcohesion.com"
] | ryan@webcohesion.com |
0f551ec677c659dda55a3c10c73f1adb2fefe242 | 55c0cfb10cc22821857ce3e07335c698c1c338c2 | /Rapmedix/app/src/androidTest/java/khusaki/com/rapmedix/ApplicationTest.java | 33efa01484ab307a3473146831b2174d6770a35c | [] | no_license | srinivasp94/certification | 60935c2ddfb3951efb1e591d4d256042d39ba03f | 0846f2d1d1d5543281587c80c808402d68aba6ae | refs/heads/master | 2021-07-11T13:41:08.379860 | 2018-09-28T11:43:23 | 2018-09-28T11:43:23 | 129,745,976 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 351 | java | package khusaki.com.rapmedix;
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 ApplicationTest() {
su... | [
"srinivas.pudi94@gmail.com"
] | srinivas.pudi94@gmail.com |
2aa52f0ee1f5e3fd2f9572a79a3092ed3e81fafe | 71e60d32b2d3faae321e1fdd85c07d9de12ff211 | /FinalProjectMain.java | 650f87d909648592a504ae2fab876b90a56c0914 | [] | no_license | dys0602/What-To-Eat-Today | daa3da7b969bbdbeb76473c9a69cc961feefdf30 | fac831a6347f758ebfe300b4949c7c9f2e6a04b4 | refs/heads/main | 2023-08-22T17:04:44.771928 | 2021-10-09T06:23:48 | 2021-10-09T06:23:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 128 | java | public class FinalProjectMain{
public static void main(String[] args) {
new PageOne_Login();
}
} | [
"noreply@github.com"
] | noreply@github.com |
f3817123ce911debe6e83bc834865ab168ed1cef | 725b41fcd3179ec09b0d25a4fb5c8afdc95c0186 | /Queues/src/QueueUse.java | fb15ad5aecacbe55224fd15b90714d1cf5ff38ef | [] | no_license | rawalmaharshi/JavaQuestions | a58971d093440b7fe57f82cefc80a5b4ae52e19a | 9963796abc3533945c8a87316bec9b69d786a9f3 | refs/heads/master | 2020-04-04T13:58:05.019045 | 2019-01-02T08:05:35 | 2019-01-02T08:05:35 | 155,980,295 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 535 | java |
public class QueueUse {
public static void main(String[] args) throws QueueEmptyException, QueueFullException {
QueueUsingArray queue = new QueueUsingArray();
for (int i = 1; i <= 50; i++) {
try {
queue.enqueue(i);
} catch (QueueFullException e) {
// TODO Auto-generated catch block
e.printStack... | [
"rawalmaharshi@gmail.com"
] | rawalmaharshi@gmail.com |
3fd3e99bcc64d1e4e7b625fd2029b621cf0d4414 | 833f2340a1bff6dd4004e7d114eb85ab33fed34c | /android/FunnyPlayer/src/com/funnyplayer/ui/fragment/PlaylistFragment.java | 0870593b7829e947ea2f5f450b012d06c85614aa | [] | no_license | sunriver/projects | 4fa1df0faa87594ef1f12a20ddc4783e6b070352 | 52493eb1c0c2ee57f6377589129295d97db256ec | refs/heads/master | 2021-01-22T09:33:20.969985 | 2014-11-21T02:58:09 | 2014-11-21T02:58:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,667 | java | package com.funnyplayer.ui.fragment;
import java.util.ArrayList;
import java.util.List;
import com.funnyplayer.R;
import com.funnyplayer.cache.lrc.LrcProvider;
import com.funnyplayer.service.MusicInfo;
import com.funnyplayer.ui.adapter.PlaylistAdapter;
import com.funnyplayer.util.Consts;
import com.funnyplayer.util.M... | [
"lu_0047@163.com"
] | lu_0047@163.com |
9f19a2bc592c19deabcc94bb7182bfbe780764fb | 3bc16308f1a4740ba4d3458b75f50332146f0c46 | /src/main/java/com/rayt/iqs/config/DateTimeFormatConfiguration.java | d8f23d7e9761fe4117614d45327be840fe81261d | [] | no_license | raytabuan/jhipster-iqs-1 | 65f1b345e79ef0d6ab61f080d62c3c54a5d70fd5 | 125e186b004ef759f350b757f4d468dde2d82478 | refs/heads/master | 2021-07-22T17:38:58.704863 | 2019-10-12T17:14:15 | 2019-10-12T17:14:15 | 214,685,481 | 0 | 0 | null | 2020-09-04T00:22:58 | 2019-10-12T17:14:01 | Java | UTF-8 | Java | false | false | 719 | java | package com.rayt.iqs.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.format.FormatterRegistry;
import org.springframework.format.datetime.standard.DateTimeFormatterRegistrar;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
/**
* Configure the... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
85ea9f6fc5918883cf8c2aff71ed684e27111f98 | 7e160416a566a0c7f2de8c3b7bb899db85c5acf2 | /comxjtu/src/main/java/com/algorithom4/ch2/InsertSort.java | cc1a5fe27dfc4687b13532f3cd27cef7d5fd1d17 | [] | no_license | JayVae/Algorithms-java | 03ced94484442a3909c58baff55378b8718cba93 | 01efc96aaafb48e405d252e126734d16ea421661 | refs/heads/master | 2023-08-04T09:06:31.025758 | 2023-07-20T03:15:54 | 2023-07-20T03:15:54 | 133,602,614 | 4 | 2 | null | 2022-04-28T10:00:40 | 2018-05-16T03:01:17 | Java | UTF-8 | Java | false | false | 980 | java | package com.algorithom4.ch2;
import java.util.Random;
/**
* @Author: Jay
* @Date: Created in 8:51 2018/5/21
* @Modified By:
*/
public class InsertSort extends BaseSort{
public static void sort(Comparable[] a){
int N = a.length;
for (int i = 1; i < N; i++) {
for (int j = i; j > 0 &... | [
"919433524@qq.com"
] | 919433524@qq.com |
10bf562fb15c7100657b2c3ccdf4037ca025aa36 | d6de50b783257220adf2612462c164a71000409f | /src/main/java/com/samcancode/dto/IngredientDto.java | 840f738472fac3d33063f39e404de3be203aa471 | [] | no_license | batspike/spring5-mongo-recipe-app | c2f3b1f66a00884242ba749a0ed5696c0bc9cdcf | 1421171eeb84acf529054f17bdf0d805d8025c6c | refs/heads/master | 2022-12-07T20:06:36.334275 | 2020-08-27T01:39:43 | 2020-08-27T01:39:43 | 290,233,373 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 352 | java | package com.samcancode.dto;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import java.math.BigDecimal;
@Getter
@Setter
@NoArgsConstructor
public class IngredientDto {
private String id;
private String recipeId;
private String description;
private BigDecimal amount;
... | [
"samlau.sam@gmail.com"
] | samlau.sam@gmail.com |
892f402c5ecd68b05df3130187038d91ddd9f005 | ae21cb4b9759581840e76b05ede4712644937829 | /P3/src/Aula4/Cliente.java | 07df712240d0b2098636313de60fe413b35b395b | [] | no_license | DanielaSimoes/P3 | 06c586e7438d0356be544c5b931433d54c5c697f | 2fdbfda33fa2afeec78c5da33e6b49b03cb2046d | refs/heads/master | 2020-12-11T05:33:57.535087 | 2016-01-05T16:38:30 | 2016-01-05T16:38:30 | 46,982,747 | 0 | 0 | null | null | null | null | ISO-8859-10 | Java | false | false | 339 | java | package Aula4;
public class Cliente extends Pessoa {
private static int numSocioAtual = 1;
private int numSocio;
public Cliente(String nome, int cc, Data dataNasc){
super(nome, cc, dataNasc);
this.numSocio = this.numSocioAtual++;
}
public String toString(){
return super.toString() + " Nž Socio: " + this... | [
"danielasimoes@ua.pt"
] | danielasimoes@ua.pt |
c4baf089dbfc9d875c97814f6ec5610a5aa73a7b | 8a194ad28f11bc74b45482fb0d2a1e5500928624 | /src/main/java/com/redhat/brmsdemo/model/Child.java | f4b176502836926e564243e8a0f498454fec4c97 | [] | no_license | rafachies/brmsforpartners | 8396995e9abc7a0c904164c405c5cc65943aadee | e2af39501d47e64e27618490f0357b6bdc95f866 | refs/heads/master | 2021-01-25T10:44:06.794509 | 2013-08-08T13:46:37 | 2013-08-08T13:46:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 220 | java | package com.redhat.brmsdemo.model;
public class Child {
private Integer parentId;
public Integer getParentId() {
return parentId;
}
public void setParentId(Integer parentId) {
this.parentId = parentId;
}
}
| [
"rafael@rchies.lenovo"
] | rafael@rchies.lenovo |
5520dfca84c33f0dd56a41d835cf725a1ef2d973 | a8ed92e23e5c0462e89ff7b481f7ee6fe0028550 | /src/main/java/com/kirana/dao/ShopDaoImpl.java | 460a740f0ee4cfd070cfafd37f569f9289a444de | [] | no_license | KiranaServices/KiranaService | 683e43a083aa348269ac3c2b493bade0cf558c94 | cebc4da592ce4787fb642ecc68cfbea5280ea06b | refs/heads/master | 2021-06-03T20:26:17.530213 | 2015-08-02T15:04:12 | 2015-08-02T15:04:12 | 38,926,759 | 0 | 1 | null | 2018-01-05T04:25:55 | 2015-07-11T13:34:51 | JavaScript | UTF-8 | Java | false | false | 3,299 | 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 com.kirana.dao;
import com.kirana.model.Shop;
import com.kirana.model.User;
import java.util.List;
import org.apache.log4j.Log... | [
"nikhil.vs@connovatech.com"
] | nikhil.vs@connovatech.com |
006e2b874c604203e97224536558bc512fd4cd65 | a22a14404a79c570ebb77386e7962552e7ff022d | /SU_Avinash/src/ams/controller/TakeAttendance.java | c8020239f10f06dd5ebf94f621309caf82ca3b6d | [] | no_license | avinashdash94/College-Management-System | c6c53dabb1835615cf7deed7f83b76c11c43ce96 | 4dd850be58f7ead324a3c31d6301082365081d34 | refs/heads/master | 2020-05-22T00:36:06.551717 | 2019-05-11T19:56:08 | 2019-05-11T19:56:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,266 | java | package ams.controller;
import java.io.IOException;
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 javax.servlet.http.HttpSession;
import ams.d... | [
"20avinashdash@gmail.com"
] | 20avinashdash@gmail.com |
79b413f9fe38311b2f8e514662a2243bec3a3d4e | db247e947b04928d9a2b10690055621e0b8acae2 | /vista-server/web-server/src/main/java/com/lhh/vista/web/common/CORSFilter.java | 02830e13f67dde67e1151a8acac93c458aff82b4 | [] | no_license | IversonJay/vistaMovie | b86adb237f5142d5fb5fb113c863136293bf3ecf | c2fd451f9207ca62262f2c837cf7e1123f548556 | refs/heads/master | 2021-05-10T07:37:02.118201 | 2018-01-25T07:38:53 | 2018-01-25T07:38:53 | 118,844,299 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,356 | java | package com.lhh.vista.web.common;
import javax.servlet.*;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
/**
* Created by liu on 2016/12/23.
*/
public class CORSFilter implements Filter {
public void doFilter(ServletRequest req, ServletResponse res, FilterChain chain) throws IOExcept... | [
"565908262@qq.com"
] | 565908262@qq.com |
77244b7a59d1ce5bb97f3ea2f7cd154d5046ef5d | 669bb51cf055bc067fe22fece111911f6898cb79 | /src/main/java/e73/E73ProductMain.java | 092973946938ae349bfe3f09a0ae9336a3cd60f4 | [] | no_license | nurulatiqah/ExerciseWeek1 | e504c913e0b5a630d5d8adfdb65a0844462ef076 | b7a198a8018f03ed484f4ae464c6d124c05b3d26 | refs/heads/master | 2021-01-17T07:32:17.746004 | 2017-03-03T04:13:23 | 2017-03-03T04:13:23 | 83,756,304 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 215 | java | package e73;
/**
* @author nurulatiqahali
*
*/
public class E73ProductMain {
public static void main(String[] args) {
E73Product products = new E73Product("Banana", 1.1, 13);
products.printProduct();
}
}
| [
"nurulatiqahali@gmail.com"
] | nurulatiqahali@gmail.com |
b16c9587fc672a2fcf403b82479fc4373499d2f4 | 5cc4122d11db3cf36f68cbf3e5717ea6e15c1e5a | /presto-spark-base/src/test/java/com/facebook/presto/spark/TestPrestoSparkAbstractTestAggregations.java | b64152460a898efb8859cc86a422dd11dc20cd89 | [
"Apache-2.0"
] | permissive | twitter-forks/presto | 109cfc4b1e06ad1dd18e13d27bd1c3dc9e349ef9 | 4d927e42ac480f159c9958dcd40e565d21a1cfd1 | refs/heads/twitter-master | 2023-06-24T01:48:12.691854 | 2020-09-17T07:46:55 | 2020-10-01T05:42:14 | 41,683,679 | 26 | 19 | Apache-2.0 | 2023-06-16T23:36:50 | 2015-08-31T15:28:01 | Java | UTF-8 | Java | false | false | 992 | java | /*
* 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 writing, software
* distribut... | [
"andriyrosa@gmail.com"
] | andriyrosa@gmail.com |
1d4ae653c576467b0d63a2c9249b0f5ff89ac837 | 298fc1ca8939ce06477213c1421a7d1e6bdbd78c | /src/ladder/binarysearch/FindMinimumInRotatedSortedArrayII.java | 211902529d0aa328a2833ab9d34fc5159abd7782 | [] | no_license | AndyLi07/JavaALG | a081bdff829d3f942164e704eacdf66ab50bcb03 | 79bd29bfdce5dae523b477a4d67d7a041a454ff5 | refs/heads/master | 2021-01-17T07:15:46.177180 | 2016-06-02T15:32:40 | 2016-06-02T15:32:40 | 54,170,137 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,118 | java | package ladder.binarysearch;
/**
* Suppose a sorted array is rotated at some pivot unknown to you beforehand.
* (i.e., 0 1 2 4 5 6 7 might become 4 5 6 7 0 1 2).
*
* Find the minimum element.
* The array may contain duplicates.
*
* Given [4,4,5,6,7,0,1,2] return 0
*/
public class FindMinimumInRotatedSortedArra... | [
"angli@bu.edu"
] | angli@bu.edu |
6cc0d09ce81857af0b32c41ec56dc01dab700e65 | bc6bf660e51540e01cae2816bc4a7d3d82e6c51f | /References/Core/GUI/Source/mjs/core/components/IDGenerator.java | fc4c47b61ece4b61c4d643bbedf68034d63e38ca | [] | no_license | mjshoemake/shoemake-home | 1c0296c7b0756251f88d4ab2922310302c096cf5 | 6b8624264c2f62e8a6a9066dd4b81872a4fd7d19 | refs/heads/master | 2021-01-24T06:36:00.149632 | 2012-11-19T20:22:49 | 2012-11-19T20:22:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,277 | java | //
// file: WSIDGenerator.java
// desc:
// proj: ER 6.1
//
// $Archive: N:/REPOS/Archives/eQuality/web/java/com/witsys/common/core/components/IDGenerator.java-arc $
// $Author:Mike Shoemake$
// $Revision:7$
//
// Copyright (c) 2000 by Witness Systems, Inc.
// All rights reserved.
//
/////////////////////... | [
"atlantatechie@gmail.com"
] | atlantatechie@gmail.com |
d65a20c0a60b398a454fcd383fadfea957c1f8fc | 59d698b3477aa50242412f9b50ffdcbd9d1b0517 | /1730 Shortest Path to Get Food .java | cf6ee578001cf28f99f1680b1a0fc172048cbb65 | [] | no_license | sanjibbaral435/LeetcodePractice | d76006159af58e7f3c70fe27fa98f46a2d228ae5 | 54248ca96f87dddd4a73e0376473bd49bc103e6e | refs/heads/master | 2021-10-27T21:35:36.800297 | 2021-10-26T01:22:19 | 2021-10-26T01:22:19 | 133,789,030 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,735 | java | class Solution {
public int getFood(char[][] grid) {
if(grid.length == 0)
return 0;
int row = grid.length;
int col = grid[0].length;
boolean[][] dp = new boolean[row][col];
int[] xRows = new int[]{0,1,0,-1};
int[] yRows = new int[]{1,0,-1,0};
... | [
"sbaral@godaddy.com"
] | sbaral@godaddy.com |
83325a957777cb19080da78c218c7ad58fe329f6 | 7276bf166be74ee9244bbaf6b02330e2d33bd0ca | /osa03-Osa03_32.SanatRiveittain/src/main/java/SanatRiveittain.java | 9bc98fc7326ab1c83744e477471fdd3d2513b9b7 | [] | no_license | mjHarakka/JavaMOOC_2019 | 35a01cd8f609ba3699f3fafbd50708e13fcd695f | 45a11fc71829fbb5104e342917cec5e47a80dd5f | refs/heads/master | 2020-04-23T04:14:28.577050 | 2019-05-15T20:44:27 | 2019-05-15T20:44:27 | 170,902,584 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 481 | java |
import java.util.Scanner;
public class SanatRiveittain {
public static void main(String[] args) {
Scanner lukija = new Scanner(System.in);
while (true) {
String syote = lukija.nextLine();
if (syote.equals("")) {
break;
}
... | [
"mj.harakka@gmail.com"
] | mj.harakka@gmail.com |
2389bf40f5c034939f4c834bf88a4317c1e6bb27 | 9d13742df806e06f6548063a17bd67a9cad03468 | /src/main/java/com/snake1999/remix/ballgame/math/GameBoundingBox.java | 2e216a2378eca05f7b9d62d89043f8e52e25f7bf | [] | no_license | Snake1999/CrankyCrazyCrasher | 6ec00e09fb289a2bb08b901278770b90877c28e2 | 28dc0836a521d1b168794bbd0dadc6639ad08b2b | refs/heads/master | 2021-01-17T17:52:25.846296 | 2016-09-30T03:56:19 | 2016-09-30T03:56:19 | 69,531,191 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 184 | java | package com.snake1999.remix.ballgame.math;
/**
* Created by Lin Mulan on 2016/9/29 0029.
*/
public interface GameBoundingBox {
boolean isCollidedWith(GameBoundingBox other);
}
| [
"admin@snake1999.com"
] | admin@snake1999.com |
ff7c2ea17406dde135482d5c4a97cda636a1bff4 | e4df275bb068565f6a20a886f59b05b3bd1323f0 | /jornada_parent/jornada_commons/src/main/java/com/winston/jornada/entity/MotoristaAfastamento.java | fc03e3430fb0ddaab01410069ee7dd9f181c4c56 | [] | no_license | winstontransp/jornada | c333211b3fffbe585e713b59748376651e40d622 | 3a18bd7023f1494200345d2e30d7e47288611508 | refs/heads/master | 2016-09-16T13:29:27.656348 | 2015-09-14T12:05:50 | 2015-09-14T12:05:50 | 35,241,469 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,867 | java | package com.winston.jornada.entity;
import java.util.Date;
import javax.persistence.Access;
import javax.persistence.AccessType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.EnumType;
import javax.persistence.Enumerated;
import javax.persistence.FetchType;
import javax.pe... | [
"joaovic@gmail.com"
] | joaovic@gmail.com |
81682ccd35f1a6d320949860c9f4bf0320712d9c | 3247360ea20edce37f6f2ab727a403644bd44497 | /bitcamp-java-basic/src/main/java/ch22/c/ex3/Test03_3.java | 0ca74f1e609a74779a5d0b296de7f7910973c484 | [] | no_license | choitaehoon1998/bitcamp-java-20190527 | 57b1774d50f245b0b77016f0ae541710233010b6 | 2450c3042642df3eae2fc896e12c376c7d27b048 | refs/heads/master | 2020-06-13T20:17:08.537015 | 2019-10-15T12:30:20 | 2019-10-15T12:30:20 | 194,775,340 | 0 | 0 | null | 2020-04-30T11:45:18 | 2019-07-02T02:41:02 | Java | UTF-8 | Java | false | false | 1,000 | java | // 데코레이터를 여러 개 연결하기
package ch22.c.ex3;
import java.io.FileOutputStream;
public class Test03_3 {
public static void main(String[] args) {
// 데코레이터 디자인 패턴의 장점은
// => 기능을 붙이고 떼기가 쉽다.
//
try (FileOutputStream out = new FileOutputStream("data.bin");
// 버퍼 데코레이터를 붙인다. => 출력 속도 빨라진다.
... | [
"hugebigdream@gmail.com"
] | hugebigdream@gmail.com |
7ec1cfce8930b6748738d7c89eeaa78e9731389b | 082edb7b6553d0c12cfdb7658efee2a22bad68e7 | /src/notepad/Developer.java | c0eb8f46040528f8a757b7d03517a017d7eac499 | [] | no_license | YodiYanwar/SimpleNotepadApp | e06124a51d0d4d95324fbb18f144628c163a9687 | e8a16c5ecd0764baf12a3af67fcc48c0f022dc0a | refs/heads/master | 2020-04-06T07:07:17.282595 | 2014-05-25T12:12:40 | 2014-05-25T12:12:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,375 | 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 notepad;
//<editor-fold defaultstate="collapsed" desc="import Class">
import java.awt.Desktop;
import java.io.IOException;
im... | [
"yodieys_yanwar@windowslive.com"
] | yodieys_yanwar@windowslive.com |
12ba14102a92e8e29ba636a170e555fb7615d549 | 1a32d704493deb99d3040646afbd0f6568d2c8e7 | /BOOT-INF/lib/org/springframework/web/context/annotation/ApplicationScope.java | 6f8371e5ee3e70cf9d6eb4fc4755d8163f70e681 | [] | no_license | yanrumei/bullet-zone-server-2.0 | e748ff40f601792405143ec21d3f77aa4d34ce69 | 474c4d1a8172a114986d16e00f5752dc019cdcd2 | refs/heads/master | 2020-05-19T11:16:31.172482 | 2019-03-25T17:38:31 | 2019-03-25T17:38:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 989 | java | package org.springframework.web.context.annotation;
import java.lang.annotation.Annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import org.springframework.context.annotation.Scope;
import org.spr... | [
"ishankatwal@gmail.com"
] | ishankatwal@gmail.com |
b329b67971e2b68aeab85b7edf21f20327870896 | 19df1fd3cddd8be96d24fb2c06a222dc73af5f2f | /src/Graph/model/Ring.java | a8331ffd07e3c6c8c2b31a7b6d9e2941f1f441fb | [] | no_license | HDDung/Consensus | 5edec1b09096179390aa9202ad2ca76f8cdaf2b2 | a914fb94ab4b02035423ccdea6d6022fba71475f | refs/heads/master | 2021-01-13T03:37:24.619805 | 2016-12-24T10:56:50 | 2016-12-24T10:56:50 | 77,279,098 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 549 | java | package Graph.model;
import Graph.Graph;
import Graph.GraphNode;
public class Ring extends Graph {
private GraphNode[] Rings;
public Ring(int NumbNodes){
Rings = new GraphNode[NumbNodes];
GraphNode node = Rings[0] = new GraphNode();
for (int i = 1; i < NumbNodes; i++) {
GraphNode next = new GraphNode(... | [
"1qsc$ESZAWdx"
] | 1qsc$ESZAWdx |
a987f7e5009c73e236a5bf4dfac2fba66241320e | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/11/11_dfbc217fdc7651b6ec1ea1acaa60121b4cf8e427/ConstraintBasedConsumer/11_dfbc217fdc7651b6ec1ea1acaa60121b4cf8e427_ConstraintBasedConsumer_s.java | dc92dbb6b960d780eaa2ce4c38636329949b4229 | [] | 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 | 2,327 | java | /*
* Copyright (C) 2012 Fabian Hirschmann <fabian@hirschm.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later ver... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
33e2ff5627834e96df528c9345440eae3b60b266 | aafaa1433f8f369a60eeb85569204ced8d195c8b | /src/main/java/br/com/felipe/login/web/rest/handler/ApplicationExceptionHandler.java | 7ed34fe1437432c639d64fcdd9f988b578c833af | [] | no_license | DanSilva41/login | bcc557d8dabba197595f15a0753d16537ddcc9ec | eb63067b0fd46fee2f5cb08227e10b1ecef7ff7a | refs/heads/master | 2023-02-27T01:40:26.405674 | 2021-02-03T16:18:46 | 2021-02-03T16:18:46 | 335,681,901 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,092 | java | package br.com.felipe.login.web.rest.handler;
import br.com.felipe.login.support.enums.ApplicationMessageCode;
import br.com.felipe.login.support.exception.BadRequestException;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NonNull;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lan... | [
"t0305dnl@prestadorcbmp.com.br"
] | t0305dnl@prestadorcbmp.com.br |
c3fbebf63d7a13cf7021a2c325df8127c17002cd | 79347441fd200f2a4af039598aaa8e45702ad879 | /homework02/StringStuffTester.java | 0e5ed34acf810623ceacba4ce8c3a97724e06798 | [] | no_license | kevinusername/CMSI_186_Projects | 68b9ca0cf99c6f43f33f8baab444e47aba95c816 | 675bbc8f037101561d5a1d78c9712e57e2962541 | refs/heads/master | 2021-09-13T23:53:09.827916 | 2018-05-06T04:57:55 | 2018-05-06T04:57:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 21,824 | java | /** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* File name : StringStuffTester.java
* Purpose : A test harness file for testing out the methods in the "StringStuff.java" class
* Author : B.J. Johnson
* Date : 2017-01-25
* ... | [
"35283725+kpeter51@users.noreply.github.com"
] | 35283725+kpeter51@users.noreply.github.com |
3555748cdf6f8f04fa9377795b4ac1c1904ee74a | baeeb0ba250b58649c4d2b9e4c106a1760bbb16a | /src/main/java/spring/react/jwt/service/impl/GameServiceImpl.java | 3d3a930652149f66c0b4dab34d4d57366a1e7520 | [] | no_license | yanko1601/spring_react | fa70357f7f4ba223a7effeccfd6cb2ae2e4d8819 | 8256a6e932fe67241bf744377398767fa7b528dc | refs/heads/main | 2023-03-29T13:42:40.988755 | 2021-04-14T13:05:37 | 2021-04-14T13:05:37 | 353,807,246 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,860 | java | package spring.react.jwt.service.impl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import spring.react.jwt.model.entities.City;
import spring.react.jwt.model.entities.Court;
import spring.react.jwt.model.entities.Game;
import spring.react.jwt.model.enti... | [
"yyankov@abv.bg"
] | yyankov@abv.bg |
207e064b66d1eb32cf540f2639f9c037ca6a8b31 | a9c0521a97f7b04cdf1280c77c3d621a468eb58c | /src/com/action/LoginAction.java | 92e20d796f0155a941a881b6b02cc163fd909d38 | [] | no_license | wyjsxty/ajax01 | 554c1f8be129aeab90cf05ea59f7acc5edc490b5 | abe2253bf21c7f0df551e263686a1e6d876d5d65 | refs/heads/master | 2021-01-13T02:15:11.085379 | 2014-09-17T13:36:00 | 2014-09-17T13:36:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 632 | java | package com.action;
import com.opensymphony.xwork2.Action;
public class LoginAction implements Action {
private String username;
private String password;
public String getUsername() {
return username;
}
public void setUsername(String username) {
this.username = username;
}
public Str... | [
"wyjsxty@qq.com"
] | wyjsxty@qq.com |
14e20d8fb3306a41e2db16dc2e3afb3ea2a74db1 | ae791732f84abf28dc5eb4059a4d224265ca242a | /src/main/java/kea/kino/demo/model/Actor.java | dd70c7d7e49359dccec7954e87796a11c1f53984 | [] | no_license | KEA-Data-Science/Kino | ea5ef43907ee3612d87ee0b04e9188774d3158da | f212148298556c749eee7ab5114e667337a25405 | refs/heads/master | 2022-12-26T01:08:27.867077 | 2020-10-07T11:02:51 | 2020-10-07T11:02:51 | 299,259,616 | 1 | 3 | null | null | null | null | UTF-8 | Java | false | false | 932 | java | package kea.kino.demo.model;
import javax.persistence.*;
import java.util.Set;
@Entity
public class Actor
{
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
public int actor_id;
public Actor(int actor_id, String name){ }
public Actor(){ }
@ManyToMany(mappedBy = "actors")
public S... | [
"kian.tema@gmail.com"
] | kian.tema@gmail.com |
e047a054b5bf5312271536ef7db6300fade979af | 618ee263627f95816328bee01363a6c5a14dc27b | /src/forbs/queue/StockQueue.java | f7e89044052350011c4518342108e672021d98b4 | [] | no_license | kdanwoo/algorithmEx | 73d9b8e15707c1ce13300119452f9b205492c941 | a8d1f2bcb152facf5958c1d08ddb4ac71d1f702f | refs/heads/master | 2023-06-24T07:01:39.061712 | 2021-07-29T09:08:20 | 2021-07-29T09:08:20 | 380,156,615 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,240 | java | package forbs.queue;
import javax.print.attribute.standard.QueuedJobCount;
import java.util.Arrays;
import java.util.LinkedList;
import java.util.Queue;
public class StockQueue {
static class Solution {
Queue<Integer> stockQueue;
int min;
public int[] solution(int[] prices) {
... | [
"k.danwoo91@ibksystem.co.kr"
] | k.danwoo91@ibksystem.co.kr |
6c6f78e7f8c3474a40b0fe38f943f4fe9519366a | c45ade161ebe00229b1725ad3e756646e126be98 | /app/src/main/java/com/interstellarstudios/note_ify/models/Collection.java | d0af07dce7d0d18b4be98eac6c065d368007927f | [] | no_license | midhajatin/Noteify | b50e510804132061bffb53b6963a603cede717a6 | ab680b90d0d1a71c3c218003c40147ff8fd77bab | refs/heads/master | 2020-12-21T21:02:50.717811 | 2019-12-19T08:20:50 | 2019-12-19T08:20:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 471 | java | package com.interstellarstudios.note_ify.models;
public class Collection {
private String folder;
private String folderDate;
public Collection() {
//empty constructor needed
}
public Collection(String folder, String folderDate) {
this.folder = folder;
this.folderDate = f... | [
"craigspicer@live.co.za"
] | craigspicer@live.co.za |
8e97883974062ca8a5500a1effb81474d5ec9f30 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Math/26/org/apache/commons/math3/analysis/integration/gauss/LegendreHighPrecisionRuleFactory_computeRule_65.java | aae0a6b8b888bd4db0b2efb73c5cf4946011f15d | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 4,103 | java |
org apach common math3 analysi integr gauss
factori creat gauss type quadratur rule legendr polynomi
implement lower upper bound natur interv
integr
legendr polynomi evalu recurr relat
present href http wikipedia org wiki abramowitz stegun
abramowitz stegun
version
legendr high precis rule fact... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
43ef409578a4c14864f6f5bc653f215f8464ec5c | d1304c6d30231fbdc567e09d3ab748eac931fdff | /src/main/java/com/sha/springbootbookseller/service/PurchaseHistoryService.java | 1ac7a8bd564c8b0d5008a33e8e13aebf6e276a7c | [] | no_license | kudretbatuhan/spring-boot-book-seller | c0810c7c69630a5a7cca8ab429a4bf04da07d7b3 | 579cc703f81d6190fe95262ed147c365cdd9ebb8 | refs/heads/master | 2023-08-22T14:58:43.582210 | 2021-10-14T12:52:08 | 2021-10-14T12:52:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,142 | java | package com.sha.springbootbookseller.service;
import com.sha.springbootbookseller.model.PurchaseHistory;
import com.sha.springbootbookseller.repository.IPurchaseHistoryRepository;
import com.sha.springbootbookseller.repository.projection.IPurchaseItem;
import org.springframework.stereotype.Service;
import java.time.L... | [
"kudretbatuhan@gmail.com"
] | kudretbatuhan@gmail.com |
e32394edaa80598fa1b5abc1212a61bad0b33b25 | e1d9a09280e90448a39463716a39f000bab74d11 | /src/test/Test02.java | f158ab67737a3353edd81bfe16faffdbbf9b6085 | [] | no_license | MyCoderxx/myproject | 8f721c26ebc31454d9041b0407dbeb63941aec7e | b09e1f1f39e58d576693eada52a57f162ea7d246 | refs/heads/master | 2023-08-11T11:34:26.198335 | 2021-09-17T15:41:20 | 2021-09-17T15:41:20 | 367,869,230 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 91 | java | package test;
public class Test02 {
public static void main(String[] args) {
}
}
| [
"2810524364@qq.com"
] | 2810524364@qq.com |
d9ea905f6461fff4f47d89c8cc2acaaf04869009 | cfc2a198ef5560daf8484d9fe36a8d9762ae6ccc | /cortado/src/main/java/cortado/NotCompletable.java | 58980a5acd19b626830c1e9a556ce2aaf087c49b | [
"Apache-2.0"
] | permissive | satish-svu/cortado | 2a47128544565c0af96bc9e94aeeecceebc98d54 | 795db7605f8787ad011cadc61035738249d68754 | refs/heads/master | 2021-01-21T11:03:44.778642 | 2017-02-28T11:18:56 | 2017-02-28T11:18:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,917 | java | /*
* Copyright 2017 Bartosz Lipinski
*
* 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... | [
"bartoszlipinski90@gmail.com"
] | bartoszlipinski90@gmail.com |
f3ddd672b0458e64d130db8686d9f99683e226e6 | 8c9b743f156307cfb8781f95d2039f3697305b78 | /src/com/gargoylesoftware/htmlunit/javascript/host/svg/SVGTextContentElement.java | db10bd1cf39e19501bbe6458c33019b0b4a34dcf | [] | no_license | jiafenggit/HtmlUnitTao | f8fbd9065b03b6cd0f3a4ce1db6b4fbfd4941000 | ede3e10603d16f022b60798ea340c392f57495f7 | refs/heads/master | 2021-04-28T23:46:58.642674 | 2016-03-15T08:08:02 | 2016-03-15T08:08:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,068 | 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 ... | [
"jeruen@gmail.com"
] | jeruen@gmail.com |
271dcc9bb94a07544a2d17b72985e9731284898a | f6dfb92a53472bd6980dc3cd4bb44bb5c4e9437d | /apps/SlimLauncher/src/com/slim/slimlauncher/FirstFrameAnimatorHelper.java | b6ba9af4431a64b36ceb88cbfa7c04c1aeafa377 | [
"Apache-2.0"
] | permissive | tuxafgmur/DhollmenK_packages | 5d52da8ba58c60b7f4a0e92bf7b8818bba724d26 | 9a11d8225f07353ce3711f9e326b18e28c453fa5 | refs/heads/master | 2020-12-31T07:54:45.423581 | 2015-06-18T00:09:23 | 2015-06-18T00:09:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,987 | java | /*
* Copyright (C) 2013 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... | [
"usuario@localhost.localdomain"
] | usuario@localhost.localdomain |
c98b0e0b20a5a01fafb6460f3236377cd07f0ca6 | 4ea0aa3627ef0ceb9a9285a285e76b0e6793f16c | /src/cn/xm/libandroid/AndroidUtils/AndroidSetting.java | 4fa398cbaa39f0f2ac6976e1d1eb7369803d52b3 | [] | no_license | yesunsong/LibAndroid | b18252322d9593e5b4a5d6dccc536c8d54ae68d5 | 7537d1af9b40ddd960e21fb6a4c851f05e28dc15 | refs/heads/master | 2020-06-21T05:54:48.323379 | 2016-12-01T12:49:15 | 2016-12-01T12:49:15 | 74,801,248 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,981 | java | package cn.xm.libandroid.AndroidUtils;
import android.app.Activity;
import android.view.Window;
import android.view.WindowManager;
/**
* Android常用设置
*
* @author yesunsong
*
*/
public class AndroidSetting {
private static AndroidSetting androidSetting;
private static Activity activity;
private AndroidSetting... | [
"1042282500@qq.com"
] | 1042282500@qq.com |
4aa9572320e29f984aa68dd001be51763dcee3ee | 7ad80da82cf5a817f6333b97e0f7d19c75330cb5 | /4Practice/src/pkg/GettersnSettersMethod.java | 0ad1c251611069b03bb5a245480a9bc14a1c2bad | [] | no_license | RajivAutomation/JavaPrograms | c43c3e977cf03de05e16a058f7541df0c76b1cb6 | 630fcfeb11d72318f0c91c68065429ad969bfb0a | refs/heads/master | 2023-07-18T22:36:30.046765 | 2021-09-26T23:06:15 | 2021-09-26T23:06:15 | 301,703,635 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 307 | java | package pkg;
public class GettersnSettersMethod {
private String Color;
// Getter Method
public String getColor(){
return Color;
}
//Setter Method
public void setColor(String c){
this.Color=c;//whatever String c we are passing would be stored in Color
}
}
| [
"noreply@github.com"
] | noreply@github.com |
75299125a2941553908b0541dc217766994811dd | 27ce4797e526bfe546ac1dd90ff2d2dececc14fb | /hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/converter/TestFSConfigToCSConfigConverter.java | 070bd646613318280345e7baf0f86ccb222694f5 | [
"Apache-2.0",
"LicenseRef-scancode-unknown",
"BSD-3-Clause",
"BSD-2-Clause",
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"CC0-1.0",
"CC-BY-3.0",
"EPL-1.0",
"Classpath-exception-2.0",
"CC-PDDC",
"GCC-exception-3.1",
"CDDL-1.0",
"GPL-2.0-only",
"LicenseRef-scancode-public-domai... | permissive | dragonXinLi/hadoop | ad95e16cd5291c8a4c3c0411647ca8a8f3f61756 | a3f5a1df23fa86b4afb223845256cf1b83803719 | refs/heads/trunk | 2023-02-17T04:01:37.708393 | 2021-01-19T05:58:32 | 2021-01-19T05:58:32 | 315,542,924 | 0 | 1 | Apache-2.0 | 2021-01-19T05:58:34 | 2020-11-24T06:46:21 | null | UTF-8 | Java | false | false | 27,245 | 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 ... | [
"snemeth@apache.org"
] | snemeth@apache.org |
aaa67377f263cf7acfae4b3f869824f9b43f8ac1 | f553ee5889c9876d3c1356ce6461651dcf26bcc9 | /_ASSETS/_BACKUP/v0.3.4/src_lib/de/christopherstock/lib/ViewSet.java | cc82082585aa56a25c8c510073a4a5c9c3ceda6f | [] | no_license | christopherstock/GC_LWJGL_J2SE_3dShooter | 08885a706d35b5c317aea327c24b66510ec8c15e | 2741f26820f9d7f4ac5738088138055917b20b05 | refs/heads/master | 2021-05-16T03:15:16.607331 | 2018-03-14T07:27:50 | 2018-03-14T07:27:50 | 34,397,885 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 200 | java | /* $Id: ViewSet.java 572 2011-04-16 20:52:37Z jenetic.bytemare $
* =======================================================================================
*/
package de.christopherstock.lib;
| [
"email@christopherstock.de"
] | email@christopherstock.de |
ed195d92978d701cda17395f78585521a1e81143 | d8162e1211aa83e93fc4e640b0fbb462ba4df126 | /src/main/java/tjoker/server/core/Request.java | 97a5d714b0f9fc7bca7a6184cce024286eabe086 | [] | no_license | Tjoker-cell/webserver | 696775bb76c6c73407e2fee71f4ae20e31ca3ff7 | ec987c0b9a9515b0817d0922b49a69fe95a9b98b | refs/heads/master | 2023-02-03T23:06:27.660699 | 2020-12-21T02:20:09 | 2020-12-21T02:20:09 | 323,200,182 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,442 | java | package tjoker.server.core;
import com.sun.security.ntlm.Client;
import tjoker.server.core.util.CloseUtil;
import java.io.IOException;
import java.io.InputStream;
import java.io.UnsupportedEncodingException;
import java.net.Socket;
import java.util.*;
/**
* @program: server
* @description: 封装请求:请求method、url、参数
* ... | [
"960315897@qq.com"
] | 960315897@qq.com |
b201af724abd3e26e5f1123a8f743e57875cd81c | 8d969f1d7455170e116b4ee1ec57f53d7b1aaf2b | /src/main/java/in/muthukumari/dao/RecipientDAO.java | 76771dbdd9ae3009965d8dced4e2887eafbb5c52 | [] | no_license | csys-fresher-batch-2021/paymentgateway-muthukumari | 6051f60da7f28b8b240396140b6f9cebbc2a0e14 | 062f94d2c17528476ba5072b83857ce4ce65763c | refs/heads/main | 2023-06-07T18:03:18.838728 | 2021-06-25T05:47:10 | 2021-06-25T05:47:10 | 364,485,565 | 1 | 0 | null | 2021-06-22T14:07:07 | 2021-05-05T06:47:39 | Java | UTF-8 | Java | false | false | 3,214 | java | package in.muthukumari.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import in.muthukumari.exception.DBException;
import in.muthukumari.model.Recipient;
import in.muthukumari.util.ConnectionUtil;
public class RecipientDAO {
private Recip... | [
"muthukumari1999p@gmail.com"
] | muthukumari1999p@gmail.com |
dd379e45259bffa6cf22248a13eb727db80456a0 | a13bcc186f507987d75cc318196766a36a3f5ab9 | /client/Voluntinder/app/src/main/java/edu/upc/carlota/hacks/voluntinder/Utils/Helpers.java | 71cc7859d9d3139846392a8397e33f24293ca37c | [] | no_license | paualos3/voluntinder-server | 6edd7531e1d2b72fdfb61f22a6c7fa87ad60b820 | 8a0259e7fb0c7e73b5d2d0791d34e4deed31ea15 | refs/heads/master | 2021-04-09T13:43:12.393073 | 2018-03-18T07:10:35 | 2018-03-18T07:10:35 | 125,614,277 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,573 | java | package edu.upc.carlota.hacks.voluntinder.Utils;
import android.util.Log;
import android.widget.ImageView;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import edu.upc.carlota.hacks.voluntinder.R;
public class He... | [
"carkbra@gmail.com"
] | carkbra@gmail.com |
8f5d477d47dce07f5348918e30b9fe0fba1912ba | 0d0332a5861a2e5e66d6a0ab3928a980603365e0 | /src/main/java/fr/xebia/xke/repository/query/ProductRepositoryQuery.java | db0b849d2af7a679791cf47ce936b367ae0bcd54 | [] | no_license | jlrigau/refactoring-with-guava | e2a2dfcef47baa3b9f77d23f3d2967809a412c09 | 27a6798daf392e0653097a5fca87b00a6bce72ef | refs/heads/master | 2021-01-20T05:29:24.546636 | 2013-06-28T12:08:23 | 2013-06-28T12:10:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,177 | java | package fr.xebia.xke.repository.query;
public final class ProductRepositoryQuery {
public static final String GET_SALES_TRADER_ALL_PRODUCTS_QUERY = ""
+ "SELECT product.id ID, product.name NAME, product.nominal NOMINAL, sales.name SALES,\n"
+ " pricer.name PRICER, swaptrader.name SWA... | [
"jeanlouis.rigau@gmail.com"
] | jeanlouis.rigau@gmail.com |
5fc7818056f45bc01f8770325b7a5670d4b43857 | fd7685cd3779b68b48611b6f66133b00660a099c | /src/main/java/com/ds/week2/IntersectionOfArrays.java | ef3658bbf88d6fb8a55cd1a98ee3abd8729fb6be | [] | no_license | Haja49/DataStructuresPractice | 02e8d3735d2ed659b29425e733a612678040c7ae | cf29e675dbc1cac778d785e3ba342b97dc1be34e | refs/heads/master | 2023-08-10T19:08:59.026656 | 2021-09-23T02:16:08 | 2021-09-23T02:16:08 | 383,140,293 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,957 | java | package com.ds.week2;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import org.junit.Assert;
import org.junit.Test;
public class IntersectionOfArrays {
/*
* 2) Given two integer arrays nums1 and nums2, return an array of their intersection.
* Each element in the res... | [
"hajamohideenece@gmail.com"
] | hajamohideenece@gmail.com |
986f1db37b4d0d0370f5f634c1972d35c1dbcd0a | 11646ed0207187f909bebb3e86bd979e2bf804c5 | /src/main/java/com/dto/RegistrationDTO.java | cd5053edad4c3d887f1925c8f3403ca00443b5ab | [] | no_license | rim-D/202101_platnsShop | 8e941dfeecb79c78356b1dfa81700734e0d4a657 | 5662f962c14327e1fd1be2bfbd540b382e1a3065 | refs/heads/master | 2023-02-28T04:54:54.703175 | 2021-02-08T05:19:09 | 2021-02-08T05:19:09 | 336,968,178 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,963 | java | package com.dto;
import java.util.ArrayList;
import org.apache.ibatis.type.Alias;
@Alias("registrationDTO")
public class RegistrationDTO {
private String id;
private String pw;
private String name;
private String birth;
private String phone;
private String post;
private String addr1;
private String addr2;
... | [
"winwin3512@gmail.com"
] | winwin3512@gmail.com |
7534b54ab4326547bad6b606c0f8021b91113884 | b6dc2e4581f6567b2dcc0d9073e4b0e2d5a1e98f | /src/virtualpetsamok/OrganicDog.java | c13fd7ee919b1c9145712e6224236bdad0b8e617 | [] | no_license | programmerjee/virtual-pets-amok | 2941c6a15e41b8020c791bcf7e76d062778eabcf | 45b6952cf0fcf9bd608a84021a95a9a756715235 | refs/heads/master | 2021-07-12T21:05:56.349868 | 2017-10-17T21:07:39 | 2017-10-17T21:07:39 | 105,821,635 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 766 | java | package virtualpetsamok;
public class OrganicDog extends Dog implements Organic {
int hunger = 10;
int thirst = 10;
int cleanliness = 10;
public OrganicDog(String name, int happiness, int health, int hunger, int thirst, int cleanliness) {
super(name, happiness, health);
this.hunger = hunger;
this.thirst = t... | [
"angelarowe7@gmail.com"
] | angelarowe7@gmail.com |
011c4e061c02ec6266dc86d351389738be30dfda | e26c34f949a78e4c7125556a5d2abcd8ae120d33 | /src/test/java/net/unit8/solr/jdbc/SelectQueryTest.java | c7957c3470615f9bc151cb15cb4d52ccf6965939 | [
"Apache-2.0"
] | permissive | solrcn/solr-jdbc | 1e142493798dec70c16ea15260885e61b2e3d842 | 88172e4699ca71b3c1a55222187449c542f6556d | refs/heads/master | 2021-01-23T21:11:41.356686 | 2015-03-22T06:36:11 | 2015-03-22T06:36:11 | 32,619,481 | 0 | 1 | null | 2015-03-21T04:09:24 | 2015-03-21T04:09:23 | null | UTF-8 | Java | false | false | 9,669 | java | package net.unit8.solr.jdbc;
import net.unit8.solr.jdbc.message.ErrorCode;
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import java.sql.*;
import static org.junit.Assert.*;
public class SelectQueryTest {
Connection conn;
@Before
public void setUp() throws... | [
"kawasima1016@gmail.com"
] | kawasima1016@gmail.com |
41d43aeec64cf1de4b9723049681a7ad91a7cce5 | 7ef661cd9e66dd2e9179c61aed28c5ffb6f13a68 | /app/src/main/java/com/example/marwa/listapp/Cake.java | 5df716b8a8a299c8a39a99b8d12720c91e01a5ea | [] | no_license | marwaHisham/Android-listview | bdd0b427b5dea944863bf277a6d8ec21a877ed90 | 61cd66d5a810b7ed21ff68069b67a04060c51c04 | refs/heads/master | 2020-03-17T19:36:47.983597 | 2018-05-17T21:30:33 | 2018-05-17T21:30:33 | 133,870,366 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 811 | java | package com.example.marwa.listapp;
/**
* Created by marwa on 17/03/18.
*/
public class Cake {
int imgId;
String headerTxt;
String Desc;
public Cake(String header, String desc, int thumb) {
imgId = thumb;
Desc = desc;
headerTxt = header;
}
public int getImgId() {
... | [
"eng.marwa53@yahoo.com"
] | eng.marwa53@yahoo.com |
c7cb1614ecfa98ad6803bdd4fe42a69f28173650 | 9b4a476d16288c9d65998edd2a7415124f7e613d | /wapp/src/main/java/com/isep/javaeeproject/service/tweets/TweeterApiConnectorService.java | 2c594aaad6c3b34594d162fe547d0394b34ea246 | [] | no_license | eboulben/isep-rest-project | 88ed8f8a8873cb2486679083497b7f7b1e310907 | a0c5d2feb61efd8b2a1eb7483d53c2787b7a9830 | refs/heads/master | 2020-05-17T03:15:22.565506 | 2015-02-08T20:19:10 | 2015-02-08T20:19:10 | 27,352,011 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 248 | java | package com.isep.javaeeproject.service.tweets;
import com.isep.javaeeproject.dto.tweet.TweetDto;
import java.util.List;
public interface TweeterApiConnectorService {
public List<TweetDto> getTweetsFromApiByAuthors(List<String> authors);
}
| [
"emilien.boulben@gmail.com"
] | emilien.boulben@gmail.com |
f6eef43a9d1c6b303ceb1fb5dc9900d87312b824 | e1ca052d40dff45495abb5d927c28f26215cd9cc | /data-filter/src/main/java/tuwien/filters/utils/Filter.java | 576c69d096cb463282e5524a51b599322259639e | [] | no_license | lucamoroz/iot-blockchain-data-integration | 5ca12dd7f823fad92bfa5d542dc0e81626f740f8 | a853bd27c2f63bf7e4a247af2e461e0ae05968a7 | refs/heads/master | 2023-06-11T11:59:20.844756 | 2021-07-07T09:35:38 | 2021-07-07T09:35:38 | 334,104,004 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 734 | java | package tuwien.filters.utils;
public class Filter {
public static boolean isNumberConstraintValid(NumberConstraint constraint, Number number) {
double constraintValue = constraint.getValue().doubleValue();
double value = number.doubleValue();
switch (constraint.getComparison()) {
... | [
"lucamoro96@gmail.com"
] | lucamoro96@gmail.com |
80976aa63d2d13d4c3ea8df9c901f7f2d4f62c8f | e3c4870c8e8192df2c5735b0c27f51c22e059720 | /src/sun/awt/datatransfer/ClassLoaderObjectInputStream.java | 80657944aae91461a7858b4b8dab30aaff169758 | [] | no_license | xiangtch/Java | fec461aee7fd1dfd71dd21a482a75022ce35af9d | 64440428d9af03779ba96b120dbb4503c83283b1 | refs/heads/master | 2020-07-14T01:23:46.298973 | 2019-08-29T17:49:18 | 2019-08-29T17:49:18 | 205,199,738 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,080 | java | /* */ package sun.awt.datatransfer;
/* */
/* */ import java.io.IOException;
/* */ import java.io.InputStream;
/* */ import java.io.ObjectInputStream;
/* */ import java.io.ObjectStreamClass;
/* */ import java.lang.reflect.Proxy;
/* */ import java.util.HashSet;
/* */ import java.util.... | [
"imsmallmouse@gmail"
] | imsmallmouse@gmail |
406d2d55c2b13140d6d7c6d5751eb239b472b486 | ef25601135eb01e280d762098e3c428c43965320 | /src/main/java/backend/DAO/interfaces/PointDao.java | 6f43dd4e5a55973d7a72cf01a4675a369c8cbffb | [] | no_license | Belinracle/Lab4 | 7f4fcf294c105c8484870a01882e0bf00bb0e18f | 0cb38fca5b4a5f0af1d2064f4340ac796a2228a6 | refs/heads/master | 2023-05-07T11:01:19.509312 | 2021-01-14T13:50:46 | 2021-01-14T13:50:46 | 312,396,876 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 252 | java | package backend.DAO.interfaces;
import backend.entity.Point;
import backend.entity.User;
import java.util.List;
public interface PointDao {
List<Point> getPoints(User user);
Point insertPoint(Point point);
void deletePoints(User user);
} | [
"rosdanas@gmail.com"
] | rosdanas@gmail.com |
ff0b4cfc8c9853e732660fd8dc820bf12caa417a | 73d4f7d1f6d51be34b13d3363bb08e03ab49383b | /src/main/java/com/aaa/controller/ProviderController.java | 0c79d566e5c8087dab3217ebc65192129d7d5bb4 | [] | no_license | pjxwalker/JXC | c7cdd4c56f012abce50c809d3cee7ec217f63265 | 750cc482a26e442298cea50c4b5a5468055b13a9 | refs/heads/master | 2022-06-27T14:15:00.941384 | 2019-11-04T06:31:44 | 2019-11-04T06:31:44 | 219,432,515 | 0 | 0 | null | 2020-07-02T01:10:12 | 2019-11-04T06:29:17 | Java | UTF-8 | Java | false | false | 3,044 | java | package com.aaa.controller;
import com.aaa.entity.ProviderInfo;
import com.aaa.service.ProviderInfoService;
import com.aaa.util.ResultMap;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.b... | [
"1185964278@qq.com"
] | 1185964278@qq.com |
54ac185bfe48e4d269c7a28ac6c0a5bd7ee330de | 9623f83defac3911b4780bc408634c078da73387 | /powercraft_15/src/minecraft/mods/betterworld/CB/BWCB_TileEntityBlockGlass.java | af64080a21aac2ca5ed26b9749e83502afd4d102 | [] | no_license | BlearStudio/powercraft-legacy | 42b839393223494748e8b5d05acdaf59f18bd6c6 | 014e9d4d71bd99823cf63d4fbdb65c1b83fde1f8 | refs/heads/master | 2021-01-21T21:18:55.774908 | 2015-04-06T20:45:25 | 2015-04-06T20:45:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,541 | java | package mods.betterworld.CB;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.network.INetworkManager;
import net.minecraft.network.packet.Packet;
import net.minecraft.network.packet.Packet132TileEntityData;
import net.minecraft.tileentity.TileEntity;
public class BWCB_TileEntityBlockGlass extend... | [
"nils.h.emmerich@googlemail.com@ed9f5d1b-00bb-0f29-faab-e8ebad1a710c"
] | nils.h.emmerich@googlemail.com@ed9f5d1b-00bb-0f29-faab-e8ebad1a710c |
73ce7d976a38dc1d2badf2efa2d1202d3b1efccc | 14d5e5db1c8737d0f8681b6bd80773652c42e224 | /finshine_client/gen/android/support/v7/appcompat/R.java | 87aa777bf52df652828acfb5cba5ef8b6512dc60 | [] | no_license | tangtom/finshine | 811517a52a9aeadf261729b182a5cf609d38e143 | 200f40224f6686281e8aaf3d9654b602958f6cc7 | refs/heads/master | 2021-01-01T16:50:39.027805 | 2014-11-18T08:01:03 | 2014-11-18T08:01:03 | 26,798,530 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 39,549 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package android.support.v7.appcompat;
public final class R {
public static final class anim {
public static final int abc_fade_in = 0x7... | [
"tp_tom@qq.com"
] | tp_tom@qq.com |
7300922c8413838823cac1b00cd63dbc14510f47 | e147107604a2f1f6115fba13c055e3c481dc3f14 | /PowerOfFive.java | fc6e6a064ce0687269f011eb8fe4830e5fb08b4e | [] | no_license | varshneyjyoti02/Tani | 3cc7eb6e516d5fd2a417df3360419dc9b5bf36cd | b041e7acc8ed6991d5b72bbfc3d835f4e83fd9dc | refs/heads/master | 2020-04-18T01:47:53.363194 | 2019-01-24T10:16:38 | 2019-01-24T10:16:38 | 167,134,607 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 343 | java |
import java.util.Scanner;
public class PowerOfFive {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner sc = new Scanner(System.in);
int n;
n = sc.nextInt();
while(n%5==0)
{
n = n/5;
}
if(n!=1)
System.out.println("Not");
else
System.out.pr... | [
"noreply@github.com"
] | noreply@github.com |
09a5cbcdaa7126be3f9fb5f6eaff5f80fdb34238 | 30052658cbb71373a16443e5900a973ce975c097 | /Test Tank Drive/TankDrive/src/main/java/frc/robot/subsystems/Drive_Subsystem.java | 6657dcf07e246278908a42d5e4e4bc493de3d3aa | [] | no_license | 3204robotics/Tank-Drive1 | 062382c8a57f3fbee0abf5f31f64d52af6ea7ff1 | ddc8172a6dcea64fb49bb4921a04501b30d8d6ae | refs/heads/master | 2020-04-17T02:17:03.069411 | 2019-01-16T23:33:40 | 2019-01-16T23:33:40 | 166,127,338 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,219 | java | package org.usfirst.frc.team3204.robot.subsystems;
import org.usfirst.frc.team6637.robot.commands.TeleopDrive_Command;
//import com.ctre.phoenix.motorcontrol.can.TalonSRX;
import com.ctre.phoenix.motorcontrol.can.VictorSPX;
import edu.wpi.first.wpilibj.DMC60;
import edu.wpi.first.wpilibj.command.Subsystem;
import ... | [
"noreply@github.com"
] | noreply@github.com |
5aa6d27f790e2f90722c54bd0acfdf6b082b45ab | ec8dcbfb8e9465d30d2fa984aebfaba6be959bf0 | /src/main/java/com/misino/template/mail/AccountActivationMailTemplate.java | 3531eb9d1016b65591a4c682b95c7549f55c06aa | [] | no_license | preeteshmishra/springBasic | 2bf829f866631c20416a921f9c91b01fdd79534b | 3ca7c331f4aa40be47d5ff1432994bf15faa34f8 | refs/heads/master | 2021-01-02T09:28:31.681334 | 2014-06-17T23:07:18 | 2014-06-17T23:07:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,185 | java | package com.misino.template.mail;
import com.misino.controller.AuthenticationController;
import org.thymeleaf.context.Context;
import java.util.Locale;
public class AccountActivationMailTemplate implements MailTemplate {
private Context templateContext;
private String recipient;
private String pageUrl = ... | [
"birosh@gmail.com"
] | birosh@gmail.com |
53e3ee4e4df39bed0fef16a204751b8a2c9a6601 | 49bcaf6c2ed4dfa05a065cb97ff07439bf5d4518 | /kodilla-spring/src/test/java/com/kodilla/spring/SpringRunnerTestSuite.java | 0f109fce31d36b5e5dfeaa6b05b6c92220c5de7c | [] | no_license | MDBoski/MateuszDziubinskiKodillaJava | c8c287e096c959442be0fe899ca7f06c74c58ab1 | 29f9b362501f667be93aadd56bb394e66052cae0 | refs/heads/master | 2020-04-17T15:09:28.908823 | 2019-05-06T19:26:26 | 2019-05-06T19:26:26 | 166,687,235 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,403 | java | package com.kodilla.spring;
import com.kodilla.spring.com.kodilla.spring.shape.Circle;
import com.kodilla.spring.com.kodilla.spring.shape.Shape;
import com.kodilla.spring.com.kodilla.spring.shape.Triangle;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.... | [
"dziubek2_88@o2.pl"
] | dziubek2_88@o2.pl |
268538a786e6aeb8c3eb8e67c48f98c63b7533d9 | 3606becb896eeaf2b03bb43e5ac7b0d3d2fb4467 | /app/src/main/java/com/example/super_yu/myexample/shijun/ofo/count/CountDownView.java | 2d8a4590d4981648dffb1416f64600f2be449637 | [] | no_license | whsgzcy/DEMOS_TO_MySelf_Android | 6d64db4840c5f08883f0f72a7761b1cb89e1b519 | d3e3d13efe8e55d4e69da2a006067fb1aa608fbd | refs/heads/master | 2021-09-17T12:53:03.828617 | 2018-07-02T02:52:55 | 2018-07-02T02:52:55 | 93,822,977 | 6 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,517 | java | package com.example.super_yu.myexample.shijun.ofo.count;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.AnimatorSet;
import android.animation.ValueAnimator;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Can... | [
"932709225@qq.com"
] | 932709225@qq.com |
916fae2bc56b90d2a41ea13f325a63f31d004122 | 1e8d513e635130c9658897e6767a15556194f312 | /src/main/java/se/zeroplusx/musicapi/dto/RelationUrl.java | b2c45f77e74544fb3e3c2c317a88b6d9a28519ec | [] | no_license | makotovh/musicapi | 0a3b32af73f60c8a81d1dac47ccd5013ea408c94 | 0e05ad724a3e160ca8f4d39addc49a28ac5c7e1f | refs/heads/master | 2022-05-08T02:50:02.056593 | 2022-04-23T16:52:20 | 2022-04-23T16:52:20 | 152,436,308 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 176 | java | package se.zeroplusx.musicapi.dto;
import lombok.Data;
import java.io.Serializable;
@Data
public class RelationUrl implements Serializable {
private String resource;
}
| [
"makoto@makoto.blog.br"
] | makoto@makoto.blog.br |
4437c146b75e7973fb7357e341397ccf91f7fb9b | 92f7ba1ebc2f47ecb58581a2ed653590789a2136 | /src/com/infodms/dms/bean/TmVsAddressBean.java | 61c7d92e18c75d48f0de0fa83b11c1d8301adedd | [] | no_license | dnd2/CQZTDMS | 504acc1883bfe45842c4dae03ec2ba90f0f991ee | 5319c062cf1932f8181fdd06cf7e606935514bf1 | refs/heads/master | 2021-01-23T15:30:45.704047 | 2017-09-07T07:47:51 | 2017-09-07T07:47:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,257 | java | package com.infodms.dms.bean;
import java.util.Date;
public class TmVsAddressBean{
private String myAddress;
private Long dealerId;
private Long updateBy;
private String tel;
private Date updateDate;
private String address;
private Long id;
private Long createBy;
private String remark;
priva... | [
"wanghanxiancn@gmail.com"
] | wanghanxiancn@gmail.com |
855105d1219280e1c3ce011efa397528d2cefbf4 | d22be67af1387d2f582da57f337862ed9a0e4aad | /leetcode/src/string/_36Decimal.java | a7b5228d062a8dbb2dd21b2c93e2bbead5c7a29d | [] | no_license | androidZzT/LeetCode-java | 66095225ff1e7164af4590424f306a6cd682e0df | 7ddcb6a0486af9c1b6488cf432656d745d2c5168 | refs/heads/master | 2021-08-18T04:12:17.497957 | 2021-07-31T05:38:03 | 2021-07-31T08:10:04 | 207,045,235 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,034 | java | package string;
import java.util.Arrays;
import java.util.List;
public class _36Decimal {
private static List<Character> tableList;
static {
Character[] table = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r'... | [
"594729582@qq.com"
] | 594729582@qq.com |
69394dd503573daa1a567359e528e380674a3154 | ad1d80ae560ba88ccba2ce5b70099f20a3ea6bb4 | /src/main/java/com/wdeath/game/evol01/mind/command/Fission.java | 3af77dcb317aeea6299a71fa4c00e51f7ae9a784 | [] | no_license | Wladimir134679/Evol01 | 6d063630a1872ac7b25a1ea6e0f900b298474db3 | bcb02f7bcd4273e5e8ff8beeea2a71a893ee00ac | refs/heads/master | 2020-05-03T12:57:43.045403 | 2019-03-31T04:10:40 | 2019-03-31T04:10:40 | 178,640,711 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,176 | java | package com.wdeath.game.evol01.mind.command;
import com.wdeath.game.evol01.PulBot;
import com.wdeath.game.evol01.mind.CommandMind;
import com.wdeath.game.evol01.mind.IMind;
import com.wdeath.game.evol01.mind.MindEngine;
import com.wdeath.game.evol01.world.Bot;
@IMind(id = 7)
public class Fission implements CommandMin... | [
"wladimir134679@gmail.com"
] | wladimir134679@gmail.com |
70c5ff510dcda2b849115ec3664e494034d1786d | ee703411e6621505ca962513f6976b9f37ff6f21 | /app/src/main/java/com/example/mytasksapp/adapters/AddListAdapter.java | 0f8e3fe91b7efe5bda840a4b34a4c12eb28f789a | [] | no_license | Auridel/MyTasksApp | 25891d1a62ce10b890ee351b4a4c7f16b12bdb4d | 69d5097db2a4b8f8484167cc5e13dbe5632d2d51 | refs/heads/main | 2023-03-31T07:51:18.727952 | 2021-03-29T20:55:30 | 2021-03-29T20:55:30 | 345,653,245 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,044 | java | package com.example.mytasksapp.adapters;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.constraintlayout.widget.ConstraintLayout;
import androidx.recyclerview.widg... | [
"efimov.oleg.87@gmail.com"
] | efimov.oleg.87@gmail.com |
f4014c6b02b0d5cb0bb87d650d17a8b887d9e835 | 7098f2d71cb0699a46a11c2db96e76285d35727c | /dss-src/apps/tlmanager/tlmanager-app/src/main/java/eu/europa/ec/markt/tlmanager/view/multivalue/content/AnyUriContent.java | 6a0b4dcaa52943e5a3ef36b3695043848cdb3b0a | [] | no_license | p4535992/sd-dss-3.0.3 | 4344521a309efaacd1798ed4bd7e7ef37a69f874 | b2fa77670267732daca5d86a5e46a9f71bd16247 | refs/heads/master | 2021-08-30T11:07:59.383832 | 2017-12-17T15:07:14 | 2017-12-17T15:07:14 | 112,770,373 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,430 | java | /*
* DSS - Digital Signature Services
*
* Copyright (C) 2011 European Commission, Directorate-General Internal Market and Services (DG MARKT), B-1049 Bruxelles/Brussel
*
* Developed by: 2011 ARHS Developments S.A. (rue Nicolas Bové 2B, L-1253 Luxembourg) http://www.arhs-developments.com
*
* This file is part of ... | [
"tentimarco0@gmail.com"
] | tentimarco0@gmail.com |
2122e7b3ded18df8b1af03d2aa4d93dad6824f5b | 9e6276b51e7b0f80abd30d45d4442660fe5e287d | /parcelMicroservice/src/main/java/com/parcel/parcelMicroservice/service/impl/ParcelServiceImpl.java | ddac81d369459e9a236802c40749574a11b4a967 | [] | no_license | rosa-ya/GuestParcelTracking | 0a6636a7e61390af859c7f1a3659ed60713998a1 | bd9b92a34cde38e7def24ea836f7ada5ffc479ce | refs/heads/master | 2023-03-09T04:40:35.884960 | 2021-03-01T20:11:31 | 2021-03-01T20:11:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,750 | java | package com.parcel.parcelMicroservice.service.impl;
import com.parcel.parcelMicroservice.errors.ErrorCreation;
import com.parcel.parcelMicroservice.model.dto.ParcelDto;
import com.parcel.parcelMicroservice.model.mapper.ParcelMapper;
import com.parcel.parcelMicroservice.repository.ParcelRepository;
import com.parcel.pa... | [
"rosayavarian@gmail.com"
] | rosayavarian@gmail.com |
2ff2f043b8582a066a949ee4650874d8be3b7a82 | d336e0822bfb50f1ce63aa5a41c8d1d4af6944db | /core/src/main/java/com/draniksoft/ome/utils/JsonUtils.java | 5587dcd6dccc2497ae6d7c812297d114366f2c5c | [] | no_license | dranikpg/OME | cad52a8b1e44e4c5867f961c9c11677b6eab541c | 35988239fd218e23e3d802732bb1ffd3e9c68fd6 | refs/heads/master | 2021-09-11T13:22:40.576750 | 2018-04-07T16:16:33 | 2018-04-07T16:16:33 | 100,270,204 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,844 | java | package com.draniksoft.ome.utils;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.utils.Array;
import com.badlogic.gdx.utils.JsonValue;
import com.badlogic.gdx.utils.ObjectSet;
import com.draniksoft.ome.utils.lang.BiLangText;
import com.draniksoft.ome.utils.lang.I18NText;
import com.draniksoft.ome.utils.lang.Plai... | [
"the.dranik.men@gmail.com"
] | the.dranik.men@gmail.com |
ff364c4d2e63e3e91eb1d68b08f0cce93eb564c7 | 722ff6b6ab7039ee4136df8637ab3edfb4349b92 | /spring-boot-project/spring-boot-docs/src/main/java/org/springframework/boot/docs/configurationmetadata/annotationprocessor/automaticmetadatageneration/MyServerProperties.java | e5193aa70e06c6f249c60b41ead4a7eea019a5b6 | [
"Apache-2.0"
] | permissive | BradOselo/spring-boot | 77ee69e549032a73c183a1983b1840dc07b4c65e | 8a0bfef9bbf3ab94998fb9a1d3470c8648bdf916 | refs/heads/main | 2023-05-30T00:21:54.593214 | 2021-06-10T18:18:29 | 2021-06-10T18:18:29 | 375,946,993 | 3 | 0 | Apache-2.0 | 2021-06-11T07:51:57 | 2021-06-11T07:51:56 | null | UTF-8 | Java | false | false | 1,451 | java | /*
* Copyright 2012-2021 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"pwebb@vmware.com"
] | pwebb@vmware.com |
63d8bf609a032781f01048c2ebad89d10a357616 | c2f7dd387d3a457e5e167b32b7546dccd0234226 | /src/Console/Interpreter.java | f3e6a02c6fabf523bea0bfcccb5f6dd4df23fd67 | [] | no_license | adabirtocian/Toy_Language_Interpreter | beaad17255ea1509fb705fcba57401f92422ff02 | be425c451cd4683839249e36756e4468054801c5 | refs/heads/master | 2023-03-23T08:21:53.820525 | 2021-03-22T07:09:54 | 2021-03-22T07:09:54 | 313,592,780 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 24,309 | java | package Console;
public class Interpreter {
public static void main(String[] args) {
// IStack<IStatement> exeStack1 = new MyStack<>();
// IDictionary<String, IValue> symbolTable1 = new Dictionary<>();
// IDictionary<StringValue, BufferedReader> fileTable1 = new FileTable<>();
// IList... | [
"adabirtocian@yahoo.com"
] | adabirtocian@yahoo.com |
a45b339f0d9f47e2e02e5d77d9165700861f163c | 918710d333fed171c23ab71d21449deb5b6eed03 | /src/main/java/com/eqinov/recrutement/repository/SiteRepository.java | d4413962e0c3c096ed66a5bf27398e05434dee40 | [] | no_license | guisimon28/eqinov-java-test | 5a3fdfd98ae75d405c017ed8cb61abd2256af896 | f34011ffa907aa489b5b6c693bf7f189ecb7bb20 | refs/heads/master | 2023-04-08T06:32:59.165106 | 2020-01-27T09:51:56 | 2021-10-27T07:30:44 | 236,456,071 | 0 | 2 | null | 2023-09-08T12:20:21 | 2020-01-27T09:27:22 | Java | UTF-8 | Java | false | false | 218 | java | package com.eqinov.recrutement.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import com.eqinov.recrutement.data.Site;
public interface SiteRepository extends JpaRepository<Site, Long> {
} | [
"guillaume.simon@eqinov.com"
] | guillaume.simon@eqinov.com |
9c43f8497fe3eb85acc95dee91753dce137da72a | 45a63c8db05ba39e24ea921fdcae6240cbd3b25d | /app/src/main/java/com/moolu/framework/ActivityCallback.java | 3f47d33312fb09b9478639e8fddee914bb1dea81 | [] | no_license | befairyliu/MooLu | c6a1faf4ff4eaacbb351447bde7ae2aceb46ac18 | 5418f10db888464c221eb5442e6130aaecd812fc | refs/heads/master | 2016-09-06T05:16:58.038761 | 2015-04-17T09:11:12 | 2015-04-17T09:11:12 | 30,058,877 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 928 | java | package com.moolu.framework;
/**
* This classes purpose is to allow a {@link AsyncTaskWithCallback} to callback to an
* {@link android.app.Activity} implementing this interface with an instance of its self
* when the task completes.
*/
public interface ActivityCallback {
/**
* If an instance of {@link Asyn... | [
"banghong.liu@capgemini.com"
] | banghong.liu@capgemini.com |
5457f76b6eb141a80cf9d318792ad3687bf4b1fa | f60d91838cc2471bcad3784a56be2aeece101f71 | /spring-boot/src/main/java/org/springframework/boot/context/embedded/tomcat/TomcatEmbeddedServletContainer.java | 9b136eab2c8f2bfa639eff2f70c49e824f8604a5 | [
"Apache-2.0"
] | permissive | fisher123456/spring-boot-1.5.11.RELEASE | b3af74913eb1a753a20c3dedecea090de82035dc | d3c27f632101e8be27ea2baeb4b546b5cae69607 | refs/heads/master | 2023-01-07T04:12:02.625478 | 2019-01-26T17:44:05 | 2019-01-26T17:44:05 | 167,649,054 | 0 | 0 | Apache-2.0 | 2022-12-27T14:50:58 | 2019-01-26T04:21:05 | Java | UTF-8 | Java | false | false | 10,529 | java | /*
* Copyright 2012-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"171509086@qq.com"
] | 171509086@qq.com |
6fb68a8ef8069aefdb58bd096c84bbbba4389e25 | 314791156e08b97f0e26e97649bffbbb4113f42d | /src/com/spring/org/testFactory/Dog.java | b80fcf91420c1f493aa260072eb2583dc743509b | [] | no_license | laijinchuan/springWeb | 1ab8e65a10ae8d936f2ef6e6e5c784f3829ce2c4 | 368634e482173610f252aee5135a90134547d143 | refs/heads/master | 2020-04-23T13:11:56.765685 | 2019-02-27T11:12:16 | 2019-02-27T11:12:16 | 171,195,595 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 445 | java | package com.spring.org.testFactory;
public class Dog implements Being {
private String name;
private int age;
public void setAge(int age) {
this.age = age;
}
public void setName(String name) {
this.name = name;
}
@Override
public void testBing() {
System.out.println("实现");
}
... | [
"ThinkPad@DESKTOP-L8N9VQP"
] | ThinkPad@DESKTOP-L8N9VQP |
401581ac4b9ddf5be86f70d299fb37be28c1a060 | 4ac8838e6a4fec424894b4caa39e77d91b2ecb90 | /Lotto/src/main/java/co/park/pj/LottoArrary.java | 0116bea3cf07def543a80bf23e088fda718b3b14 | [] | no_license | PGParkJeonguk/2021-09-29 | ae52a93245db4d33607b2d4dd8220bffeb843329 | 4d14a853dd8e8f9808a943349c5b251d2ff90b39 | refs/heads/master | 2023-08-05T20:16:20.561077 | 2021-09-29T14:49:12 | 2021-09-29T14:49:12 | 411,606,257 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 1,833 | java | package co.park.pj;
import java.util.Arrays;
import java.util.Scanner;
public class LottoArrary {
int lotto[] = new int[6];
private static Scanner scn = new Scanner(System.in);
private void LottoMenu() {
while (true) {
mainMenu();
int key = scn.nextInt();
scn.nextLine();
if (key == 1) ... | [
"admin@YD02-22"
] | admin@YD02-22 |
1b00428e8f3af6860f4f2ed1b37efedc960ab0dd | b63b797ee76c4b8d85297c08ef7d15dec38bb336 | /spring-demo/src/main/java/com/cognizant/spring_demo/hasadependency/TestDependancy.java | 5dab5879c8c1e439fd189e01f80770ac5aff76aa | [] | no_license | sarishbiswas/projects | 408a01e79801b9ecd470669bf54e37842860a0ce | 4a82c851fd1b3818022ca6a1291f593519b0b192 | refs/heads/master | 2022-06-18T10:14:16.608104 | 2020-03-18T09:25:29 | 2020-03-18T09:25:29 | 247,945,628 | 0 | 0 | null | 2022-05-25T07:10:58 | 2020-03-17T10:52:02 | Java | UTF-8 | Java | false | false | 581 | java | package com.cognizant.spring_demo.hasadependency;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class TestDependancy {
public static void main(String[] args) {
ApplicationContext ctx = new ClassPathXmlApplicationCon... | [
"noreply@github.com"
] | noreply@github.com |
c3ac3389c7af2564ba9522939a0aa5bf0ddd166d | 4329a7297b6d52672aa88fde3417bc792190f833 | /TestTraining/src/model/FastFoodRegistry.java | bcf7fd8751b180c79568860be9c80490eb63d904 | [] | no_license | sebastianRebolledo/TrainingEndava | db45b81c6311fffaeca8c5a26e1deff2db0238aa | c0b9675da524e7eb270d2db941d1e6342a9fa882 | refs/heads/main | 2023-07-04T01:36:43.373304 | 2021-07-26T18:16:45 | 2021-07-26T18:16:45 | 388,869,843 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 285 | java | package model;
public class FastFoodRegistry {
public FastFoodRegistry() {
}
public FastFood registerFaastFood(String nameProduct, double price,int typeFastFood) {
FastFood newFastFood = new FastFood(nameProduct, price, typeFastFood);
return newFastFood;
}
}
| [
"seereme98@gmail.com"
] | seereme98@gmail.com |
ed5fdca4686c4948c8fd1b5776e84385ce89df26 | 4e385807c38ab595ec49bd1d4960e03924c4417a | /JavaDemos/src/main/java/com/java/demo/generic/classdemo/GenericClass.java | 29be6afd9b2a7cbbc5faa6e05aee45fa6f24da2c | [] | no_license | fangshanshangithub/DemoSpaces | 25ac69e5d6e488759ac037d9282d7e3f2b2ca19c | 6c81eed999ee3d4a24e38f47225332336dc804ce | refs/heads/master | 2020-03-07T03:14:03.413869 | 2018-11-09T10:47:48 | 2018-11-09T10:47:48 | 127,121,472 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,419 | java | package com.java.demo.generic.classdemo;
/**
* 泛型方法定义类.
*
* 泛型有效期只是在编译的时候起作用.
*
* @Auther: FangSS
* @Date: 2018/6/1 0001 16:12
* @Description:
*/
public class GenericClass<rr> {
private rr key; // E 是一个标示[只能放字母,个数不限,E,EE,大小写无关],随便什么都可以T,R,T .......
/**
* 构造方法.
* @param key 泛型参数,参数类型E可以是任何的类... | [
"643915247@qq.com"
] | 643915247@qq.com |
3b17e531a059f69e055c7efa17610e5eae982bca | b30131fae31bc54ea216ac50b69cb9a143adcd04 | /tutorial_java_se/day21/Teacher.java | 0556c085e282544501b41c476b17a7a05a698789 | [] | no_license | ShengzhenFu/javase_tutorial | 2b93815991481e9fcb2a89c8d92db78294625f6c | 9698754f654e58e407c62c1d185ea1195bc6cb91 | refs/heads/master | 2020-05-20T20:57:54.931029 | 2019-10-07T13:44:22 | 2019-10-07T13:44:22 | 185,752,566 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 732 | java | package day21;
import java.io.Serializable;
public class Teacher implements Serializable {
private String name;
private int age;
private String school;
public Teacher(String name, int age, String school) {
super();
this.name = name;
this.age = age;
this.school = school;
}
public String getName() {
r... | [
"fushengzhen@163.com"
] | fushengzhen@163.com |
59d855eb18eb937feceddfe5bed3fcbcef9fd4b2 | cd07a51e863627dcb5106f1669d8ee34931dfa83 | /src/main/java/crw/bishe/teamup01/controller/UnitInfoController.java | ddeaa21aecd8ac7245878dfc2aa83de69bf7cff6 | [] | no_license | hellocrw/teamup-01 | 3035163ee059c8713789593543031ab98071f469 | 8e1720cb87708452192bac0e4b26e612e940630b | refs/heads/master | 2023-03-09T21:44:10.757818 | 2019-12-19T10:08:10 | 2019-12-19T10:08:10 | 228,576,516 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 156 | java | package crw.bishe.teamup01.controller;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class UnitInfoController {
}
| [
"2388092655@qq.com"
] | 2388092655@qq.com |
addc7ba31c234e221d51964905a2eb0d40ef6b4f | e8fbca7a6851b82c9ae3f805234c840e11f7c261 | /modules/asc/src/java/macromedia/asc/util/NamespacesTable.java | c5793dfbdff6ff49bf369c65417f46f22e96ecc4 | [
"LicenseRef-scancode-proprietary-license",
"Apache-2.0",
"MPL-1.1",
"MPL-1.0",
"BSD-3-Clause"
] | permissive | teramura/flex-sdk | 6772f7c729bb5fde5a080f5bed4df53280043024 | c281c4f248f9adc8f10910be5e070149477d9216 | refs/heads/develop | 2023-05-13T21:26:18.785749 | 2023-04-28T15:10:59 | 2023-04-28T15:10:59 | 91,769,399 | 0 | 0 | Apache-2.0 | 2018-06-27T10:44:03 | 2017-05-19T05:38:06 | ActionScript | UTF-8 | Java | false | false | 1,589 | 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"); ... | [
"danielsh@apache.org"
] | danielsh@apache.org |
0dd74c7a5029a34b61187c70c211a7d126a2d77b | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Math/25/org/apache/commons/math3/optimization/linear/SimplexSolver_solvePhase1_199.java | 3f618c9e91dc441f338293e72e9ed9ce812bc31a | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 1,075 | java |
org apach common math3 optim linear
solv linear problem phase simplex method
version
simplex solver simplexsolv abstract linear optim abstractlinearoptim
... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
c47b84aa5137d0e64d9000443e01b23539b0822c | ecc9587bdad023e6b2843ed82fd7f9937b9756ff | /app/src/main/java/com/youthlive/youthlive/CameraActivity.java | 852c13897eac5628a0b10b830d0b726f99ebcf66 | [] | no_license | mukulraw/youthlive | 5636da7d3dcbc7973315ddfd99acbbd5946a379a | 9393d2f4f55c1267bcee58ece1e7ceefbb766ef3 | refs/heads/master | 2021-08-08T22:29:46.568934 | 2017-11-11T12:48:04 | 2017-11-11T12:48:04 | 109,986,134 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,683 | java | package com.youthlive.youthlive;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.SurfaceView;
import com.bambuser.broadcaster.BroadcastStatus;
import com.bambuser.broadcaster.Broadcaster;
import com.bambuser.broadcaster.CameraError;
import com.ba... | [
"mukulraw199517@gmail.com"
] | mukulraw199517@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.