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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5df9378cbe7457313f3f19d08b8575aba17f3f4e | 92bea743c7c4317aa4d75e6f8c0f9dd1bed6e652 | /src/test/java/com/alibaba/json/test/jackson/JacksonInnerClassTest.java | 19d4c3457f240a9780950524b24b9b844d745361 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | ziqin/fastjson | 89e4361d7923ec242e9817c7d8456a6363c7b05c | 5bdc3592655c6850eb59f89b09a7dbd19ed1ca75 | refs/heads/master | 2022-09-06T12:09:07.941718 | 2020-06-01T05:51:57 | 2020-06-01T05:53:36 | 254,939,238 | 3 | 0 | Apache-2.0 | 2020-04-13T13:10:24 | 2020-04-11T19:23:43 | null | UTF-8 | Java | false | false | 872 | java | package com.alibaba.json.test.jackson;
import com.fasterxml.jackson.core.JsonParser.Feature;
import com.fasterxml.jackson.databind.ObjectMapper;
import junit.framework.TestCase;
import java.util.Map;
public class JacksonInnerClassTest extends TestCase {
public void test_0() throws Exception {
... | [
"szujobs@hotmail.com"
] | szujobs@hotmail.com |
d84cbaa9b2b58e2fda9000da1192729aeeb926f5 | 9d1cf1253c2e43ab78408e0feb15c2cafd4f6e49 | /_021_MergeTwoLists_0413/MyMergeTwoLists.java | 583442f3569df905e7fdc6b0d88a5dcad27eecf9 | [] | no_license | panxya/LearnInLeetCode | 37920f6dc9ccfccbcd708b604c157774b54e7cc1 | dbe48dd0e92c8f61287e27db9955366b26ed9d68 | refs/heads/master | 2020-06-02T19:35:08.156791 | 2019-08-10T03:21:27 | 2019-08-10T03:21:27 | 187,987,593 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,200 | java | package _021_MergeTwoLists_0413;
public class MyMergeTwoLists {
public static void main(String[] args) {
ListNode l1 = new ListNode(0);
l1.next=new ListNode(2);
l1.next.next=new ListNode(4);
ListNode l2 = new ListNode(1);
l2.next=new ListNode(3);
l2.next.next=new ListNode(4);
ListNode n = mergeTwoLis... | [
"pxy6032@163.com"
] | pxy6032@163.com |
5abc9ab56e41c315ba4dda810303fb7fbdff6dfc | 35df4656ad13c8dfe4f35519493ecd8817a26ad7 | /src/test/java/interfaces/SqlLocationInterfaceTest.java | f03369d78153787e42895bc168c04880f72782f7 | [
"MIT"
] | permissive | lendilai/Wildlife-tracker | f5371315e9f09a77babc9a0838e6a09b0d25a8a6 | 4d9c3589af933acfcf9a0b5b913a11d95e52105d | refs/heads/master | 2022-09-29T20:00:48.731186 | 2019-07-04T17:08:21 | 2019-07-04T17:08:21 | 194,511,047 | 0 | 0 | NOASSERTION | 2022-09-22T18:47:17 | 2019-06-30T12:01:32 | Java | UTF-8 | Java | false | false | 1,748 | java | package interfaces;
import models.Location;
import org.junit.*;
import org.sql2o.*;
import static org.junit.Assert.*;
public class SqlLocationInterfaceTest {
private static Connection conn;
private static SqlLocationInterface sqlLocationInterface;
@BeforeClass
public static void setUp() throws Exce... | [
"ngethenan768@gmail.com"
] | ngethenan768@gmail.com |
41d105902acfbd9ef3fd1565a9845e62b3da87a5 | 7ec1980ba71bdb62c287201a0412cb16cb62eba8 | /src/main/java/com/example/service/impl/EmailService.java | 901f16a6827aab78ae5127043cf64b4cd2f11e21 | [] | no_license | nitin-/wannaryde | 9868340294a8357c02ada3720243311a0f467fed | 404095d4ee81c54520440dcbfad666f205793132 | refs/heads/master | 2020-03-30T19:50:49.146719 | 2016-08-13T03:12:08 | 2016-08-13T03:12:08 | 65,596,583 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,715 | java | package com.example.service.impl;
import java.io.CharArrayWriter;
import java.io.IOException;
import java.io.InputStream;
import java.io.PrintWriter;
import java.util.Map;
import java.util.Set;
import javax.mail.MessagingException;
import javax.mail.internet.MimeMessage;
import javax.servlet.RequestDispatc... | [
"nitin.jha@geminisolutions.in"
] | nitin.jha@geminisolutions.in |
aaed3939a908aeecfb333562aeeb764ad39b682c | 928b371104f5e8be0c27a3ecf832e5b8b5333b16 | /ioc/src/test/java/org/mjz/ioc/Ce.java | 4ec9caf87c3f33531f7f591f13422aa5c4d085c8 | [] | no_license | tengfei7890/shenbaiselib | 8536335afb41a66fc7af220be0df00f38840315d | ec840714b916207c3c7c8e00f843532eb2996dd9 | refs/heads/master | 2021-01-01T05:37:26.055576 | 2012-01-04T05:01:30 | 2012-01-04T05:01:30 | 34,447,367 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 48 | java | package org.mjz.ioc;
public class Ce {
}
| [
"greatwhite1001@gmail.com@6583177d-3207-e7dc-e47e-9647f72e5ef6"
] | greatwhite1001@gmail.com@6583177d-3207-e7dc-e47e-9647f72e5ef6 |
3f11cbb92abf5b2e30815371afe848a0caee480c | 6a20b2f49e4830858c0c8d87e8d7c232ccefe05f | /src/com/cognizant/salary/predictor/SalaryIncomePredictor.java | 21a46d862cbc3ea1815b8c548d45a45663ffa865 | [] | no_license | suriyakalavathi/IIHT_SalaryIncomePredictor | 2d7bdca0cdd4716d11117e78858275a53594f80e | 7a34141b4a87cbdc482e9b887f96bf125d8822f1 | refs/heads/master | 2020-12-06T09:41:37.481548 | 2020-01-20T04:07:34 | 2020-01-20T04:07:34 | 232,426,997 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,316 | java | package com.cognizant.salary.predictor;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
import com.cognizant.salary.bean.CalculatorObject;
import com.cognizant.salary.bean.DeductionCalculator;
import com.cognizant.salary.bean.DeductionObject;
import com.cognizant.salary.bean.Inc... | [
"skalimuthu@metlife.com"
] | skalimuthu@metlife.com |
13eeaec495b7247c4bd1926bc01d1053d12458e6 | 64a57283d422fd17b9cdac0c4528059008002d5c | /Project-new-spring/boost-server-master/boost-server-api/src/test/java/com/qooco/boost/business/impl/BusinessPersonalAssessmentServiceImplTest.java | ac06e5ff72de155c817021b71a304276c9859f71 | [
"BSL-1.0"
] | permissive | dolynhan15/Java-spring-boot | b2ff6785b45577a5e16b016d8eeab00cf0dec56b | 3541b6ba1b0e6a2c254f29bf29cf90d7efd1479a | refs/heads/main | 2023-08-13T11:53:57.369574 | 2021-10-19T07:36:42 | 2021-10-19T07:36:42 | 397,813,627 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,265 | java | package com.qooco.boost.business.impl;
import com.google.common.collect.Lists;
import com.qooco.boost.business.BusinessPersonalAssessmentService;
import com.qooco.boost.business.BusinessValidatorService;
import com.qooco.boost.constants.QoocoApiConstants;
import com.qooco.boost.core.model.authentication.AuthenticatedU... | [
"dolynhan15@gmail.com"
] | dolynhan15@gmail.com |
5bc9142751b3856e56e7b867d7a9e83a2e17fb51 | 91dd515a935cca7622eaa478bd8022e9b1fe0a45 | /core/SessionHttpServletRequestWrapper.java | 625dac89d7dc4b154da92d1c4b634a03f2f9c2e7 | [] | no_license | suYaoXing/suYaoXing.github.io.demo | da6872ee32d41c80315a11cfc17139f10ef6811f | dd99376636199c746dc1ea8b78ee890cb3397def | refs/heads/master | 2021-05-11T12:23:19.279711 | 2018-01-16T08:44:41 | 2018-01-16T08:44:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,507 | java | package com.suyaoxing.core;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.security.Principal;
import java.util.Collection;
import java.util.Enumeration;
import java.util.Locale;
import java.util.Map;
import javax.servlet.AsyncContext;
import javax.... | [
"1243327019@qq.com"
] | 1243327019@qq.com |
9b79771672e68366919bf03d81d5d4dfd3e5822d | f00470f8f0bbdaed7203cb1d1a79d62f11b2ddbf | /leisure/src/main/java/annotation/FieldName.java | 6b1de2aa11468e82197701167834400df10b336a | [] | no_license | shoutAtBadRoad/micro-oauth2-main | 59a6cd1fb8ed0d05a056ec81ec5f2a5ad6ba9627 | 4afaa87232b740268451f8f22e4e5293c1d0f1a3 | refs/heads/main | 2023-07-09T00:08:21.791050 | 2021-03-18T15:35:11 | 2021-03-18T15:35:11 | 342,865,716 | 0 | 0 | null | 2021-06-12T07:11:10 | 2021-02-27T13:41:35 | Java | UTF-8 | Java | false | false | 309 | java | package annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface FieldName {
String value() default "";
}
| [
"79404434+shoutAtBadRoad@users.noreply.github.com"
] | 79404434+shoutAtBadRoad@users.noreply.github.com |
eeeb8f132aaa62b5fd7f5e1737d40b0a3d6f11d2 | 30c051d709e6a7f8407551588a47453f5374cc36 | /src/main/java/com/countrycontacts/NoPrefixAnnounceActivity.java | 05cf967b4a8fa2f93d8fd4dd725d0d103415e160 | [] | no_license | adev-be/countrycontacts | 2b1154f76443b4f58386ec07f48d5866783055ac | f48b4fcf372cfa3900072ff54f2135478e6ae9f7 | refs/heads/master | 2020-04-09T08:41:19.239757 | 2014-09-25T06:06:41 | 2014-09-25T06:06:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 539 | java | package com.countrycontacts;
import com.nationalcontacts.R;
import android.app.Activity;
import android.os.Bundle;
import android.widget.ImageView;
public class NoPrefixAnnounceActivity extends Activity {
private ImageView announce;
/** Called when the activity is first created. */
@Override
public ... | [
"training@pc19.home"
] | training@pc19.home |
274bcf476b7f8fdaeb6a8aa6c43ba2505bf1291b | 261b1ff89712e05ad8ac589ea5d980066f8b8b19 | /src/main/java/mcp/mobius/betterbarrels/common/JabbaCreativeTab.java | 3d85171b322f1844e8f1f298a1142e30374f258c | [] | no_license | IdealIndustrial/Jabba | 9aafd49425e861fbfe866b6178f4b8beefa9d360 | 4bf33a6c7d6af9c946339c5c6e760d6ab19ff7d0 | refs/heads/master | 2023-04-30T12:27:38.437710 | 2020-12-09T05:24:01 | 2020-12-09T05:24:01 | 285,618,979 | 0 | 0 | null | 2021-05-16T18:24:30 | 2020-08-06T16:27:55 | Java | UTF-8 | Java | false | false | 585 | java | package mcp.mobius.betterbarrels.common;
import mcp.mobius.betterbarrels.BetterBarrels;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
public class JabbaCreativeTab extends CreativeTabs {
public static JabbaCreativeTab tab = new JabbaCreativeTab();... | [
"dream-master@gmx.net"
] | dream-master@gmx.net |
deeeaa30d8f6df14e9905b7350b994e4957b5efd | 8866b9f54cf7c083154a9e80d262123fc3ebe2f9 | /Original/src/bin/PacketEat.java | 515dddb076c04807b11065b2fe2344aebfa24627 | [] | no_license | guialara/CMSC-137-Group-De5 | d284e19b43e4801f57d16c40e982d31940fedd73 | 3a01ae93a3b798b1b0ff32b2e9130a93c5a0950e | refs/heads/master | 2021-01-12T14:42:50.212776 | 2016-12-07T15:42:46 | 2016-12-07T15:42:46 | 72,066,707 | 0 | 0 | null | 2016-12-07T11:28:05 | 2016-10-27T03:15:56 | Java | UTF-8 | Java | false | false | 957 | java | package bin;
public class PacketEat extends Packet{
public float x, y;
public PacketEat(byte[] data) {
super(07);
String[] dataArray = readData(data).split(",");
this.x = Float.parseFloat(dataArray[0]);
this.y = Float.parseFloat(dataArray[1]);
}
public PacketEat(float x, float y){
super(07);
this.x... | [
"xyrus.cruz23@gmail.com"
] | xyrus.cruz23@gmail.com |
6daefc732b835a7468acaa99267c56636265005b | eab0be0eeaf1cecca71c97f1623f126e844148b6 | /src/problem/DDBoard/BoardDAO.java | 5f6e5834601805a9cbb92169e2c56844a784eb1f | [] | no_license | NAYEONSEUNG/191220 | 8fe5c6c07e40602dfd504db3827b53eada9b1834 | 42bbc1a6dd1588a7022a7fb592dfdfc806c50db0 | refs/heads/master | 2020-11-26T20:36:44.728353 | 2019-12-20T06:08:08 | 2019-12-20T06:08:08 | 229,200,691 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,298 | java | package problem.DDBoard;
//boardSelect(){
// ArrayList<BoardDTO>list = ArrayList<>();
// boardSelect(){
// list.clear();
// } 리스트는 1회만 생성하고 메서드 실행시마다 리스트에 값을 전부
//} 삭제하고 값을 담음.
//dao에 필요한 메서들부터 쫙 생성
import java.sql.Connection;
import java.sql.Date;
import java.sql.PreparedStatement;
import java.sql.ResultS... | [
"noreply@github.com"
] | noreply@github.com |
2ee25c418758fab95793cd67fca2b0f4d1277031 | 63cd77588c8f6b690837ca0e7d3d72e9f577e60d | /src/main/java/comee/App.java | 0e8e3fabdd544c3b25e296b8d26c6ca1cd1e7dbe | [] | no_license | amorKarl/scanCode | fc6068e05d4f8bb88a507d904116a44e9fc285c8 | 0d381137c2b53f02b67b840d89a371b2b42a9644 | refs/heads/master | 2020-12-30T13:28:10.319314 | 2017-05-14T05:45:02 | 2017-05-14T05:45:02 | 91,218,015 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 168 | java | package comee;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}
| [
"1064691217@qq.com"
] | 1064691217@qq.com |
da74df3a30ca3069b329ee786f43902ed77a03d4 | b172dc9041ab4e7b27db5a2408a2842dfcaf3503 | /src/main/java/hw3/ex2/MainPageEx2.java | 789ca813776290de985f2f50fb778b9cc9297d39 | [] | no_license | AleksandraMalygina/AleksandraMalygina | 3d81bd006cfe1c09b3a4c7fe546eaf591b311a36 | 860f99f3e24df7633267c870eb7151593e31ea6e | refs/heads/master | 2023-02-20T12:40:05.197869 | 2020-10-01T16:06:26 | 2020-10-01T16:06:26 | 285,267,874 | 0 | 0 | null | 2020-09-25T08:03:59 | 2020-08-05T11:26:34 | Java | UTF-8 | Java | false | false | 2,214 | java | package hw3.ex2;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import java.util.List;
public class MainPageEx2 {
private WebDriver driver;
private HeaderMenu headerMenu;
private Left... | [
"malygina.a.g@gmail.com"
] | malygina.a.g@gmail.com |
d2f5bfe23ccd87b202f202da21f96eb9ef228088 | 681fb922ee3fdd2d79049d0d8c5eae94476d7cad | /src/com/sunil/daily/TwoSum.java | 5da1b6c152ac7c26b3c6c88d833d77cb124d6d92 | [] | no_license | sunilvakotar/Algorithms | bfaf29547cb9f8674f1a5df2f81a8ffff417d16a | 6eac4592d78f87ebb1f00a9e9e4888fbd5502c4d | refs/heads/master | 2021-05-19T04:49:14.865385 | 2020-04-14T04:39:00 | 2020-04-14T04:39:00 | 251,535,390 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,389 | java | package com.sunil.daily;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Set;
import static java.util.Arrays.binarySearch;
import static java.util.Arrays.sort;
public class TwoSum {
public static void main(String[] args) {
int[] list = {10, 15, 3, 7, 3, 15};
int k = 30;
... | [
"sunil.vakotar@emirates.com"
] | sunil.vakotar@emirates.com |
162513457abfac8bbff6f9a44b497c9d45d1ba1a | 9796d3ac1077ff433978b0d60956da3cc204acc2 | /Thong/FormDN/Do An Gk/src/java/dao/ProductDAO.java | b12a16c975aa47b98522208f1568ca1c4c86ece5 | [] | no_license | luuvinhhung/CSDLPT | 6fcec621757d851344e3c57c8f55a707c0e7ff0a | b2578670f84b7f29c90c174386137572a56067cd | refs/heads/master | 2020-03-23T17:30:27.500879 | 2018-07-22T03:26:37 | 2018-07-22T03:26:37 | 141,862,679 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,810 | 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 dao;
import connect.DBconnect;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
impor... | [
"luuvinhhung159@gmail.com"
] | luuvinhhung159@gmail.com |
e74e9ba358ccdce40d9f63ef1d207d7d4ea1b16e | f902b0dda3de3809646653f50a74e8e79714950d | /01. Getting Started/06. Interacting with Other Apps/OtherAppsInteraction/app/src/test/java/com/codeburrow/otherappsinteraction/ExampleUnitTest.java | beab119db4f9a538222b1d1240ce416e12bba180 | [] | no_license | george-sp/android_develop_training | 2c5526c25ca51774cbaeef5dadc3f7b6e7bd98c6 | 0ec557879c1695bc64233acda6bc4b4181753a08 | refs/heads/master | 2020-12-21T22:07:22.267493 | 2016-08-16T11:35:50 | 2016-08-16T11:36:52 | 58,736,613 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 329 | java | package com.codeburrow.otherappsinteraction;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2)... | [
"spiridakis.grg@gmail.com"
] | spiridakis.grg@gmail.com |
11efbb75099d548d6366590e8cc841c03281bcc9 | 8ffeba718f090a905341f94056a088c734f9aa1b | /src/main/java/com/akalanka/springangular/lecturemanagement/serviceImp/LectureHallServiceImp.java | dd0a1ec3778512ef31edf38aa429e1ea72a82483 | [] | no_license | akalanka95/LectureManagement-Rest-Api-Angular-2- | a1ab28303958ab5233b1f738a0a7680a1b882823 | 03032daef2c2ad29a37fe24d5b3b14535c7b21fa | refs/heads/master | 2020-03-09T06:51:52.075545 | 2018-04-13T03:30:53 | 2018-04-13T03:30:53 | 128,650,558 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,171 | java | package com.akalanka.springangular.lecturemanagement.serviceImp;
import com.akalanka.springangular.lecturemanagement.dao.LectureHallDao;
import com.akalanka.springangular.lecturemanagement.dto.Lecture;
import com.akalanka.springangular.lecturemanagement.dto.LectureHall;
import com.akalanka.springangular.lecturemanagem... | [
"akalankamaduka95@gmail.com"
] | akalankamaduka95@gmail.com |
333266fb46a5b9c6916f2ca6f5113cca7a199eca | 0418e9d7059c894836b9266cabefa9558e5a7b47 | /Project/Unit2/Unit2_PartA/src/indi/yuanyuam/proj1/driver/TestException.java | 5a3fa166a75d57e49e21dad853330419e110f6de | [] | no_license | JasmineOnly/Java-Smart-Phone-Development | 998a011b125d18894c6aeea963de7976a8ce7553 | f2e4ab6ee7a0078fa6b2561cb9da20756c202b51 | refs/heads/master | 2016-09-05T11:25:13.364532 | 2015-10-07T21:25:31 | 2015-10-07T21:25:31 | 42,184,709 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 412 | java | package indi.yuanyuam.proj1.driver;
import indi.yuanyuam.proj1.exception.*;
import indi.yuanyuam.proj1.adapter.*;
import indi.yuanyuam.proj1.model.*;
public class TestException {
public static void main(String[] args) {
BuildAuto auto = new BuildAuto();
System.out.println("****** Test AutoException *******");
... | [
"yuanyuam@andrew.cmu.edu"
] | yuanyuam@andrew.cmu.edu |
716dab40f0afa41fd2f262327a8db40fbda0fd05 | 3106b762670ffdd9ada9b49e455eb30270a99aad | /C2H6O/app/src/main/java/com/example/team1288/c2h6o/App.java | 5ea19e0f60240a201d58e3d92264348542fdfa6e | [] | no_license | ssoso27/C2H6O | 4400c5bb9766c03809f5fc57c74de871423d6256 | e1bd951203b9d4886cea4f1352a0af0fa732c473 | refs/heads/master | 2021-01-24T06:42:56.614045 | 2017-11-09T21:28:55 | 2017-11-09T21:28:55 | 93,313,555 | 0 | 0 | null | 2017-06-04T12:57:50 | 2017-06-04T12:57:50 | null | UTF-8 | Java | false | false | 657 | java | package com.example.team1288.c2h6o;
import android.app.Application;
import com.tsengvn.typekit.Typekit;
/**
* Created by ssoso on 2017-11-08.
*/
public class App extends Application {
@Override
public void onCreate() {
super.onCreate();
Typekit.getInstance()
.addNormal(Typ... | [
"sohi8290@jejunu.ac.kr"
] | sohi8290@jejunu.ac.kr |
bc44dc1f8a917492b0d9b6e6bba5930f063ed844 | 52d17d7eb9007e3371288b16fa595c727a6693d3 | /src/gr/hua/hellu/GUI/ApplicationForm.java | 9c3c4f8c60acfa9181f3036e7028c094b576f2d3 | [] | no_license | moujan/hellu | 6382ef0b6ec6372a80f380010334ded1460cbad7 | 0c8fdf6138fa08b21e6f393f9a0b7d04e13d3e11 | refs/heads/master | 2022-05-01T11:25:56.257727 | 2022-04-11T11:02:09 | 2022-04-11T11:02:09 | 9,283,335 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 82,942 | java |
package gr.hua.hellu.GUI;
import gr.hua.hellu.Objects.CitedPublication;
import gr.hua.hellu.Objects.Publication;
import gr.hua.hellu.processData.Charts.AxisChart;
import gr.hua.hellu.processData.Charts.CreateDatasets;
import gr.hua.hellu.processData.Compare.CitationType;
import gr.hua.hellu.processData.Metrics.Metric... | [
"moujan21@gmail.com"
] | moujan21@gmail.com |
8169e0f7770ef9900d446639e13a834cb6bfb442 | ca38ce183c6cdf0af27752a8eea7afa11521c7cc | /NMSUtils-API/src/main/java/net/tangentmc/nmsUtils/resourcepacks/predicates/BowPullingDamagePredicate.java | 83702ade493915aedea7b7899adcb1dae281735f | [] | no_license | sanjay900/NMSUtilsV2 | 6fa674228081876c113c612637fb3c5518124f1f | 83798cac78bf0f998c2a8226b9d2d02457b51c81 | refs/heads/master | 2021-05-01T21:41:50.170281 | 2017-10-11T23:43:45 | 2017-10-11T23:43:45 | 56,222,833 | 0 | 1 | null | 2017-03-28T06:43:22 | 2016-04-14T09:03:46 | Java | UTF-8 | Java | false | false | 273 | java | package net.tangentmc.nmsUtils.resourcepacks.predicates;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.Setter;
@AllArgsConstructor
@Getter
@Setter
public class BowPullingDamagePredicate implements Predicate {
int pulling;
double damage;
}
| [
"sanjay.govind9@gmail.com"
] | sanjay.govind9@gmail.com |
16562d0a2154dfa0b6d08750f9b93bf2db9c7d27 | a7e662d03a1369c1431808b5e47501674f2f3143 | /aop/src/main/java/io/github/xbeeant/aop/AspectHelper.java | 8377f98a5335c7ab858a9f37bf48544d78cf4672 | [
"MIT"
] | permissive | richwxd/xstudio | 6c07479214996e5d7eb87b309590708cf331962b | 958b2c16d520b8dc4c98c282e60cdc513ded6e30 | refs/heads/master | 2023-06-17T13:24:50.123878 | 2021-07-12T15:07:55 | 2021-07-12T15:07:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 789 | java | package io.github.xbeeant.aop;
import org.aspectj.lang.JoinPoint;
/**
* Aspect工具类
*
* @author xiaobiao
* @version 2020/2/16
*/
public class AspectHelper {
private AspectHelper() {
throw new UnsupportedOperationException("AspectJUtil can't be instantiated");
}
/**
* 获取方法名
*
* @... | [
"huangxb0512@gmail.com"
] | huangxb0512@gmail.com |
a0a87b9deb143f51e15a6ca15c5a65c1316bbdb3 | 92fceb76e5f728a691a7a2d54ddb526ddf8e12bc | /platform-biz/src/main/java/com/platform/config/WxMaConfiguration.java | c6627563117211c5199cff2f9c96b0ba1cdabc75 | [] | no_license | liutaojava/platform-plus | 782de161154d87f363220fe8fcf504c9c5bf2303 | 5df47d1ffdff96b0af2f33c09e152804a83d6cb0 | refs/heads/master | 2021-05-20T02:41:14.429113 | 2020-04-01T11:23:44 | 2020-04-01T11:23:44 | 252,151,409 | 2 | 0 | null | 2020-10-13T20:49:43 | 2020-04-01T11:08:24 | JavaScript | UTF-8 | Java | false | false | 5,195 | java | package com.platform.config;
import cn.binarywang.wx.miniapp.api.WxMaMsgService;
import cn.binarywang.wx.miniapp.api.WxMaService;
import cn.binarywang.wx.miniapp.api.impl.WxMaMsgServiceImpl;
import cn.binarywang.wx.miniapp.api.impl.WxMaServiceImpl;
import cn.binarywang.wx.miniapp.bean.WxMaKefuMessage;
import cn.binary... | [
"liutao12@renmaitech.com"
] | liutao12@renmaitech.com |
90c3161e77f0f1a9eb3987b9a71a5036c50c5de0 | 4d86dee7678d2312588ab2e5ad1fccea4bd2b8e7 | /src/main/java/com/aiops/uim/mcs/models/FieldBean.java | 88eef21d679d9b4d760e782b951421510ceb5b83 | [
"Unlicense"
] | permissive | srikirreddy/mcs | 65eded24210dc03e18091c5ea333d523407a4086 | 5458ef398dd2db8d1052da2f94c5a0c8f1105c54 | refs/heads/master | 2023-01-11T20:23:48.502661 | 2020-01-22T05:18:33 | 2020-01-22T05:18:33 | 231,561,373 | 0 | 0 | Unlicense | 2022-12-11T19:12:35 | 2020-01-03T10:05:14 | Java | UTF-8 | Java | false | false | 9,536 | java | package com.aiops.uim.mcs.models;
import java.util.ArrayList;
import java.util.Arrays;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlTransient;
import javax.xml.bind.annotation... | [
"kondaveti.srikanth@broadcom.com"
] | kondaveti.srikanth@broadcom.com |
de8788cb0ccbbda917da74424c6a3bfbda4acaa4 | 8efcb7cfc556a53f985d2fe4c394e42a23047257 | /forum/service/src/main/java/org/exoplatform/forum/service/ForumNodeTypes.java | 9bfb0887b9e2150d67ad66c8406af677a3d753b4 | [] | no_license | phuonglm/forum | 160c4bf6027f8c1a6a4baace84f63ad022b3cf9d | da640a7a984f5c1ba24dff1f7a0e959d4997a804 | refs/heads/master | 2021-01-18T13:40:26.004078 | 2012-06-25T15:34:13 | 2012-06-25T15:34:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,401 | java | /*
* Copyright (C) 2003-2010 eXo Platform SAS.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Affero General Public License
* as published by the Free Software Foundation; either version 3
* of the License, or (at your option) any later version.
*
* This... | [
"tuvd@exoplatform.com"
] | tuvd@exoplatform.com |
a3a858d2c28a9c93f7bf60b9b1f703d26c067fa3 | 705daa87f084213563efb58e6800951736d7fea0 | /app/src/main/java/com/example/rec/deltatask/Main2Activity.java | 7e5a29e44ff4174d0192fc0724095ffa3a583d12 | [] | no_license | gouthamcm/deltatask1 | 2f07afb04d2d547cd4ac8ef6a8e81acde2793003 | 7c7c2cd8440d216200c1907eb96a13996f0c3060 | refs/heads/master | 2020-03-17T23:50:26.476798 | 2018-05-19T18:19:24 | 2018-05-19T18:19:24 | 134,063,604 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 724 | java | package com.example.rec.deltatask;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class Main2Activity extends AppCompatActivity implements View.OnClickListener {
@Override
protected void ... | [
"goutham.898@gmail.com"
] | goutham.898@gmail.com |
71896463a08506d7f0c15b34c863fe9b0e60ec3f | c043c4067caa9e97e6c7a8671f24507be49a4920 | /src/main/java/com/ecommerce/shoppinghub/domain/RoleType.java | ed57af1bc7097ce33ec707c07bfa98592c97d55c | [] | no_license | rjtsaraf/ecomm | b2be3d93860d7530b347419d9f51c7f482412125 | 3d8cca359e23a7de764eca05ec18a764799643fe | refs/heads/master | 2022-12-18T14:52:50.631052 | 2020-09-27T09:24:16 | 2020-09-27T09:24:16 | 265,322,054 | 0 | 1 | null | 2020-08-01T11:28:40 | 2020-05-19T17:54:59 | Java | UTF-8 | Java | false | false | 154 | java | package com.ecommerce.shoppinghub.domain;
/**
* @author Virender Bhargav
*/
public enum RoleType {
ROLE_USER,
ROLE_MODERATOR,
ROLE_ADMIN
}
| [
"virender.bhargav@paytm.com"
] | virender.bhargav@paytm.com |
4fbba4fc0a26dd27e152e5fee841936ecfedd0a8 | 6e39b5d1145864861e82e988a7a9b10aefc08542 | /src/main/java/be/vdab/advancedtaken/services/DefaultWeerService.java | bfab714f63fef97f74266b849e70019c82d43bf4 | [] | no_license | nickloquet/advancedtaken | e324ef6fefc1b10449c94c27de740267f01a98d4 | 81080e81ff8ee0bbf45977227a74eb8736854025 | refs/heads/master | 2023-08-07T17:23:10.346749 | 2019-08-19T11:38:26 | 2019-08-19T11:38:26 | 197,158,508 | 0 | 0 | null | 2023-07-22T10:59:18 | 2019-07-16T09:00:51 | Java | UTF-8 | Java | false | false | 484 | java | package be.vdab.advancedtaken.services;
import be.vdab.advancedtaken.restclients.WeerClient;
import org.springframework.stereotype.Service;
import java.math.BigDecimal;
@Service
public class DefaultWeerService implements WeerService{
private final WeerClient client;
public DefaultWeerService(WeerClient clie... | [
"nick_loquet@live.be"
] | nick_loquet@live.be |
2f5b1a846fd903c60e76efc224fc4f2091e64414 | 8eb059ab34cb24751e9d9a04d49c4cd5d53d20ce | /metadata/src/main/java/org/jboss/ejb3/metadata/plugins/loader/BridgedMetaDataLoader.java | 05f02bdd11da03003e6d77b5a254ef69259ab2d9 | [] | no_license | wolfc/jboss-ejb3.obsolete | 0109c9f12100e0983333cb11803d18b073b0dbb5 | 4df1234e2f81312b3ff608f9965f9a6ad4191c92 | refs/heads/master | 2020-04-07T03:03:19.723537 | 2009-12-02T11:37:57 | 2009-12-02T11:37:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,244 | java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2007, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify ... | [
"cdewolf@redhat.com"
] | cdewolf@redhat.com |
002fb7f63a5460c4136253736ed589088bd23dde | 1c3969fb0a8ff27f99ff352ec89a3282ae250d35 | /PrimeraInstancia/org.xtext.catalogo.tests/src-gen/org/xtext/CatalogoUiInjectorProvider.java | 3368efa3121fca03eba3ced8e7b23373e8377ea9 | [] | no_license | ifgs1/Automatizacion-Catalogos-Catalina | 057c45c7b37af7c402f09d8ab663c23dd1c72f69 | 22fdba67bc847e95da41ddd7fc30b38f66155325 | refs/heads/master | 2021-01-10T10:17:49.923640 | 2015-05-26T00:37:29 | 2015-05-26T00:37:29 | 36,207,335 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 346 | java | /*
* generated by Xtext
*/
package org.xtext;
import org.eclipse.xtext.junit4.IInjectorProvider;
import com.google.inject.Injector;
public class CatalogoUiInjectorProvider implements IInjectorProvider {
public Injector getInjector() {
return org.xtext.ui.internal.CatalogoActivator.getInstance().getInjector("org... | [
"a.perez15@MISOEST-21.virtual.uniandes.edu.co"
] | a.perez15@MISOEST-21.virtual.uniandes.edu.co |
e1dd53e1e50f32e4dea136a4e55ec2b5a189c413 | a6b99dd7e4c315f21c8f5cd0eff57d4e05edaf67 | /app/src/main/java/com/hbandroid/fragmentactivitydemo/app/MyApp.java | 80f6e9009c3642db4507b33b80605111628c1127 | [] | no_license | chenbaige/singleActivityDemo | 91ce26a3d7991a79964524a582ad48548bfa2ba6 | 463ebd4d7399e1e1aaa53b77bf56b9b8b0d307ee | refs/heads/master | 2018-11-22T16:46:36.390792 | 2018-09-04T08:09:25 | 2018-09-04T08:09:25 | 115,268,482 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,744 | java | package com.hbandroid.fragmentactivitydemo.app;
import android.app.Application;
import com.hbandroid.fragmentactivitydemo.BuildConfig;
import com.hbandroid.fragmentactivitydemo.di.component.AppComponent;
import com.hbandroid.fragmentactivitydemo.di.component.DaggerAppComponent;
import com.hbandroid.fragmentactivityde... | [
"416794267@qq.com"
] | 416794267@qq.com |
50761acd4027cd19ba0171ae2ef166d6b2a34efd | ef051d6d77fec2ca7d40daccfd6da5c561b983ad | /src/main/java/ndvi/agro/service/impl/UserServiceImpl.java | 276446a952581402b87ed0d084e868caa2e7823e | [] | no_license | petrovp/NdviAgro | bdcdff5c58721ab316dbbfbc67256345267f910f | 2e79830924a1d9e06e890499dac1ed889db6af08 | refs/heads/master | 2021-01-17T17:09:56.497831 | 2016-07-27T16:23:13 | 2016-07-27T16:23:13 | 61,425,500 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 545 | java | package ndvi.agro.service.impl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import ndvi.agro.persistance.datamodel.User;
import ndvi.agro.persistance.repostories.UserRepository;
import ndvi.agro.service.UserService;
@Service
public class UserServiceIm... | [
"petrepp4@gmail.com"
] | petrepp4@gmail.com |
0def3d0236fabecff4a2ec8a5742248dfd546e0d | c87325b1a3845e53b0e4bcb13741e3066cbb31b7 | /src/getStockData.java | 7e7e48b5675c657754d221f772995f277769ecf7 | [] | no_license | aashithk/Investor | b2234168486eb7e13819cbe9acb5c6afb3cc2751 | 02180c58c1f4d84542f208cb1c9384c3af341dd9 | refs/heads/master | 2021-04-26T16:44:03.082967 | 2015-11-11T11:22:19 | 2015-11-11T11:22:19 | 45,589,011 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,406 | java | import java.io.*;
import java.net.URL;
import java.util.ArrayList;
/**
* Created by aashithk on 9/26/15.
*/
class Row{
Double month;
Double date;
Double open;
Double high;
Double low;
Double close;
Double volume;
Double change;
Row( Double month,Double date,Double open,Double hig... | [
"aashith_kamath@hotmail.com"
] | aashith_kamath@hotmail.com |
5ea45096bb2e0febf161c866691f18594a45b11d | 12cc14e3a322c3a7e7827a6877ce8bbcd8ad3eda | /src/main/java/com/myPollingPlaceProject/QuickPoll/repositories/OptionRepository.java | f0d078b21b15153627b3904cba2671b352879875 | [] | no_license | Jacenter/SpringRest | f267187a5fc5681028832338acf38d8d71c3cd48 | 5ccd18a886c9643d5828928a88a6d24d415a10b3 | refs/heads/main | 2023-04-14T21:59:57.412130 | 2021-05-04T19:54:32 | 2021-05-04T19:54:32 | 362,135,619 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 315 | java | package com.myPollingPlaceProject.QuickPoll.repositories;
import com.myPollingPlaceProject.QuickPoll.domain.Option;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface OptionRepository extends CrudRepository <Option, Long> {
}
| [
"JNovack1501@gmail.com"
] | JNovack1501@gmail.com |
15e67b34c244af9703704e39d0123d01e026281c | 61954be59eadaefc54644e6027bf9d96e866fa5b | /app/src/main/java/com/example/muqitt/activities/MyAppointmentsActivity.java | 3fc8d8fa92dfe3ee6a0ba072a386d05bdbe8a536 | [] | no_license | 5Mujahid/Muqit-android- | a46663b554d40dd0ec5d2e17cb1009cdf6cc3fc2 | d570a0ee54e1e17256f49d5d59f43b1465307a74 | refs/heads/master | 2020-08-05T00:19:56.459996 | 2019-10-02T11:42:41 | 2019-10-02T11:42:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,209 | java | package com.example.muqitt.activities;
import com.example.muqitt.Model.Appointment;
import com.example.muqitt.Model.Login.User;
import com.example.muqitt.Retrofit.RetrofitUtil;
import com.example.muqitt.Utils.AppUtils;
import com.example.muqitt.Utils.DatabaseUtil;
import com.example.muqitt.adapters.MyAppointmentsRecyc... | [
"shoaib_sheikh@ucp.edu.pk"
] | shoaib_sheikh@ucp.edu.pk |
27a7f2c1e38b742a0c81664203e8a4e7f2cc6d62 | 9c69257f89881ed603c5d9744116f5d49355a289 | /src/main/java/todoapplication/model/DateSorter.java | 1e7bd4fbbfbf412eabb77a6d6619aa1983b0d437 | [] | no_license | chiangp168/ToDo-Application | 9e50f674ef16711402f7b05e50bc4f89186d54c7 | af1bc7b384baa0d5f746c035a0c6aaeb11daf309 | refs/heads/master | 2023-01-11T01:16:15.858814 | 2020-11-10T01:37:51 | 2020-11-10T01:37:51 | 311,505,558 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,627 | java | package todoapplication.model;
import java.util.Comparator;
import java.util.List;
/**
* A class that implements functionality to sort a collection of ToDos. This class utilizes
* the singleton pattern (eager instantiation)
*/
public class DateSorter implements Comparator<ToDo> {
private static DateSorter dateSor... | [
"chiangp@husky.neu.edu"
] | chiangp@husky.neu.edu |
cb91712afc299cb9fd572e1c1a3111c4c0834d85 | 1911c2efcab61c3d130a8dccdcac326a35c527ca | /src/edu/usf/ratsim/nsl/modules/qlearning/update/MultiStateProportionalQLReplay.java | 15bd9f4006cfd63c883f9bfa034d19dee420f4de | [] | no_license | mllofriu/rat_simulator | 8e90b2b5a00ae0d8c4039f8d90b4f8bbd4470444 | 8947efdbe22674a5e089bc57129ca63cabb31033 | refs/heads/master | 2021-01-19T17:11:56.724555 | 2015-09-01T22:00:18 | 2015-09-01T22:00:18 | 15,622,504 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,386 | java | //package edu.usf.ratsim.nsl.modules.qlearning.update;
//
//import java.io.File;
//import java.io.FileInputStream;
//import java.io.FileNotFoundException;
//import java.io.FileOutputStream;
//import java.io.IOException;
//import java.io.ObjectInputStream;
//import java.io.ObjectOutputStream;
//import java.io.OutputStre... | [
"mllofriu@gmail.com"
] | mllofriu@gmail.com |
514f1e287c136f99f6192a28c706950923689354 | 6acc020474f2799e76befad9e92a16b640a418b6 | /sdk/greengrass/greengrass-client/src/event-stream-rpc-java/model/software/amazon/awssdk/aws/greengrass/model/FailedUpdateConditionCheckError.java | 28ea78d56515167f698d3ea0ec338bcd0fec8762 | [
"Apache-2.0"
] | permissive | QPC-database/aws-iot-device-sdk-java-v2 | d2ccf3fc79fa03704778c8d8882d1e123447b7f4 | c3b4e5ea8c81a3c447e2d1d8016cb5da45e9a022 | refs/heads/main | 2023-06-04T03:16:36.240571 | 2021-07-07T20:37:45 | 2021-07-07T20:37:45 | 384,719,471 | 1 | 0 | Apache-2.0 | 2021-07-10T14:38:45 | 2021-07-10T14:38:45 | null | UTF-8 | Java | false | false | 2,023 | java | package software.amazon.awssdk.aws.greengrass.model;
import com.google.gson.annotations.Expose;
import java.lang.Object;
import java.lang.Override;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import software.amazon.awssdk.eventstreamrpc.model.EventStreamJsonMessage;
public class Fail... | [
"noreply@github.com"
] | noreply@github.com |
dd57b31c0b26c645683afbb485ba1336522ab2d0 | f6c150fcd67a085a2d9c1db865a8f8fb88d6bb6e | /Guper/app/src/main/java/com/davidpopayan/sena/guper/Controllers/splash.java | 6b77517517004babcdbc100391f919d90c0e9632 | [] | no_license | DARWorldSkills/ComplementoGuper | a66c146aaa2372d4f329d0af7dba5d58215b4a5e | 51dc28cf39040852daf8e5e093d0a3c572b32748 | refs/heads/master | 2020-03-20T19:03:59.961674 | 2018-06-17T00:42:57 | 2018-06-17T00:42:57 | 137,619,303 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 805 | java | package com.davidpopayan.sena.guper.Controllers;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import com.davidpopayan.sena.guper.R;
import java.util.Timer;
import java.util.TimerTask;
public class splash extends AppCompatActivity {
@Override
prot... | [
"popayan159@gmail.com"
] | popayan159@gmail.com |
943653fb02faf2da63302d4c0c9b3fdfb2dcc90a | 84b292a51b12653e8890b8f0585a5118cf366be2 | /ch02-di-xml/src/main/java/com/dlkyy/ba04/School.java | b04b4d98a1f6994ae5e6ae62abe2c9ecb79d40da | [] | no_license | dddllk/spring-course | b8aedc1162d60fa7515027626464ea8704012e20 | 0cc1d1d88749cd2c0fee15f1b5a307b58b8b1ed5 | refs/heads/master | 2023-04-16T14:41:47.568124 | 2021-04-29T11:05:27 | 2021-04-29T11:05:27 | 359,478,357 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 466 | java | package com.dlkyy.ba04;
/**
* Created by dlkyy on 2021/4/17 19:50
*/
public class School {
private String address;
private String name;
public School() {
}
public void setAddress(String address) {
this.address = address;
}
public void setName(String name) {
this.name = name;
}
@Override... | [
"474464152@qq.com"
] | 474464152@qq.com |
9ac7be83a542977bb86ab43472b04dd298a1d95b | 289afcaaf18e3dfde8b141294d6f41b933332b30 | /app/src/main/java/com/example/sion10032/hmsystem/EMedBoxPageFragment.java | da36ebdc23c38708356e7825ee260e05e98548ef | [] | no_license | VincentZZZZZ/HMSystem | 14e75746cf994c18d302c1554892df8b475b7a61 | b3fd8cd3376a04740d5756047308ef932ec47eca | refs/heads/master | 2021-08-11T22:17:40.170210 | 2017-11-14T05:42:07 | 2017-11-14T05:42:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,218 | java | package com.example.sion10032.hmsystem;
import android.databinding.DataBindingUtil;
import android.databinding.ViewDataBinding;
import android.os.Bundle;
import android.app.Fragment;
import android.support.design.widget.FloatingActionButton;
import android.support.v7.widget.LinearLayoutManager;
import android.support... | [
"sion10032@hotmail.com"
] | sion10032@hotmail.com |
f4eb0f4d8a32e60d25cdd31713509fa12480425d | 9389e5a7a92ae296d59c278653dfc080c92fab2c | /app/src/main/java/com/android/mvvm/frameprojmvvm/api/common/CommonApi.java | 28042592a2091674d3e132fe61243247723ccccf | [] | no_license | liuhuiAndroid/FrameProjMVVM | 658e43de74fa7e53b79d0e13be9abb3d4969e019 | 9a84fbad5270850dc56aa2dbacac23dae405ddf9 | refs/heads/master | 2021-01-02T23:00:03.357432 | 2017-08-08T05:56:16 | 2017-08-08T05:56:17 | 99,435,588 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,681 | java | package com.android.mvvm.frameprojmvvm.api.common;
import com.android.frameproj.library.Constants;
import com.android.frameproj.library.bean.HttpResult;
import com.android.mvvm.frameprojmvvm.components.retrofit.RequestHelper;
import com.android.mvvm.frameprojmvvm.components.storage.UserStorage;
import java.io.File;
... | [
"642404044@qq.com"
] | 642404044@qq.com |
e4de280bb8b40f60a6c25483145e57017461bea6 | 94aeacb6f80fdbb7823123671137e5ed774a2785 | /app/src/main/java/com/app/appbook/Book.java | 13663427b81d8f2f9ed121c7134b40152aa69396 | [] | no_license | Oday-Alhamwi/AppBook | 02e026ee9c2a88b6c4255312d0a8692f63cf9539 | f49f57d98c194d5ea2822f24fdaeb0bb512e3988 | refs/heads/main | 2022-12-28T07:18:39.322291 | 2020-10-11T15:58:48 | 2020-10-11T15:58:48 | 303,147,185 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 503 | java | package com.app.appbook;
class Book {
private String title;
private String cover;
public Book() {
}
public Book(String title, String cover) {
this.title = title;
this.cover = cover;
}
public String getTitle() {
return title;
}
public void setTitle(String... | [
"odyhamwi@gmail.com"
] | odyhamwi@gmail.com |
fc3f75694ab24e15d24ccadb723ab806a142cfb7 | e21d17cdcd99c5d53300a7295ebb41e0f876bbcb | /22_Chapters_Edition/src/main/resources/ExampleCodes/generics/ComparablePet.java | 7765105ebe854b186da2a520477a8a4e1f82e825 | [] | 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 | 193 | java | package ExampleCodes.generics;//: generics/ComparablePet.java
public class ComparablePet
implements Comparable<ComparablePet> {
public int compareTo(ComparablePet arg) { return 0; }
} ///:~
| [
"lypgod@hotmail.com"
] | lypgod@hotmail.com |
995c6dda0906ddc054a005fb6b1c708d3409c2d8 | c758fbe9b429fe3fa1275b52edfc3e7829116502 | /WIP/Sources/Android/TaxiNetMD/src/vn/co/taxinet/mobile/alert/AlertDialogManager.java | 7215479b9ffba5b9f9097f93a93fc8a1823302b6 | [] | no_license | sangnvus/tns-project | 83d0103f3c8ca73b61047e3261cb05609c2d501a | 706923c6f3deacbd929525f34e8c0b671fd0d5f4 | refs/heads/master | 2016-09-06T10:50:27.643835 | 2015-03-13T03:30:59 | 2015-03-13T03:30:59 | 32,120,530 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,801 | java | package vn.co.taxinet.mobile.alert;
import vn.co.taxinet.mobile.R;
import android.app.AlertDialog;
import android.app.AlertDialog.Builder;
import android.content.Context;
import android.content.DialogInterface;
import android.content.DialogInterface.OnClickListener;
public class AlertDialogManager {
/**
... | [
"hieudtse02895@fpt.edu.vn@88ba3ff6-d7b0-eaa4-419e-cdb00ae9c095"
] | hieudtse02895@fpt.edu.vn@88ba3ff6-d7b0-eaa4-419e-cdb00ae9c095 |
f9fdd7d349c7769453f65af8e8c9a80ef4b57dba | 704f2ec7b037b2c075a237eeaaa6f3a20e1b6097 | /src/main/java/com/league/blockchain/socket/body/BlockHash.java | 9afbc4ff5b2b18d7689656475c6076c25ac431f4 | [] | no_license | WangShouDao/league_blockchain | d56b5f908823d27542c47eded45409cd8c80cb3a | bc28efd27b70dd3dab4cdab55ff5b8765b2b09db | refs/heads/master | 2020-03-24T23:51:40.562442 | 2018-08-04T19:35:36 | 2018-08-04T19:35:36 | 143,157,614 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 764 | java | package com.league.blockchain.socket.body;
public class BlockHash {
private String hash;
private String prevHash;
private String appId;
public BlockHash(){
}
public BlockHash(String hash, String prevHash, String appId){
this.hash = hash;
this.prevHash = prevHash;
this... | [
"1248773432@qq.com"
] | 1248773432@qq.com |
e68bdf9cad2bc4f41f8625d16cde563753a0d4d0 | 36f36ad9cae6cb6c3b197a3e6b37ad281ee0cb52 | /Java/LearnJava/src/InheritanceTest/Zoo.java | 8caac3a9099d0a82103cc809900c2993d0b93775 | [] | no_license | hongnguyen-nbcuni/Tutorials | c45f1fec37cd3b0cbde35fdc441b86a51d789c4e | 1c9870ac227e7fd8bc64377e412e487e7b31d1f7 | refs/heads/master | 2023-05-06T20:07:45.382494 | 2021-05-24T02:47:19 | 2021-05-24T02:47:19 | 339,528,481 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 183 | java | package InheritanceTest;
public class Zoo {
public void feedAnimals(Animal[] animals) {
for (Animal animal : animals) {
animal.eat();
animal.age();
}
}
}
| [
"Hong.Nguyen@nbcuni.com"
] | Hong.Nguyen@nbcuni.com |
36465dce2c8fee9c5f19e72bb70edbcfaf32c7a1 | d2085537332926132584f87c92352a4be172c26f | /src/org/omg/CosNaming/NamingContextPackage/NotEmpty.java | 4e1053ee357fba1b918025810c21980ab2868119 | [] | no_license | changyuansky/jdk1.8-source-code-analysis | df3e786f0c78c3f7184f7fa36771540cad04be16 | e5157c73fd724029bd224e9b3e20bd841bed5169 | refs/heads/master | 2022-11-27T18:31:27.043261 | 2020-08-04T13:33:41 | 2020-08-04T13:33:41 | 284,983,365 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 609 | java | package org.omg.CosNaming.NamingContextPackage;
/**
* org/omg/CosNaming/NamingContextPackage/NotEmpty.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /Users/java_re/workspace/8-2-build-macosx-x86_64/jdk8u181/11358/corba/src/share/classes/org/omg/CosNaming/nameservice.idl
* Saturday, Ju... | [
"1725520858@qq.com"
] | 1725520858@qq.com |
a2f578c0c3c3e84b787878a397533cc06f7911e6 | fb0ada33d78e612e74205d9fcb2e618af7869e45 | /src/test/java/com/tcc/helidacosta/basic/FasTipTestiOS.java | f553d6d1820ff9583f13fdf643b0bb193431c23d | [] | no_license | helidacosta/appium-cross-platform-example-master | dd893c35dd7e4a80898c6f84631b1f04eb6f48ed | 09923ceb1a3cfd45acb3d1a18709afe0d4babc36 | refs/heads/master | 2021-01-01T17:40:34.545103 | 2017-07-27T02:17:58 | 2017-07-27T02:17:58 | 98,130,704 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,683 | java | package com.tcc.helidacosta.basic;
import static org.junit.Assert.assertEquals;
import java.io.File;
import java.net.MalformedURLException;
import java.net.URL;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.openqa.selenium.remote.DesiredCapabilities;
import com.tcc.helidacosta.p... | [
"helidalu.oliveira@gmail.com"
] | helidalu.oliveira@gmail.com |
bfc9475d361d56a0d1b71129630779bfaa00c3e9 | 14b9ddc3b31f8f652f974558780810375a9382a2 | /pro/src/com/huanglin/pro/service/UserService.java | 1970d4ead5f543d4bcb648a6ee689d96ba02f192 | [] | no_license | huanglinpro/jcwj | afce8b6fed201cc803a93631e97cc1851b2eadec | b80457925a648c56e5fdf9cf5ed6771d11debf54 | refs/heads/master | 2020-03-21T03:24:28.175290 | 2018-06-20T15:38:51 | 2018-06-20T15:38:51 | 138,052,061 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 298 | java | /**
*
*/
package com.huanglin.pro.service;
import java.util.List;
import com.huanglin.pro.domain.User;
/**
* @author lenovo
*
*/
public interface UserService extends BaseService {
void add();
void delete();
void update();
User findByid();
User findByName();
List<User> load();
}
| [
"2498266742@qq.com"
] | 2498266742@qq.com |
ace65441bc7d3832089795f2f9a65f4894957649 | f70cf3ca7af76fb6da7eaa6a1eebd561099d53b9 | /app/src/main/java/com/wenping/android_architecture/view/activity/UserDetailsActivity.java | 385828baecac9b440cb01168290cec1a89cfdc83 | [] | no_license | liuwenping828/android-architecture-moudle | 1d30a8701dc20e10c8a19a184459c42aaaff60e1 | 4e0caa474a671841dd846d4dc51c5e5f017a5912 | refs/heads/master | 2021-01-01T05:22:58.338249 | 2016-05-12T09:52:39 | 2016-05-12T09:52:39 | 58,629,487 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 371 | java | package com.wenping.android_architecture.view.activity;
import android.content.Context;
import android.content.Intent;
/**
* Created by Administrator on 2016/4/28.
*/
public class UserDetailsActivity extends BaseActivity {
public static Intent getCallingIntent(Context context, int userId) {
return new ... | [
"851144180@qq.com"
] | 851144180@qq.com |
8efd7c2b56047f789d5e3b169a59764db424198e | d7df6ee544706b6cdab72e4960a4e228435edc18 | /gmall-api/src/main/java/gmall/cms/service/OmsOrderSettingService.java | da3c5e89ef3117363064a222b288ac6c086b6886 | [] | no_license | oscarluo-lang/gmall | bcb5572fd3b537e9a38bf7b90aba2d40f855ba5e | 0f04ed5d1131cc61d7b0dd2ccc2fd3e2ad78268d | refs/heads/master | 2022-06-27T20:05:03.609219 | 2020-01-19T10:38:49 | 2020-01-19T10:38:49 | 234,678,862 | 0 | 0 | null | 2022-06-21T02:39:58 | 2020-01-18T04:02:38 | Java | UTF-8 | Java | false | false | 302 | java | package gmall.cms.service;
import com.baomidou.mybatisplus.extension.service.IService;
import gmall.cms.entity.OmsOrderSetting;
/**
* <p>
* 订单设置表 服务类
* </p>
*
* @author oscar
* @since 2020-01-18
*/
public interface OmsOrderSettingService extends IService<OmsOrderSetting> {
}
| [
"oscar_0921@qq.com"
] | oscar_0921@qq.com |
88620885abc68eb9018d00f41ca99738a5f873b6 | 928a526243c0cced8fe4c5aae131abf221998bfe | /less06/src/ru/geekbrains/lesson06/Dog.java | a7e890ce00030539d6c7a5dc2939521735722824 | [] | no_license | inginginger/java_lvl1 | 92338ce50675e85b447dfa10eae50ee69717e275 | 71b80a0969a18b2da51d0f2c4a46cd8e96f7870d | refs/heads/master | 2021-01-22T10:47:01.009879 | 2017-02-15T08:43:26 | 2017-02-15T08:43:26 | 82,039,062 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 251 | java | package ru.geekbrains.lesson06;
import ru.geekbrains.lesson06.Animal;
public class Dog extends Animal{
public Dog (String name){
super(name);
maxRunLength = 500;
maxSwimLength = 10;
maxJumpHeight = 0.5f;
}
}
| [
"umka.91@mail.ru"
] | umka.91@mail.ru |
6e9279c8efc86c824bb4e289002eaf5943d79b0b | 4b7f75eee68419263f506b0ae25bc0daa1908473 | /src/test/java/com/taller1/CristianLasso/test/Dao/PreconditionDaoTest.java | 6be810910e591d6d0642c9114c379ff063f95ef7 | [] | no_license | CristianLasso/ComputacionFinal | f4b798cd19892f8a04ef0c09f8f4bdcbf42f4b20 | 7ae25bcd78b3987222ee697abcf0546ecb25af98 | refs/heads/master | 2023-06-03T13:49:00.069753 | 2021-06-18T19:38:03 | 2021-06-18T19:38:03 | 377,979,949 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,546 | java | package com.taller1.CristianLasso.test.Dao;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertNull;
import static org.junit.jupiter.api.Assertions.assertTrue;
import javax.persistence.Persisten... | [
"47828389+CristianLasso@users.noreply.github.com"
] | 47828389+CristianLasso@users.noreply.github.com |
f3f1d0b90b77cbe7e1cc3d24d8bc58c12e541067 | f1b27686ab324849fa5d5f36070a4b0cf5c1c234 | /app/src/main/java/com/example/sujeet/todo/PageFragment.java | 3377d6d12829ce6615c350d6eac93664c31bee31 | [] | no_license | sujeet14108/ToDo | 9e64ca1cacf51433e851d4eed45c3d2b26f0660d | 482a3d92a6360391f2ae5e66e0077b69c5f5b819 | refs/heads/master | 2021-01-09T23:35:45.087262 | 2016-11-09T16:35:33 | 2016-11-09T16:35:33 | 73,215,062 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,979 | java | package com.example.sujeet.todo;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.TextView;
import android.widget.Toast;
/**
* Created by sujeet on 9/11/16... | [
"sujeet14108@iiitd.ac.in"
] | sujeet14108@iiitd.ac.in |
e3b665164f64578fe2a6b90eec93321ed67fdb1f | 2069e718b8732827ebde70c0f40e48ec6e4e7126 | /app/src/main/java/com/example/androidui/MaterialDesignActivity.java | fa5b8e27f096a448fc13a75de0d9c20cfaacc52c | [] | no_license | jnuwxc/AndroidUI | 263b3d35c738f0704817016392d8d9c7cf97f56a | e0761ef80126d7ff8305a93babf06d7ca3121b4c | refs/heads/master | 2023-04-28T03:09:37.111434 | 2021-05-18T09:42:01 | 2021-05-18T09:42:01 | 362,656,468 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,250 | java | package com.example.androidui;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import androidx.core.view.GravityCompat;
import androidx.drawerlayout.widget.DrawerLayout;
import android.os.Bundle;
import android.view.Menu;
import android.vi... | [
"1165124074@qq.com"
] | 1165124074@qq.com |
7aad1e3c1a6649a626b837f55fa7257e15461eab | ec4aef0e9b0a26a7f067f5e6d755a903a1e17bd9 | /gmall-pms/src/main/java/com/atguigu/gmall/pms/entity/AttrGroupEntity.java | c7b83344cc74981ac7465309ee6672e9e6d1284f | [
"Apache-2.0"
] | permissive | myxiaofu/gmall | 5205bd323768cdd7097223660b95afc0b3547a94 | a1110b43d2f493436e274165668173b07b847eae | refs/heads/master | 2022-07-30T16:15:03.122514 | 2020-03-06T15:38:01 | 2020-03-06T15:38:01 | 245,444,869 | 1 | 0 | Apache-2.0 | 2022-07-06T20:47:36 | 2020-03-06T14:48:00 | JavaScript | UTF-8 | Java | false | false | 1,212 | java | package com.atguigu.gmall.pms.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.io.Serializable;
import java.util.Date;
import lombok.Data;
/**
* 属性分组
*... | [
"15455206@qq.com"
] | 15455206@qq.com |
83540fa8bdbc1c1947b0065d7650f6153cd6b017 | bc50cbcbe9a79882b64e664caf5e5666ee2cd190 | /app/src/androidTest/java/price/and/me/ExampleInstrumentedTest.java | 6bcdde402f6c30436c4382f9b37fc6598eda030f | [] | no_license | alibabayev/PriceandMe | 141941d1bbe79b90a892bdf7f77b619aa3afc1ac | 1c82381af00e4ce477e006817fa7b97e9b96fd90 | refs/heads/master | 2020-09-06T19:08:54.856380 | 2019-11-08T17:43:50 | 2019-11-08T17:43:50 | 220,518,706 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 708 | java | package price.and.me;
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 Android device.
*... | [
"ali.babayev@ug.bilkent.edu.tr"
] | ali.babayev@ug.bilkent.edu.tr |
409943796572eb05b2f4d63cc2f07b8aa416ee14 | 87db8a0e5be396b8310cc7772473d9a82529952a | /Baekjoon/src/question1699_sub.java | 15b0660e9b28001e2ace4ecf372400412dfbd0a5 | [] | no_license | Rurril/Beakjoon_practice | 296cd5737aec659d5d2596a5600e0f6f82a8870d | f63324b554f68976c9b4760b9f833428953b1157 | refs/heads/master | 2020-09-15T08:37:48.441643 | 2020-04-15T04:32:08 | 2020-04-15T04:32:08 | 223,397,056 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 540 | java | package Test;
import java.util.Scanner;
public class question1699_sub {
public static int d[];
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int number = sc.nextInt();
d = new int[number+1];
//d[n] = min(d[n - i^2] + 1)
for (int i = 1; i <= number; i++){
d[... | [
"noreply@github.com"
] | noreply@github.com |
dea05e72865e4c51671cce07f00002385080ec78 | c12d09eeb8cbaa6a7b96d915be7702ee3b2a4a0b | /src/com/ismail/dao/UserDao.java | 8e0fb131051a0600a27319e66b19c878ee108499 | [] | no_license | kunalandkumar/Hospital-Management-System | e8692ef501e84071b87ee375725e020c4125719a | 21bd6cf4423a61000bc5f3b91c771d42ef581403 | refs/heads/main | 2023-04-05T11:37:50.796217 | 2021-04-17T05:55:42 | 2021-04-17T05:55:42 | 358,796,304 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,047 | java | package com.ismail.dao;
import java.sql.*;
import java.util.*;
import com.ismail.model.User;
import com.ismail.util.Database;
public class UserDao {
private Connection connection;
public UserDao() {
connection = Database.getConnection();
}
public void checkUser(User user) {
try ... | [
"kunalandkumar@gmail.com"
] | kunalandkumar@gmail.com |
b782be73b4982a4d70dba8ce7d6a319564bc6895 | 87f068cabb67cbc2b455781c3afc431de352ee50 | /spring-boot-rest-api/src/main/java/com/example/restservice/repository/TutorialRepository.java | 915482ec4d0d8f6da5f7b6072fbf9aa0f16d7ca9 | [] | no_license | BMHasanuzzaman/Pre-Evaluation | d7f991482bfc92f6aca89e356518c0d981fce781 | 01822af4c8f3feee3c8f8853fcd67c47d562585b | refs/heads/master | 2023-06-22T04:31:48.189447 | 2021-07-13T22:23:37 | 2021-07-13T22:23:37 | 382,875,252 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 378 | java | package com.example.restservice.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import com.example.restservice.models.tutorial.Tutorial;
public interface TutorialRepository extends JpaRepository<Tutorial, Long> {
List<Tutorial> findByPublished(boolean published);... | [
"htraihan@gmail.com"
] | htraihan@gmail.com |
c6bbb90ce6960d4cfa66e5af65b46a44d6706b53 | 4961b5812f9b82978e4ad95963f9865e33586b79 | /MyFirstSeleniumProject/src/test/java/com/automationpractice/search/SearchTestEight.java | ce095a09e4da795387b43f441ed775f10c4effd5 | [] | no_license | asifhkhan123/MyFirstSeleniumProject | 4f8b590a2874d536540777aad156cd2a2c867293 | 03858ee74202403998fef99f3e75bb2e92f4ac8f | refs/heads/master | 2023-05-14T06:57:19.308922 | 2020-05-17T23:46:46 | 2020-05-17T23:46:46 | 262,928,021 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,251 | java | package com.automationpractice.search;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.interactions.Actions;
import org.testng.annotations.Test;
import com.automationpractice.core.TestBase;
public class SearchTestEight extends TestBase {
// SEARCH_008
@... | [
"asifh@192.168.0.16"
] | asifh@192.168.0.16 |
36cb23550ab092ca8f624b9938504efaf8cbd1d1 | bd7ea06b1db4de4a3d9e9b6459fc0c1ec5e96741 | /mojo/src/main/java/com/cj/qunit/mojo/QunitTestLocator.java | 98ec9b7896f5f77d99501606f68a146828f0cd83 | [] | no_license | ehur/qunit-test-driver | 422a721e4926e01d30af2e720940de33f3b230b9 | 36a8198b1cc61f329c9a33c2904e38efa96c3443 | refs/heads/master | 2021-01-16T22:57:04.099053 | 2013-02-09T17:42:57 | 2013-02-09T17:42:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,981 | java | package com.cj.qunit.mojo;
import static com.cj.qunit.mojo.fs.FilesystemFunctions.scanFiles;
import java.io.File;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.regex.Pattern;
import com.cj.qunit.mojo.fs.FilesystemFunctions.FileVisitor;
public class QunitTestLocator {
... | [
"stu@penrose.us"
] | stu@penrose.us |
18593319e3758a632659bd759ab5f051f65480aa | c1cca86532b4b3155a80dfbf06002237d8338ebf | /wms/src/test/java/com/hczx/wms/WmsApplicationTests.java | 691940984a0569982e87818e5c701dee2954e093 | [] | no_license | wmsOrg/wms | 76c9025ca0cc6451ce3f62d295c4420978524f20 | 38d6b8d9401e4a2d143b84d087a9502ad9f2c7a1 | refs/heads/master | 2022-12-19T01:58:06.563012 | 2020-09-26T02:54:11 | 2020-09-26T02:54:11 | 296,185,884 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 210 | java | package com.hczx.wms;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class WmsApplicationTests {
@Test
void contextLoads() {
}
}
| [
"2998694067@qq.com"
] | 2998694067@qq.com |
27bb5ceb4254d97a83f7dbfc0f86f8d88d76ca72 | e5d4d0218a394954389e07f2ef250191e6f375ff | /src/com/cintel/elp/controller/weixin/surface/menu/MenuController.java | 1cefe07452ed66c17454b5d64356c117a279717f | [] | no_license | HUMMERshine/myPreproject | fce3c7f0fb1e31694e6c9189353f81f2525f416e | d92c5f14704ee2e791263c5f23ce864d121b2615 | refs/heads/master | 2020-12-30T17:51:11.253278 | 2017-05-25T06:12:41 | 2017-05-25T06:12:41 | 90,933,080 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,028 | java | package com.cintel.elp.controller.weixin.surface.menu;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import or... | [
"lishutao@localhost"
] | lishutao@localhost |
66df8a3af23e0527e64cfc061e12e2ba8fd9d213 | 363e0dfe0658baacbd770ca674963b3438530752 | /src/interview/airbnb/Calculator.java | fd2773d9ac78d1c9e68ffa120d34dcdafa40f852 | [] | no_license | Ghost141/LeetCode | b7cc2dcd8a1987aec508af90699798371eb9b10f | edb903e7fbdf72424bd83f06dfdaec7f586f6583 | refs/heads/master | 2021-05-23T05:45:13.998824 | 2017-12-31T12:38:10 | 2017-12-31T12:38:10 | 94,890,922 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,731 | java | package interview.airbnb;
import java.util.ArrayDeque;
import java.util.Deque;
/**
*
* @author zhaokai
* @version 1.0
* @since 1.0 - 11/28/17
*/
public class Calculator {
public int evaluate(String expression) {
char[] tokens = expression.toCharArray();
// Stack for numbers: 'values'
... | [
"kidd747@gmail.com"
] | kidd747@gmail.com |
fac8bbff6c71b313cb5fa39925d386bb055e5d0c | 32e3298bcc728740cbec09fce9722654bc48a11f | /app/src/main/java/com/example/bu_iot_mountain/HttpConnection.java | 267e583d02da7236fc8b151770eb393409e9d916 | [] | no_license | pil9/BU_IoT_APP_mountain | 0dc67e04f6469e04ece1589347d5cdb965be7136 | 4c920ac69ce1644119291e04e76ec90d90e4a0b9 | refs/heads/master | 2023-02-03T15:26:25.501453 | 2020-12-22T00:26:36 | 2020-12-22T00:26:36 | 304,087,501 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,229 | java | package com.example.bu_iot_mountain;
import android.util.Log;
import android.widget.Toast;
import okhttp3.Callback;
import okhttp3.FormBody;
import okhttp3.OkHttpClient;
import okhttp3.Request;
import okhttp3.RequestBody;
public class HttpConnection {
private OkHttpClient client;
private static HttpConnectio... | [
"ljp3326@naver.com"
] | ljp3326@naver.com |
c6f24612686a689416da14cbd83e39f820a26d99 | 2c984a46975b27ccb2043c287235208f3a4be387 | /src/main/java/it/peng/wr/webservice/protocollo/GetRicevutePECResponse.java | ca6fb7188a8d4fdb61a2256defa75cb382b56b23 | [] | no_license | aziendazero/ecm | 12de5e410b344caa8060d5a33f7bc92f52458cdf | 57fd6fba8ead03db016395269e3f2dd1b998d42b | refs/heads/master | 2022-07-24T09:28:05.299546 | 2020-02-27T15:02:04 | 2020-02-27T15:02:04 | 235,811,868 | 0 | 2 | null | 2022-06-30T20:22:49 | 2020-01-23T14:29:41 | Java | UTF-8 | Java | false | false | 1,894 | java |
package it.peng.wr.webservice.protocollo;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for getRicevutePE... | [
"lpapa@3dial.eu"
] | lpapa@3dial.eu |
dc6510a28a8cb81906cafc4f9a096638e46d085a | b7a293a0d35d3cff3ebc9ed616b9caed0f30721b | /app/src/main/java/com/tyddolphin/apppadres/rest/Movilidad.java | f4b688e603504e4be4f75a8776e1992a1d7644f9 | [] | no_license | mineiko/DolphinMovilidadesPadres | 27a2cb887abf6dcb9c6862e48c3120c6787e5706 | c47862e57dae9a483f4cfafcf71637707891048d | refs/heads/master | 2021-01-22T22:35:03.831776 | 2017-07-15T01:35:28 | 2017-07-15T01:35:28 | 92,780,157 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 186 | java | package com.tyddolphin.apppadres.rest;
/**
* Created by Gianella Milon on 27/06/2017.
*/
class Movilidad {
public int Id;
public String Nombre;
public Alumno[] Alumnos;
} | [
"gianellmilon@gmail.com"
] | gianellmilon@gmail.com |
fc7610d1cc55dcc1966a2516b1b1d51465bc8d50 | 4ecd7a780ecbb9c3375d95360eaac0e1638185c8 | /Java/StarPattern5.java | 1d9abb36ac5e87df4dbf62426adbde1704a0f691 | [
"MIT"
] | permissive | Sasmita-cloud/Hacktoberfest2021_PatternMaking | dd50c8a81bce9da25650b3b497330a9c150d54da | af48c242c10b08b74cf42c35b8550a45f1d9cbff | refs/heads/main | 2023-08-29T22:56:59.953119 | 2021-10-14T11:49:43 | 2021-10-14T11:49:43 | 415,092,226 | 0 | 0 | MIT | 2021-10-08T18:38:33 | 2021-10-08T18:38:32 | null | UTF-8 | Java | false | false | 542 | java | package LOOPS;
// *
// * *
// * * *
// * * * *
import java.util.Scanner;
public class StarPattern5 {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
for (int i = 1; i <= n; i++) {
for(int j = 0; j<=n... | [
"noreply@github.com"
] | noreply@github.com |
22c8a9b85ee46f41451e2cd7efec32c2091ec1ed | a974fc16ccbfba285abea0351eff1e9df1c60d92 | /src/pyramid/program6.java | 8da3fe0b05ebebc17e23981dc808a16536151032 | [] | no_license | ganI1994/javaprogramming | 7ce1247acd83f5dfb4942ab8aac52ef3b56148ed | b88ca2a2899ba23473c88759e6ffc626bbc3d54d | refs/heads/master | 2023-08-18T08:32:14.351784 | 2021-09-22T15:14:13 | 2021-09-22T15:14:13 | 403,327,175 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 377 | java | package pyramid;
public class program6
{
public static void main(String[] args) {
int n=3;
//int count=1;
for(int row=1;row<=n;row++)
{
int count=1;
for(int space=1; space<=n-row;space++)
{
System.out.print(" ");
}
for(int num=1; num<(2*row); num++)
{
System.out.print(... | [
"ganeshg141994@gmail.com"
] | ganeshg141994@gmail.com |
12eeaf1b8a1baab1c624febd4558ed9189906ee0 | fa9c59b98c8e421e671133c9467d23205075d29d | /SpringDataREST/src/main/java/net/dmaj/test/entities/BaseEntity.java | b6da6fe15ced0abf9494c683adafca93ae450a2f | [
"MIT"
] | permissive | dzmaj/TestProjects | 52006988689c39138b40c202929b9289cd915e52 | 71f7a7ff9ea8d174cebd14b7e12ace8e1afe480f | refs/heads/main | 2023-02-28T09:37:37.603026 | 2021-01-22T04:18:02 | 2021-01-22T04:18:02 | 331,817,607 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,009 | java | package net.dmaj.test.entities;
import java.time.LocalDateTime;
import javax.persistence.Column;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.MappedSuperclass;
import org.hibernate.annotations.CreationTimestamp;
import org.hib... | [
"d.majewski.3453@gmail.com"
] | d.majewski.3453@gmail.com |
278bee064752866c5f1310115ab700501798ab81 | df94337ca79cbd09797765608750d9a7c5a6a38b | /003-link-interface/src/main/java/com/bjpowernode/dubbo/model/User.java | affe5f9efa05f93001fc147fe469a5fed2adcd33 | [] | no_license | chengshengyao/dubboCode | ac354f3b47cdd5bbefe86b908cd83928c7cca19d | e3a31b81bb0768e4b73b0821cc8edd55096fd93e | refs/heads/master | 2023-03-29T07:43:49.545857 | 2021-03-30T13:56:13 | 2021-03-30T13:56:13 | 353,019,682 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 689 | java | package com.bjpowernode.dubbo.model;
import java.io.Serializable;
/**
* @ProjectName: dubbo
* @Package: com.bjpowernode.dubbo.model
* @Description: java类作用描述
* @Author: 生尧
* @CreateDate: 2021/1/29 14:57
* @Version: 1.0
* <p>
* Copyright: Copyright (c) 2021
*/
//实现 可序列化接口
public class User implements Serializ... | [
"3113547732@QQ.COM"
] | 3113547732@QQ.COM |
1ef805ed05986deeaa268ce611a9f21236d11806 | 87cefc15483d7ed5d177a2aac3f20fe45a7ad1cb | /src/main/java/com/jetbaba/excel/ExcelLog.java | 86c29c73fbe150b3cbb23de2fe0a424d41d849c0 | [] | no_license | jetlv/DataCollector | caa17c3987c50b69b804afbcfaf8b5a1d0bc60c7 | d16eb0e365adc7dd0b77d8a879a7a65f85ddb75e | refs/heads/master | 2021-01-17T13:03:16.572483 | 2016-06-28T09:59:20 | 2016-06-28T09:59:20 | 56,843,791 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,422 | java | package com.jetbaba.excel;
/**
* The <code>ExcelLog</code>
*
* @author sargeras.wang
* @version 1.0, Created at 2013年9月17日
*/
public class ExcelLog {
private Integer rowNum;
private Object object;
private String log;
/**
* @return the rowNum
*/
public Integer getRowNum() {
... | [
"吕超"
] | 吕超 |
d3f1261c3e261d5286b498426620a33061cac3fd | 656e22d276f54b652202858f9fa1978c8993a17c | /src/model/Room.java | d8f38cd45f3e10060659c247b31caf9909b65109 | [] | no_license | Indomie-glitch/Hotel-Reservation | d46ac8ad177f987f7533c9977868137e0fffedcf | 0c6ce1390c65ec2d2717d010b5938aa62d6232f5 | refs/heads/master | 2023-05-10T07:45:26.795371 | 2021-06-10T13:37:46 | 2021-06-10T13:37:46 | 367,333,150 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 873 | java | package model;
public class Room implements IRoom {
private Double roomPrice;
private String roomNumber;
private RoomType roomType;
private boolean booked;
public Double getRoomPrice() {
return roomPrice;
}
public boolean isBooked() {
return booked;
}
public void... | [
"darthaarnav@gmail.com"
] | darthaarnav@gmail.com |
cd20400b68e7e3afd7e334264bee13ebc8ad53b2 | a767527ec002ec1afff99e081bfe7a7eeb07159e | /app/src/main/java/com/dirk41/androidtvapp/VideoDetailsFragment.java | 2056a83051a599a730cfe7d0c994004ea9969b41 | [] | no_license | lingchong2015/AndroidTVApp | 7b91cd5691d675148b798c2b2c5ae75bad9e9c8e | b494df5bc6c6b31dd776e2788ee29b8c57974f06 | refs/heads/master | 2021-01-10T08:08:40.786149 | 2016-01-24T13:20:34 | 2016-01-24T13:20:34 | 50,288,476 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,925 | java | package com.dirk41.androidtvapp;
import android.graphics.Bitmap;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v17.leanback.app.DetailsFragment;
import android.support.v17.leanback.widget.Action;
import android.support.v17.leanback.widget.ArrayObjectAdapter;
import android.support.v17.l... | [
"lingdirk2009@163.com"
] | lingdirk2009@163.com |
1e391a6f5eff9bc239b152fba8d83952b21516f5 | 3318216b1010b9fa2b487d0c237434dea3630ff2 | /src/main/java/com/hepolite/coreutility/hunger/FoodRegistry.java | 324f1ee1307a7ec01780f09b3a24a9518b837bd1 | [] | no_license | PonyvilleSquare/CoreUtility | 0a1f9986372c2113c28919ea1ca7ca151aad8d1b | d4dde850cc60fc7cead28501d9ad2ddd6fb9442c | refs/heads/master | 2021-09-04T15:33:16.153308 | 2018-01-19T22:48:48 | 2018-01-19T22:48:48 | 97,345,373 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,498 | java | package com.hepolite.coreutility.hunger;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.HashSet;
import org.bukkit.inventory.ItemStack;
import org.bukkit.potion.PotionEffect;
import com.hepolite.coreutility.plugin.CorePlugin;
import com.hepolite.coreutility.setting... | [
"CW.Hepolite@hotmail.com"
] | CW.Hepolite@hotmail.com |
7cc5678840cb3e00f9906dc1176ef30c8806f8db | 314f1b82635dfc15c0597cdeea012f9a0cdd1171 | /app/src/main/java/com/nolabs/lifeline11/Utilities/utilities/Model/User.java | 495846e6fb854b00da3a405f77d804c2905595fc | [] | no_license | SunbakedCoast/Lifeline11 | 9a34782900e8f9aa6e6bf106140b8e8b61ab4d44 | 990e50d032b98b992faf6603f151fa78709a9b18 | refs/heads/master | 2023-02-11T05:32:06.911990 | 2021-01-11T06:28:04 | 2021-01-11T06:28:04 | 328,568,237 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,743 | java | package com.nolabs.lifeline11.Utilities.utilities.Model;
public class User {
String firstname;
String lastname;
String fullname;
String email;
String gender;
boolean postpermission;
boolean verified;
public User(){
}
public User(String firstname, String lastname, String ful... | [
"wllmhnry0@gmail.com"
] | wllmhnry0@gmail.com |
17f12d21942f8a56856fb93976ed0854fc07d7ca | 6252c165657baa6aa605337ebc38dd44b3f694e2 | /org.eclipse.epsilon.egl.sync/Scalability-Tests/boiler-To-Generate-400-Files/boiler-To-Generate-400-Files/syncregions-400Files/TemperatureController1682.java | f00b76b0f947beb220073ed965a0614770b2770d | [] | no_license | soha500/EglSync | 00fc49bcc73f7f7f7fb7641d0561ca2b9a8ea638 | 55101bc781349bb14fefc178bf3486e2b778aed6 | refs/heads/master | 2021-06-23T02:55:13.464889 | 2020-12-11T19:10:01 | 2020-12-11T19:10:01 | 139,832,721 | 0 | 1 | null | 2019-05-31T11:34:02 | 2018-07-05T10:20:00 | Java | UTF-8 | Java | false | false | 367 | java | package syncregions;
public class TemperatureController1682 {
public execute(int temperature1682, int targetTemperature1682) {
//sync _bfpnFUbFEeqXnfGWlV1682, behaviour
1-if(temperatureDifference > 0 && boilerStatus == true) { return 1; } else if (temperatureDifference < 0 && boilerStatus == false) {... | [
"sultanalmutairi@172.20.10.2"
] | sultanalmutairi@172.20.10.2 |
03330c78de9c1f959ff7c71a4dc956c57d912d96 | 140afdf1b586d26d5d46f914937da51a7c4cc87b | /src/main/java/springtutorial/tutorial/exception/ResourceNotFoundException.java | 02f72f5dfcb7e9fb5dbec9fba18a29dad59a63ac | [] | no_license | MrinmoyDebnath/demoCrudAPI | ee3f2dd240b3167c1e2ae30c151a6c3c047b00b1 | e9399e3260ecdbb7539ab77d4d10f203f7f7a85e | refs/heads/main | 2023-05-03T08:00:02.413139 | 2021-05-17T03:40:38 | 2021-05-17T03:40:38 | 368,036,732 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 404 | java | package springtutorial.tutorial.exception;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
@ResponseStatus( value = HttpStatus.NOT_FOUND)
public class ResourceNotFoundException extends RuntimeException {
private static final long serialVersionUID = 1l;
... | [
"mrinmoy.debnath@mountblue.tech"
] | mrinmoy.debnath@mountblue.tech |
65390bcd17cb98812e38e1d331f8fdd92de8d650 | f49bc3d40796c49e143346d33ca3bc314a91c35d | /EvidencijaProjekta/app/src/main/java/com/example/evidencijaprojekta/UlogaOsobeInfoList.java | 0a8baa0fbdd47b51748210f7aa385889b82c9476 | [] | no_license | marinsmoljanic/masters_thesis_project_android | 834ff22c3f9aa8cc7bbb88799c92d013c90f5f91 | fab39d9962efe6a4f96261418179e03ad2e51169 | refs/heads/master | 2023-02-21T02:21:10.172511 | 2021-01-19T22:32:19 | 2021-01-19T22:32:19 | 310,952,696 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 77 | java | package com.example.evidencijaprojekta;
public class UlogaOsobeInfoList {
}
| [
"marin.smoljanic2@gmail.com"
] | marin.smoljanic2@gmail.com |
913cfa66defd4368262d4164b68f9a267f8a6b28 | b3a0c96eebfb9d2feea695dd76c35f5f917241f6 | /src/main/java/com/zza/jpaa/controller/LogController.java | 72b53a56079c9df282a0902eea85f3a9990e0c4b | [] | no_license | unclesamsCream/bankAccountManageWeb | 1b842093fe8d4f597b342828a2bd5e84f56c03ad | 0e3e3b372e8ea90ef9215b0346d4581b8f5eb12e | refs/heads/master | 2022-07-17T18:33:34.150117 | 2020-05-13T10:44:25 | 2020-05-13T10:44:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,125 | java | package com.zza.jpaa.controller;
import com.zza.jpaa.common.ResultData;
import com.zza.jpaa.entity.dto.LogListDto;
import com.zza.jpaa.entity.vo.LogListVo;
import com.zza.jpaa.services.LogService;
import org.springframework.util.StringUtils;
import org.springframework.web.bind.annotation.*;
import javax.annotation.Re... | [
"zza1998@foxmail.com"
] | zza1998@foxmail.com |
5ef3215af177324f323bbff43ed93bffb0c9a0bb | 1991d03306521cdc26ea19afe605de1d7bb5481d | /src/com/company/Group.java | 083cf787aa9297a389cf811409613427c926c7aa | [] | no_license | aghia7/lecture5project | 0b72b0d1592e588458a6737f19352e3fdf70665d | 4835c75376739c7b5c3bbf8e245209cbc51f6bf8 | refs/heads/master | 2023-02-26T22:52:50.554586 | 2021-01-31T17:54:34 | 2021-01-31T17:54:34 | 334,719,851 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 718 | java | package com.company;
import java.util.ArrayList;
import java.util.List;
public class Group {
private List<User> users = new ArrayList<>();
public void addUser(User user)
throws NullPointerException, UserExistsException {
if (user == null) {
throw new NullPointerException("User... | [
"askar.khaimuldin@astanait.edu.kz"
] | askar.khaimuldin@astanait.edu.kz |
7b942b724b3c31ce0afa50ae7f522de5dc692c9a | 573410077140469035545d57ed50edbc416cbee1 | /Exercicio_189/src/entities/Program.java | 48283f0aa962f774676c6875ffc7d46f762148f0 | [] | no_license | LaianeRibeiroo/Curso_Java_repositorio | 2ffe8c329140297fe01c1d5dfc6a7429937fda58 | 4830bb6e378134e2088ec9ef4330c34b19980617 | refs/heads/master | 2023-08-18T10:36:31.215075 | 2021-10-18T11:18:26 | 2021-10-18T11:18:26 | 377,237,316 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,757 | java | package entities;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.text.ParseException;
import java.util.ArrayList;
import java.util.List;
import java.util.Locale;
import java.util.Scanner;
... | [
"laiane.ribeiro@estudante.iftm.edu.br"
] | laiane.ribeiro@estudante.iftm.edu.br |
7db0a41f0aa8616319ba59a25f9a6664cd8b034c | ea15e64534ea92c6ab84ea059ff5a8c879e8f6cd | /src/lab07/actors/ex/PeersMsg.java | 25e0fefcca12ebcacc34604e375a9bf2a2268ea8 | [] | no_license | LucaPascucci/pap_15_16 | bd208fa6fb477f73406d02a889d332aa2a731197 | 2b37d630bc4738bb0d5bffb89e4834e1a9931bdc | refs/heads/master | 2023-09-02T03:47:33.307163 | 2019-03-24T15:06:42 | 2019-03-24T15:06:42 | 430,444,292 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 257 | java | package lab07.actors.ex;
import java.util.List;
import akka.actor.ActorRef;
public class PeersMsg {
List<ActorRef> peers;
public PeersMsg(List<ActorRef> peers){
this.peers = peers;
}
public List<ActorRef> getPeers(){
return this.peers;
}
}
| [
"luca.pascucci@studio.unibo.it"
] | luca.pascucci@studio.unibo.it |
16a61ee0ba74193da9130991e7819d200b71b3f9 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_37721560ebdda0edc4dcaddfb3a830aeb39e6bfa/CorpusRepositoryFileImplTest/2_37721560ebdda0edc4dcaddfb3a830aeb39e6bfa_CorpusRepositoryFileImplTest_t.java | f0d05e8703b0dcf0bfb3b0ee704762d99e1647e3 | [] | 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,297 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.spnt.recognition.service.test;
import java.io.File;
import java.net.MalformedURLException;
import java.net.URL;
import java.text.MessageFormat;
import java.util.logging.Level;
import java.util.... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
fee44cbb0435d321e9d7950687d22928d6dab7a1 | 0f5f35be1946ba339628d9cc72d9b16b06cdb45d | /src/main/java/com/github/vaerys/sailutils/discordutils/wrappers/ClientObject.java | 631a5724ca57a87392322771af80d03ba783222a | [] | no_license | Vaerys-Dawn/SAILUtils | 7c665c50ad3e966d563610b1dcac71709a68f7e3 | 84abb009d3a087aff4c8b0da95b4e0d619236a1f | refs/heads/master | 2020-03-24T07:00:41.233439 | 2018-07-27T08:26:08 | 2018-07-27T08:26:08 | 142,549,678 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 644 | java | package com.github.vaerys.sailutils.discordutils.wrappers;
import discord4j.core.DiscordClient;
public class ClientObject {
private final DiscordClient client;
// private final UserObject botUser;
public final EventObject event;
public ClientObject(DiscordClient client, EventObject event) {
th... | [
"thelegotechhead@yahoo.com.au"
] | thelegotechhead@yahoo.com.au |
c981fd106ab6f284cbd6ef0f0dd1297042130621 | 9d00acc6dc1451b10622c6a0b1eb5394fe6deed2 | /src/main/java/org/gpfvic/mahout/cf/taste/impl/similarity/file/FileItemItemSimilarityIterator.java | 49619eeeae07ccbf7640cea54e47e52ffc0203af | [] | no_license | gpfvic/mlbox | 08e52f8f868179de714a9be54ffa5f8b1ecd4588 | 19af00640d922a4722c5e2e1040969f311cbd92e | refs/heads/master | 2020-12-24T20:52:22.379797 | 2016-05-03T06:50:59 | 2016-05-03T06:50:59 | 57,947,328 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,467 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"gaopengfei@jk.cn"
] | gaopengfei@jk.cn |
673572f8e06b3b73683ff181846b531f23946622 | 111eea2b24294973b3b1a866e5b111071d2cb402 | /proyecto_ninos/src/main/java/proyecto_ninos/Main.java | 07d8596480fb24d6b8833b92d09f39da03e03ec8 | [] | no_license | vmanu/PSP | e6b6561e407c012825895f9b9dc87cae46080c59 | 19f764c346c249640affe3c84a98133bb2405680 | refs/heads/master | 2021-01-21T13:03:28.544438 | 2016-05-11T06:29:01 | 2016-05-11T06:29:01 | 44,518,843 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,571 | 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 proyecto_ninos;
import java.util.InputMismatchException;
import java.util.Scanner;
/**
*
* @author Victor
*/
... | [
"vmanuoveuh@hotmail.com"
] | vmanuoveuh@hotmail.com |
5d4949fbc2ab18ffa75d96d257b234271b8d14b5 | 5fe7d86b2a4aa2407d605f6c9657c690c6621311 | /src/main/java/Pandatron76_StSMod/cards/custom_blue/Clawter.java | bbc5713b4dd3f0700587ccafbeed164cb8da2c6c | [] | no_license | Pandatron76/StsMod_Clawfect | 0b6e3582b86e8df3bad80f4233d20efdb408b447 | c8de646a1c4ea1db83826c700f9b03c1f5f87cbd | refs/heads/master | 2020-04-09T15:20:42.510070 | 2019-01-27T01:04:04 | 2019-01-27T01:04:04 | 160,423,045 | 0 | 1 | null | 2019-01-09T04:31:50 | 2018-12-04T21:46:57 | Java | UTF-8 | Java | false | false | 2,392 | java | package Pandatron76_StSMod.cards.custom_blue;
import Pandatron76_StSMod.Clawfect;
import Pandatron76_StSMod.actions.defect.ClawTagAction;
import Pandatron76_StSMod.patches.CardTagsEnum;
import basemod.abstracts.CustomCard;
import com.megacrit.cardcrawl.actions.AbstractGameAction;
import com.megacrit.cardcrawl.actions.... | [
"pandatron76@gmail.com"
] | pandatron76@gmail.com |
e074e69d3ac57d78a7760530985d3f068a0c96b5 | 1f795e83ab6f2a49d3f241692b43300792102e7b | /src/main/java/com/flexnet/operations/webservices/CreatedMaintenaceDataType.java | 4623cf2f069c80e2f6ae957d5003b4f9c298665c | [] | no_license | ali-j-maqbool/FNOAvangateConnector | 4b9f43626a074b33d7774ce2c5bf60b3312a31e7 | 93878e75bb9747e8b323065153bb280fc7b1f0b3 | refs/heads/master | 2021-01-17T21:11:29.063784 | 2016-06-24T11:29:34 | 2016-06-24T11:29:34 | 61,436,752 | 0 | 0 | null | 2016-06-24T11:29:35 | 2016-06-18T14:19:44 | Java | UTF-8 | Java | false | false | 4,941 | java | /**
* CreatedMaintenaceDataType.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
*/
package com.flexnet.operations.webservices;
public class CreatedMaintenaceDataType implements java.io.Serializable {
private java.lang.String recordRefNo... | [
"ali.j.maqbool@gmail.com"
] | ali.j.maqbool@gmail.com |
76cdeec0b1c995c168aa852fce8f2e9748eec8e9 | 81d4b9d6eb7d26a6729c340e5bd20edf5179d7cc | /app/src/main/java/com/codepath/apps/restclienttemplate/LoginActivity.java | 0981f74b871ab560f40816d90e6c7616c6e51433 | [
"MIT",
"Apache-2.0"
] | permissive | krishnakhadka200416/SimpleTweet | 4e1b2660ae94cf52bbac928cbea365c3fbbf875c | 9b9d3352663a8fab8377f3fabc9e22e0fe2e83a8 | refs/heads/master | 2023-03-09T16:51:34.286443 | 2021-02-25T23:07:37 | 2021-02-25T23:07:37 | 337,848,801 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,942 | java | package com.codepath.apps.restclienttemplate;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.util.Log;
import android.view.Menu;
import android.view.View;
import com.codepath.apps.restclienttemplate.models.SampleModel;
import com.codepath.apps.restclienttemplate.m... | [
"krishna.khadka@mavs.uta.edu"
] | krishna.khadka@mavs.uta.edu |
da245d92cbe833412f82b52a77c4d614d278c3ab | fc7a99d048d16cec61180aec68bcbd2e8837a714 | /app/src/main/java/com/example/lsc/weather1/activities/MainActivity.java | 789fbeffa2844439fda72b1384a31acb28279cfb | [] | no_license | StevenIIV/PlantNursing_final | ba877914111f66876f14ef983795aa41ece55023 | 9b295eb2ba295689b3f5b2f446b2200e4609d0d4 | refs/heads/master | 2020-04-29T21:59:15.068084 | 2019-03-19T05:53:35 | 2019-03-19T05:53:35 | 176,431,751 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,563 | java | package com.example.lsc.weather1.activities;
import android.Manifest;
import android.app.FragmentManager;
import android.app.FragmentTransaction;
import android.content.pm.PackageManager;
import android.graphics.Typeface;
import android.location.Location;
import android.os.Build;
import android.support.annotation.NonNu... | [
"291766389@qq.com"
] | 291766389@qq.com |
0647e1bd5a4c1d1bcae9a94aa8189fe088a20032 | 057b435be6cb6a57a0937f8e280267759086ca98 | /src/main/java/cn/cerc/jdb/other/TickCount.java | d7a57fbb92e40034cac3640c0488f09c41ea5f31 | [
"Apache-2.0"
] | permissive | mr-xhz/summer-db | 2ae100c8a2b40a47425fd703211debded65c9f02 | 2a96bfc7cc6b99844831d3582c4f05bde2ed6112 | refs/heads/develop | 2020-03-26T14:26:00.669564 | 2018-09-01T03:43:41 | 2018-09-01T03:43:41 | 144,987,087 | 0 | 0 | Apache-2.0 | 2018-09-01T03:43:41 | 2018-08-16T12:50:13 | Java | UTF-8 | Java | false | false | 801 | java | package cn.cerc.jdb.other;
import org.apache.log4j.Logger;
public class TickCount {
private static final Logger log = Logger.getLogger(TickCount.class);
private long lastTime;
public TickCount() {
this.lastTime = System.currentTimeMillis();
}
public void print(String message) {
l... | [
"sz9214e@qq.com"
] | sz9214e@qq.com |
98f1fc1a8c6a6b43de3967469e37fb1f8802dd73 | da53d71c01e0ac62fcbabea1655b38687cc54fc1 | /src/SWE/Interface/Hotelinterface.java | 31c365cf0e88c401cd2e7785db48e69ae6d43c3f | [] | no_license | marce132/SWEneu | e0b1ab90c9be94e5a45d0fba824f78fc3a172a08 | 7fa15fc1804f14bdef9f8d28e35cd5a665b625d6 | refs/heads/master | 2020-06-30T04:59:08.760782 | 2013-12-04T17:47:25 | 2013-12-04T17:47:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 861 | java | package SWE.Interface;
import java.util.UUID;
import SWE.hotelmanagement.hotels.Hotel;
//import SWE.usermanagement.users.AbstractUser;
import java.util.ArrayList;
public interface Hotelinterface
{
public abstract Hotel getHotelbyID(UUID id); // gets hotel by ID
public abstract Hotel getHotelbyName... | [
"markusblecha@eduroam-216-101.wlan.univie.ac.at"
] | markusblecha@eduroam-216-101.wlan.univie.ac.at |
96d3c9084bdac522c8765713a1e604c99e936803 | 72faa32e73e4308643df99fd3af57d12f769050c | /src/main/java/bakacraft/WeaponSkills/BowEffects/PushArrowR.java | 436100e84e246200fa77d05fbd42596c20f1cf68 | [
"MIT"
] | permissive | Deliay/BAKACraft | 3956b2cbfe154f52a7b45d0d1b3d583987001cac | 37687fb8c3f0362c12c0223303708d9e1cacdeb3 | refs/heads/master | 2021-01-01T15:38:48.240687 | 2017-07-30T02:00:08 | 2017-07-30T02:00:08 | 97,665,919 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,203 | java | package bakacraft.WeaponSkills.BowEffects;
import bakacraft.WeaponSkills.BaseSkillBow;
import org.bukkit.entity.LivingEntity;
import org.bukkit.event.entity.EntityDamageByEntityEvent;
import org.bukkit.event.entity.EntityDamageEvent;
import org.bukkit.inventory.ItemStack;
/**
* Created by admin on 2017/7/14.
*/
pub... | [
"admin@remiliascarlet.com"
] | admin@remiliascarlet.com |
f4e32a0066eb56f12ee57abc1e91109af0ab8ffb | a7ef0472e3a1706f922b5e3068806c83fcdbf3ad | /数组/二分查找/最接近的二叉搜索树值.java | 43dfe0529d3772fa902ac486c770834ecdac436a | [] | no_license | kolibreath/oj_practrice | b0ccdb9fb2a4d00e3420d1fa1128cc5906615cbc | 84b8daeb9bfe8c8c7e5224e2b41b121a2f9fd810 | refs/heads/master | 2022-02-16T01:09:58.886379 | 2022-01-30T01:39:02 | 2022-01-30T01:39:02 | 126,612,972 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 463 | java | public class 最接近的二叉搜索树值 {
class Solution {
public int closestValue(TreeNode root, double target) {
int val, closest = root.val;
while (root != null) {
val = root.val;
closest = Math.abs(val - target) < Math.abs(closest - target) ? val : closest;
... | [
"734780178@qq.com"
] | 734780178@qq.com |
5a9df4fa7c21be9b3cc5b3752663709f7b981829 | f7f9d7fa841e856927e02513ecc74dc00c935f8a | /server/src/test/java/org/codelibs/fesen/discovery/PeerFinderMessagesTests.java | d60cea017abfb59806c445c747f1017cc54bca11 | [
"CDDL-1.0",
"MIT",
"BSD-3-Clause",
"LGPL-2.0-or-later",
"LGPL-2.1-only",
"NAIST-2003",
"LicenseRef-scancode-generic-export-compliance",
"ICU",
"SunPro",
"Python-2.0",
"CC-BY-SA-3.0",
"MPL-1.1",
"GPL-2.0-only",
"CPL-1.0",
"LicenseRef-scancode-other-copyleft",
"Apache-2.0",
"LicenseRef... | permissive | codelibs/fesen | 3f949fd3533e8b25afc3d3475010d1b1a0d95c09 | b2440fbda02e32f7abe77d2be95ead6a16c8af06 | refs/heads/main | 2022-07-27T21:14:02.455938 | 2021-12-21T23:54:20 | 2021-12-21T23:54:20 | 330,334,670 | 4 | 0 | Apache-2.0 | 2022-05-17T01:54:31 | 2021-01-17T07:07:56 | Java | UTF-8 | Java | false | false | 5,584 | java | /*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... | [
"shinsuke@apache.org"
] | shinsuke@apache.org |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.