blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
52165e8daf8187005c0bf4ae20eb9b2d6e550a3d | 8228efa27043e0a236ca8003ec0126012e1fdb02 | /L2JOptimus_Core/java/net/sf/l2j/gameserver/scripting/quests/Q050_LanoscosSpecialBait.java | a470f8965cb2ab4927539aac7a41e7fd1c4714b8 | [] | no_license | wan202/L2JDeath | 9982dfce14ae19a22392955b996b42dc0e8cede6 | e0ab026bf46ac82c91bdbd048a0f50dc5213013b | refs/heads/master | 2020-12-30T12:35:59.808276 | 2017-05-16T18:57:25 | 2017-05-16T18:57:25 | 91,397,726 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,297 | java | package net.sf.l2j.gameserver.scripting.quests;
import net.sf.l2j.gameserver.model.actor.Npc;
import net.sf.l2j.gameserver.model.actor.instance.Player;
import net.sf.l2j.gameserver.scripting.Quest;
import net.sf.l2j.gameserver.scripting.QuestState;
import net.sf.l2j.gameserver.scripting.quests.audio.Sound;
pu... | [
"wande@DESKTOP-DM71DUV"
] | wande@DESKTOP-DM71DUV |
6a920cd9980640c6bf42cab1ce9533ea6aaec71b | 32419c55feb8f0c8ea51fa234c94bccf3910663e | /app/src/main/java/com/example/anand/moviezone/MoviesData.java | 917c881349848fc1dbfab8d11d6d2da1715247a1 | [] | no_license | anandsyncs/MovieZoneProject | 8738135d80ade1924922dcf93cfa7007a15ead2f | a143de592600637e41f1aab8b92f554a11a7997b | refs/heads/master | 2023-07-07T03:38:54.805935 | 2016-09-21T04:41:01 | 2016-09-21T04:41:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 330 | java | package com.example.anand.moviezone;
import android.graphics.Bitmap;
import android.media.Image;
/**
* Created by anand on 06/06/16.
*/
public class MoviesData {
String movieName;
Bitmap image;
public MoviesData(String movieName, Bitmap image){
this.movieName=movieName;
this.image=image... | [
"anand9522@gmail.com"
] | anand9522@gmail.com |
ea12a4e5260da5e8b1b25e414dcf560d91c329c6 | 8e704c03eb7a27db8bb1fa13bde577760948aaf3 | /pomelo-parent/pomelo-core/src/main/java/pomelo/core/datasource/DynamicDataSource.java | 492da003f764e14355902fbb27be6e59c62b57bc | [] | no_license | PomeloMan/pomelo | fc74ad3ac882c832eacdc5c08a8d2d0cfde8dadb | ae5c365667be3ab64f3a6dd7d15ea4d2139376e8 | refs/heads/master | 2021-06-26T02:04:35.645781 | 2019-04-28T07:53:26 | 2019-04-28T07:53:26 | 125,967,782 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 696 | java | package pomelo.core.datasource;
import org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource;
import pomelo.core.datasource.annotation.DataSource.DataSources;
/**
* Dynamic dataSource
*
* @author Pomelor
*/
public class DynamicDataSource extends AbstractRoutingDataSource {
private static final ... | [
"fengchao.z@outlook.com"
] | fengchao.z@outlook.com |
3b08decc07d8764a42f1542bd782b44695db11b1 | f942a22c1e1fac7fa124ce0c2149946b175401ec | /src/main/java/com/quickstart/bbframework/common/service/RedisService.java | 3a65d1a0a4fc1f22719eb21b4fa8da83f0342390 | [
"Apache-2.0"
] | permissive | halower/bbframework-project | b6c97d5818a607a771bbd6c43b9440afec1cbeb9 | 7721c49e9356a384becbf3ba01a0854ee1819098 | refs/heads/main | 2023-02-28T12:54:57.297738 | 2021-02-08T09:11:46 | 2021-02-08T09:11:46 | 337,016,435 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,429 | java | package com.quickstart.bbframework.common.service;
import java.util.List;
import java.util.Map;
import java.util.Set;
/**
* redis操作Service
*/
public interface RedisService {
/**
* 保存属性
*/
void set(String key, Object value, long time);
/**
* 保存属性
*/
void set(String key, Object v... | [
"121625933@qq.com"
] | 121625933@qq.com |
2a04711fe6cd86b4d242ec036000866da8059471 | 58b00824ae7913b1b90c1d81f0a529aeb4bc373e | /MyEJBTestClient/src/net/mv/ejb/ex2/HelloWorldTestCLient.java | f64ba16282e9e303c27ae09fad8640967c86f605 | [] | no_license | bhpham/EJB-Practices | cf8a1c26ace432d097f32051ad7f53e0402118a6 | 67ef5baf029a203a837e58e8475b82fd660283eb | refs/heads/master | 2021-01-10T14:15:12.835177 | 2015-10-14T00:30:01 | 2015-10-14T00:30:01 | 44,213,870 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,506 | java | package net.mv.ejb.ex2;
import java.util.Properties;
import javax.jms.JMSException;
import javax.jms.Queue;
import javax.jms.QueueConnection;
import javax.jms.QueueConnectionFactory;
import javax.jms.QueueSender;
import javax.jms.QueueSession;
import javax.jms.TextMessage;
import javax.jms.Topic;
import javax.jms.Top... | [
"bh.pham3@gmail.com"
] | bh.pham3@gmail.com |
633d2d6f41fbcc735b184c68f5df8fb10083c9d8 | e2c2fef3bb7942a62a3b874665ca1e5bd4cb175c | /co.gruposaberes.rails.parser.models/xtend-gen/co/gruposaberes/rails/parser/generator/ModelsGenerator.java | ea24c9ca5b94ecfd70c7d1b40a20b30e033ed1f9 | [] | no_license | jairud-garcia/rails-model-extractor | e1397f5b51227c2d937c3ef42af67c91d0125d1f | 5c0eeb55bec96bb33228a1b59c3ff12a2d5da8b2 | refs/heads/master | 2020-05-25T00:26:48.111062 | 2017-03-14T01:43:17 | 2017-03-14T01:43:17 | 84,892,659 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 667 | java | /**
* generated by Xtext 2.10.0
*/
package co.gruposaberes.rails.parser.generator;
import org.eclipse.emf.ecore.resource.Resource;
import org.eclipse.xtext.generator.AbstractGenerator;
import org.eclipse.xtext.generator.IFileSystemAccess2;
import org.eclipse.xtext.generator.IGeneratorContext;
/**
* Generates code ... | [
"jair.garcia@sistemasaberes.com"
] | jair.garcia@sistemasaberes.com |
ba20228c03a77a00a07616819e7448e40c3df424 | c03f34fd12db4d1a704073c2ba448b6a68309c8a | /com.mind_era.knime.hits.interop/src/com/mind_era/knime/hits/plate/format/PlateFormatNodeModel.java | e5dca343f485e7267301694e18750db127fa3df6 | [
"Apache-2.0"
] | permissive | aravindprasad/hits | 1e4d4b1b394bb31e7215b7d89fba22334c03a712 | a92ab8ff1ecaf6a0ea656fa0a36b374906bcdbfe | refs/heads/master | 2022-04-04T13:17:42.529938 | 2020-03-01T09:41:35 | 2020-03-01T10:43:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,526 | java | package com.mind_era.knime.hits.plate.format;
import java.io.File;
import java.io.IOException;
import javax.annotation.Nullable;
import org.knime.core.data.DataCell;
import org.knime.core.data.DataColumnSpec;
import org.knime.core.data.DataRow;
import org.knime.core.data.DataTableSpec;
import org.knime.co... | [
"bakos.gabor@mind-era.com"
] | bakos.gabor@mind-era.com |
33a79dd8b14db4bdc67236ae021c9bac36a51913 | 7a53089d9bb134cf9e42a03bc49bc4b283e86594 | /app/src/test/java/be/ugent/zeus/hydra/library/LibraryTest.java | cf7cd50b0c42216485357ca61bfed2f6e6df9b23 | [] | no_license | engmms/hydra-android | 80fa6ac43bc94765a2ea6ef7dd1879e02a1a3f71 | 9d1fc46ac1d9fbe0bc4d5dddd116220e8e92edee | refs/heads/master | 2020-12-04T15:42:37.593931 | 2019-09-21T17:32:45 | 2019-09-21T17:32:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 919 | java | package be.ugent.zeus.hydra.library;
import be.ugent.zeus.hydra.common.ModelTest;
import nl.jqno.equalsverifier.Warning;
import org.junit.Test;
import static be.ugent.zeus.hydra.testing.Utils.defaultVerifier;
import static be.ugent.zeus.hydra.testing.Utils.generate;
import static org.junit.Assert.assertFalse;
import ... | [
"strijbol.niko@gmail.com"
] | strijbol.niko@gmail.com |
838d53473310a93ab9df84139e899eff3656e718 | 1d5d53495bbffca12c150852389b341dfdff9935 | /app/src/main/java/com/app/androidutildemo/mvp/view/CmsListView.java | 6197acad142a9cfaf2403ea79a4e2a6037d40943 | [] | no_license | HannahNick/HannahCore | 78002c46b714744bd9435dd567c3461e6f0c8df7 | 97656062e90569b44fdab5b9afd206b424756408 | refs/heads/master | 2020-06-25T16:09:49.363235 | 2019-11-15T09:44:21 | 2019-11-15T09:44:21 | 199,361,595 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 244 | java | package com.app.androidutildemo.mvp.view;
import com.app.androidutildemo.bean.TmsWrapperBean;
import java.util.List;
/**
* Created by Nick on 2019-05-08.
*/
public interface CmsListView {
void getHomeData(List<TmsWrapperBean> data);
}
| [
"365719562@qq.com"
] | 365719562@qq.com |
3be95ae574cf98ef4cb05ec2fb95564576750caa | 1fdbf2035f497992d1066120fc1c5eb3eecc45f5 | /core/index/src/main/java/org/locationtech/geowave/core/index/simple/SimpleDoubleIndexStrategy.java | cf06a12b8b057a9c3ebda5c2a1e65043d4a88398 | [
"LicenseRef-scancode-free-unknown",
"Apache-2.0",
"LicenseRef-scancode-public-domain"
] | permissive | ChesleyTan/geowave | 0381abd2da300f20566adec8c104994399f27fc7 | a5b20e40e5bb24a3f2533db69fcd29768a928402 | refs/heads/kudu-master | 2020-04-21T20:11:53.046160 | 2019-05-06T15:27:47 | 2019-05-06T15:37:36 | 169,835,181 | 1 | 0 | Apache-2.0 | 2019-05-06T15:27:48 | 2019-02-09T05:26:07 | Java | UTF-8 | Java | false | false | 429 | java | package org.locationtech.geowave.core.index.simple;
import org.locationtech.geowave.core.index.lexicoder.Lexicoders;
public class SimpleDoubleIndexStrategy extends SimpleNumericIndexStrategy<Double> {
public SimpleDoubleIndexStrategy() {
super(Lexicoders.DOUBLE);
}
@Override
protected Double cast(final ... | [
"noreply@github.com"
] | ChesleyTan.noreply@github.com |
b9248122194dde13b543b000c803b69ec6423861 | 7ba074aaff5db3aa507df21ac8f421e41838ff24 | /mfw/mfw/src/com/mfw/util/FileUtil.java | c9e6db770d8a439ea074f2c7ea0f4abd02ca99bd | [] | no_license | eideo/framework | 72ae19c53cded98bdeeb31b6460087ba3d3bad63 | 36b83a0a953c97025277eb434b972ad910ba30c1 | refs/heads/master | 2020-12-30T15:43:18.681234 | 2015-11-20T18:25:04 | 2015-11-20T18:25:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,047 | java | package com.mfw.util;
import java.io.BufferedInputStream;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.nio.ByteBuffer;
import java.nio.MappedByteBuffer;... | [
"1152695512@qq.com"
] | 1152695512@qq.com |
ee95223fb5781b514a4c58a4aa999bd5fa530199 | 6201d4ab2febf3532cd146f6e311cc764630464e | /src/test/java/pages/HomePage.java | 3bb79e1c1076fbbb5a423aaa9786a2d129d4c99e | [] | no_license | JakubZelazkiewicz/homework-programa | 15d73d30b45d7507572de3690986597f0cf4f8f8 | cc5ba82b4fc7ac556107567620e2fe426becbbb2 | refs/heads/master | 2020-03-28T07:55:36.421944 | 2018-09-10T16:30:49 | 2018-09-10T16:30:49 | 147,933,874 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 651 | java | package pages;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
public class HomePage {
@FindBy(partialLinkText = "Logowanie")
private WebElement signInButton;
@FindBy(xpath = "//*[@id=\"navbar-top-collapse\"]/ul[2]/li[2]/a")
private WebElement signUpButton;
@F... | [
"kuba.totu.totam@gmail.com"
] | kuba.totu.totam@gmail.com |
ce3f7efe0522e2c766aba10f596d418ac4c892fd | 0e30f1998d8e06d5ca177ad53ad1b7efb0ed0cad | /jBPM6Example_persistence_basic_BPMS6/src/test/java/com/sample/ProcessJPATest.java | 8c67322a2a802105faffd4a81de7391d213f4e9f | [
"CC0-1.0",
"LicenseRef-scancode-public-domain"
] | permissive | cjk007/jbpm6example | ba999f2ca22b975370923b3caed57c4f4634eacc | 8679948c6cafd199eb3a92f55c38fe12c9a09d82 | refs/heads/master | 2021-01-16T18:23:12.027586 | 2014-10-22T03:25:13 | 2014-10-22T03:25:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,782 | java | package com.sample;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Properties;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
import junit.framework.TestCase;
import org.jbpm.process.audit.JPAAuditLogService;
import org.jbpm.runtime.mana... | [
"toshiyakobayashi@gmail.com"
] | toshiyakobayashi@gmail.com |
ed679e5fd71f3b52a44af38741d523574a89c752 | e273a7ef199bcee09931091de5520de8ffda07fb | /javaOO/AddressBookv2/src/test/java/com/sg/addressbookv2/dao/listAllTest.java | 0261e657b4a18dbaa3490753f6e2a7b1f2c5d2b6 | [] | no_license | caseyPav/assorted-projects | ea0da89a0bb5f9ae3190eb1fbf455909d9f3ad7a | 037cfc62492f5b7ef32a7e19729f75fb8978a2d7 | refs/heads/master | 2021-04-15T05:06:17.429468 | 2016-07-26T15:18:06 | 2016-07-26T15:18:06 | 63,108,060 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 853 | 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.sg.addressbookv2.dao;
import com.sg.addressbookv2.dao.AddressBookIMPL;
import com.sg.addressbookv2.dao.AddressBookUtils;
i... | [
"cp320703@gmail.com"
] | cp320703@gmail.com |
67de09dc6e0305abf965c2fb56e776f66ef0bd7a | 72954937b1f2be8a0ec23c5d87f43df49d9beb20 | /src/main/java/com/zsmart/tva/service/facade/TauxTvaService.java | 3feecbad69ee6fccde8ba6297aca5f70590ecc8e | [] | no_license | ZOUANI/compta_transparency_tva | e0123d96aea9ed9d40a61c2a4f9f51bcb20f313a | f5bcbd37dfc00dd0d1880c7715f1d0ab3ff9ac6e | refs/heads/master | 2021-03-27T03:20:38.198230 | 2020-03-19T00:18:10 | 2020-03-19T09:14:42 | 247,781,041 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 862 | java | package com.zsmart.tva.service.facade;
import java.util.ArrayList;
import java.util.List;
import java.util.Date;
import java.math.BigDecimal;
import com.zsmart.tva.bean.TauxTva;
public interface TauxTvaService {
public TauxTva save(TauxTva tauxtva);
public List<TauxTva> findAll();
public TauxTva findById(Long id)... | [
"MoulaYounes@DESKTOP-GBNILO9"
] | MoulaYounes@DESKTOP-GBNILO9 |
2ad8476ea85fb2ca7bcc26d77790175b3dfc3726 | 3bd2b934a4fa0f4a137ef667187c2f3da84f5021 | /Super_Duper_App/app/src/androidTest/java/com/example/super_duper_app/ExampleInstrumentedTest.java | 14463b1d715b70a3c492c6cdd538f4d85bd0b3d7 | [] | no_license | martin-cervantes/Android | 82e9069e1be48cffbc39009c480f01104bb7f290 | e78558760778cf32a5cfe944daba312ee7bfc1f2 | refs/heads/master | 2023-03-03T23:12:12.392914 | 2023-02-28T23:49:30 | 2023-02-28T23:49:30 | 85,215,244 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 738 | java | package com.example.super_duper_app;
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 execute on an And... | [
"cervantes.martine@gmail.com"
] | cervantes.martine@gmail.com |
f1bdb0cbb5e3278f9a5e7c52c1bf4f58a4285a45 | 336d652e88f9477dd6f0b76ba40d4264bca05d06 | /Celest2Horizon-1.0.0/src/com/c2h/C2H.java | 94b2cae2854fa57c53654e68f1364255a294d322 | [] | no_license | Giacomo88/celest2horizon | 61d671e158f4b9f1693c595b1b40ef086aaf1a04 | d02d8809b071e8727df48762859eb92da1bfc891 | refs/heads/master | 2021-01-10T16:43:20.332658 | 2012-01-24T19:20:55 | 2012-01-24T19:20:55 | 45,044,182 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,817 | java | /* Celest2Horizon - Converts RA / Dec to Altitude / Azimuth on Droid Phones
Copyright (C) 2010 F. A. Willis
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 3 of... | [
"crappiemeister@12253d9f-7557-08cb-0b6a-951e442744b5"
] | crappiemeister@12253d9f-7557-08cb-0b6a-951e442744b5 |
42d23e8ba8489948c7b707303ca0002308cb688b | ea4336e7d729c1781d0e7c6679a272d1c2558797 | /Advanced/Advanced Spring Version/ProjectOne/src/phone/Galaxy.java | fa93ce6e5d6a5a0e88a7d1c15060c1e9126f0282 | [] | no_license | Manzurka/Java | 7045fbc633337318fb607536fe342abcfcb5efd2 | c464bde0097e583e7b4dde822caa6cbdd589139e | refs/heads/master | 2020-03-12T17:01:12.715268 | 2018-06-20T21:48:56 | 2018-06-20T21:48:56 | 130,728,003 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 704 | java | package phone;
public class Galaxy extends Phone implements Ringable {
public Galaxy(String versionNumber, int batteryPercentage, String carrier, String ringTone) {
super(versionNumber, batteryPercentage, carrier, ringTone);
}
@Override
public String ring() {
String ring = this.getRingTo... | [
"manzurkas@gmail.com"
] | manzurkas@gmail.com |
2af88447e1ff84a097baf5c674b061b20dda67ea | 4f8dfcdd6f1494b59684438b8592c6c5c2e63829 | /DiffTGen-result/output/patch4-Math-82-Jaid-plausible/Math_82_4-plausible_jaid/target/0/25/evosuite-tests/org/apache/commons/math/optimization/linear/SimplexSolver_ESTest_scaffolding.java | e55154843388c718c337cfb3de988b6deb26599a | [] | no_license | IntHelloWorld/Ddifferent-study | fa76c35ff48bf7a240dbe7a8b55dc5a3d2594a3b | 9782867d9480e5d68adef635b0141d66ceb81a7e | refs/heads/master | 2021-04-17T11:40:12.749992 | 2020-03-31T23:58:19 | 2020-03-31T23:58:19 | 249,439,516 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,202 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Mon Mar 30 02:00:07 GMT 2020
*/
package org.apache.commons.math.optimization.linear;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
... | [
"1009479460@qq.com"
] | 1009479460@qq.com |
e6ed929f0513c5541a85370212508603cad7fdd7 | f8041533e6432ca3616d07af98cb3c6592010f1b | /app/src/main/java/com/example/sqlitepractice/Models/User.java | 386a886f269491e8e73320478ecc796750d2f31f | [] | no_license | xenonJr/EshopDataBaseProject | c3a0dee4c877fb384e71825aff88259cd6cf58ac | c6bcb58eeaf081017493dacd658cefff829743b0 | refs/heads/master | 2023-02-14T05:27:46.444672 | 2020-12-30T19:38:33 | 2020-12-30T19:38:33 | 323,367,703 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,043 | java | package com.example.sqlitepractice.Models;
public class User {
String name,username,address,mail,pass;
public User(String name, String username, String address, String mail, String pass) {
this.name = name;
this.username = username;
this.address = address;
this.mail = mail;
... | [
"zkxenon98@gmail.com"
] | zkxenon98@gmail.com |
c9dc1e0834b62070caaa046738910fa505c46e85 | e4a96621b6cb1dad2670ead9c26f8a5e87b0e2d0 | /core/src/com/lindengames/line/screens/ScreenAdapter.java | 5509338b3872337041e8422d074455e001ba4c46 | [] | no_license | jaqbcygan/com.lindengames.line | 0ffcb9d04e0a27241f67d3d18778856c630467d5 | 391e283d86aa55775aeb154e1c27ad048f5f5e37 | refs/heads/master | 2021-01-17T20:01:55.396794 | 2016-08-17T16:18:49 | 2016-08-17T16:18:49 | 64,148,566 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,388 | java | package com.lindengames.line.screens;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.Screen;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.OrthographicCamera;
import com.badlogic.gdx.scenes.scene2d.Stage;
import com.badlogic.gdx.utils.Timer;
import com.badlogic.gdx.utils.viewport.Screen... | [
"cygan6914@gmail.com"
] | cygan6914@gmail.com |
061678a611c36736b9ced36e8ce7f7611b245589 | d8bf44e44213ae4197d0aa8f54f3e3c2c1f361cc | /박성철/210405/BJ_14567.java | 259162597b6805adfed629b3ed1b2b65937648b6 | [] | no_license | SSAFY05-SEOUL07-ALGO05/AlgorithmTest | 3126c751f378c0dcc6fc24bf64771e528e67ed13 | 2edd4886535add41741bab7f864a5fb4f2a7bf46 | refs/heads/main | 2023-04-20T20:52:43.888351 | 2021-05-13T11:35:16 | 2021-05-13T11:35:16 | 352,645,834 | 0 | 1 | null | 2021-05-13T11:35:17 | 2021-03-29T13:04:13 | Java | UTF-8 | Java | false | false | 1,712 | java | package com.ssafy.day0405;
import java.io.*;
import java.util.*;
// 백준 14567. 선수과목.
// 위상 정렬.
public class BJ_14567 {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
StringTokenizer st = new StringTokenizer(br.readLine(), " ");... | [
"try615@naver.com"
] | try615@naver.com |
f72ec9286222ca040826e86b1ee6b5710d52f9a9 | e15a01f82717956bc0e9d7abeff8519b70a62d98 | /invenio/invenio-systems/services/src/main/java/com/invenio/service/admin/XtradersExchangeService.java | 4ce4e45e1aea7ea14ec44c3baf35977e06d04a95 | [] | no_license | ruchiapandeya/projects | 89340fb548c7921e13856af138fb413177db2d97 | b9668cb999902b4f2194bd7646a047d4155e6ed2 | refs/heads/master | 2021-01-20T21:26:13.689265 | 2014-05-15T07:54:01 | 2014-05-15T07:54:01 | 18,482,492 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 288 | java | package com.invenio.service.admin;
import com.invenio.schema.beans.admin.XtradersExchange;
import com.invenio.service.PersistenceService;
public interface XtradersExchangeService extends PersistenceService<XtradersExchange, com.invenio.dao.entity.admin.XtradersExchange, Integer> {
}
| [
"hellowrakesh123@gmail.com"
] | hellowrakesh123@gmail.com |
f3c692322f2560d255629e2e2dd8329807afff01 | ecd2b1fdaff03c67ef4514fa30d9e07de7e09cf7 | /src/Algorithm/minSubArrayLen.java | 4bd0ad27a7da490957f3d4ba4926c2a971f28188 | [] | no_license | MrSongzzZ/StructureAndAlgorithm | d760af20aa75b9c596f6d3bd9033cf1f69d2efef | 2c1142afec58ffe2a5d637d8d87c20100488ace3 | refs/heads/main | 2023-08-05T15:44:02.267357 | 2021-09-16T05:41:20 | 2021-09-16T05:41:20 | 305,950,994 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,969 | java | package Algorithm;
/**
* 给定一个含有 n 个正整数的数组和一个正整数 target 。
*
* 找出该数组中满足其和 ≥ target 的长度最小的 连续子数组 [numsl, numsl+1, ..., numsr-1, numsr] ,并返回其长度。如果不存在符合条件的子数组,返回 0 。
*
*
*
* 示例 1:
*
* 输入:target = 7, nums = [2,3,1,2,4,3]
* 输出:2
* 解释:子数组 [4,3] 是该条件下的长度最小的子数组。
* 示例 2:
*
* 输入:target = 4, nums = [1,4,4]
* 输出:1
*... | [
"648828674@qq.com"
] | 648828674@qq.com |
9a1af07ad622aa166790b567372be88bde0cc867 | 40f90cae409f6b5a8f9b9c4b08d32718673ac9b2 | /app/src/main/java/com/example/optimas/firebaseconsole/FoodList.java | c92a697c9a676b84690f4bda5176c1db895f671e | [] | no_license | kuldeep23/DamayaServices | 00c21d90f9c5701559b29e695bc17f5af49d7df5 | 7ff6add78441f7b30ad37c0ee690e90ac9d63ec9 | refs/heads/master | 2020-12-11T04:36:28.108789 | 2020-02-12T07:05:31 | 2020-02-12T07:05:31 | 233,778,525 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,331 | java | package com.example.optimas.firebaseconsole;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.Color;
import android.graphics.drawable.Drawable;
import android.support.annotation.NonNull;
import android.support.v4.widget.SwipeRefreshLayout;
import an... | [
"kuldeepnitian@gmail.com"
] | kuldeepnitian@gmail.com |
ae2438814871249b914a0e842f14a1141f42a0cf | 82159a65b13fdfd538a17448f3a572a11489c564 | /app/src/test/java/com.danilov.supermanga/core/repository/realweb/MangaReaderNetTest.java | 603ffa56d24d296bbec56a0a2312a04d84683eab | [
"Apache-2.0"
] | permissive | SammyVimes/manga | 130329f9cc7be733b6a2a2cb7021b9ad42a1c6f3 | 971f24e943239e9c1638d5da3c96b0cd33a96c88 | refs/heads/master | 2021-01-19T01:06:21.141338 | 2018-10-01T10:59:21 | 2018-10-01T10:59:21 | 53,887,772 | 30 | 13 | null | 2018-04-08T05:06:01 | 2016-03-14T20:02:52 | Java | UTF-8 | Java | false | false | 4,797 | java | package com.danilov.supermanga.core.repository.realweb;
import com.danilov.supermanga.BuildConfig;
import com.danilov.supermanga.core.model.Manga;
import com.danilov.supermanga.core.model.MangaChapter;
import com.danilov.supermanga.core.model.MangaSuggestion;
import com.danilov.supermanga.core.repository.MangaReaderNe... | [
"samvimes@yandex.ru"
] | samvimes@yandex.ru |
876ebe0baa5139ab955193180bb21272309f1074 | 264f301b67d799428187cd57e75f8831005368f7 | /HW2_iteration/src/S05_Prime.java | a263907a10f554c4c75c253768b920482c37143a | [] | no_license | Auphie/JAVA | 44697506413b55d19404aafe0c4dd3cfa2fe4df5 | 767da8765acd5831952ac37a20eefe442413b6da | refs/heads/master | 2021-05-01T05:53:00.589630 | 2018-02-11T14:24:33 | 2018-02-11T14:24:33 | 121,131,632 | 0 | 0 | null | null | null | null | BIG5 | Java | false | false | 329 | java |
public class S05_Prime {
public static void main(String[] args) {
int x = 100;
System.out.printf("小於%d的質數共有:%n",x);
for(int i=2; i<x; i++)
{int count = 0;
for(int j=1; j<i; j++){
if(i%j == 0)
count += 1;
}
if(count == 1)
System.out.printf("%d,",i);
}
}
}
| [
"auphie@gmail.com"
] | auphie@gmail.com |
1b6e0a3cb24591289d923f0e02df0176c0377644 | c0f36ad2176cd480b0801f3d048bf6d6f4fbf5ff | /genie-agent/src/main/java/com/netflix/genie/agent/execution/exceptions/JobReservationException.java | ca7ced367b67f3bce6eb164b71dff82f57c00b84 | [
"Apache-2.0"
] | permissive | tgianos/genie | bf93c15cb69c0b2ff4a04bca4beb6141bf76bfba | abe4f230fde07964a665ff1d5ad210836827499b | refs/heads/master | 2022-06-20T23:12:50.899169 | 2022-05-07T16:30:36 | 2022-05-09T19:33:58 | 76,530,669 | 0 | 1 | Apache-2.0 | 2022-01-24T17:35:23 | 2016-12-15T06:30:51 | Java | UTF-8 | Java | false | false | 1,320 | java | /*
*
* Copyright 2018 Netflix, 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 ap... | [
"mprimi@netflix.com"
] | mprimi@netflix.com |
20ef3069192aa5f6560368b6142a6fc9bdfc6447 | 9bca04c5bb7347232385f5135c80a128896dad88 | /Android/BackgroundReplacementApp/app/src/main/java/ai/fritz/replaceBackground/OverlayView.java | 9f3dc51f26118e6bfaca2433285dd8b8c7cfd9e6 | [
"MIT"
] | permissive | fritzlabs/fritz-examples | 6b8579de22a84d14139120dc9607adaf89d8c3b2 | 3a74ba7fd269793b3f49b50166a6f4fe059217c1 | refs/heads/master | 2023-04-16T10:51:16.428826 | 2023-03-01T13:22:53 | 2023-03-01T13:22:53 | 114,158,003 | 148 | 91 | MIT | 2021-01-27T19:51:29 | 2017-12-13T19:00:02 | Java | UTF-8 | Java | false | false | 884 | java | package ai.fritz.replaceBackground;
import android.content.Context;
import android.graphics.Canvas;
import android.util.AttributeSet;
import android.view.View;
/**
* A simple View providing a render callback to other classes.
*/
public class OverlayView extends View {
private DrawCallback callback;
public ... | [
"noreply@github.com"
] | fritzlabs.noreply@github.com |
d00111bf5c05eee7e88bf9d541556cf41e7b0df4 | c3d9e65c697098147a681b18ced6fc154349a67e | /UserSelector.java | f38c61f590c5c693f41b160b7a6483c668ae161e | [] | no_license | DARSHAN-18-2000/S-SchoolManagment | 630c77ec09c5c65e14b3b7b5c2a0bfd74af2df38 | 55d1ee4e413a16e1e76f1e1f88c67454aa057f51 | refs/heads/main | 2023-05-08T21:15:08.282919 | 2021-06-08T06:44:14 | 2021-06-08T06:44:14 | 374,905,791 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,474 | java | package com.example.school_app;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Context;
import android.content.IntentFilter;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.view.View;
import android.content.Intent;
import android.widget.Toast;
public class ... | [
"noreply@github.com"
] | DARSHAN-18-2000.noreply@github.com |
330c1755937553b619d73dd917c2817443775af3 | 64cb91c34c4098315fe735711631d14254182362 | /java/wenxin/leetcode/java/SuperUglyNumber.java | d141da0a6478526531bc7353846188e9cd8cca8b | [] | no_license | wl4kx/Leetcode | d47be00b75919d2197dd18846fd067bf56423814 | c00179b522996edd2e9d4b65445ce46d2241bdee | refs/heads/master | 2021-01-15T08:09:30.565400 | 2016-08-26T00:58:39 | 2016-08-26T00:58:39 | 38,285,019 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 1,303 | java | package wenxin.leetcode.java;
/*
* Write a program to find the nth super ugly number.
Super ugly numbers are positive numbers whose all prime factors are in the given prime list primes of size k. For example, [1, 2, 4, 7, 8, 13, 14, 16, 19, 26, 28, 32] is the sequence of the first 12 super ugly numbers given primes ... | [
"wl4kx@virginia.edu"
] | wl4kx@virginia.edu |
b89816f5bb61b773e45979708c7561d373bc838b | 93f9247011407dca684b365b5a2e64b65f7b4fe4 | /src/main/java/com/project/bookstore/model/UserSignupInputData.java | 8f950f18f28e723ee01b8e97e2d407fe97cd5916 | [] | no_license | rushilp2311/4413-Backend | 09a11e4fa3a19f92b24c1984591ae90bae503a2c | 8026851f5b97066dc79f926a06968123ec97a75b | refs/heads/main | 2023-01-28T07:38:44.592195 | 2020-12-07T04:16:14 | 2020-12-07T04:16:14 | 310,707,203 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 977 | java | package com.project.bookstore.model;
public class UserSignupInputData {
private String firstName;
private String lastName;
private String email;
private String password;
public UserSignupInputData() {
}
public UserSignupInputData(String firstName, String lastName, String email, String password) {
t... | [
"43500177+singh-rbir@users.noreply.github.com"
] | 43500177+singh-rbir@users.noreply.github.com |
ab8ec1d175e19851f16a4706ba56ef574c5a370a | 208ba847cec642cdf7b77cff26bdc4f30a97e795 | /di/db/src/main/java/org.wp.db/ui/comments/CommentActions.java | 3246505cdf409d39c2e01c6479661dd5dae6ef00 | [] | no_license | kageiit/perf-android-large | ec7c291de9cde2f813ed6573f706a8593be7ac88 | 2cbd6e74837a14ae87c1c4d1d62ac3c35df9e6f8 | refs/heads/master | 2021-01-12T14:00:19.468063 | 2016-09-27T13:10:42 | 2016-09-27T13:10:42 | 69,685,305 | 0 | 0 | null | 2016-09-30T16:59:49 | 2016-09-30T16:59:48 | null | UTF-8 | Java | false | false | 20,667 | java | package org.wp.db.ui.comments;
import android.os.Handler;
import android.text.TextUtils;
import com.android.volley.VolleyError;
import com.wordpress.rest.RestRequest;
import org.json.JSONObject;
import org.wp.db.WordPress;
import org.wp.db.datasets.CommentTable;
import org.wp.db.models.Blog;
import org.wp.db.models.... | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
f142dad76edb37d1b4a6b71d620df172a7fca4ce | 4367bbdad8fd6a31c127c9b6a7fc84c11a9328b3 | /Arrays/SumOfArrayElmnts.java | 269eb15412121d0bb0b30744971403e752957e55 | [] | no_license | DBALAK/SpringPrograms | a537d4763d9b2441a0dd614c2f3e25c3c9c5faf2 | 4e85e00950bb3e749aa32de1997cb23520cba0e0 | refs/heads/master | 2021-09-03T04:32:45.437392 | 2018-01-05T15:37:11 | 2018-01-05T15:37:11 | 112,945,185 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 580 | java | package com.arrays;
public class SumOfArrayElmnts {
public static void main(String[] args) {
int a[] = { 2, 6, 8, 9, 3 }, sum = 0;
for (int i = 0; i < a.length; i++) {
sum = sum + a[i];
}
System.out.println("Without Recursion:");
System.out.println(sum);
int sum1 = sumWithRecursion(a, a.l... | [
"noreply@github.com"
] | DBALAK.noreply@github.com |
f0d553f681a476d4ebdab992f1e49de65957b835 | 9d334e61860801337761f5b0b5663183f588b786 | /libresdk/src/main/java/com/mavid/libresdk/TaskManager/SAC/Listeners/SACListenerWithResponse.java | d675553ef75fbf787e80fcdec8d65a49d78d1c3d | [] | no_license | atul-17/Mavid3m | 4f9a7d78c7739319b1d86f67d60a125439a8dd2e | c64175ad1d9f91906cda1c263ffa277ae61179c6 | refs/heads/master | 2023-01-05T23:45:15.310176 | 2020-10-31T06:53:03 | 2020-10-31T06:53:03 | 286,229,267 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 318 | java | package com.mavid.libresdk.TaskManager.SAC.Listeners;
import com.mavid.libresdk.TaskManager.Discovery.Listeners.ListenerUtils.MessageInfo;
/**
* Created by bhargav on 27/4/18.
*/
public interface SACListenerWithResponse {
public void response(MessageInfo messageInfo);
public void failure(Exception e);
}
| [
"atul.p.kaushik@gmail.com"
] | atul.p.kaushik@gmail.com |
99acaa4b9614d4159316d822be034ca31943cfbb | 53527e1e18eaa45a9560c088f3481e9474947aae | /app/src/main/java/com/example/getsumfoot/data/EventMapData.java | 654761263ec907ed314ea6c32f227f52639c1f14 | [] | no_license | JonghunAn/getSum_foodtruck | c7d3c824686df9023205c521c56d3a78a8815174 | 533581e82c5ca0cea7b292c7967d531cd9ab139d | refs/heads/master | 2023-01-30T01:57:54.030424 | 2020-12-11T18:16:00 | 2020-12-11T18:16:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 840 | java | package com.example.getsumfoot.data;
import org.jetbrains.annotations.NotNull;
public class EventMapData {
public double 위도,경도;
public String 소재지도로명주소;
EventMapData(){}
public EventMapData(double 위도, double 경도){
this.위도 = 위도;
this.경도 = 경도;
}
public double get_latitude()... | [
"sirius714@naver.com"
] | sirius714@naver.com |
c20a6cd43a0be62e60a12ac6ba5905ba8f8c4d2e | 3f9c5f9bd4317d56196461f46b1d482c0a20df9b | /src/main/java/com/frostwire/jlibtorrent/plugins/SwigPlugin.java | 5a4624f89be0791c314ccf3c219154be60d568e4 | [
"MIT"
] | permissive | davidxv/frostwire-jlibtorrent | 2c2bf139ef8d2ebce1873f6638e59e1892ce5d91 | c6a1c82dcb167b81bfe21cd0fc21a7d91c15e773 | refs/heads/master | 2021-01-17T20:17:20.655235 | 2015-10-20T05:06:01 | 2015-10-20T05:06:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,160 | java | package com.frostwire.jlibtorrent.plugins;
import com.frostwire.jlibtorrent.*;
import com.frostwire.jlibtorrent.alerts.Alerts;
import com.frostwire.jlibtorrent.swig.*;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
/**
* @author gubatron
* @author aldenml
*/
public final class Swig... | [
"aldenml@gmail.com"
] | aldenml@gmail.com |
92322d9e5dd8515b44c3b2a859ff9121ad2f8425 | 515af6cf1cbee1a5428d9782cc8f215c4fc0c746 | /src/day59_polymorphism_exceptions/InputField.java | 3f4a3266651974a8a6db49ccd8ffee793f70663f | [] | no_license | XinFuxuan/Java-programming | f2e0ac0e568ceeab5d30edd82c2f551d27379e8b | 468b9b859621cc4ffedfa9369ab9f9f664e1ad81 | refs/heads/master | 2023-06-19T04:26:56.020945 | 2021-07-18T21:08:30 | 2021-07-18T21:08:30 | 371,525,207 | 0 | 0 | null | 2021-05-29T21:07:01 | 2021-05-27T23:09:29 | Java | UTF-8 | Java | false | false | 606 | java | package day59_polymorphism_exceptions;
public class InputField implements WebElement {
public static final String TAG_NAME = "input";
public String getValue() {
System.out.println("Getting value in the InputField");
return "selenium";
}
@Override
public void sendKeys(String txt) {... | [
"x7182000@yahoo.com"
] | x7182000@yahoo.com |
b991eec7c737db6158c4859afcf1192ff4f6b754 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_92b3a7d282086806cfd59aa7a853655e0e5856c4/WindowsDisplay/2_92b3a7d282086806cfd59aa7a853655e0e5856c4_WindowsDisplay_s.java | f6236604d478c3f6de28d70e6794c510fa389124 | [] | 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 | 19,126 | java | /*
* Copyright (c) 2002-2004 LWJGL Project
* 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, thi... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
469642fa842b269b793841e7d3f01763bdcc297e | ce6135be5ce53759251c20dd88c80aaa09d11816 | /Android/Ex00_Project3/app/src/main/java/com/study/android/test2/Fragment3.java | ad5c71639c60b5b6b5b93f06fdc338317c6786a7 | [] | no_license | LeeKeonHoo/kosmo41_LeeKeonHoo | b0882853b5c378076d5fe80b550ff77fd8033f29 | 571526febc124f2065f8ff47c09f04396476db78 | refs/heads/master | 2020-03-21T04:41:08.596557 | 2019-02-20T07:32:39 | 2019-02-20T07:32:39 | 138,122,535 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,056 | java | package com.study.android.test2;
import android.app.Activity;
import android.content.DialogInterface;
import android.database.sqlite.SQLiteDatabase;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.app.AlertDialog;
import android.util.Log;
import android.view.LayoutInflater;
... | [
"kunhoohei@gmail.com"
] | kunhoohei@gmail.com |
da4ba1f23b34e42a603cfc51e0574cbe88a50cdd | 08b4cadbb485684547d53bf8bc10becd78a47f1c | /src/net/magicraft/AutoRefill/AutoRefillPlugin.java | adb6aef67ccf4f8c3dc30fbe47e58e313590acde | [
"MIT"
] | permissive | LaGamma/AutoRefill | 1c97c70b97cfd96707363d76073dbceb266c8bb2 | f39f56e7196226df76453b7cce4b83850494f340 | refs/heads/master | 2022-12-25T15:39:18.930033 | 2020-10-10T06:31:31 | 2020-10-10T06:31:31 | 300,878,562 | 0 | 0 | null | 2020-10-04T11:17:31 | 2020-10-03T12:46:13 | Java | UTF-8 | Java | false | false | 1,401 | java | package net.magicraft.AutoRefill;
import net.milkbowl.vault.permission.Permission;
import java.util.logging.Logger;
import org.bukkit.plugin.Plugin;
import org.bukkit.plugin.RegisteredServiceProvider;
import org.bukkit.plugin.java.JavaPlugin;
public class AutoRefillPlugin extends JavaPlugin {
private static AutoRe... | [
"nplagamma@email.wm.edu"
] | nplagamma@email.wm.edu |
0fa0e7a6d2a9f5989cbbc968a9f3725de2fc3b80 | dcb65e710bc606cebc3962a36d46c2918558d5a1 | /src/boardgame/Board.java | 64cf8daa38db9326f70dd9560492d43d5b11f60b | [] | no_license | AlefGoncalves/chess-system-java | d7aece45a936adc1b771fa6c789139321828c34e | 2a1d91f3618b7fa3a4307924fd906a39db1db260 | refs/heads/master | 2023-02-04T23:38:39.700815 | 2020-12-29T15:11:58 | 2020-12-29T15:11:58 | 322,359,057 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,866 | java | package boardgame;
public class Board {
private int rows, columns;
private Piece[][] pieces;
public Board(int rows, int columns) {
if(rows < 1 || columns < 1) {
throw new BoardException("Error creating board: there must be at least 1 row and 1 column");
}
this.rows = rows;
this.columns = columns;
pi... | [
"alefgoncalvesrios@gmail.com"
] | alefgoncalvesrios@gmail.com |
5777333481da6ac810ccf50b3c2afce06c4fabeb | 8ad9e61b602e4fa12fc193ad24ab3483f50b7598 | /IBM Proactive Technology Online/ProtonJ2SE/src/com/ibm/hrl/proton/metadata/epa/StatefulEventProcesingAgentType.java | 64cafd8d293474cf801fee81c300eec83a38f0bf | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mindis/Proton | 91b54d6a9295d7f42c6fe4b3c18a8131d351ac0a | c1f2bd31194e0519dcc85e1f4626e8ac76b403a6 | refs/heads/master | 2020-05-29T12:22:39.582754 | 2015-04-28T14:16:59 | 2015-04-28T14:16:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,307 | java | /*******************************************************************************
* Copyright 2014 IBM
*
* 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.o... | [
"inna@il.ibm.com"
] | inna@il.ibm.com |
9173fe25ee0834c30570ea90350c98bdaee7b700 | 59edba456caf55f7192f426f86400c869151fba5 | /src/main/java/pl/sklep/zadanie2/controller/ShopController.java | b7291762836ce53ddcdf65058220cca47dcff95a | [] | no_license | rafi921/Shop | c6d36c6891a85e7dc35af1982a9d6823cb4a1ada | 0896f0ce7de285df2c2cad2f7497a77962ab028e | refs/heads/master | 2023-02-25T15:03:09.801914 | 2021-01-25T17:08:23 | 2021-01-25T17:08:23 | 332,821,169 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 931 | java | package pl.sklep.zadanie2.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.context.event.ApplicationReadyEvent;
import org.springframework.context.annotation.Profile;
import org.springframework.context.event.EventListener;
import org.springframework.stereotype.... | [
"rplaczek37@gmail.com"
] | rplaczek37@gmail.com |
eaa3db87e2c0dc4ebb0850d22c6e742e4cc219af | 469f79093305089c1da06dd0deddf8b4953f1f71 | /42challenge/src/com/clintlooney/Main.java | fda3a9c8ee924c1d1b7e624ab2aa47f00d1d29a6 | [] | no_license | clprivate/java-udemy | 7f89ac770addbbdff90cd8e3847cc1aec57f1113 | f15fed734c3c4b75b23074715f3cbacaf33d3612 | refs/heads/master | 2020-03-18T10:17:27.438109 | 2018-08-30T16:21:14 | 2018-08-30T16:21:14 | 134,605,431 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,025 | java | package com.clintlooney;
public class Main {
public static void main(String[] args) {
// for (int i = 8; i >= 2; i--) {
// System.out.println("$10K at " + i + "% interest = $" + String.format("%.2f",calculateInterest(10000,(double) i)));
// }
int primeCount = 0;
for (int i... | [
"clooney@amazon.com"
] | clooney@amazon.com |
10aff1958e2ebda7b54f88c5793f68e78413c520 | e21d17cdcd99c5d53300a7295ebb41e0f876bbcb | /22_Chapters_Edition/src/main/java/com/lypgod/test/tij4/practices/Ch10_InnerClasses/Practice4/Sequence.java | 0924c087c88c558e113c03c4c1d4d5d82ade470a | [] | no_license | lypgod/Thinking_In_Java_4th_Edition | dc42a377de28ae51de2c4000a860cd3bc93d0620 | 5dae477f1a44b15b9aa4944ecae2175bd5d8c10e | refs/heads/master | 2020-04-05T17:39:55.720961 | 2018-11-11T12:07:56 | 2018-11-11T12:08:26 | 157,070,646 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,357 | java | package com.lypgod.test.tij4.practices.Ch10_InnerClasses.Practice4;//: innerclasses/Sequence.java
// Holds a sequence of Objects.
interface Selector {
boolean end();
Object current();
void next();
}
public class Sequence {
private Object[] items;
private int next = 0;
public Sequence(int si... | [
"lypgod@hotmail.com"
] | lypgod@hotmail.com |
e0f809e9248fa0fd783e59b2349d6ecccdad5f45 | 7c671f79781238d71653023fcc8ed629ee3d29f7 | /Android/EKutuphane/app/build/generated/source/buildConfig/androidTest/debug/com/akarakaya/ekutuphane/test/BuildConfig.java | b6a0c4f3f113bd3e9f62c48f962653694e5546ed | [] | no_license | akarakaya/DigitalLibrary | e4d892fbfa8414d6a14b0d1c1c20528b1d4e26c0 | 0d012a12d8b8b6305568e7e898dab874fd53b886 | refs/heads/master | 2020-07-15T14:03:33.759051 | 2016-08-24T09:15:22 | 2016-08-24T09:15:22 | 66,210,548 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 465 | java | /**
* Automatically generated file. DO NOT MODIFY
*/
package com.akarakaya.ekutuphane.test;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.akarakaya.ekutuphane.test";
public static final String BUILD_TYPE = "de... | [
"aykut.karakaya@bil.omu.edu.tr"
] | aykut.karakaya@bil.omu.edu.tr |
f48468fdd30100b96983fde26790e7571ad3db80 | 939dd20ead0a8b4b7ae1e1a331888c2afb4c0327 | /src/main/java/com/uca/capas/ServletInitializer.java | 8765be4a6b36cd12e7ad0dce0e752370e219e84c | [] | no_license | JoseDFS/Labo4_PNCapas | 0a4ed33480304a7574ed89cae93602b97ca64110 | 21f6d298705541bb1e31bbe95ddfeec6ac6214f3 | refs/heads/master | 2022-07-10T14:44:28.366484 | 2020-05-12T02:32:04 | 2020-05-12T02:32:04 | 263,212,255 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 413 | java | package com.uca.capas;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
public class ServletInitializer extends SpringBootServletInitializer {
@Override
protected SpringApplicationBuilder configure(SpringApplicationB... | [
"00001617@uca.edu.sv"
] | 00001617@uca.edu.sv |
376c77de074980159f17c70c06ec433db03f8b73 | 77ef13801192f83882d15093069cb0644e98d2a2 | /src/main/java/com/malkierian/plasmacraft/common/blocks/BlockGlowCloth.java | 5410fac4895d71a01f03f7a13fe64d29cd0f9e77 | [] | no_license | Mrkwtkr/PlasmaCraft | 3c43558e1e58ea9f9767bb6a67ff4ad0a5ed351c | 3826508ed47b45875fa940efbd27806e39985e4d | refs/heads/master | 2020-12-27T15:21:35.229948 | 2014-10-03T06:03:12 | 2014-10-03T06:03:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,142 | java | package com.malkierian.plasmacraft.common.blocks;
import java.util.List;
import java.util.Random;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.client.renderer.texture.IIconRegister;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.item.Item;
i... | [
"rhydonj@gmail.com"
] | rhydonj@gmail.com |
941f74150c54e7e2a89f57eaefcebf66087fd981 | 1a22463a70e5592bcc7e09b940dfa9605904520b | /src/hashtable/valid_sudoku_36/Solution1.java | 5f391de6485c0d72dae575f8eabcec9390bd56a6 | [] | no_license | toni-stepanov/leetcode | efecd3cdac1281d00b12599c21c0a7b88ae50012 | ae3fe75a5ce0017e72dd0ced81cb7f67745cbc31 | refs/heads/master | 2020-03-29T11:33:28.873517 | 2020-02-16T12:56:02 | 2020-02-16T12:56:02 | 149,809,038 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,258 | java | package hashtable.valid_sudoku_36;
import java.util.HashSet;
import java.util.Set;
/*
36. Valid Sudoku
https://leetcode.com/problems/valid-sudoku/#/description
Determine if a Sudoku is valid, according to: Sudoku Puzzles - The Rules.
The Sudoku board could be partially filled, where empty cells are filled with the ... | [
"AntonStepanof@yandex.ru"
] | AntonStepanof@yandex.ru |
99af420878e12827b0c3a2908a9adebf732b3b45 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XWIKI-13303-9-4-NSGA_II-WeightedSum:TestLen:CallDiversity/com/xpn/xwiki/doc/XWikiDocument_ESTest.java | eab306c4886417ce4e14ed16976bdf4d868db421 | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 550 | java | /*
* This file was automatically generated by EvoSuite
* Wed Apr 01 16:28:00 UTC 2020
*/
package com.xpn.xwiki.doc;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWith;
@RunWith(EvoRunner.c... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
7ae319bdf7db65099b88539a8a4020821a98b5c0 | 972ba7db7018f146f2a426ce6bf712b848fde2f1 | /src/main/querydsl/kr/co/mash_up/nine_tique/domain/QSellerProduct_Id.java | 0312325c149adb8038988a128aaec84b79e8654d | [] | no_license | waffle-iron/9tique-backend | 63c73baa7bb2c581ae734b651863bc99ecd4c949 | c865eb95e1137810710607d2586347e56452e2cf | refs/heads/develop | 2021-01-19T08:11:20.025600 | 2017-04-08T04:48:41 | 2017-04-08T04:48:41 | 87,608,778 | 0 | 0 | null | 2017-04-08T04:48:40 | 2017-04-08T04:48:40 | null | UTF-8 | Java | false | false | 1,120 | java | package kr.co.mash_up.nine_tique.domain;
import static com.mysema.query.types.PathMetadataFactory.*;
import com.mysema.query.types.path.*;
import com.mysema.query.types.PathMetadata;
import javax.annotation.Generated;
import com.mysema.query.types.Path;
/**
* QSellerProduct_Id is a Querydsl query type for Id
*/
... | [
"opklnm102@gmail.com"
] | opklnm102@gmail.com |
69ccd98cc435a3d49b64bf6aa9782040e677a8f8 | f57fc1543d1577640160d83ed93500ccda67b6f9 | /NLUFrozenFood/src/main/java/com/nlufrozenfood/service/UserService.java | dda6527059995a6e5e9370d02754d2474cba5464 | [] | no_license | 17130225Hoangthinh/WebBanThit | 4692939a77ed7bfe6f55d7ff3e050ef8999c2ff8 | d848fea0af020cc74ee3220dd0c1b14266a653e1 | refs/heads/master | 2023-06-24T08:12:33.685554 | 2021-07-24T08:04:44 | 2021-07-24T08:04:44 | 389,032,611 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,002 | java | package com.nlufrozenfood.service;
import java.util.Set;
import com.nlufrozenfood.domain.User;
import com.nlufrozenfood.domain.UserBilling;
import com.nlufrozenfood.domain.UserPayment;
import com.nlufrozenfood.domain.UserShipping;
import com.nlufrozenfood.domain.security.PasswordResetToken;
import com.nlufrozenfood.d... | [
"17130225@st.hcmuaf.edu.vn"
] | 17130225@st.hcmuaf.edu.vn |
8ec4deb708984132382369bdce10ded723d50541 | e09352fcebc136ebb989275f2e98af7e60049b99 | /src/main/java/com/andersonmarques/debts_api/security/JwtLoginFilter.java | 1666a8f61946f581f584e659340d9bc368ca4e43 | [] | no_license | AndersonMarquess/Debts-management-api | a0949ccedf4013958f74ce1f4900dc0f90ba350f | d12fe2142478c2c78144848cac46a47d95ca2da6 | refs/heads/master | 2020-08-08T03:57:56.616377 | 2020-02-08T18:55:38 | 2020-02-08T18:55:38 | 213,704,204 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,931 | java | package com.andersonmarques.debts_api.security;
import java.io.IOException;
import javax.servlet.FilterChain;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.andersonmarques.debts_api.models.AccountCredentials;
import com.... | [
"andersongabriel96.ag@gmail.com"
] | andersongabriel96.ag@gmail.com |
9fbc11363e77d57cbd4f8fb4d7791ee55bde78a3 | 9251342abf31799bb9a8474f61293733723e3366 | /screen-master/src/main/java/com/betel/estatemgmt/business/web/task/service/TaskService.java | c312fc316b9240b3e2cc1244796e73c8bcb52e8b | [] | no_license | zhuxiefei/screen-master | 2dcb9a7e8e6be415facd0f7d82efcc20cb3b03cf | 849025872ee7e5f59c98e4772b02c5cc9b8942ad | refs/heads/master | 2020-03-27T17:46:10.713354 | 2018-08-31T09:50:22 | 2018-08-31T09:50:22 | 146,873,193 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,074 | java | package com.betel.estatemgmt.business.web.task.service;
import com.betel.estatemgmt.business.propertyapp.task.model.AppTaskCount;
import com.betel.estatemgmt.business.web.task.model.*;
import com.betel.estatemgmt.common.model.work.TaskType;
import com.betel.estatemgmt.utils.pagination.model.Paging;
import javax.servl... | [
"huangjiaxing@betelinfo.com"
] | huangjiaxing@betelinfo.com |
00b8ccc7ccea74a83e5de27e8ec6c4a271012d65 | 9ce02cf25b3c0dc7252e501a30e03a4e7aadc83a | /src/main/java/com/bm/insurance/cloud/sale/model/SaleRoleExample.java | 1ae5a67dbb6c4ab89a9e729d9ad5b0a530670e85 | [] | no_license | IaHehe/base-auth-framwork | 9154cd69fddaae2b7e56df7aad753b88bb931d13 | 725b53d84f41d57a738ce34d4a3199a16906542e | refs/heads/master | 2021-06-14T07:40:51.158026 | 2017-05-26T08:35:19 | 2017-05-26T08:35:19 | 107,238,503 | 0 | 1 | null | 2017-10-17T08:16:03 | 2017-10-17T08:16:02 | null | UTF-8 | Java | false | false | 20,901 | java | package com.bm.insurance.cloud.sale.model;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class SaleRoleExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public SaleRoleExample() {
ore... | [
"bhu@huikedu.com"
] | bhu@huikedu.com |
988aaece23df154f86d38cc2869ba38099a50c91 | eff51af628af059cbb5be0c8397ea067ba2913c4 | /tunnel-core/src/main/java/dll/struct/hw/META_RECT_S.java | 262108c30f2182d7c06392a4c2a2f9538b060d01 | [
"Apache-2.0"
] | permissive | jjzhang166/tunnel | e4ce8f39dcdd9188eba35b31147d3dcd5d1d11c6 | fce57e1c3daa74ca4946b60e1b6aeae8a05a6933 | refs/heads/master | 2022-01-21T20:42:49.970616 | 2019-01-04T01:38:19 | 2019-01-04T01:38:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,772 | java | package dll.struct;
import com.sun.jna.Pointer;
import com.sun.jna.Structure;
import java.util.Arrays;
import java.util.List;
/**
* <i>native declaration : D:\HWPuSDK.h</i><br>
* This file was autogenerated by <a href="http://jnaerator.googlecode.com/">JNAerator</a>,<br>
* a tool written by <a href="http://ochafik.c... | [
"renlinjun89@163.com"
] | renlinjun89@163.com |
4ad6fd182f957680e29500a1a07d3ad119a08635 | f7693e8323843a47db7060dfe7c705245a72fb4f | /src/wtlcompiler/IR/IRBase/IRPrinter.java | 9ba2f3163b35eab129a5cc853cce2eb8cf3f8e61 | [] | no_license | sjtuwtl/compiler | 070beb1014bb50141d4cbaf8623b663c3514e563 | 3df02f905bf833203b7fe0fac09b0fdd45356c49 | refs/heads/master | 2020-03-12T22:14:16.666140 | 2018-06-06T09:33:49 | 2018-06-06T09:33:49 | 130,843,643 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,570 | java | package wtlcompiler.IR.IRBase;
import wtlcompiler.IR.Function;
import wtlcompiler.IR.IRInstruction;
import wtlcompiler.IR.IRType.Class;
import wtlcompiler.IR.Label;
import wtlcompiler.utility.Name;
import java.io.FileOutputStream;
import java.io.PrintStream;
import java.util.List;
public class IRPrinter {
privat... | [
"sjtuwtl@sjtu.edu.cn"
] | sjtuwtl@sjtu.edu.cn |
7db663881b0f25cf5188ada6717c697815da947c | 2b7b53995d254cc95ff38de30406dda0116077d1 | /src/main/java/com/design/demo/utils/HttpUtil.java | 33653616cafedb1ee95d6649b43dc5ee8c5f7a0f | [] | no_license | yedongWUXI/study | c9b4543cdab8fa316cda0b5cf873af92116fa1c1 | 7ba8a3a60a292a727637f2e4cecf772b5ad2f5ab | refs/heads/master | 2022-07-07T05:09:49.826253 | 2021-06-04T02:01:31 | 2021-06-04T02:01:31 | 134,435,894 | 1 | 0 | null | 2022-06-29T19:43:29 | 2018-05-22T15:27:45 | JavaScript | UTF-8 | Java | false | false | 16,689 | java | package com.design.demo.utils;
import org.apache.commons.io.IOUtils;
import org.apache.http.Header;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.NameValuePair;
import org.apache.http.client.HttpClient;
import org.apache.http.client.config.RequestConfig;
import org.apac... | [
"zhyd704@126.com"
] | zhyd704@126.com |
e722750548fe62b42dc97ec3385be5c929a7827a | e3ba1b600f0431c02272466319a082c47439de9c | /guifengstation/src/Dao/loginDao.java | d11c3e95e306a93a53bd8e3ad14dfaf6726abadd | [] | no_license | Teamo-x/zhaojinsong | fc492945dde44bbdb33974394a3a402a7a7df974 | c4bb76b201d9040d59a00582f1355a83a992fee4 | refs/heads/master | 2020-08-08T11:07:20.634588 | 2019-10-14T01:11:43 | 2019-10-14T01:11:43 | 213,817,918 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 560 | java | package Dao;
import java.sql.SQLException;
import javax.sql.DataSource;
import org.apache.commons.dbutils.QueryRunner;
import org.apache.commons.dbutils.handlers.BeanHandler;
import Entity.Admin;
import Utils.DataSourceUtil;
public class loginDao {
public Admin login(String name) throws SQLException {
// TODO ... | [
"914651635@qq.com"
] | 914651635@qq.com |
6b4af6e21ac99b9f315c22597baba60204cf3cbb | d5e8a1f4f470e85414a6c975814f3ba6df520cf9 | /Design-Patterns/src/main/java/com/epam3/Design_Patterns/Singleton.java | 635924eaec1096950d7d53783f8f4bf7b771afb1 | [] | no_license | greeshmathattepally/DesignPatterns | fa6a2fc39670fc609773aa97c311e9a862530640 | 9fccf13203abdd7fdba7baa964275759f96c8c02 | refs/heads/master | 2022-12-19T21:51:14.249173 | 2020-07-17T14:59:39 | 2020-07-17T14:59:39 | 280,450,491 | 0 | 0 | null | 2020-10-13T23:39:43 | 2020-07-17T14:49:11 | Java | UTF-8 | Java | false | false | 277 | java | package com.epam3.Design_Patterns;
public class Singleton {
static Singleton obj=null;
private Singleton() {
System.out.println("In singleton class");
}
static Singleton getInstance()
{
if(obj==null)
{
obj=new Singleton();
}
return obj;
}
}
| [
"noreply@github.com"
] | greeshmathattepally.noreply@github.com |
6830075351a656338cb634e961e1ccd95f5f3e6f | 032454dc882a4b6be2c6ed4be876ce2df4373bff | /multiModuleBuildUsingParentBuildFile/backend/src/main/java/Backend.java | d0e40b3c37442d71c9b8827ce8a4c78c502380c5 | [
"MIT"
] | permissive | tklae/gradle-examples | 1e387d249de2b194d1dd88564b1ef20687c16a9a | 914d185ee7839b22a25f0bf3d35bc07ee77ccbe1 | refs/heads/master | 2020-04-05T22:53:42.831601 | 2014-01-15T14:31:04 | 2014-01-15T14:31:04 | 15,705,520 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 219 | java | public class Backend {
public static final String RESPONSE_TEXT = "Response for: ";
public SharedDataContainer invoke(String request) {
return new SharedDataContainer(RESPONSE_TEXT + request);
}
}
| [
"github@klaesener.net"
] | github@klaesener.net |
be399e124e8441c309d543fcc3f5b28c22206658 | 7683d37dcfffde8be2b60d9ca9ffd254f72c960e | /app/src/main/java/com/example/android/bookapp2/UpdateActivity.java | 48d12cf50bf67d886c169ade8037884efb83dc9a | [] | no_license | karanchhatwani1/BookApp2 | aafe0166a5f69835dbf8600c0d425a6554620dd7 | 525202627f1ca152214ec895800c62c4b6e6d772 | refs/heads/master | 2022-11-18T22:41:42.313313 | 2020-07-18T20:14:07 | 2020-07-18T20:14:07 | 280,731,701 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,090 | java | package com.example.android.bookapp2;
import androidx.appcompat.app.ActionBar;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.app.AppCompatActivity;
import android.content.DialogInterface;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.Edi... | [
"karanchh2001@gmail.com"
] | karanchh2001@gmail.com |
f11082f413b212e96020edc3389b967856eb83b8 | 6aa464a8ae7299203e2a9be737ab82ea115b3d61 | /Animation.java | f5a32c792f8007108b86dd58a487e981d8261e99 | [] | no_license | glennismade/Artificial-Life-Simulator | dc1dde40de847619daee73771f992d097f0e9a87 | 440a81de90b850107a9499ba1ab6fed9f3a73476 | refs/heads/master | 2021-05-02T17:19:41.738892 | 2018-02-07T16:39:53 | 2018-02-07T16:39:53 | 120,642,065 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,969 | java | package glenn.healy;
import javafx.animation.KeyFrame;
import javafx.animation.Timeline;
import javafx.animation.TimelineBuilder;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.scene.Scene;
import javafx.scene.layout.StackPane;
import javafx.scene.layout.VBox;
import javafx.stage.St... | [
"noreply@github.com"
] | glennismade.noreply@github.com |
9971404d64773c817b709a0ef031aedfaff35aae | 937e8067af70045bca4cd740da7161999af0bfcc | /src/main/java/threads/ConnectionPool.java | cfe24d5451becca3540afb759ee1efcafab2595e | [] | no_license | ndreddy/algo | 81962f75dbbbf92f45509ddacc3307798814cdaf | 3d9d14ff7d07c4d7dee2a4293c960f45dc52d729 | refs/heads/master | 2022-08-31T07:11:17.989968 | 2022-08-12T11:01:09 | 2022-08-12T11:01:09 | 101,049,317 | 0 | 0 | null | 2020-09-08T10:51:49 | 2017-08-22T10:04:22 | Java | UTF-8 | Java | false | false | 2,101 | java | package threads;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.List;
interface Connection {
int read() throws IOException; // reads an int from the connection
void close() throws IOException; // closes the connection
}
class StreamConnection implements C... | [
"nreddyd@gmail.com"
] | nreddyd@gmail.com |
82a220210a3088868b2adeb44861a1beaad4e8f3 | c03552af5d190af651b23e5f43b61bcdbd590bed | /app/src/main/java/com/example/a40136/arcore_measure/MainActivity.java | 5c078da82707f9c0c07cc463fe87719a7f145cc7 | [] | no_license | ljsdyspg/ARCore_Measure | 2a34534829b8853592f3d55e19851fcfdc82e089 | 04b3d755a5abce46f2326eb2d5cd7cce86406f1b | refs/heads/master | 2020-04-29T06:31:55.718928 | 2019-03-16T03:04:00 | 2019-03-16T03:04:00 | 175,918,887 | 6 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,295 | java | package com.example.a40136.arcore_measure;
import android.app.Activity;
import android.app.ActivityManager;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.media.Image;
import android.net.Uri;
import android.os.Build;
... | [
"33971716+ljsdyspg@users.noreply.github.com"
] | 33971716+ljsdyspg@users.noreply.github.com |
34c2d6b661a5ee178dec10bfbdbef6743ca17a4a | 72484babab0e902b032201bd9d332c1f65054932 | /src/TestCases/TestHomePage.java | 2b61f4c9ace7f753ab0135e9a12aae83bd9e0a0a | [] | no_license | gitpley/test-automation | b46d111d7e504423d7f28e2cc77360b495725c4b | bfd5dd74a4f797e7c67f2a443c9e56640753b5aa | refs/heads/master | 2020-04-17T08:14:41.178034 | 2015-02-13T17:58:12 | 2015-02-13T17:58:12 | 30,301,706 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 418 | java | package TestCases;
import org.testng.annotations.Test;
import Core.HomePage;
import Core.TestCore;
public class TestHomePage extends TestCore {
@Test
public void HomePage(){
HomePage hm = new HomePage(driver);
//Verify that header name appears on the page
hm.headername();
//Verify that Log... | [
"test.pley1@gmail.com"
] | test.pley1@gmail.com |
21bca784dd3596779e01c9e355449b30ec393037 | 653a0bc03eec49814dd9d423828fd7a50d2cf852 | /src/main/java/org/embulk/input/hdfs/HdfsFileInputPlugin.java | f26485d2a4571c7635e7af25dd7f760deb7b0a25 | [
"MIT"
] | permissive | sonots/embulk-input-hdfs | 345e9ea4eff0e0e2e692674a0db37464becd7353 | 44323b1c58c4ce44259912cf99d3d5b096f1e56a | refs/heads/master | 2020-07-10T03:18:14.813479 | 2015-11-06T09:10:23 | 2015-11-06T09:10:23 | 46,320,366 | 0 | 0 | null | 2015-11-17T03:18:37 | 2015-11-17T03:18:35 | Java | UTF-8 | Java | false | false | 9,567 | java | package org.embulk.input.hdfs;
import com.google.common.base.Function;
import com.google.common.collect.Lists;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FileStatus;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.fs.PathNotFoundException... | [
"civitaspo@gmail.com"
] | civitaspo@gmail.com |
545217c08b7e1a0074cc520a96c9fe2e00867071 | 76852b1b29410436817bafa34c6dedaedd0786cd | /sources-2020-07-19-tempmail/sources/com/tempmail/db/a.java | 2722670cf43fc2a2afe926d5b1452d2dbf147723 | [] | no_license | zteeed/tempmail-apks | 040e64e07beadd8f5e48cd7bea8b47233e99611c | 19f8da1993c2f783b8847234afb52d94b9d1aa4c | refs/heads/master | 2023-01-09T06:43:40.830942 | 2020-11-04T18:55:05 | 2020-11-04T18:55:05 | 310,075,224 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,440 | java | package com.tempmail.db;
import android.webkit.MimeTypeMap;
import com.tempmail.utils.m;
import java.io.Serializable;
/* compiled from: AttachmentInfoTable */
public class a implements Serializable {
/* renamed from: b reason: collision with root package name */
private Long f12279b;
/* renamed from: c... | [
"zteeed@minet.net"
] | zteeed@minet.net |
6578ed00ba9f18d3937a271a9c06cd33b6587356 | efc5f7c4657736e1fc054878255fedc638a0331f | /spring-demo-client/src/main/java/com/codingapi/example/client/ClientDemoMapper.java | d6c216000bb5178bf1b391b33fb33e39f1813cab | [] | no_license | yzw31/txlcn-demo | 14eb1fd85d171a7cc8e11a9c658b06a0643a7a21 | cba247ac11c2d9c8211994fba72b82685226b08f | refs/heads/master | 2020-04-19T10:22:02.903308 | 2019-01-28T03:36:26 | 2019-01-28T03:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 272 | java | package com.codingapi.example.client;
import com.codingapi.example.common.db.mapper.DemoMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* Description:
* Date: 2018/12/25
*
* @author ujued
*/
@Mapper
public interface ClientDemoMapper extends DemoMapper {
}
| [
"ujued@qq.com"
] | ujued@qq.com |
0eb3c5f256f4d527ccac67c7632ddce7e7236268 | f3891f53a8da5f44ee321839295844a920f52844 | /jold/java/idsa/SelectionSort.java | c8b19ac1fe1c9ce62446daa32485c7cceb76e217 | [] | no_license | arunras/breakthecode | 7f6cf0e8ffdbb65e1ae62374a204d2c857058474 | 0f5c98b951d603e737e433ff798c0bd734187be6 | refs/heads/master | 2022-05-10T18:36:46.851409 | 2022-05-04T21:08:42 | 2022-05-04T21:08:42 | 108,296,246 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 651 | java | package idsa;
import java.util.Arrays;
public class SelectionSort {
public static int[] selectionSort(int[] A) {
int temp, minIndex = 0;
for (int i = 0; i < A.length-1; i++) {
minIndex = i;
for (int j = i+1; j < A.length; j++) {
if (A[minIndex] > A[j]) {
minIndex = j;
... | [
"prith000@citymail.cuny.edu"
] | prith000@citymail.cuny.edu |
b502a1fa65e387fc89724fe23ad63b151c8ecfdb | 957bbba8c0ca902528094563d397cee0c50ba309 | /app/src/main/java/com/leaugematchschedule/util/listener/DataReloader.java | 43e16cce69c352d20e31d407289e98d18af44ad8 | [] | no_license | Mihir3646/LeagueMatchSchedule | 52c72a265834b8c3620bb0d0bc8953237bf77002 | 398f7a7d95fb49240a88bfaac456e3674a9ee27a | refs/heads/master | 2021-04-26T22:56:34.952923 | 2018-03-05T10:47:36 | 2018-03-05T10:47:36 | 123,900,014 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 191 | java | package com.leaugematchschedule.util.listener;
/**
* Provides the method to reload the data in view (from database, API etc.. )
*/
public interface DataReloader {
void reloadData();
}
| [
"mihir.trivedi@indianic.com"
] | mihir.trivedi@indianic.com |
9354fcdbdfde969b15c4c7d075030409dc02bd42 | de9a364f438112fd81f5c03f97fb6ad6877d2fe8 | /app/src/main/java/ru/example/routeassistant/DAL/remoteDAO/IRouteEventApi.java | 803c68c67d47ffbe620897d071fb849cf7548711 | [] | no_license | Max-Petrov/software_lifecycle_mobile_android | 1d244464194399d67cfa7da521f68ad0ec9a30ba | 9ac413508a0494995ee0bd05b78eb8e963eaefee | refs/heads/master | 2020-04-07T06:24:06.854547 | 2018-12-12T23:07:48 | 2018-12-12T23:07:48 | 158,133,531 | 0 | 0 | null | 2018-12-12T23:05:27 | 2018-11-18T22:33:41 | Java | UTF-8 | Java | false | false | 529 | java | package ru.kenguru.driverassistant.DAL.remoteDAO;
import java.util.List;
import retrofit2.Call;
import retrofit2.http.Body;
import retrofit2.http.POST;
import retrofit2.http.Query;
import ru.kenguru.driverassistant.DAL.entities.RouteEvent;
public interface IRouteEventApi {
@POST("route_events")
Call<Void> se... | [
"maxim.petrov31@gmail.com"
] | maxim.petrov31@gmail.com |
978b7679e32448659eb303f8719832a347461be6 | 5c4d67123d2908d2965a8d50584ab71d07c64fd5 | /MySlidingProject/src/com/ihateflyingbugs/kidsm/uploadphoto/AlbumNameAdapter.java | c31d522a59c0f76b1095f2b129bdc2b0b533d573 | [
"Apache-2.0"
] | permissive | xxx4u/kidsm_for_android | cc38bd473dd14501995bc643a17e2db4112557ba | eaf8797ff6099dfdc58070fd92269f5bb75f2daa | refs/heads/master | 2021-01-22T12:08:03.793851 | 2013-12-02T05:36:57 | 2013-12-02T05:36:57 | 15,223,379 | 1 | 0 | null | null | null | null | UHC | Java | false | false | 1,871 | java | package com.ihateflyingbugs.kidsm.uploadphoto;
import java.util.ArrayList;
import com.ihateflyingbugs.kidsm.ImageMaker;
import com.ihateflyingbugs.kidsm.R;
import com.ihateflyingbugs.kidsm.gallery.Album;
import com.ihateflyingbugs.kidsm.menu.Children;
import android.content.Context;
import android.graphics.BitmapFac... | [
"frf1226@gmail.com"
] | frf1226@gmail.com |
588aa8c77dedf2ef5241da739f59a330a0c57343 | 78b6f4f72e2517bf6430dd8e1be0877de0afa68c | /src/main/java/com/fungames/rockpapersheetapi/model/UserQueueModel.java | e87a5d154f965ae8f590d9e05e113cc8fd40be83 | [] | no_license | akolesnikovmakeapp/rpsserverapi | 01bec361a5118328a83ceb25bcf293025d5b237b | 1403f5a9de6415a94777f0963640e6e7eb9aea16 | refs/heads/master | 2020-08-29T14:06:45.884686 | 2019-10-30T13:05:10 | 2019-10-30T13:05:10 | 218,055,368 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 692 | java | package com.fungames.rockpapersheetapi.model;
import lombok.Getter;
import lombok.Setter;
import java.util.UUID;
@Getter
@Setter
public class UserQueueModel {
private static final int ABANDONED_TIME = 2 * 60 * 60 * 1000;
private static final int ACTIVE_TIME = 700;
private UUID id;
private UUID roomI... | [
"nullnullru@gmail.com"
] | nullnullru@gmail.com |
dc1ab29a047fadb1bb95ff06fbd82ac03a41b83c | f718840716668c96ab4d908f191e1b81534fe9e0 | /app/src/main/java/at/devfest/app/utils/Analytics.java | 51da44c203d7d26450d504218cd5d02795ac60ad | [
"Apache-2.0"
] | permissive | DevFestVienna/devfest-vienna-app | beb2d1ea6f5f1bc95ca304d5c9aace55d30baa07 | f34c22541c3d6b011a892663d39630381403d4ef | refs/heads/master | 2021-01-12T11:37:08.979296 | 2017-11-17T20:08:40 | 2017-11-17T20:08:40 | 72,230,743 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 508 | java | package at.devfest.app.utils;
/**
* Created by helmuth on 19/08/16.
* <p>
* This interface specifies functions to log analytics events and user properties.
*/
public interface Analytics {
public void logViewSession(int id, String title);
public void logViewSpeaker(int id, String name);
public void l... | [
"helmuth@breitenfellner.at"
] | helmuth@breitenfellner.at |
9a9824c30c46b3c5278fbc9a196954a2fc61b13a | f99ac6c6569cf5437a7d94f539b5db1eff9335f8 | /web-hsdb-site/src/main/java/ru/bmn/web/hsdb/site/controller/domain/form/UserSettingsForm.java | 8cac474b2a68320df47a11e9c10284c29ed07db6 | [
"BSD-2-Clause"
] | permissive | bmn85/web-hsdb-basic | 59ead52c89d845e6a2ea9b69d2976b54098fc840 | 3d7c2e10c7760a5b3bdd2087d1bf9bd0c7473337 | refs/heads/master | 2020-04-12T03:10:25.419085 | 2017-08-26T20:34:40 | 2017-08-26T20:34:40 | 61,432,801 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,157 | java | package ru.bmn.web.hsdb.site.controller.domain.form;
import javax.validation.constraints.Size;
public class UserSettingsForm {
@Size(min=1, max=32)
private String currentPassword;
@Size(min=1, max=32)
private String newPassword;
@Size(min=1, max=32)
private String newPasswordConfirm;
@Size(min=3, max=32)
p... | [
"bogdanovmn@gmail.com"
] | bogdanovmn@gmail.com |
943b0d28b6f88cf0e44ab7af8a1eaa12ea83b59e | 9b2a3151a7de6271f1618a482adbe4137aca6824 | /Coj/java/2434 - Mathematician Ana/main.java | dcaaabc07ef89c70a6aba71deafbe9850572d18b | [] | no_license | LuisEnriqueSosaHernandez/Programas-coj-otros | 4bb8f24b785144366ad4ebd65fc41571fec44f4f | ef24094e347e0d7b21a021cdd1e32954ff72a486 | refs/heads/master | 2020-04-05T14:36:04.355386 | 2017-07-19T20:34:56 | 2017-07-19T20:34:56 | 94,712,937 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 639 | java | import java.util.Scanner;
import java.util.ArrayList;
import java.math.BigInteger;
public class main{
public static void main(String[]args){
Scanner l=new Scanner(System.in);
ArrayList<Integer> total=new ArrayList<Integer>();
while(true){
int n=l.nextInt();
if(n!=0)
total.add(n);
else
break;
}
for... | [
"kiquesasuke@gmail.com"
] | kiquesasuke@gmail.com |
624fb9c93d65425da78d0f0582020c13e9cd7bc1 | ffb5e58d999b7981d7857b464aa5e8c77371aa17 | /springmvc/src/main/java/com/pack/springmvc/model/Employee.java | 69d98df50189a7d46ceb529986f978f27cc09ffa | [] | no_license | prasathth/Train | 3180de77a959f9ecf80572b63739562adc7a6fe8 | a08c305e5cd31f7fc6e00d7555d84fe74c18b800 | refs/heads/master | 2022-12-22T07:36:07.004443 | 2019-07-31T03:05:56 | 2019-07-31T03:05:56 | 195,202,636 | 0 | 0 | null | 2022-12-16T00:47:06 | 2019-07-04T08:38:14 | Java | UTF-8 | Java | false | false | 1,543 | java | package com.pack.springmvc.model;
import javax.validation.constraints.Size;
import org.hibernate.validator.constraints.Range;
public class Employee {
@Range(min=1,message="minimum length is 1")
private int id;
@Size(min=2,message="min 2 character")
private String name;
private String password;
//@NotEmpty(me... | [
"pramohan3@publicisgroupe.net"
] | pramohan3@publicisgroupe.net |
11280a33d9c8cd74c98c1b4bc8ee2905e4516792 | 3417287f0a244c3680db1363c6de5d5e0b71beab | /src/lists/LockFreeList.java | 20d7ccdf5a623ba0543fe93868746da3436bb827 | [] | no_license | claudioscheer/concurrent-producer-consumer | 6380522bd8ebd2449b295fd83c47c5d2f966ce25 | 2569895387aa8808a8058295e3e63950bf868ae2 | refs/heads/master | 2022-09-12T08:51:19.744324 | 2020-05-28T12:10:17 | 2020-05-28T12:10:17 | 254,986,070 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,059 | java | /*
* LockFreeList.java
*
* Created on January 4, 2006, 2:41 PM
* Updated on May 19, 2020, 3:36 PM, by Claudio Scheer
*
* From "Multiprocessor Synchronization and Concurrent Data Structures", by Maurice Herlihy and Nir Shavit.
* Copyright 2006 Elsevier Inc. All rights reserved.
*/
package lists;
impo... | [
"claudioscheer@protonmail.com"
] | claudioscheer@protonmail.com |
d01a0a131812d6c1d18f6361844c1f2738babb85 | e9fe4d7603802f7df9ea8352a1df690924aec086 | /ECommerceApplication/src/main/java/com/app/ecom/controller/UserController.java | bf505ae23bf774c91a341bd28c318587e68d182c | [] | no_license | jaykumar2192/Application | 0a9b53a75c8847b5c87848f385d75cefc034ff1b | 16d2fd12f079a92b1984794ae0c85d19852860d2 | refs/heads/main | 2023-01-07T13:45:15.807444 | 2020-11-05T06:37:03 | 2020-11-05T06:37:03 | 309,383,048 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,708 | java | package com.app.ecom.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.s... | [
"TiaaUser@LAPTOP-4ML26RSJ"
] | TiaaUser@LAPTOP-4ML26RSJ |
8d12555f74ac32dc1ee3148041e9af1ec288470b | 004832e529873885f1559eb8c864384b3e1cda3f | /dist/gameserver/data/scripts/ai/HekatonPrime.java | 4a3f93d5aa8c131db709dac3ac90f210b4ac5528 | [] | no_license | wks1222/mobius-source | 02323e79316eabd4ce7e5b29f8cd5749c930d098 | 325a49fa23035f4d529e5a34b809b83c68d19cad | refs/heads/master | 2021-01-10T02:22:17.746138 | 2015-01-17T20:08:13 | 2015-01-17T20:08:13 | 36,601,733 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,913 | java | /*
* 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 3 of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be u... | [
"mobius@cyber-wizard.com"
] | mobius@cyber-wizard.com |
a444a5b68d74159c5a186a2d37aef6a70b2f4a72 | 53e0056c0696b3fbdc663567937f8cfd973d48cb | /src/main/java/org/docksidestage/mysql/dbflute/cbean/cq/ciq/WhiteVariantRelationReferrerCIQ.java | 50749e77e9f0ebab3416f9ca7430344397851a65 | [
"Apache-2.0"
] | permissive | dbflute-test/dbflute-test-dbms-mysql | cc22df45e25990f6f17b44dea38bd0888d464d48 | 096950eb304b0be8225ecebe90202ccfc27f6032 | refs/heads/master | 2023-08-10T23:56:02.770203 | 2023-07-19T18:43:53 | 2023-07-19T18:43:53 | 25,118,057 | 0 | 0 | Apache-2.0 | 2022-06-21T07:16:23 | 2014-10-12T11:58:50 | Java | UTF-8 | Java | false | false | 6,547 | java | /*
* Copyright 2004-2013 the Seasar Foundation and the Others.
*
* 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 ... | [
"dbflute@gmail.com"
] | dbflute@gmail.com |
949901cfff17fe3fc336d81163c966c8c1554a8b | b791cbad3be7d50067697bcd7bd3da956849f849 | /src/com/ccsi/leetcode2/LC274HIndex.java | c6cb4f98c913c1b68583114465ec58773233d0bd | [] | no_license | liugxiami/Leetcode2017 | 999e7ebb78fcb94bcf38273d2ef2cd80247684cf | 029326163564ec4ced4263dc085d2c1247a4a296 | refs/heads/master | 2021-01-01T16:44:25.617019 | 2019-03-13T03:27:45 | 2019-03-13T03:27:45 | 97,907,256 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,718 | java | package com.ccsi.leetcode2;
import java.util.Arrays;
import java.util.Random;
/**
* Created by gxliu on 2018/1/2.
*/
public class LC274HIndex {
public static void main(String[] args) {
int[] citations={0};
System.out.println(hIndex1(citations));
}
//nlgn
public static int hIndex(int[... | [
"xiamiliu@gmail.com"
] | xiamiliu@gmail.com |
c24c34d408879eb2044a6729bee41e614e5200d9 | 395db7bc1c7c166ecfdfa092434634f907001c87 | /ma-gpro-gs/ma-gpro-gs-domaine/src/main/java/com/gpro/consulting/tiers/gs/domaine/impl/ArticleEntreeDomaineImpl.java | e20827b7acec90b521474aeaa38c9ef5e100359a | [] | no_license | anouarbensaad/habillement | 2c4aea85511bae5cef00b5b0fc200b8c1973219f | 4d6c395300c3eff0a81b38d68d0e0873c130f7b6 | refs/heads/master | 2022-02-19T10:14:15.442154 | 2019-09-26T19:09:02 | 2019-09-26T19:09:02 | 204,194,945 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,481 | java | package com.gpro.consulting.tiers.gs.domaine.impl;
import java.util.ArrayList;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import com.gpro.consulting.tiers.commun.coordination.value.ArticleValue;
import com.gpro.consulting.tiers.commun.coord... | [
"bensaad.tig@gmail.com"
] | bensaad.tig@gmail.com |
80f76d94375edecf384497aec0a07c3b05e69b8b | dc3e53f15daff933c3cc6cdd3a5e0ee22e38035d | /service/src/main/java/cn/people/cms/modules/block/model/MenuItem.java | cc54788a5c00c774ce88ebb1c7afd975b5a2deac | [] | no_license | nickel-fang/cms | fcb8578a620acf9ee4aa645085a28f5692bd9c24 | 5f68840a2a41e44b0597fa4551efa7c5508be705 | refs/heads/master | 2022-12-20T16:50:10.819191 | 2020-03-05T07:57:14 | 2020-03-05T07:57:14 | 245,101,730 | 0 | 0 | null | 2022-12-09T01:19:50 | 2020-03-05T07:56:30 | JavaScript | UTF-8 | Java | false | false | 1,298 | java | package cn.people.cms.modules.block.model;
import cn.people.cms.entity.BaseEntity;
import cn.people.cms.modules.cms.model.Article;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.nutz.dao.entity.annotation.ColDefine;
import org.nutz.dao.entity.annotation.Column;
import org.nutz.dao.entity.annotation.Co... | [
"nickel.fang79@gmail.com"
] | nickel.fang79@gmail.com |
816ac2c45e94e64602d9e2018689477181197faa | d971441506631fd919d9a74bed14d10f8c75394d | /app/src/main/java/com/mediatek/factorymode/DeviceInfo.java | 0f8165aa70e9c4dae506b848b2db357fb0e36d32 | [] | no_license | sengeiou/FactoryModeA2 | 89885ac53b6984160db3fbed0c258f9de9804dc3 | a8a08c87d44459792f85ee28a326209417d7f1c9 | refs/heads/master | 2021-10-11T13:20:43.204097 | 2019-01-26T12:20:20 | 2019-01-26T12:20:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,517 | java |
package com.mediatek.factorymode;
import android.app.Activity;
import android.os.IBinder;
import android.os.Parcel;
import android.os.SystemProperties;
import android.os.ServiceManager;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.Inte... | [
"lxx@readboy.com"
] | lxx@readboy.com |
949f0d6ffe75bbf8498f37ab3a3bb14bd278edbe | e028f99ba470de1c5ecef073e8a408194ab12f03 | /src/main/java/cn/ifxcode/bbs/service/QuickNavigationService.java | ce8428e80fc768e00fb2dd20ebd01b95974c716c | [] | no_license | dongbow/BBS | e4a8a29760dfb81c3aa86853cb68bb488673ad2a | 500fc3cb7b9ff0d39e3c4ef81414629ef7b34e25 | refs/heads/master | 2020-12-02T15:11:34.534039 | 2017-07-21T12:16:16 | 2017-07-21T12:16:16 | 67,324,759 | 8 | 1 | null | null | null | null | UTF-8 | Java | false | false | 579 | java | package cn.ifxcode.bbs.service;
import java.util.List;
import cn.ifxcode.bbs.bean.Page;
import cn.ifxcode.bbs.entity.QuickNavigation;
public interface QuickNavigationService {
public List<QuickNavigation> getAllQuickNavigations();
public List<QuickNavigation> getAllQuickNavigations(Page page);
public int addQ... | [
"dongbow1@gmail.com"
] | dongbow1@gmail.com |
72015a77d368f4884715b1aaf680c08a91517b4c | e66f52b1bfd9bf9a1d2b1382068370cf4f9f7336 | /src/main/java/io/gearstack/props/ServiceProps.java | df664aa52c4208919de4c5eb221c8f0446a6dfd0 | [] | no_license | clmoten84/gearstack-webapp | 288e59d07168b08163299e4897024148516b2a53 | 2a0819a9c4c0cce500179753ff0060d37c0ee5c0 | refs/heads/master | 2021-03-30T17:51:12.067973 | 2018-03-21T03:36:46 | 2018-03-21T03:36:46 | 119,633,829 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 255 | java | package io.gearstack.props;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
/**
* ServiceProps
*
* Centralized configuration data utility class
*/
@Component
public class ServiceProps {
}
| [
"clmoten@gmail.com"
] | clmoten@gmail.com |
e1aa0a3f177879146b04c2432dfff7240ee0cce2 | b2729da6628654bc64d2ca13dea0bcd4e01b29d9 | /src/nasm/AsmPrinter.java | 557174d6d1db66a27df1667750c3bea9953f2c91 | [] | no_license | OolongQian/MQCompiler | f3954a220d3231cce2b095dbc19347d59108433e | 9413232854e1262626e5d11f2e04dee8efb9af6d | refs/heads/master | 2020-04-25T19:25:25.725111 | 2019-05-13T17:25:02 | 2019-05-13T17:25:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,043 | java | package nasm;
import ir.structure.StringLiteral;
import nasm.inst.*;
import nasm.reg.GlobalMem;
import nasm.reg.PhysicalReg;
import nasm.reg.Reg;
import nasm.reg.StackMem;
import java.io.*;
import java.util.Map;
import java.util.Set;
import static config.Config.DEBUGPRINT_VREG;
import static ir.Utility.unescape;
imp... | [
"qiansucheng2018@outlook.com"
] | qiansucheng2018@outlook.com |
9d046a9f33d6a03e461ce6691474c0a1de392395 | b0c675243947807e065cec4149c6ec159c5db9af | /app/src/main/java/com/example/instagramclone/MainActivity.java | b5cf64dedf6d98ec69f59dd3988883afb382b11c | [
"Apache-2.0"
] | permissive | dev-lester94/InstagramClone | b310897d87bcd0eb7a36702458efa30c0626a2ff | 12bcb4711672c6f32a3a6c0b6f7e9a7ae1a5003d | refs/heads/master | 2023-03-12T01:13:08.134616 | 2021-03-03T03:42:08 | 2021-03-03T03:42:08 | 341,317,895 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,641 | java | package com.example.instagramclone;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.Fragment;
import androidx.fragment.app.FragmentManager;
import android.os.Bundle;
import android.util.Log;
import android.view.MenuItem;
import android.widget.Toast;
... | [
"dev.lester94@gmail.com"
] | dev.lester94@gmail.com |
1e552fc86da058a8f64b8749c6741e5f967f408f | c0d78db003e483b62cdcb2ba931d705f48b96b4d | /src/main/java/com/great/bench/StaffController.java | 71a52e71692022fa526d0c75016742b6951ec9e2 | [] | no_license | Kadavi/greatbench | 27eb60746d28272b4770b569d6c5bd25a8688b17 | 2b49a0f1b05b8019ca7602903c782dd301416fcc | refs/heads/master | 2016-09-06T17:23:58.295758 | 2014-04-14T05:08:14 | 2014-04-14T05:08:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,100 | java | package com.great.bench;
import com.mongodb.WriteResult;
import com.stripe.Stripe;
import com.stripe.model.Customer;
import com.stripe.model.Plan;
import com.stripe.model.Subscription;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.mongodb.core.MongoTemplate;
import org.... | [
"coedry@gmail.com"
] | coedry@gmail.com |
950924430eaa335635abf48372287e9b79c1d17e | eda98a2f8dda4efca7fa614ccf2e1c8d6853ab82 | /src/com/game/render/fbo/psRender/EscapyPostIterative.java | 44875add65a02d9ef08e9712ac81a81b9f7f2bf6 | [
"Apache-2.0"
] | permissive | henryco/Escapy | 8acc253c31f79b826594416a431df4233e3c03d1 | 6c6d65cdae20e9946df76035029b6520c7606e6c | refs/heads/master | 2020-05-22T02:49:53.270042 | 2018-03-06T13:26:53 | 2018-03-06T13:26:53 | 63,279,340 | 11 | 1 | null | null | null | null | UTF-8 | Java | false | false | 490 | java | package com.game.render.fbo.psRender;
import com.game.render.fbo.EscapyFBO;
import com.game.utils.translationVec.TransVec;
public interface EscapyPostIterative extends EscapyPostRenderer {
/**
*
* @param fbo - frameBufferObject, <b>see: {@link EscapyFBO} </b>
* @param translationVec - transtalion vector
... | [
"hd2files@gmail.com"
] | hd2files@gmail.com |
e61a0c3489f4ad06af2b3c96e0375e7fa5b229ea | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_2ea08ea9611585d9ea7c890f35ba03156092b28f/InternalResourceTempTopicFile/2_2ea08ea9611585d9ea7c890f35ba03156092b28f_InternalResourceTempTopicFile_t.java | 5e2cc6ebb4be5354c5e4b2bcceb1a6f1f125df8e | [] | 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 | 8,048 | java | package org.jboss.pressgang.ccms.restserver.webdav.resources.hierarchy.topics.topic.fields;
import net.java.dev.webdav.jaxrs.xml.elements.*;
import net.java.dev.webdav.jaxrs.xml.properties.*;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.IOUtils;
import org.jboss.pressgang.ccms.restserver... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
58a3da4eed702b015a401e824472e4778798949c | 124212a1038bc37caa971f5c525bc0502b49fecf | /Test/AudioSession.java | 5decb85db514c90df881eaa783c3d0b6b32b2fdb | [
"Apache-2.0"
] | permissive | PasanT9/VoCe | cfb810e5d5eb50abc19dc896db49bbad1703c7af | 8f3b391beaf29234e5cca17f2b266297d786f68d | refs/heads/master | 2020-07-08T01:05:41.504694 | 2019-10-22T00:55:42 | 2019-10-22T00:55:42 | 203,524,358 | 0 | 1 | Apache-2.0 | 2019-10-15T05:56:13 | 2019-08-21T06:49:33 | Java | UTF-8 | Java | false | false | 8,575 | java | import java.io.ByteArrayOutputStream;
import java.io.IOException;
import javax.sound.sampled.AudioFormat;
import javax.sound.sampled.AudioInputStream;
import javax.sound.sampled.AudioSystem;
import javax.sound.sampled.DataLine;
import javax.sound.sampled.FloatControl;
import javax.sound.sampled.Line;
import javax.sound... | [
"pasan96tennakoon@gmail.com"
] | pasan96tennakoon@gmail.com |
a1cef46d8d0d1ff2c21249302057262997b205ec | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project59/src/main/java/org/gradle/test/performance59_3/Production59_285.java | 2dfe0d4a74ad46e12fcdc4843aea48683861eac5 | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 305 | java | package org.gradle.test.performance59_3;
public class Production59_285 extends org.gradle.test.performance15_3.Production15_285 {
private final String property;
public Production59_285() {
this.property = "foo";
}
public String getProperty() {
return property;
}
}
| [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
e474f16a8af48c51c0184d9b09f3e6580eb64617 | a39ab7417d052a2938d55d4bf120ae14bfe1a417 | /yingshi-android/app/src/main/java/com/yingshixiezuovip/yingshi/custom/PhonePayWindow.java | 4f4848b198302399b13ec4a22a0916fe33a35f95 | [] | no_license | SunshineWorkSpace/YzApp | c8f1a66085152b23ad9fdc62c9c6bca18292b370 | 0e7fbde54dea726282f5a41ab7d7e98605fa8e80 | refs/heads/master | 2020-04-03T19:45:11.198531 | 2019-02-13T06:42:00 | 2019-02-13T06:42:00 | 155,534,328 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,466 | java | package com.yingshixiezuovip.yingshi.custom;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.view.View;
import android.widget.TextView;
import com.yingshixiezuovip.yingshi.MainAuthenticationMoneyActivity;
import com.yingshixiezuovip.yingshi.R;
import com.yingshixi... | [
"sushina.su@blockshine.com"
] | sushina.su@blockshine.com |
d2cf81e6ad9cd27844456b3d484969de0fbb0dfb | a10cedb2a57326ebe67961070322ef2ee77e5614 | /IdeaProjects/Servlet/src/main/java/ua/goit/java/module_8/controller/AllTasks.java | f08d99ac697ee0babe271a3dedb06e31e050f863 | [] | no_license | 4594400/Servlet | 19605569ac57e7b189b87cfca7f7733cd4f68373 | 796ec5e03b02373b6a1a7160937d3aa97fa18d19 | refs/heads/master | 2020-12-11T05:23:23.546802 | 2016-09-26T20:47:57 | 2016-09-26T20:47:57 | 68,372,966 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,223 | java | package ua.goit.java.module_8.controller;
import ua.goit.java.module_8.Task;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSe... | [
"4594400@gmail.com"
] | 4594400@gmail.com |
2b206ff4178cea70de8b125df1f27352e4705c3f | 3119279587a4665213cc77cb94f1750ee8a73af2 | /Spring/Spring-Patient/src/com/abc/service/PatientService.java | 3466592f4a90efc8020fce3b3b7bd92a7aad00b5 | [] | no_license | Scamprotection/CTS-Fullstack-Pune | 55d03fef1f4b2726d92ac417a5ccd4a54d9a4ad8 | 12b8ce6ba4a61a0d378442736a2fd5c4645059d9 | refs/heads/master | 2022-03-23T21:16:19.031862 | 2017-11-16T12:59:51 | 2017-11-16T12:59:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 167 | java | package com.abc.service;
import com.abc.entitity.Patient;
public interface PatientService {
boolean savePatient(Patient patient);
Patient findById(int patId);
} | [
"praveen.somireddy@gmail.com"
] | praveen.somireddy@gmail.com |
cfa4214a40e60c61f1230bfc588da1cb32b83d93 | f827f0d5eff478e3391101a663e4b08f0b5cf873 | /src/LAB5/ex_array2.java | 718a36392c75e4518e963499698b853566b8c2a6 | [] | no_license | chayut2/OOP | ee28ae800f535c59139c00f82f71429bdafdbe92 | 2679aa01fe7464f7bd7123331d591054174b7347 | refs/heads/master | 2023-03-15T22:59:55.672639 | 2021-03-09T04:18:32 | 2021-03-09T04:18:32 | 327,338,404 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,490 | java | package LAB5;
import java.util.Scanner;
public class ex_array2 {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int num[] = new int[5];
num = inputData(num);
DisplayArray(num);
int total = totalValue(num);
System.out.print("Tota... | [
"bestchayut.2541@rmutsvmail.com"
] | bestchayut.2541@rmutsvmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.