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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
afc4a1cee993c687a2a137abbff4f2b74d3f3ce7 | a0057d39de1afca5ce23584a8e1d9d67a5f756cb | /src/main/java/twopointers/MajorityElementII.java | 7d1c079704f9ae6c411d255b67ce31d6514c5af5 | [] | no_license | JasonHub5/algorithmLearning | e4deef492a5eaf9b59d5815a63338c32df5aa2ae | 5f3b753470c7879649ec7927f4147a59b428db27 | refs/heads/master | 2021-07-18T09:40:48.276689 | 2019-12-27T09:28:34 | 2019-12-27T09:28:34 | 220,367,762 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,536 | java | /*
229. 求众数 II
中等
给定一个大小为 n 的数组,找出其中所有出现超过 ⌊ n/3 ⌋ 次的元素。
说明: 要求算法的时间复杂度为 O(n),空间复杂度为 O(1)。
示例 1:
输入: [3,2,3]
输出: [3]
示例 2:
输入: [1,1,1,3,3,2,2,2]
输出: [1,2]
*/
package twopointers;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class MajorityElementII {
public static List<I... | [
"jingfengkongjian@qq.com"
] | jingfengkongjian@qq.com |
9d82c6701255e752591c90187db66769547a04fb | 84de269bca55372c86f0c89f04b29aedb4cf6990 | /app/src/main/java/com/example/huxianming/smsdemo/SmsReceiver.java | 183bbee47bf713137db6104bb23b33275556dc16 | [] | no_license | hxm1114/SmsDemo | 13174dfb01f77ebb18cd4699ebbc2d36c5130327 | 7877a2f6c1e34b1cd22f2865ab7e002c9115c887 | refs/heads/master | 2021-01-01T06:44:59.646495 | 2015-07-03T06:31:26 | 2015-07-03T06:31:26 | 38,475,183 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,070 | java | package com.example.huxianming.smsdemo;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.telephony.SmsMessage;
public class SmsReceiver extends BroadcastReceiver {
public SmsReceiver() {
}
@Override
publi... | [
"huxianming@huxianmingdeMacBook-Pro.local"
] | huxianming@huxianmingdeMacBook-Pro.local |
901c94745f0d1f982a2c63b34f8382ab2b9691c8 | 18b8c6d2a4aa9b095215ff35157480e60285dd51 | /src/main/java/com/certification/ocp/lambda/BinaryOperatorInterfaces.java | 1e3358c32a82211cf054f2fc3170c72f2904638f | [] | no_license | mouhamed-ali/ocaja8-ocajp8-preparation | a261460230157dba31ddf811b37ca0a0ac4bfefc | 51e8a009e14f6a2dac8fb6b2880c85814ac8d520 | refs/heads/main | 2023-05-06T16:35:27.608691 | 2021-05-31T19:17:29 | 2021-05-31T19:17:29 | 361,118,310 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,818 | java | package com.certification.ocp.lambda;
import java.util.function.BinaryOperator;
import java.util.function.DoubleBinaryOperator;
import java.util.function.LongBinaryOperator;
public class BinaryOperatorInterfaces {
public static void main(String[] args) {
// The binary operator is a specialization of BiF... | [
"amdouni.mouhamed.ali@gmail.com"
] | amdouni.mouhamed.ali@gmail.com |
f9a0f9cac2538ee28ff61ac49cc421da6f8e885f | 147ad2ffd1848cf532ab7b075832779b6d1a7c9b | /src/controller/TicketMachineSearchInfo.java | f40b5944a4a715cd991dffe9198a1daa60dbe55c | [] | no_license | Samir692/TicketMachine | 778857de5d76d0bafaa8129e436542ef9369a9ec | e91a3576c4e28b13e6ab6a8dbb5fd0d20472f6a9 | refs/heads/master | 2021-07-15T04:07:26.839449 | 2017-10-09T19:33:09 | 2017-10-09T19:33:09 | 106,326,986 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 553 | java | package controller;
public class TicketMachineSearchInfo {
public TicketMachineSearchInfo(){}
private String location;
private int district;
public String getLocation() {
return location;
}
public void setLocation(String location) throws Exception {
if(!location.isEmpty())
this.location = location;
... | [
"samir.huseynzade.966@gmail.com"
] | samir.huseynzade.966@gmail.com |
74259183f67b736f6cd8b8ef294eaa232b85f331 | b963d14089cf2eea4955210ef4f3b899904d1779 | /HRService/src/main/java/com/ebit/hrmanagement/service/EmpSalaryService.java | 7070ce163522e65aa7749a1db95e0613109fcc7d | [] | no_license | saurabhsharmaj/HRManagement | d3b990c71e9bacba4be862f77e89aeaa9be29d10 | f49c20b395e7160918e9025b17173598b987586a | refs/heads/main | 2023-06-26T20:45:37.220731 | 2021-08-02T08:13:51 | 2021-08-02T08:13:51 | 390,319,521 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 75 | java | package com.ebit.hrmanagement.service;
public class EmpSalaryService {
}
| [
"saurabh.find@gmail.com"
] | saurabh.find@gmail.com |
86ffdb9849e78572e25f4a2525b96d4869c2d9de | 10c36d05f34582dcaa6181d549477b8932abe813 | /src/java/daos/ProductoDAO.java | e820e387cf64ad3e5eb82780c4251a0264d9b0bb | [] | no_license | ctec105/WebServiceReealoTomcat | 48e37554e2b175452f1394fd98c66f562f4ae641 | d10867e14ef70ed6f1d6b39f53626106cebd7f9a | refs/heads/master | 2020-12-05T15:42:55.450004 | 2020-01-06T18:21:04 | 2020-01-06T18:21:04 | 232,159,335 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,016 | 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 daos;
import entidades.Producto;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.Resu... | [
"cibertec10.5@hotmail.com"
] | cibertec10.5@hotmail.com |
4b941a9bc31a370aa155fe06a004782e9e6f48cc | 288d6e277409f801eb0f0856663c46b877a46da4 | /JavaFuns/src/code/io/ByteBufferEx.java | e0e7a7ea938ac2cba82d4dc10d246dd8def9151f | [] | no_license | idlelearner/algoprobs | 31cff55a939251a229c2133cb27661c52db77dc3 | 862460554a07ce329e58978af9ad2e0daacf7bb1 | refs/heads/master | 2020-12-25T17:36:24.696385 | 2016-08-08T03:52:47 | 2016-08-08T03:52:47 | 12,516,398 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 480 | java | package code.io;
import java.nio.ByteBuffer;
public class ByteBufferEx {
public static void main(String[] args) {
String msg = "This is a log message not so small that you can use to test. I hope you have fun and it works well!";
byte[] msgBytes = msg.getBytes();
ByteBuffer bb = ByteBuffer.allocate... | [
"Idlelearner@Dhass"
] | Idlelearner@Dhass |
49f1223495f779b4c7a5ca84867c7d31610b8cee | d6182a7fa3e760ce587f4ecdd17d885e123b9c38 | /src/spring/aopannotation/SayDemo.java | ccf6a90d0bc0eb84ab6d2cd99dac13caf3140ac0 | [] | no_license | hanbing2019/java | df246559dfd3084e03f15e8b141c0fe0a89ffa4f | 37ee9546757b0e5d9b74b17b68a2ef73920311f7 | refs/heads/master | 2021-02-11T19:12:03.684244 | 2020-03-03T01:46:16 | 2020-03-03T01:46:16 | 244,521,323 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 312 | java | package spring.aopannotation;
import org.springframework.stereotype.Component;
@Component
public class SayDemo
{
public void say()
{
System.out.println("hello world !!");
// throw new RuntimeException("--Òì³£--");
}
public void count(int count)
{
System.out.println("get num :" + count);
}
}
| [
"961135986@qq.com"
] | 961135986@qq.com |
967486de416cba239aaae2611f1320e6018701e4 | 9b0d8022e3c224afcb917adfd835b71bdabe14c2 | /src/main/java/com/java/improve/callBack/Testb.java | 560dee5d222cd30266c9bfa3f6418a62948a01c0 | [] | no_license | gongchunru/effectiveJava | 46efab4e0fc25827e7ea1dbff2c761798781cb25 | 5909a88de7672f449f0eca00eac5956f685ac4ce | refs/heads/master | 2021-01-19T10:08:55.232041 | 2019-02-27T16:24:37 | 2019-02-27T16:24:37 | 82,163,537 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 665 | java | package com.java.improve.callBack;
/**
* @author gongchunru
* @Package com.java.improve.callBack
* @date 16/9/15 17:14
*/
public class Testb implements ICall {
protected static String aa = "这是一个字符串";
@Override
public void method(String a) {
aa = a;
System.out.println(" 中间值 "+aa);
... | [
"gongchunru@163.com"
] | gongchunru@163.com |
b261b55f8d0f426c2aa55274fc68b12ffec9d196 | 23cd28281c9310913d03144b6829ca252a9fdbf1 | /src/admin/action/MemberGradeManagementAction.java | 72d45aabb4f332d0d5d0233abb9505b25206dc23 | [] | no_license | kiiooxx/JHJ | 9fe853d8db863b8cadcf26c7fad16e607a9c458f | ecb681f1e48e396b7fa97c59ef3156cfa0652df4 | refs/heads/master | 2020-12-28T00:46:57.488960 | 2020-04-26T00:37:39 | 2020-04-26T00:37:39 | 237,856,583 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,606 | java | package admin.action;
import java.io.PrintWriter;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import action.Action;
import admin.svc.MemberGradeManagementSvc;
import vo.ActionForward;
import vo.Member;
public class ... | [
"58679321+Lee-HyeonJi@users.noreply.github.com"
] | 58679321+Lee-HyeonJi@users.noreply.github.com |
4e80659e63d6973238d9c9424d4f5de315660103 | c27a6c1e69cbc878666647420f9955ee3f664592 | /context/src/main/java/com/zqkh/archive/context/configuration/MQConfiguration.java | 601993e84d5132f8bc9162c5299e6cccde3fff4a | [] | no_license | mathcompelte/microservice-archive | 54966b2981a708a7d714c06aad6a49ee5c237729 | 0dff4fc46bd64c4cccf588da7e7ce885e59876c2 | refs/heads/master | 2021-09-18T17:07:49.139007 | 2018-07-17T10:06:55 | 2018-07-17T10:06:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,017 | java | package com.zqkh.archive.context.configuration;
import com.jovezhao.nest.amq.AMQChannelProvider;
import com.jovezhao.nest.amq.AMQProviderConfig;
import com.jovezhao.nest.ddd.event.ChannelProvider;
import com.jovezhao.nest.ddd.event.EventConfigItem;
import com.zqkh.gene.event.dto.GeneOrderStatusEventDto;
import com.zqk... | [
"512271472@qq.com"
] | 512271472@qq.com |
964405633ad22efbcc926b4e659bedd16a7c4204 | 735005f6541e7a66fd57a7fc5c574ac1fc444db6 | /src/com/shastram/web8085/client/pattern/SignalSlot.java | 17d2f6c03adea523b385eea9f41bc67b7f4cac8b | [] | no_license | selfmodify/web8085 | 1a11b81ed16831c87d85e115c70bc14c8b2d99cd | 969c886fc38275cf4a1b2793b32b65daaaa96e9a | refs/heads/master | 2021-05-28T13:12:06.231726 | 2015-05-05T04:33:30 | 2015-05-05T04:33:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,284 | java | package com.shastram.web8085.client.pattern;
import java.util.ArrayList;
import java.util.HashMap;
public class SignalSlot extends Observable {
public static enum Signals {
EXAMPLE_SOURCE_CODE_AVAILABLE
}
private HashMap<Signals, ArrayList<Observer>> observerMap = new HashMap<SignalSlot.Signals,... | [
"kumar.vijay@gmail.com"
] | kumar.vijay@gmail.com |
2e1c864cabe189ef6aed2fa6add08e4165c881c0 | da0e9bf0093127459a08a77597d0cfbc806b7124 | /rosjava_tf/rosjava_android_gps/android_src/org/ros/rosjava/android/views/RosImageView.java | 9e2a6245e12f2eeb82200c0e8d91a5d2451c3ffd | [] | no_license | nickarmstrongcrews/hl-ros-pkg | d8b93fb3a6a145e7eb48d81511a9df8a28da7cba | 6866d91182c25c59aa65646f469a392fc5c73343 | refs/heads/master | 2016-09-05T11:17:47.415840 | 2011-09-24T23:45:52 | 2011-09-24T23:45:52 | 32,208,671 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,651 | java | /*
* Copyright (C) 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | [
"nick@heuristiclabs.com@cd5f99c4-7c93-92ea-9161-56830371f3b7"
] | nick@heuristiclabs.com@cd5f99c4-7c93-92ea-9161-56830371f3b7 |
73cf6b99d0d1c81b61eb06555f70c4699a8dfb91 | f883ec7c0d48efef769633256cbd8cfc9ca68a14 | /web/src/main/java/by/estore/web/tag/PaginationTag.java | 71e2708090adf8f41c18080b69337536d08d8cc9 | [] | no_license | pallid4m/jwd-final-project | 7a3c7d2ff9954e603ab5a68c5dd889706d6237ee | 43280bcb694914a08fa4ac0c768bb49a2c66a701 | refs/heads/master | 2023-02-02T17:56:55.240499 | 2020-12-20T15:55:02 | 2020-12-20T15:55:02 | 300,156,139 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,402 | java | package by.estore.web.tag;
import javax.servlet.jsp.JspException;
import javax.servlet.jsp.JspWriter;
import javax.servlet.jsp.tagext.SimpleTagSupport;
import java.io.Writer;
public class PaginationTag extends SimpleTagSupport {
private String uri;
private int offset;
private int count;
private int ma... | [
"pallid4m@gmail.com"
] | pallid4m@gmail.com |
a2f59023b24ed3e609c311cfcc134ef046c6f482 | 424ae9748e73719a8f21ca487cc55a5ee8b59d92 | /app/src/test/java/com/ed/androidxdemo/ExampleUnitTest.java | 95971710bbb6df7da022c4389f1082cedf7cd359 | [] | no_license | liujianguangnice/androidx_gradle | 3e22ee7a83a58ffdc34ac630ea22209abbaf524b | ddc7232069ac691e09fbffc06c95118abb884d30 | refs/heads/master | 2022-11-22T16:55:31.704606 | 2020-07-29T14:52:47 | 2020-07-29T14:52:47 | 283,156,101 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 380 | java | package com.ed.androidxdemo;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void ad... | [
"liujianguangnice@gmail.com"
] | liujianguangnice@gmail.com |
ea53983cee02d62ee195a277adee735167199bee | d9f27405cb6aa662adbfde4dece259bf5588e132 | /app/src/main/java/com/example/anggi/anggi_priatna_1202150042_modul6/model/Comment.java | 9650d3a4cacd49c091aa1b3b0a8301c325919b93 | [] | no_license | Priatnaanggi/ANGGI-PRIATNA_1202150042_MODUL6 | 0580afc15468351ee1b98bd29102cc2250aca4bc | aa7afa3a6e6090a91d9d2fb63979b351b37fb025 | refs/heads/master | 2020-03-07T18:43:10.968526 | 2018-04-01T16:32:45 | 2018-04-01T16:32:45 | 127,649,425 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 793 | java | package com.example.anggi.anggi_priatna_1202150042_modul6.model;
/**
* Created by Anggi on 4/1/2018.
*/
public class Comment {
String id;
String username;
String comment;
public Comment(){}
public Comment(String id, String username, String comment) {
this.id = id;
this.username... | [
"anggi.priatna.ap@gmail.com"
] | anggi.priatna.ap@gmail.com |
0182a09360fd944905827caeac93bc400b5b77c6 | d32fc624979d92d9bb9217801c50b8089d78845d | /Monopoly/.settings/src/monopoly/game/Bank.java | ac70e9e6830cbaacd8f81805e08c57e17add6a62 | [] | no_license | IanScott/University-Projects | bcd7e3b01201c573c6fe6df9ce3ff0bfd7de4930 | 08175eff3830bf04064948ed2735220421990a57 | refs/heads/master | 2021-01-17T06:09:03.493956 | 2016-07-26T10:54:57 | 2016-07-26T10:54:57 | 51,010,749 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,445 | java | package monopoly.game;
/**
* Class is responsible the management of the houses and hotels.
* @author Ian van Nieuwkoop
*
*/
public class Bank {
private static final int MAXHOUSES = 32;
private static final int MAXHOTELS = 12;
private int houses = MAXHOUSES;
private int hotels = MAXHOTELS;
/**
... | [
"i.vannieuwkoop@hotmail.com"
] | i.vannieuwkoop@hotmail.com |
f1e5a9f374c8fdb06a978f400fb5724c17410f96 | 264bb62356f8aaeb9eba8d4275a0f5379d72a9e8 | /limits-service/src/main/java/br/com/bcp/limitsservice/AppLimits.java | 108789527a43971d0adf1401ddd713b778047833 | [] | no_license | bproenca/spring-cloud-bcp | dd50794b752e99b1e31d6b7cee882ee208aea91a | e54bf190a3c775ac28b2bedb5d04f4a7576e402a | refs/heads/master | 2022-12-07T15:58:48.306816 | 2020-04-12T18:20:38 | 2020-04-12T18:20:38 | 250,657,714 | 0 | 0 | null | 2022-11-24T09:17:33 | 2020-03-27T22:01:03 | Java | UTF-8 | Java | false | false | 627 | java | package br.com.bcp.limitsservice;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import org.springframework.cloud.netflix.hystrix.EnableHystrix;
@SpringBootApplication
@Ena... | [
"bruno.proenca@synchro.com.br"
] | bruno.proenca@synchro.com.br |
884c0e28ab6da076b6fec35630e8d1dd1cff6a01 | c23d004d5ba7ba24948e766ce2e2bae65ac806fe | /app/src/main/java/com/example/animesh/kudos/activity/DriverSettingsActivity.java | aeea7b777a92671a87d53e9b93c4a88a81e6ff51 | [] | no_license | animesh2411/Kudos-android-app | 11d2c0223beb7462f05f41e92d8dfc9c067d921b | 863346331e32076d949e111672b2d0e076b818df | refs/heads/master | 2020-03-14T03:47:38.343365 | 2018-04-28T17:00:03 | 2018-04-28T17:00:03 | 131,427,508 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,892 | java | package com.example.animesh.kudos.activity;
import android.app.Activity;
import android.content.Intent;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.Bundle;
import android.provider.MediaStore;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
impor... | [
"animesh2411@gmail.com"
] | animesh2411@gmail.com |
43b1822c4a085a47afd54ec82277375415964ad0 | b89ac156bd3e5231599ef0c708bba19419e77e18 | /app/src/main/java/com/wangdaye/mysplash/main/view/fragment/SearchFragment.java | 277b83f681018665a4711e76fb6919f056d0781f | [] | no_license | dainguyen2193/Mysplash | fe8c409d0290fc353be74dbb1032e5d92a164844 | 9f7722f35e62131f1b1cdef553e4614ed743920f | refs/heads/master | 2020-12-25T23:19:56.920176 | 2016-09-15T03:05:28 | 2016-09-15T03:05:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,826 | java | package com.wangdaye.mysplash.main.view.fragment;
import android.content.Context;
import android.os.Bundle;
import android.os.Message;
import android.support.design.widget.CoordinatorLayout;
import android.support.v4.app.Fragment;
import android.support.v7.widget.Toolbar;
import android.view.KeyEvent;
import android.v... | [
"wangdayeeeeee@gmail.com"
] | wangdayeeeeee@gmail.com |
f891af285f20501c9e4d554f722664a934f7ab2b | d253c9173e484d88431817ca6430105c613e4312 | /dina-datamodel/target/generated-sources/annotations/se/nrm/dina/datamodel/Fieldnotebookattachment_.java | b1bce4a80e52d9864d56af8f23a14865ef3e4c56 | [] | no_license | idahjli/dina-project | d59e5281aaaa3fdcf9a0e10a2443fd901482d111 | 975cbfd1b5dfcb83e618b03ed593f22c6448fc24 | refs/heads/master | 2021-01-10T09:41:52.493365 | 2016-03-23T13:57:51 | 2016-03-23T13:57:51 | 54,889,548 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,156 | java | package se.nrm.dina.datamodel;
import javax.annotation.Generated;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamodel.StaticMetamodel;
import se.nrm.dina.datamodel.Agent;
import se.nrm.dina.datamodel.Attachment;
import se.nrm.dina.datamodel.Fieldnotebook;
@Generated(value="Eclipse... | [
"idali@Idas-MacBook-Air.local"
] | idali@Idas-MacBook-Air.local |
742271f23965f9e22021f5c469ae85c1702d2148 | 2ce59c376166d736a9653b52780a57918886ecca | /javacore/studentapp/src/com/ustglobal/studentapp/qspiders/TestB.java | ed788867edeb3f3b05ca271b96cd6586d16cdd2a | [] | no_license | reshuvishwa1705/USTGlobal_Training_Codes | bbb2f8f3f14699cf2c5fe458c8fe2f7631618cfa | 321c895a506e0dec51845521bf0b6a5ee50c41ea | refs/heads/master | 2022-06-27T11:23:37.364973 | 2019-11-26T09:56:23 | 2019-11-26T09:56:23 | 223,371,010 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 295 | java | package com.ustglobal.studentapp.qspiders;
import static com.ustglobal.studentapp.jspiders.Remote.*;
import com.ustglobal.studentapp.jspiders.Remote;
public class TestB {
public static void main(String[] args) {
on();
System.out.println(num);
StringBuffer sf=new StringBuffer();
}
}
| [
"vishwakarmareshu@gmail.com"
] | vishwakarmareshu@gmail.com |
f1dd8bcdadb5b1404a2128b09b35c9f821b8ebe2 | f0e1abb62bb035b42d77e92d0e7d40898f4e6de7 | /src/main/java/com/vs/kafka/model/MyEntitySchema.java | 3d5fb43dc431fb12e1c20ca84f0e9b89d370ae40 | [] | no_license | BohdanZhezlo/kafka-connector | b0d5ffa30d936a29022c36dd007e3a4913517924 | 4641c093bab8a3b09b17e58255ea098ddb2a4a80 | refs/heads/master | 2021-06-25T05:13:34.758690 | 2019-10-31T13:00:41 | 2019-10-31T13:00:41 | 218,763,703 | 0 | 0 | null | 2021-03-31T21:30:28 | 2019-10-31T12:44:31 | Java | UTF-8 | Java | false | false | 1,025 | java | package com.vs.kafka.model;
import org.apache.kafka.connect.data.Schema;
import org.apache.kafka.connect.data.SchemaBuilder;
import org.apache.kafka.connect.data.Struct;
public class MyEntitySchema {
private static final String INT_FIELD = "intField";
private static final String STRING_FIELD = "stringField";... | [
"bohdan.zhezlo@yahoo.com"
] | bohdan.zhezlo@yahoo.com |
c25636e8b438831e4f0f68f2d8709a5809e8ac18 | 4638c49d1e494bcc243c0e7b6278d7b1615f825e | /src/main/java/clone/CloneTest.java | ef9d9b7b3630c07abaab0121118c92806d3eebba | [
"Apache-2.0"
] | permissive | pczx/interview_code | 8bbdbca82b4a9aeffd6cc2809fb07d13efeaea88 | 39d306853e0147cca08f5bb0f25548c07e02cbd6 | refs/heads/master | 2023-05-03T08:32:27.342113 | 2021-05-13T02:55:30 | 2021-05-13T02:55:30 | 305,874,515 | 0 | 0 | null | 2021-05-13T02:54:52 | 2020-10-21T01:22:31 | Java | UTF-8 | Java | false | false | 542 | java | package clone;
public class CloneTest {
public static void main(String[] args) {
try {
Employee original = new Employee("John Q. Public", 50000);
original.setHireDay(2000, 1, 1);
Employee copy = original.clone();
copy.raiseSalary(10);
copy.setHire... | [
"chenzhengpeng@vipkid.com.cn"
] | chenzhengpeng@vipkid.com.cn |
0d92ddb642439c3b58c4cb5ebd57cc92537219bc | 0d8b562ac93f7d13109579bccdb485b5c1350c0b | /rapla-source-1.8.2/src/org/rapla/storage/CachableStorageOperatorCommand.java | 21ff3f4ac813f02651ccd54fd2ccca8c4e5174bf | [] | no_license | jcoona/Rapla | ccc67de07983ea2e4a9a74ef4ae8085a5376e14c | 9ba6108fa855b2f867fdd461be8c3d76bd43d803 | refs/heads/master | 2020-12-30T11:39:59.608805 | 2015-12-22T02:48:11 | 2015-12-22T02:48:11 | 91,515,608 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 194 | java | package org.rapla.storage;
import org.rapla.framework.RaplaException;
public interface CachableStorageOperatorCommand {
public void execute( LocalCache cache) throws RaplaException;
}
| [
"karl.severin@engr.uconn.edu"
] | karl.severin@engr.uconn.edu |
8ab32be35266614037a73bff34854237caa2d8b6 | 9ed3d264f0bb8962849700fad541712936dec558 | /day46/src/Offer9.java | 71487548b05aec871cab7ab6293d219e7e3a847a | [] | no_license | GourdWa/LeetCode | 2fce8b7537ffe9683295acda7effd7fd91a86e7c | c3c58d4417ae797bca51e672ace2b167866907e3 | refs/heads/master | 2023-01-29T19:36:13.714254 | 2020-12-05T09:27:06 | 2020-12-05T09:27:06 | 266,662,025 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,800 | java | import java.util.Deque;
import java.util.LinkedList;
import java.util.Queue;
import java.util.Stack;
/**
* @author Zixiang Hu
* @description 剑指 Offer 09. 用两个栈实现队列
* @create 2020-06-30-10:51
*/
public class Offer9 {
//非最优解答
/* class CQueue {
private Stack<Integer> stack1;
private Stack<Intege... | [
"1312685188@qq.com"
] | 1312685188@qq.com |
bf11ac92a6a3c8e6f191ab83a225bc702a0f8448 | c1329dc71a40cedca8e5a3217b2b7507953c1cc3 | /Structural Design Patterns/Flyweight Pattern/Shape.java | 5f081e54752459e3a7f03e66a0fa2ea245bcbf67 | [] | no_license | Chris-Slattery/Design-Patterns | 30809c948103c99661409d62ed695b46242fbf9d | 6012ae8c46d903c636a0ab0e7b405cd1cdbc4630 | refs/heads/main | 2023-07-28T13:06:51.454763 | 2021-09-09T15:18:27 | 2021-09-09T15:18:27 | 404,764,610 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 130 | java | /**
* @(#)Shape.java
*
*
* @author
* @version 1.00 2021/7/21
*/
public interface Shape {
void draw();
} | [
"noreply@github.com"
] | Chris-Slattery.noreply@github.com |
5e71497b42972d272ebfe791bd514b00f9d20349 | 56fe53e612720292dc30927072e6f76c2eea6567 | /onvif/src/org/onvif/ver10/schema/Defogging.java | c3386c3e7d94110c3ca99ceba9929d2a35c710c6 | [] | no_license | guishijin/onvif4java | f0223e63cda3a7fcd44e49340eaae1d7e5354ad0 | 9b15dba80f193ee4ba952aad377dda89a9952343 | refs/heads/master | 2020-04-08T03:22:51.810275 | 2019-10-23T11:16:46 | 2019-10-23T11:16:46 | 124,234,334 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,145 | java | package org.onvif.ver10.schema;
import java.util.HashMap;
import java.util.Map;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
impo... | [
"420188751@qq.com"
] | 420188751@qq.com |
c26e32b53212c32e35856cfc80aa22a5e98329de | 95793049fcd04f87a220083b480a062d5da7b1da | /src/main/java/com/spiderrobotman/Gamemode4Engine/command/NickCommand.java | 9c974031ced4fb3175820960255692fe5aabc111 | [
"MIT"
] | permissive | SpiderRobotMan/Gamemode4Engine | 233f6b48b85af5da2f536113940a1ca35af09aac | 695a5a0c4e66cd50982ba813b6f4348dedac7246 | refs/heads/master | 2021-01-12T13:54:13.725651 | 2016-07-04T01:15:45 | 2016-07-04T01:15:45 | 54,951,468 | 2 | 4 | null | 2016-07-04T01:15:48 | 2016-03-29T06:28:31 | Java | UTF-8 | Java | false | false | 9,442 | java | package com.spiderrobotman.Gamemode4Engine.command;
import com.spiderrobotman.Gamemode4Engine.main.Gamemode4Engine;
import com.spiderrobotman.Gamemode4Engine.util.TextUtil;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.OfflinePlayer;
import org.bukkit.command.Command;
import org.bukkit.comma... | [
"spiderrobotman@gmail.com"
] | spiderrobotman@gmail.com |
1acd8a576e26166abbed48085cd5891e7efb2cbf | b7936f9a99afb096bc6d68448c32631d7416e177 | /build/tmp/recompileMc/sources/net/minecraft/command/CommandTime.java | c6f55b8e1db287fa3de154e4e2e6f7ede4b90401 | [] | no_license | AlphaWolf21/JATMA | ff786893893879d1f158a549659bbf13a5e0763c | 93cf49cca9e23fa1660099999b2b46ce26fb3bbb | refs/heads/master | 2021-01-19T02:43:34.989869 | 2016-11-07T04:06:16 | 2016-11-07T04:06:16 | 73,483,501 | 2 | 0 | null | 2016-11-11T14:20:06 | 2016-11-11T14:20:05 | null | UTF-8 | Java | false | false | 4,326 | java | package net.minecraft.command;
import java.util.Collections;
import java.util.List;
import javax.annotation.Nullable;
import net.minecraft.server.MinecraftServer;
import net.minecraft.util.math.BlockPos;
import net.minecraft.world.WorldServer;
public class CommandTime extends CommandBase
{
/**
* Gets the nam... | [
"techperson71@gmail.com"
] | techperson71@gmail.com |
77f5cd099117bd4a225caac0976d42c852c9d9f1 | 431c8f6b34deab0fcb0f55c8551e21e694b4ec3c | /qywx_ms/src/com/grgbanking/core/entity/workorder/WsSjTypeOptionsBean.java | f38e9c7e312d41adf587a4ecbc93dbf01c823046 | [] | no_license | beclever/qywx_ms | 763a07c9fcdcbaea1256acfc2b7a62b0625a0681 | 98aa893b21bb9972bd37bbf7765f11fec125e0fc | refs/heads/master | 2016-08-11T21:54:56.708501 | 2016-03-29T09:15:20 | 2016-03-29T09:15:20 | 54,962,390 | 0 | 4 | null | null | null | null | UTF-8 | Java | false | false | 815 | java | package com.grgbanking.core.entity.workorder;
//巡检类型选项信息
public class WsSjTypeOptionsBean {
private WsOptionsBean firstType;// 第一个选项 N 数据结构(Y),详见5.1.21
private WsOptionsBean secondType;// 第二个选项 Y 数据结构(Y),详见5.1.21构详见5.1.21
private String explain;// 说明 Y String(N)
public WsOptionsBean getFirstType()... | [
"849191840@qq.com"
] | 849191840@qq.com |
c49cc7a994a36fda585de952c9c1489571bc3338 | 51de9cded5c0c7cf4d231a69bb5e9e1d6b075e49 | /src/main/java/aplikasi/service/ServiceBarang.java | 4e08c86966f89c057635e6e2733eea3441f089e2 | [] | no_license | dhanggas/tugas_PBO | c11c86a0c34c841631c21a1f7795354f48ea2fe0 | 9c7599883b0e40bc00067ba0bcaae350c97af107 | refs/heads/master | 2020-03-16T08:51:51.145970 | 2018-05-08T12:36:27 | 2018-05-08T12:36:27 | 132,603,806 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,141 | 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 aplikasi.service;
import aplikasi.entity.Barang;
import aplikasi.entity.KategoriBarang;
import aplikasi.repository.RepoBarang;... | [
"dhanggas@gmail.com"
] | dhanggas@gmail.com |
30743d3788d7bfa991880b93a9f408ada85a0998 | 35b81561e4e568da279426f55f0471d312cc21c3 | /android/app/src/main/java/com/firetactoe/generated/BasePackageList.java | c28cc4007b84057644e67bee05cb632a0bc27473 | [] | no_license | srianbury/fire-tac-toe | dfa6b5ee8012baeca9324cc1c16e95f9c3e982cf | b213263751245fc365cda0517ee2a4a205ca4b69 | refs/heads/master | 2022-12-09T09:46:26.470673 | 2020-09-14T03:17:36 | 2020-09-14T03:17:36 | 295,285,399 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 929 | java | package com.firetactoe.generated;
import java.util.Arrays;
import java.util.List;
import org.unimodules.core.interfaces.Package;
public class BasePackageList {
public List<Package> getPackageList() {
return Arrays.<Package>asList(
new expo.modules.constants.ConstantsPackage(),
new expo.modules.e... | [
"bsunbury29@gmail.com"
] | bsunbury29@gmail.com |
2dd604ef261e29f011acd39075477db0353c9f57 | 87cb582539377c162ca3cd2d38d15740293f0966 | /spring-web/src/main/java/org/springframework/web/context/support/AnnotationConfigWebApplicationContext.java | dbb437cba6c68b23524db45ab90327049d05e2a2 | [
"Apache-2.0"
] | permissive | TACHAI/study_spring_source | 37723b9d63c303063f4cb72f28dd36984f96593b | ca59f2e922aaebe0de4fd5dea112dbe6daa5bfe9 | refs/heads/master | 2022-11-07T15:39:02.557035 | 2020-06-17T13:08:17 | 2020-06-17T13:08:17 | 272,933,657 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,790 | java | /*
* Copyright 2002-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... | [
"1206966083@qq.com"
] | 1206966083@qq.com |
27dc1258e5021840216025089cbcf0dbfc774d23 | b0c8ace9e7d75445aba26266211adeadd5415d0f | /src/main/java/com/glv/org/controller/CarController.java | be47d6a678850fdc046535894b673ebe37500c34 | [] | no_license | seifeldinne/GestionLocationVoiture | 18ea2f5ef78f67d7e34abb1ceee28e7e0baba8a3 | fc3dbada49ed2b4a2f5ea9d4db720768489237ff | refs/heads/master | 2020-07-02T08:58:24.723724 | 2019-08-10T11:54:25 | 2019-08-10T11:54:25 | 201,478,893 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,650 | java | package com.glv.org.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.... | [
"seif.hanechi@gmail.com"
] | seif.hanechi@gmail.com |
0d7072273c284e8bf352d2f4121e90b27cfb50e9 | 99db6b2f7a5067f5c2eefa658df838cabec2ca5d | /blelib/src/main/java/com/czjk/blelib/model/BleDevice.java | 70301b8c8b18d08a28ae2a8ed6f9f52841911f5c | [] | no_license | zhourenjun/BleLib | c8e133ddb458bfa1675638d3f4bb704e43f877f7 | e6853edd1216e194a157d739f8c7dccf263cb792 | refs/heads/master | 2021-06-11T12:19:07.379917 | 2016-12-02T10:06:04 | 2016-12-02T10:06:04 | 75,375,641 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,631 | java | package com.czjk.blelib.model;
import android.bluetooth.BluetoothDevice;
import android.os.Parcel;
import android.os.Parcelable;
/**
* 设备实体
*/
public class BleDevice implements Parcelable {
private final BluetoothDevice mDevice;
private final byte[] mScanRecord;
private int mCurrentRssi;
public Bl... | [
"zrj244265428@qq.com"
] | zrj244265428@qq.com |
f4ad0f2b3ddcf3c671b6319412e1892488025b02 | 4044dada17fbdf243098e4318a91d941b11839d6 | /barracksWars/data/UnitRepository.java | 31b165d68323b3e9f708cee260e638d3d6886ded | [] | no_license | Chris-Mk/Reflection-and-Annotation | 0eafea37daf4a889542dc595e6a3597060e75cad | 494ab48bcc37b23c759baf24473e61c09963799d | refs/heads/master | 2020-06-25T10:04:17.677245 | 2019-07-28T11:37:57 | 2019-07-28T11:37:57 | 199,279,548 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,420 | java | package barracksWars.data;
import barracksWars.interfaces.Repository;
import barracksWars.interfaces.Unit;
import java.util.Map;
import java.util.TreeMap;
public class UnitRepository implements Repository {
private Map<String, Integer> amountOfUnits;
public UnitRepository() {
this.amountOfUnits = new TreeMap<>... | [
"chrismks23@gmail.com"
] | chrismks23@gmail.com |
c9fa2dd0fa9301c982d1c431291ff84bbdad5a1f | dbc68bee3c9400712414e07c639efde4f38f47e9 | /src/main/java/com/wxy/service/IService.java | d2398d3412fef59c93cf3324c6fb19d0c8cf4a43 | [] | no_license | benmo0116/weread | 69d9b7f48ecbb5f87f07e22f7b0184c9ca639a5d | b91a88db731be126661d41abeb440e1ad55d6a71 | refs/heads/master | 2021-01-25T11:20:18.234830 | 2018-03-05T11:01:30 | 2018-03-05T11:01:30 | 123,375,759 | 0 | 1 | null | 2018-03-01T04:39:43 | 2018-03-01T03:16:45 | null | UTF-8 | Java | false | false | 407 | java | package com.wxy.service;
import com.wxy.model.User;
import java.util.List;
/**
* @author wxy
* @create 2018-01-12 10:27
* @desc ${DESCRIPTION}
**/
public interface IService<T> {
List<T> findAll(int pageNum, int pageSize);
int insertOne(T t);
int deleteOneByPrimaryKey(Integer userid);
int updat... | [
"1466094467@qq.com"
] | 1466094467@qq.com |
6e31c71e0c28b45c2d2eca41de3fb3b5262c8657 | 40155deb7a4bdbdfa38b389c37c2efd160b7c91a | /webapp-template/src/main/java/com/uc/web/service/CodeService.java | fd26bfdbb5188b5cf47797245fab01d68a7d6b40 | [] | no_license | guohong365/webapp-template | ff8ffd23d0c989e5f8e21464f2c38b792ef70f9d | 4bfbfcbfac7e1d2155467867ac1f1722a04b20db | refs/heads/master | 2021-01-10T10:57:44.743154 | 2017-05-02T17:27:21 | 2017-05-02T17:27:21 | 53,136,254 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 208 | java | package com.uc.web.service;
import com.uc.web.domain.system.CodeDetail;
import com.uc.web.forms.system.CodeQueryForm;
public interface CodeService extends AppService<CodeQueryForm, CodeDetail> {
}
| [
"guohong365@263.net"
] | guohong365@263.net |
ffd28f92289fee224aff372405a2329df567c3c9 | 449f1655d0b243ec6a57d0fbcf4fd6bd323e5fd3 | /app/src/main/java/com/example/crisis/pruebamapaubicacion/loginVr2.java | ceef2c5633672845259368417354808a6c9b2924 | [] | no_license | Crisis12/x_vrUrban03 | bc211c76da9305270fe4db0e2680a8ca1e0c50ed | 4b7752443889cbb387e4eea128ebbbffc6aa3b27 | refs/heads/master | 2021-01-13T14:56:34.511877 | 2016-12-16T19:07:31 | 2016-12-16T19:07:31 | 76,678,257 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,560 | java | package com.example.crisis.pruebamapaubicacion;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.MotionEvent;
import android.view.View;
import android.widget.AutoCompleteTextView;
import android.widget.FrameLayout;
import android.widget.Image... | [
"cggm.r12@gmail.com"
] | cggm.r12@gmail.com |
8f724db27d63a9d6b908b9828de7804ba66aeca4 | f3f9a636376e4a0cf381adf1e68bc559a6311a03 | /src/main/java/at/ac/tuwien/sepm/musicplayer/layerCommunication/entity/info/InfoOwner.java | 564506735fda1b7616282a1ce9e1ea1127934814 | [] | no_license | salmir/bTunes | c4ee9df172d552378aceb8e0afc0ef492a55b897 | 99ef70a086f7298ff5c9dd9e02afa893b5a7fbbd | refs/heads/master | 2021-01-10T03:55:22.203087 | 2015-12-17T12:55:30 | 2015-12-17T12:55:30 | 48,174,114 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 865 | java | package at.ac.tuwien.sepm.musicplayer.layerCommunication.entity.info;
import at.ac.tuwien.sepm.musicplayer.layerCommunication.entity.Entity;
import at.ac.tuwien.sepm.musicplayer.layerCommunication.entity.type.EntityType;
import at.ac.tuwien.sepm.musicplayer.layerCommunication.entity.type.InfoType;
import at.ac.tuwien.... | [
"delalic.salmir@gmail.com"
] | delalic.salmir@gmail.com |
6d3cc9cda16584a84fdbf29332824b6027914ed7 | 6e39449e9c287f21124d421595f0174402de11e4 | /Session8/src/StringAPIs.java | d8c883a2d2485e9e3d643be7d30f58251dcf64d9 | [] | no_license | ishantk/AuriJavaAug19 | 32b57a229153073bb19c6149c5295bcf38a33113 | f19da5c62d0ddad0eb245250d7b03b41116cb52c | refs/heads/master | 2020-06-29T19:36:51.807157 | 2019-09-24T10:10:15 | 2019-09-24T10:10:15 | 200,605,481 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,194 | java |
public class StringAPIs {
public static void main(String[] args) {
// Interned Way
String s1 = "Hello";
String s2 = "Hello";
// Object Way
String s3 = new String("Hello");
String s4 = new String("Hello");
if(s1 == s2){
System.out.println(">> s1 == s2");
}else{
System.out.println(">> s1... | [
"er.ishant@gmail.com"
] | er.ishant@gmail.com |
bd8fa6de31de06d9637cf4e3d497d533f03a1363 | 026d9354091c2a62e0308b8ebbcd18f81c59dfb9 | /app/src/main/java/com/arushiappdev/socialapp/SignupActivity.java | d5b3f6bb60aedddeecf2edf8c9243e744a0181a4 | [] | no_license | arushinarayan/LoginApp | 21f0503df7d9b78a6354eba3cdaf0a5f00a0becd | 98c6b7d6bf8b2c7a2ebbd4de9d44ab7644830e27 | refs/heads/master | 2023-01-05T17:25:35.500423 | 2020-11-06T06:59:44 | 2020-11-06T06:59:44 | 310,516,793 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,292 | java | package com.arushiappdev.socialapp;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.text.TextUtils;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditTex... | [
"arushinarayan@gmail.com"
] | arushinarayan@gmail.com |
136440c92f8db5b3aed1e1b954f347494a01c013 | 3a6edcae97e660be37f6c7be6eda252f1269df23 | /mylibrary/src/main/java/com/xiaolu/mylibrary/log/BaseLog.java | d4d58015d4271c169675b05917eb6b6226c4ec69 | [] | no_license | xiaolu3550/MyLibraryTool | 0a07f25b5546d591a7bdb3015e9c94d12ac7e556 | b8d81d23697d14e22db74aea99f07e8470fe4880 | refs/heads/master | 2021-09-16T23:39:26.703978 | 2021-09-16T01:52:14 | 2021-09-16T01:52:14 | 246,189,894 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,749 | java | package com.xiaolu.mylibrary.log;
import android.util.Log;
/**
* ================================================
*
* @ProjectName: MyLibraryTool
* @Package: com.xiaolu.mylibrary.log
* @ClassName: BaseLog
* @Description: java类作用描述
* @Author: xiaol
* @CreateDate: 2021/1/16 17:22
* @UpdateUser: xiaol
* @Updat... | [
"xiaolu3550@qq.com"
] | xiaolu3550@qq.com |
a0d6ab200df400b1156c87d00d2057cf260b3c16 | 553d2ae5680d895f08fece1976359feaf7ddbd94 | /app/src/main/java/com/aprido/cintabogor/object/Banner.java | 536129d9e0e31629190ed3da73d37932af246719 | [] | no_license | ksandyasa/cintabogor-android | 0315169ee15745edae993c08d5f0534f5a9e6384 | b8a8b4278acc1a0de82a525d95af716e484f056a | refs/heads/master | 2021-01-23T14:14:40.129286 | 2017-09-07T02:09:50 | 2017-09-07T02:09:50 | 102,679,678 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 783 | java | package com.aprido.cintabogor.object;
/**
* Created by apridosandyasa on 6/29/17.
*/
public class Banner {
private String name;
private String picture;
private String link;
public Banner() {
}
public Banner(String name, String picture, String link) {
this.name = name;
thi... | [
"ksandyasa@gmail.com"
] | ksandyasa@gmail.com |
ae08e31a5bbd053be5fd4979e0ea8fde12fa3121 | 6bebf2f8257da6729ca67ee0cefc2bfae8ba5d3c | /PVenta/src/Controlador/Permisos/PermisoV.java | 6ebceeab30860e1e97e6ad2cf7d462c7815063bd | [] | no_license | landrygears3/Pieles | c0bb0ba8c3af5387cde8636265e27da3ee3f8dcf | 3b2cbbe88df427052d11b73987d3745bf1af8aa8 | refs/heads/master | 2020-03-19T06:53:40.519048 | 2018-08-25T21:34:13 | 2018-08-25T21:34:13 | 136,039,648 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,547 | java | package Controlador.Permisos;
import Modelo.Conexion;
import java.sql.ResultSet;
import java.util.ArrayList;
public class PermisoV {
Conexion c = new Conexion();
Object o[][] = null;
public boolean respn(String t, String t2, String t3) {
ResultSet r = c.getConsulta(t, "*", "");
... | [
"39928833+RLandryD@users.noreply.github.com"
] | 39928833+RLandryD@users.noreply.github.com |
a66b718adb6508efb131766ec091a8d6b01870e8 | f95c160dab6b089e0b0947037df96bb84f16370b | /src/main/java/com/cinema/equipment/exceptions/ApplicationError.java | b11e30c0bfcb89f762e9ab9d66e0cb383741dc1b | [] | no_license | slyns/equipment-list | 52e8ff58dc39bba7a88dc6b249bf22aa4d2072b8 | 34dac096e8acbb28fb486a43e9c4fc3a256b1317 | refs/heads/master | 2021-01-19T19:22:51.547573 | 2017-03-08T21:10:25 | 2017-03-08T21:10:25 | 83,724,957 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 306 | java | package com.cinema.equipment.exceptions;
/**
* @author slyns
* @version 3/7/17.
*/
public class ApplicationError extends RuntimeException {
public ApplicationError(Exception cause) {
super(cause);
}
public ApplicationError(String message, Exception cause) {
super(message, cause);
}
}
| [
"slutskiyn@gmail.com"
] | slutskiyn@gmail.com |
1746a544149db03a1f81cb18c196d07be47a03b5 | 4f9f10ff3d630c9257b740446cad51719b9d7436 | /src/com/xxx/VariableTest.java | 6f04ccfd9771da2cbf355ab17003ea4baaefa310 | [] | no_license | LiZhecheng/JavaTest | 6e951da81be08ba74430314b644324bbd0a995f9 | 8455af116d3a367f197f5ed365bf0ccd531d5575 | refs/heads/master | 2020-04-04T13:29:44.354064 | 2018-11-03T08:18:13 | 2018-11-03T08:18:13 | 155,963,638 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 470 | java | package com.xxx;
public class VariableTest {
public static void main(String[] args) {
// TODO Auto-generated method stub
int i1 = 1;
int i2 = 2;
int i3 = 3;
// int i1,i2,i3; //上面因為資料型態相同可以改成這樣
int i4,i5,i6 = 6; //只有i6有值
i4 = 5;
i4 = 6; //i4的值會被改成6
int i7 = 7,i8 = 8; //... | [
"Java@DESKTOP-TQ00GH9"
] | Java@DESKTOP-TQ00GH9 |
9291e2c1f6c1b13263c66876c5fae907380e3600 | e03c0539dba90987c8f27a02167d663ce5f42f46 | /src/main/java/org/khmeracademy/akd/configuration/security/RESTAuthenticationEntryPoint.java | 12e30583396f6a98df7566d8eefbb039ae0bae05 | [] | no_license | AKDDevelopers/KD_AKD_API_V1.1 | 2d81e4ab005a669522bc9c5ce783b9dc215db4bc | 21cb9cecb3384fb2640bb73a33cd07cb100116af | refs/heads/master | 2021-01-13T04:05:27.273284 | 2017-12-25T03:59:21 | 2017-12-25T03:59:21 | 77,417,486 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 773 | java | package org.khmeracademy.akd.configuration.security;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.security.core.AuthenticationException;
import org.springframework.security.we... | [
"teckchunaing@gmail.com"
] | teckchunaing@gmail.com |
679b8488f612719b100bcc1615cdf262a0479cd5 | 5aed5db296f731ace7f28eddb4e3ee09be9e7cf1 | /app/src/main/java/com/example/newsapp/activity/MainActivity.java | 267db86d4594ab6d7493bcedb27f0df87b173d04 | [] | no_license | tufailsher/news-app | e0d5a833f6c4a800271be462bd8eff83d154b379 | 0c18d08332d6e031c46fd00c8ac609293ebbb59a | refs/heads/master | 2023-01-19T15:19:31.960920 | 2020-11-19T09:51:53 | 2020-11-19T09:51:53 | 314,203,729 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,644 | java | package com.example.newsapp.activity;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.content.Intent;
import android.os.Bundle;
import android.text.TextUtils;
import android.util.Log;
import andr... | [
"tufail.sher@gmail.com"
] | tufail.sher@gmail.com |
72ef758adb9dd4a2bf5acfe490aec653e97ebbc5 | 5180ad2c72feaf9370f7679b5830961d63ca908d | /src/test.java | 7f7bf6589c9203f0160327f6f2690cad458ed9f7 | [] | no_license | JeffGilles/Tracking | 474b36dfe89ae2a9f0b5ed9a2782c55ad2028222 | 6fc7ce0fbda76abbd1fe9c3b9e068c6763a96f67 | refs/heads/master | 2020-03-09T11:09:10.078888 | 2018-05-04T16:35:09 | 2018-05-04T16:35:09 | 128,754,243 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 568 | java | import ij.ImageJ;
import java.io.File;
/**
* Cette classe permet de lancer ImageJ en utilisant le répertoire où a été créée
* la distribution courante du greffon en tant que répertoire "plugins" par défaut.
* @author fab
*/
public class test {
/**
* @param args the command line arguments
*/
pub... | [
"jean-francois.gilles@upmc.fr"
] | jean-francois.gilles@upmc.fr |
d5c57ff0acf25e26e47e0354b0739f77b8213c05 | 3113f371d6856018c5df776c1feadbe7ed9d7ebe | /autoMATE_server/test/com/automate/server/messaging/handlers/MessageHandlerSuite.java | fbe68557ac4a74d9a7a1d55d5da58e4321bdc761 | [] | no_license | jhbertra/autoMATE_server | e3eb93d977cecc4c12f2e371cb832c97c21e9b81 | f0a5eab942227011b2dbb1ece3f32284d2e89212 | refs/heads/master | 2016-09-05T20:31:34.592157 | 2014-04-08T13:05:58 | 2014-04-08T13:05:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 707 | java | package com.automate.server.messaging.handlers;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
@RunWith(Suite.class)
@SuiteClasses(value = {
AuthenticationMessageHandlerTest.class,
ClientCommandMessageHandlerTest.class,
ClientStatusUpdateM... | [
"jhbertra@gmail.com"
] | jhbertra@gmail.com |
17adf805276d044250e92b51b24b4ae0058c69b2 | d8aecd76d8b9128b8599f2ce3e9ecdc44448836c | /Programacion/src/main/java/Reto/VUResultado.java | 4d2ef864a52fcbbb8fb963836c5665a545861d68 | [
"Apache-2.0"
] | permissive | Ekaitzdam/grupo4-dam | d9fef64b21a4d5c9edcdebcc67235ff6656b8adc | 2741fcee4e7f5739b0d8073befe14bb6a7346e67 | refs/heads/master | 2020-03-13T08:46:43.084275 | 2018-05-22T18:12:54 | 2018-05-22T18:12:54 | 131,050,493 | 0 | 1 | null | 2018-04-25T18:53:48 | 2018-04-25T18:53:47 | null | UTF-8 | Java | false | false | 803 | java | package Reto;
import javax.swing.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class VUResultado {
private JPanel VUResultado;
private JButton salirButton;
private JTable tabla;
public VUResultado() {
JFrame frame = new JFrame("VUResultado");
... | [
"ekaitznavarro@gmail.com"
] | ekaitznavarro@gmail.com |
02e29dcf32a089f0bcad6ee7488001928aab7c00 | d31e0b420a6681524f00c607475fbf5c6063158c | /src/main/java/gov/hhs/acf/cb/nytd/service/impl/InterRptPdCheckServiceImpl.java | b748dc87732f4c21e569e01fdca30353e58e48e7 | [] | no_license | MichaelKilleenSandbox/nytd-incremental | 5dd5b851e91b2be8822f4455aeae4abf6bb8c64f | 517f57420af7452d123d92f2d78d7b31d8f6f944 | refs/heads/master | 2023-07-18T23:47:15.871204 | 2021-08-27T20:32:07 | 2021-08-27T20:32:07 | 400,630,077 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 27,718 | java | package gov.hhs.acf.cb.nytd.service.impl;
import gov.hhs.acf.cb.nytd.dao.*;
import gov.hhs.acf.cb.nytd.models.*;
import gov.hhs.acf.cb.nytd.models.helper.FileAdvisoryAcrossReportPeriodId;
import gov.hhs.acf.cb.nytd.models.helper.FileAdvisoryAcrossReportPeriods;
import gov.hhs.acf.cb.nytd.models.helper.FileComparisonAc... | [
"michaeljkilleen@outlook.com"
] | michaeljkilleen@outlook.com |
3c79c34086d904e0eda2cd742affa994fa1c0f28 | 7069d229c97024fddd25fae9c7a9ae17bfa61e6a | /library/common/src/main/java/com/dph/common/security/CodeSecurity.java | f901a364ef2cedba150b9fa633dcede8506a6369 | [] | no_license | huatianjiajia/AndroidFireMe | 5159ee167257400a4e39feab7406acfb98d63ddd | 35f0107beb0519e5e3d0c340c7365a10a0357f08 | refs/heads/master | 2020-06-19T04:42:24.391931 | 2017-06-28T03:11:53 | 2017-06-28T03:11:53 | 94,177,172 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,182 | java | package com.dph.common.security;
/**
* 加解密方法的封装类
* Created by Administrator on 2015/12/10 0010.
*/
public class CodeSecurity {
public static final String desEncode(String str){
return DESBase64Util.encodeInfo(str);
}
public static final String desDecodeInfo(String str){
return DESBas... | [
"3336370748@qq.com"
] | 3336370748@qq.com |
e93a2e0b78debea62ecccf550ff74a3dd4e9b2d0 | c246f536185d73b5bf2b115c2ab0076a01b89a77 | /core/src/main/java/com/carrefour/shopping/paymentmanagement/logic/impl/PaymentmanagementImpl.java | 7c141f9d795abfffd89b242a90d8a283af1cec26 | [] | no_license | manoj40/test | 83e250c67e045e694e3d33d8f1e107de87dfec07 | a5ebbfe247ddd6d243c2a17096cf82ab84e7df2d | refs/heads/master | 2023-06-21T12:30:50.174806 | 2021-06-03T04:51:55 | 2021-06-03T04:51:55 | 43,813,088 | 0 | 0 | null | 2023-06-14T22:37:14 | 2015-10-07T12:05:29 | Java | UTF-8 | Java | false | false | 1,743 | java | package com.carrefour.shopping.paymentmanagement.logic.impl;
import javax.inject.Inject;
import javax.inject.Named;
import org.springframework.data.domain.Page;
import com.carrefour.shopping.general.logic.base.AbstractComponentFacade;
import com.carrefour.shopping.paymentmanagement.logic.api.Paymentmanagement;
impor... | [
"manoj.a.dwivedi@capgemini.com"
] | manoj.a.dwivedi@capgemini.com |
e2ec5eec17ce8d099eb16c4676dd812af6ec5f0b | be06139ea6e22f2524e714d436109645654464aa | /src/ingestion/ConfigProvider.java | 01896d562689ec77962dccb71568b73aed9ec85b | [] | no_license | Luke-Mason/rmit-database-systems-assignment-1 | 0ffd7d9100ad71b8d336a2958af10e7988350661 | a136b6685d44a188de6acab9fc19e882a0cf75e1 | refs/heads/master | 2023-08-09T17:04:34.490321 | 2019-04-09T13:42:26 | 2019-04-09T13:42:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,887 | java | package ingestion;
import java.io.*;
import java.util.Properties;
public class ConfigProvider {
public static final String MONGO_CONFIG = "mongoConfig.properties";
public static final String DERBY_CONFIG = "derbyConfig.properties";
public static final String DERBY_TABLES = "derbyTables.sql";
public s... | [
"lukemason@Lukes-MacBook-Pro.local"
] | lukemason@Lukes-MacBook-Pro.local |
87a44a0dc487d8d6ea3c157d33b6ce3f3d6128a2 | 0dd0a96fdb282e96e908e6dc2b70971e80e0243a | /ruoyi-common/src/main/java/com/ruoyi/common/utils/DateUtils.java | 625d4e4653c14daaf659f45b608cba06e907c669 | [
"Apache-2.0"
] | permissive | jovi521/ruoyi-springboot-vue-update | 7bef9a0d7f22b5a26d0b974d8b5cc5aa0fdb0ff5 | 2a5af6e9a571389051dedb302507c3be0b26f710 | refs/heads/master | 2022-12-12T16:46:45.723101 | 2020-09-14T05:52:31 | 2020-09-14T05:52:31 | 294,637,203 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,698 | java | package com.ruoyi.common.utils;
import org.apache.commons.lang3.time.DateFormatUtils;
import java.lang.management.ManagementFactory;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* 时间工具类
*
* @author ruoyi
*/
public class DateUtils extends org.apache.commons.lang3.... | [
"506997994@qq.com"
] | 506997994@qq.com |
bac245cbd198a53225541760c734aa32393e9d36 | 8db24d03576d0e5f83431d0bc8bd0136e1fd9543 | /Core java - Programmes/javprgs/nitin.java | 7e5f0dc6d2c47a59f0d95599c2c422a78c6edf94 | [] | no_license | nileshkadam222/Core-Java | bb9b269421276d5372dc6c99afdec27055e450dd | 1f3cc0e19b66bca41d3b7d871bf13cefcf763162 | refs/heads/master | 2021-07-10T22:02:52.763294 | 2021-02-21T16:10:13 | 2021-02-21T16:10:13 | 229,524,477 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 688 | java | import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
class nitin extends Frame implements ActionListener
{
JPanel p=new JPanel();
JButton b=new JButton("r");
JButton n=new JButton("r1");
JButton a=new JButton("r2");
nitin()
{
setTitle("res");
setSize(300,300);
p.add(b);
p.add(n);
p.add(a);
b.addActionListe... | [
"nilesh.kadam222@gmail.com"
] | nilesh.kadam222@gmail.com |
0bdcb8517f87297a00ef01640323cf2e94e3d22b | c0eb8b323aa96841249ebdf397559dcde1f4fce9 | /app/src/main/java/com/example/pie/custompiechart/MainActivity.java | 71506658e2c3fc4b4de0a5bbfafa635eaad2088f | [] | no_license | ArunaMahaGamage/Custom_Pie_Chart | 11429cce9732d8e737ef92776c88d058082ecbee | 5540de53c77061765383af0e25fe9342f5eff1a3 | refs/heads/master | 2020-03-28T18:11:44.568796 | 2018-09-15T02:01:28 | 2018-09-15T02:01:28 | 148,859,913 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,542 | java | package com.example.pie.custompiechart;
import android.graphics.Color;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.widget.LinearLayout;
public class MainActivity extends ActionBarActivity {
PieChart pieChart;
... | [
"admgbit@gmail.com"
] | admgbit@gmail.com |
6419a26a05b305f1a46f3891fc6540fa4794d7c3 | 7d71b7065f8455e81c65618b6eb6aaf41623a876 | /aws-java-sdk-ec2/src/main/java/com/amazonaws/services/ec2/model/transform/DescribeImportSnapshotTasksRequestMarshaller.java | f4485e0fc969a90b1402859e657698fcc544d97c | [
"JSON",
"Apache-2.0"
] | permissive | norbertkorodi/aws-sdk-java | 1472206972425e6a306dddc9c2a104334b4cd804 | 304e8d6d106b554d07914bd28df44548fedd345f | refs/heads/master | 2020-12-24T20:09:41.546535 | 2016-03-15T21:13:39 | 2016-03-15T21:13:39 | 52,344,325 | 0 | 0 | null | 2016-02-23T08:44:59 | 2016-02-23T08:44:59 | null | UTF-8 | Java | false | false | 4,650 | java | /*
* Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights
* Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "l... | [
"aws@amazon.com"
] | aws@amazon.com |
b1eb8fb38289b1404862f6289ca4e11df1205ecd | af2cdd8fbda32340b361f7a07a0e73e84f77723d | /src/main/java/com/woniu/service/impl/UpkeepplanServiceImpl.java | 05f6b0528f94c1b9899c8a3c7951e5289cc9e43b | [] | no_license | xjh565880408/shop | d44532c9db62a6141d4e92ac57e46a68bc1307c4 | 197241ee216f6f3f548bce33d0cd5ef8983a972c | refs/heads/master | 2020-04-14T16:56:35.761782 | 2019-03-15T08:09:44 | 2019-03-15T08:09:44 | 163,965,539 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,200 | java | package com.woniu.service.impl;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import com.woniu.dao.UpkeepplanMapper;
import com.woniu.domain.Upkeepplan;
import com.woniu.service.IUpkeepplanService;
@Service
public class UpkeepplanServiceImpl impl... | [
"565880408@qq.com"
] | 565880408@qq.com |
ae6b7490735997a05107e6e13ee434728e5cc62a | bf6e6d64652d86f5366fad88aa26bb8d5276d7f6 | /Decorator/Main.java | e79aa192007654f0691092318f477112247bc8f1 | [] | no_license | brenoam/DesignPatterns | 6f44b287eec887ccc9be552f870fbec7db88edd6 | 5f9f9c05f2ae78486d95dbe393c0e427396dafe5 | refs/heads/master | 2020-05-09T19:47:26.150297 | 2019-04-15T03:05:39 | 2019-04-15T03:05:39 | 181,388,087 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,034 | java | class Main{
public static void main(String[] args) {
Channel tcpChannel = new TCPChannel();
Channel udpChannel = new UDPChannel();
Channel zluChannel = new ZipChannel(new LogChannel(udpChannel));
Channel bluChannel = new BufferChannel(new LogChannel(udpChannel));
Channel bltChannel = new BufferChannel(new Lo... | [
"brenoam@dcc.ufmg.br"
] | brenoam@dcc.ufmg.br |
8c7d08efd3fdfe6a69f740442fafbebef1cad59e | e66a39f17167a0bb0876ebaa9b1076206a9ab16b | /src/com/AustinShootTheJ/Main.java | cadb058791baa4b4685d8c0617514a0605e40517 | [] | no_license | austinjmccune/Java-Arrays | b1905bebf4cb9f355022db757b5bd0385bece0e5 | 818de41f746bb0eaf54044f5d6d23c1338b432ac | refs/heads/master | 2021-09-09T21:52:35.084352 | 2018-03-19T22:53:11 | 2018-03-19T22:53:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,964 | java | package com.AustinShootTheJ;
import java.util.Scanner;
public class Main {
private static Scanner scanner = new Scanner(System.in);
public static void main(String[] args) {
// creates an array and initilizes it with user input by calling the getIntergers method.
int[] myIntegers = getIntegers... | [
"austinjmccune@gmail.com"
] | austinjmccune@gmail.com |
4f6560b7f3dba3a97594d53e592cd1c383403f39 | 43a6186a4e745d5f75cb7f7ae7855c7362a1c84a | /src/java/selenium_cucumber/selenium_cucumber/general/Setup.java | c8f8733e7956a2714b279c1b3b70dbdbaab57d06 | [] | no_license | gsi-alena/Homework-3 | e2193cfee6c1f74b67f180a365d3efce2e3c2fe0 | aae785c19ef83c9e13c375bfab06a0a63f4eb4b8 | refs/heads/master | 2023-07-30T06:44:15.566419 | 2021-10-06T21:51:30 | 2021-10-06T21:51:30 | 414,347,805 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,969 | java | package selenium_cucumber.selenium_cucumber.general;
import io.cucumber.java.After;
import io.cucumber.java.Before;
import java.util.HashMap;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.WebDriver;
import org.... | [
"alena@generalsoftwareinc.com"
] | alena@generalsoftwareinc.com |
7b2a7af9939caf6a9b8ccc7ac52ae5e89910c8a0 | 4544bc1e10b0562d4241e6d1719187a95fcd928a | /src/main/java/communication/factory/AbstractFactoryCommand.java | da566bf7219b6c7f745aa287738658d49d759520 | [] | no_license | dronava/HIL-V2X-Simulation-with-SUMO-Support | 840bea4cc81f097aa8b9d5037c74ed7243c39921 | 2e1a40bc0876089494f65aabe5533359be731981 | refs/heads/master | 2021-09-04T14:23:25.022872 | 2018-01-19T13:23:24 | 2018-01-19T13:23:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,182 | java | package communication.factory;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper;
import communication.command.AbstractCommand;
import communication.command.CommandEnum;
import communication.command.navigation.*;
import communication.message.*;
import java.io.IOExcepti... | [
"szzsolt92@gmail.com"
] | szzsolt92@gmail.com |
e0b684e511417ad12097eb79c4c64b7b03e52cca | ec3af72f13473d31d7744dea3fb49e1cb1483f37 | /Array_3d.java | a54420fc25a61f0cf944d9b8febe86c5274f49db | [] | no_license | srikanth-15121/new | 75bb820f913d1086d7a9893d438cc82063c6a144 | 13028ad56b717b98601838e035c28314ec248b78 | refs/heads/master | 2020-12-30T04:51:10.908880 | 2020-02-07T07:29:00 | 2020-02-07T07:29:00 | 238,866,434 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 856 | java | import java.util.Scanner;
class Array_3d
{
public static void main(String[] args)
{
int a[][][]=new int[3][3][2];
Scanner sc=new Scanner(System.in);
System.out.println("Enter the number of students in each class: ");
for(int i=0;i<=a.length-1;i++)
{
for(int j=0;j<=a[i].length-1;j++)
{
... | [
"noreply@github.com"
] | srikanth-15121.noreply@github.com |
230839b0d43d2a4dce987bcc716abfff48403c44 | cfcb7b0269464539c5717a2d5258d2122be8a433 | /test/TestBmi160StepDetectorData.dart | c2d543a151042fe3579ecee8280515793623e8df | [] | no_license | pollend/flutter_metawear | b707852c610a128c745497f8033d17dc60578fb9 | 660e8e867edd0ded67c5f6b7961968fd853f2d86 | refs/heads/master | 2020-04-26T07:47:26.937226 | 2019-05-03T01:32:45 | 2019-05-03T01:32:45 | 173,404,082 | 2 | 3 | null | 2019-04-18T04:20:53 | 2019-03-02T04:43:06 | Java | UTF-8 | Java | false | false | 4,003 | dart | /*
* Copyright 2014-2015 MbientLab Inc. All rights reserved.
*
* IMPORTANT: Your use of this Software is limited to those specific rights granted under the terms of a software
* license agreement between the user who downloaded the software, his/her employer (which must be your
* employer) and MbientLab Inc, (the ... | [
"noreply@github.com"
] | pollend.noreply@github.com |
27a14ce17c1afd60591f7d1247022c9534934215 | b200d37e86b6361c51a9e32822219708084d023b | /core/src/main/java/com/adobe/aem/guides/yamato/core/models/content/HeroImage.java | b8859474b1d68221c1a643d7209aedd717a34c66 | [] | no_license | kano-yamato/training-site | 05ca4c468c58bb05627e094f7a706a4e467c0697 | 3ef5628894bfaff77de566cc456b448334323dc7 | refs/heads/master | 2022-09-10T10:04:21.368583 | 2021-10-07T01:36:23 | 2021-10-07T01:36:23 | 245,097,863 | 1 | 4 | null | 2022-08-11T15:57:47 | 2020-03-05T07:35:33 | CSS | UTF-8 | Java | false | false | 1,051 | java | package com.adobe.aem.guides.yamato.core.models.content;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import javax.annotation.PostConstruct;
import org.apache.sling.api.SlingHttpServletRequest;
import org.apache.sling.models.annotations.DefaultInjectionStrategy;
import org.apache.... | [
"yuki.kano@adobe.com"
] | yuki.kano@adobe.com |
73b498ac7c5966927a197228b652ae5c53214eed | 03789e50ccc92401ae8c5ecb5c6b42ca4b822819 | /Codigos/4_PracticaHerencia/src/practicaherencia/Circle.java | 4e0077e3b4005e2334f76c8ce99e7ea923290e07 | [] | no_license | psatencio/DataStructures | 990fe6c80bc6c31e18159013ced0f30123869dcf | db691d42d59b2e5f7d85679fd1d2ca304a6749ed | refs/heads/master | 2020-04-21T09:47:55.334196 | 2019-05-29T22:00:27 | 2019-05-29T22:00:27 | 169,463,187 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 951 | 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 practicaherencia;
//import Java.lang.Math.*;
/**
*
* @author cornelius
*/
public class Circle extends GeometricFigure{
... | [
"psatencioo@unal.edu.co"
] | psatencioo@unal.edu.co |
c00e179f5a8f847f6ee897f621fb4b8402ae64d8 | 09593337807bd040b82cd8096053498ee7babc28 | /src/module3/MathExpressions2.java | 3e7cec40e349dd27df5a68c88f69e6413aaf6eb2 | [] | no_license | danlaihk/java-practise | cc3264b98aeff692602f7325a31904e55e7e7892 | 20f2d1fb5de633f6188b1c5747430103f5d4375a | refs/heads/master | 2022-11-08T20:37:49.377545 | 2020-06-21T00:09:53 | 2020-06-21T00:09:53 | 269,906,676 | 0 | 0 | null | 2020-06-21T00:09:55 | 2020-06-06T07:37:11 | Java | UTF-8 | Java | false | false | 150 | java | package module3;
public class MathExpressions2 {
public static void main(String[] args){
System.out.println(Math.min(3.0, 2.0));
}
}
| [
"46817104+danlaihk@users.noreply.github.com"
] | 46817104+danlaihk@users.noreply.github.com |
83480cb087bba1726d63cf92df59c0003db1778e | 806d5b01d23daeeb869f488d05f21978d7f93640 | /src/main/java/com/n26/transaction/model/Transaction.java | ebfc8f0620e4b6f0661a40751225274f29b600dc | [] | no_license | philipjohn007/n26 | 6dcef345b019f2d1bfa8cf0102d078bfa69eff9a | 023220eea72bc815ad8b78bd2ff189b810d8b2fa | refs/heads/master | 2020-03-17T11:19:17.916140 | 2018-05-16T16:15:16 | 2018-05-16T16:15:16 | 133,546,999 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 500 | java | package com.n26.transaction.model;
public class Transaction {
private Double amount;
private Long timestamp;
public Transaction() {}
public Transaction(Double amount, Long timestamp) {
this.amount = amount;
this.timestamp = timestamp;
}
public Double getAmount() {
return amount;
}
public void setAmo... | [
"philip.john@wemakesoftware.eu"
] | philip.john@wemakesoftware.eu |
21531565cb41ba837f1b88b5056c4faf5b6600a7 | 7ffda65693460972b2956120cd88480afe99338e | /AbstratasInterfaceArquivo/Questao1/Triangulo.java | 051cee77347787d7bb94ffdf4fbf8b85c15742ef | [] | no_license | dariomousinho/POOUFF | b2e6012befc6228c71534bdfb9483ba252af3fbb | 4865d4a891a74d9580cbe699e31cbba931eab1c4 | refs/heads/main | 2023-04-30T23:41:18.018400 | 2021-05-10T23:53:38 | 2021-05-10T23:53:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 308 | java | package questao1;
public class Triangulo extends FormaGeometrica {
public void calcularArea(int base, int altura){
this.setArea((base*altura)/2);
}
public void calcularPerimetro(int lado1, int lado2, int lado3){
this.setPerimetro(lado1 + lado2 + lado3);
}
}
| [
"noreply@github.com"
] | dariomousinho.noreply@github.com |
7703786315841fe6857117e77bae9ea7b608343c | dd83c90ac50ee3556afd5d986d34075f98ce1ece | /src/coreutils/Eatable.java | 34ef31dd56306a06b2b369968d4332f54fe1a5f5 | [
"MIT"
] | permissive | XessWaffle/agario | a468fea81e4100f15b8cb7d143a2edc2e8ceca14 | d8aa56d9016a645100d6f9fe6d0ea0b7e85bcfdb | refs/heads/main | 2023-07-18T11:55:01.156891 | 2021-09-02T07:10:44 | 2021-09-02T07:10:44 | 401,953,538 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 68 | java | package coreutils;
public interface Eatable {
public int eat();
}
| [
"vatsal.varma@duke.edu"
] | vatsal.varma@duke.edu |
3719bce5200d4d8eef6f973feb2a3aef91983382 | a78e998b0cb3c096a6d904982bb449da4003ff8b | /app/src/main/java/com/alipay/api/domain/AlipayUserNewbenefitModifyModel.java | 358283fefa3003017a111d9f2c516c646941ba1c | [
"Apache-2.0"
] | permissive | Zhengfating/F2FDemo | 4b85b598989376b3794eefb228dfda48502ca1b2 | 8654411f4269472e727e2230e768051162a6b672 | refs/heads/master | 2020-05-03T08:30:29.641080 | 2019-03-30T07:50:30 | 2019-03-30T07:50:30 | 178,528,073 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,132 | java | package com.alipay.api.domain;
import java.util.List;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
/**
* 蚂蚁会员V3权益修改接口
*
* @author auto create
* @since 1.0, 2017-06-15 15:43:39
*/
public class AlipayUserNewbenefitModifyM... | [
"452139060@qq.com"
] | 452139060@qq.com |
91795927a1df405c8bd9f7d0aa792b852477ea15 | 92c814e9c9b02750d398c1fa8b1f63d303655a2b | /app/src/main/java/ndroid/google/com/instahelp/core/register/RegisterPresenter.java | 1d5d935b7a692c103b061362f49f64a4585c1da5 | [] | no_license | zohaib319/Instahelp | fcd0e9ef051ffba90b28dc405581b2e3f965175f | c5a5f7f6c2b2926056c8def2d83c879829ae4b49 | refs/heads/master | 2020-03-23T02:58:55.396793 | 2018-07-30T07:13:41 | 2018-07-30T07:13:41 | 141,002,519 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 960 | java | package ndroid.google.com.instahelp.core.register;
import android.app.Activity;
import com.google.firebase.auth.FirebaseUser;
public class RegisterPresenter implements RegisterContract.Presenter, RegisterContract.OnRegistrationListener {
private RegisterContract.View mRegisterView;
private RegisterInterac... | [
"zohaibahmad319@gmail.com"
] | zohaibahmad319@gmail.com |
5ba6e0ac43b51129a55182a04c518f8759e20cb7 | 572071ee133309caf78e076b669f9b33a868d60c | /org.activebpel.rt.bpel/src/org/activebpel/rt/bpel/impl/IAeManagerVisitor.java | 967167820f6849227b292439f13f4c7135b52afb | [] | no_license | deib-polimi/DyBPEL | 3809bb3f9f453750db52bc1ce1ffd5af412a2c8b | 7043cec7032858cfd889c9022e935c946e130a6e | refs/heads/master | 2021-01-20T12:21:50.392988 | 2014-12-18T15:07:24 | 2014-12-18T15:07:24 | 28,188,077 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,244 | java | // $Header: /gestionale/org.activebpel.rt.bpel/src/org/activebpel/rt/bpel/impl/IAeManagerVisitor.java,v 1.1 2009/09/23 13:08:33 zampognaro Exp $
/////////////////////////////////////////////////////////////////////////////
// PROPRIETARY RIGHTS STATEMENT
// The contents of this file represent confident... | [
"giovanniquattrocchi@MacBook-Pro-di-Giovanni.local"
] | giovanniquattrocchi@MacBook-Pro-di-Giovanni.local |
86fdcaaa5adcc7a4954432b528be8a629d6c3934 | 703a3e94606e31664aee2ca1e20b19fedb017ae1 | /src/java/org/fstrf/stanfordAsiInterpreter/resistance/grammar/node/TBlank.java | f0bd1a3bcd97b1ae75262a9268dca70825168b63 | [
"Apache-2.0"
] | permissive | kylelambert5/asi_interpreter | 36f17354cbe58ccee46c1e849dbbb49f47e54a95 | 17f741f69502ce926a4786592065bcb0e5b932bf | refs/heads/master | 2020-05-05T04:15:18.984157 | 2019-04-05T15:37:45 | 2019-04-05T15:37:45 | 173,947,216 | 0 | 0 | Apache-2.0 | 2019-03-05T13:00:44 | 2019-03-05T13:00:43 | null | UTF-8 | Java | false | false | 1,775 | java | /**
Copyright 2017 Frontier Science & Technology Research Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable la... | [
"noreply@github.com"
] | kylelambert5.noreply@github.com |
47bc0acb96f44b1c486afe1b20a28e116effdb30 | ffcacc5964921662c184ae602dc78f04904a59b0 | /10spring4_aop2/src/com/bao/service/userservice.java | f8443f90b2ef69ebeb584606cdc79884771495ba | [] | no_license | baoshanliang/myfirst | 8ecfdb58c354761435f56c8ef5345ccb2b9a5fb0 | ac69411e1a9db9ef57989559784e1dd3f86b7e17 | refs/heads/master | 2021-01-11T00:13:12.178593 | 2016-10-11T09:22:08 | 2016-10-11T09:22:08 | 70,575,163 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 162 | java | package com.bao.service;
public interface userservice {
public void add(int i);
public void delete();
public void update();
public void seacher();
}
| [
"523085473@qq.com"
] | 523085473@qq.com |
db9da176d87a13ff8136f9defad1dc7338c9f6d2 | e2c03ef317f03f0f24823e958674b0917815aab9 | /src/main/java/jp/co/forthelocal/template/spring/domain/repositories/UserRepository.java | ef5e37a40b2d4258d3b3215e3979bed84703a4dd | [] | no_license | ft-labo/spring-testing-sample | df239d235ddf309bca29357e5d6e51f490f1239a | 76c89ebd8ff400e756e52b9eefabaae6605f059e | refs/heads/master | 2021-09-20T11:59:26.193034 | 2018-08-09T08:41:41 | 2018-08-09T08:41:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 525 | java | package jp.co.forthelocal.template.spring.domain.repositories;
import jp.co.forthelocal.template.spring.domain.entities.User;
import org.apache.ibatis.annotations.*;
import java.util.List;
@Mapper
public interface UserRepository {
@Select("SELECT * FROM user WHERE name = #{name} limit 1")
User findByName(@Param("n... | [
"morotomi.hiroshi@gmail.com"
] | morotomi.hiroshi@gmail.com |
c0d697a9894792efd7226d8dd90d5765ff24688a | dd001e205daf8eca87d51c49d62be2797d67a8c7 | /design/src/me/sungbin/design/proxy/ProxyTest.java | 4051fd48129079c68d1c12364b02e77ef13173d0 | [] | no_license | SungbinYang/SpringStart | 5bda1e5f8da040dbbc4f02f5869aee9b0354f321 | 4da5a6836a467c74a3d34997751681b26218c167 | refs/heads/main | 2023-07-08T03:57:09.055529 | 2021-08-14T14:38:10 | 2021-08-14T14:38:10 | 391,612,154 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 452 | java | package me.sungbin.design.proxy;
public class ProxyTest {
public static void main(String[] args) {
// Chrome chrome = new Chrome("www.naver.com");
// chrome.show();
// chrome.show();
// chrome.show();
// chrome.show();
Browser browser = new BrowserProxy("www.naver.com")... | [
"noreply@github.com"
] | SungbinYang.noreply@github.com |
0c0bfdf4c8f9990e200dfb8e9a751a5297f87158 | 8eb059ab34cb24751e9d9a04d49c4cd5d53d20ce | /testsuite/src/test/java/org/jboss/ejb3/test/ejbthree1075/remoteonly/RemoteInterfaceOnly21Bean.java | 59660a3b31020f1658a85340ea1dbfab6e4d0a7a | [] | 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 | 829 | java | /*
* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package org.jboss.ejb3.test.ejbthree1075.remoteonly;
import javax.ejb.Stateless;
import org.jboss.ejb3.annotation.RemoteBinding;
import org.jboss.ejb3.test.ejbthree1075.homeonly.RemoteHomeOnly21Busi... | [
"cdewolf@redhat.com"
] | cdewolf@redhat.com |
7403568c603eec2b3f0dc46c95549766f27c2297 | ca14ff8ad04b1c88e609ee375798d27ae3bd5385 | /app/src/main/java/flux/lastbus/com/easysobuy/utils/StringUtils.java | 4234ad6d4fb8491cd649817ac72fbd56683e1979 | [] | no_license | yuhanghate/FluxDemo | fd6e82aef02409b3c40244db7323d0e75fe4e581 | 11a3b229dcf8e34d0321a70bc7cb915992b0b14a | refs/heads/master | 2020-04-06T06:55:46.570366 | 2018-04-03T10:28:56 | 2018-04-03T10:28:56 | 64,353,008 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,038 | java | package flux.lastbus.com.easysobuy.utils;
/**
* Created by yuhang on 16-7-27.
*/
public class StringUtils {
/**
* 解析UniCode编码
* @param theString
* @return
*/
public static String decodeUnicode(String theString) {
char aChar;
int len = theString.length();
StringB... | [
"714610354@qq.com"
] | 714610354@qq.com |
bd0e6e34560f883286fdc65e17361bc280081865 | b113d14dbf69e7dedda97dfc295a62dbfad85eaf | /src/chapter3/Invoice.java | 208a91aa5154b008369c482e3c073f36fb90c687 | [] | no_license | atharvajpatel/Mission_College-Java_Codes | e5c7e785877da938a0cc5958f3367f1dd7f23efe | 109183e8998336df436ae69f7b92566dac7edb39 | refs/heads/master | 2022-11-29T08:03:38.941197 | 2020-08-15T23:37:00 | 2020-08-15T23:37:00 | 271,620,910 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,230 | java | package chapter3;
import java.util.Scanner;
public class Invoice {
private String part;
private String partD;
private int quantity;
private double price;
public Invoice(String part, String partD, int quantity, double price){
this.part = part;
this.partD = partD;
this.quanti... | [
"65376242+lolzha@users.noreply.github.com"
] | 65376242+lolzha@users.noreply.github.com |
0e457272734d60124c185d86f5aebddaf1fb7e75 | f08af2166baa9240aa1f33a604c9f00de42de906 | /1499-Max_Value_of_Equation.java | fdff65be23e5fa6a70c7f17a24a573804e516531 | [] | no_license | sirius206/LeetCode | 69d23a2b2585951593591d7fea7f5849b2f14056 | 331072373a7ae7909bdcd80ccd98407dee7ca847 | refs/heads/master | 2021-10-26T03:42:58.319146 | 2021-10-13T20:22:12 | 2021-10-13T20:22:12 | 211,740,083 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,721 | java | /*
Because xi < xj,
yi + yj + |xi - xj| = (yi - xi) + (yj + xj)
So for each pair of (xj, yj),
we have xj + yj, and we only need to find out the maximum yi - xi.
To find out the maximum element in a sliding window,
we can use priority queue or stack.
*/
//1. Priority Queue, Time O(NlogN), Space O(N)
class Solution {
... | [
"noreply@github.com"
] | sirius206.noreply@github.com |
500cb27ad25c076aaa363beab1d653299b30184d | 357b67c38b3ae9025194fad81173a1ec3b13f0fb | /Item.java | 3067d2f5f5c6317c7589a35e911f357aa8b64706 | [] | no_license | benjamin-korobkin/Dungeon-Adventure | f16ed5e3bcde80550590ae2dda0fcc2a4f90c6c9 | 5fee760ac406c874b1fcc733124e1831ab454265 | refs/heads/master | 2020-04-16T20:04:10.509729 | 2020-04-14T19:32:32 | 2020-04-14T19:32:32 | 165,885,771 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,184 | java | package realzork;
public class Item {
private String name;
private int weight;
private String description;
public boolean taken;
public Item(String name, int weight, String desc)
{
this.name = name;
this.weight = weight;
this.description = desc;
... | [
"noreply@github.com"
] | benjamin-korobkin.noreply@github.com |
86333295e5c0967d43c8e2a997f2d0d5c874c08d | a8ee32ec4db6b5edbcb91c4fa2110034917884aa | /Lesson4Java2/src/Chat/ChatController.java | 2bf5b0ff9f38de6e720bd8f32e5e4fad01bdb50f | [] | no_license | ElinaFemida/Homeworks_GB | 00ebf88a2f4e84dc01bf2a15d682ce65a280d37e | 253daee7abaedf6fa02ddc68ea961789c2452d17 | refs/heads/master | 2023-02-26T15:13:40.389919 | 2021-02-05T18:12:33 | 2021-02-05T18:12:33 | 323,238,828 | 0 | 0 | null | 2020-12-21T06:22:27 | 2020-12-21T05:24:26 | Java | UTF-8 | Java | false | false | 1,317 | java | package Chat;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.scene.control.Button;
import javafx.scene.control.ListView;
import javafx.scene.control.TextField;
import javafx.scene.control.Tooltip;
import javafx.scene.input.MouseEvent;
public class ChatController {
public ListView... | [
"ya.ilina4@yandex.ru"
] | ya.ilina4@yandex.ru |
c70a1ca0a20855dd453dd072129930aa4e3afac0 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/5/5_5bf27ca281445d667fad19cd1a211da412faa58d/SpotSceneManager/5_5bf27ca281445d667fad19cd1a211da412faa58d_SpotSceneManager_t.java | a52825bd82b4ef40e6f682c6ff4e04d9d9bdae25 | [] | 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 | 18,375 | java | //
// $Id: SpotSceneManager.java,v 1.35 2003/03/27 16:04:26 mdb Exp $
package com.threerings.whirled.spot.server;
import java.awt.Point;
import java.util.Iterator;
import com.samskivert.util.ArrayIntSet;
import com.samskivert.util.HashIntMap;
import com.samskivert.util.IntIntMap;
import com.samskivert.uti... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
c7644260d4e65e90287dbb0f229498a60ee0b55f | 9b5ca743c5965db47b7956b8d078c91dd4400d1b | /trunk/UniDroid-1.0_20-08-13/gen/br/com/bigdogsoftware/unidroid/R.java | 3ea0a3d235855062e7679092bddd3e34ff10a744 | [] | no_license | BGCX067/fact-net-svn-to-git | ef85260e3e7bb9e32c1f5fb994f43fee20a5e9e0 | abe9f4c0ef881bc2c6aa044b8b28e80835341749 | refs/heads/master | 2016-09-01T08:55:49.151284 | 2015-12-28T14:26:54 | 2015-12-28T14:26:54 | 48,758,349 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,841 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package br.com.bigdogsoftware.unidroid;
public final class R {
public static final class attr {
}
public static f... | [
"you@example.com"
] | you@example.com |
5a7de284a4267e37bd6631b35e3322540ca3c69b | 9a028282395b902f261fdf058139092ddba00ba0 | /src/main/java/com/arcosoft/arcLogChef/dto/GenericResponse.java | a6d05d71b6780f0c61964a7ad42c0ee7290b18fc | [] | no_license | prince-gupta/arcLogChef | 763ce9e731ef01f5531fc48fd036d64183fbfc5f | 659309b5b6b907860b12c3538acc1d11accb1a97 | refs/heads/master | 2021-09-01T04:31:05.701717 | 2017-12-06T20:46:33 | 2017-12-06T20:46:33 | 111,462,648 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 506 | java | package com.arcosoft.arcLogChef.dto;
import java.util.HashMap;
import java.util.Map;
/**
* Created by princegupta on 19/11/17.
*/
public class GenericResponse {
String status;
Map data = new HashMap();
public String getStatus() {
return status;
}
public void setStatus(String status) {... | [
"princegupta@Princes-MacBook.local"
] | princegupta@Princes-MacBook.local |
e7d2a018bd06a45927633142a0996b3bb398eaf5 | eab084584e34ec065cd115139c346180e651c1c2 | /src/test/java/v1/t0/T87Test.java | 13f323744399629d65411685e0796836191164c7 | [] | no_license | zhouyuan93/leetcode | 5396bd3a01ed0f127553e1e175bb1f725d1c7919 | cc247bc990ad4d5aa802fc7a18a38dd46ed40a7b | refs/heads/master | 2023-05-11T19:11:09.322348 | 2023-05-05T09:12:53 | 2023-05-05T09:12:53 | 197,735,845 | 0 | 0 | null | 2020-04-05T09:17:34 | 2019-07-19T08:38:17 | Java | UTF-8 | Java | false | false | 1,342 | java | package v1.t0;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class T87Test {
T87 t;
@BeforeEach
void setUp() {
t = new T87();
}
@Test
void test_1() {
String s1 = "great";
String s2 = "rg... | [
"492407250@qq.com"
] | 492407250@qq.com |
1e67839433dea96ab71dd42f53c965a0958f8762 | e096c758789d6091351d922a8f30f6f6fa5ed60c | /src/com/nv/youNeverWait/user/bl/impl/AppointmentListOfToday.java | 6f3ce7d931ffb80b950bc3aba9c3c17987475bde | [] | no_license | netvarth/netmdportal | 0487f5221bdc6f7a0e9156f96d122dcea42ff191 | a60171d76e82b02fbf074db4a7dd2814a10d0866 | refs/heads/master | 2021-03-16T09:54:50.043949 | 2016-08-04T10:53:34 | 2016-08-04T10:53:34 | 63,756,828 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,658 | java | /**
* AppointmentListOfToday.java
*/
package com.nv.youNeverWait.user.bl.impl;
import java.util.ArrayList;
import java.util.List;
import com.nv.youNeverWait.pl.entity.PatientAppointmentTbl;
import com.nv.youNeverWait.rs.dto.AppointmentsDTO;
import com.nv.youNeverWait.user.bl.service.AppointmentGroup;
impor... | [
"manikandan@33b5678d-7e6b-764b-8695-d616d715c8b5"
] | manikandan@33b5678d-7e6b-764b-8695-d616d715c8b5 |
32b70955df0604fe2a68cad615a7bd3723875d3a | 1b7f926440ec06ee9aa12e1d2058433c3d69e5b9 | /src/main/java/com/vaadin/chartwebinar/backend/TemperatureReading.java | c97b7d4187bb5257cdb9aa644a9e815dd8a5813d | [] | no_license | mstahv/chartswebinar-feb-2014 | 3a922a46605d456cd67b97cab7f0061d6d50f159 | 4c67cc5847c9ea81b1abf7541875bfb77252d4a1 | refs/heads/master | 2021-01-19T22:02:04.380246 | 2014-02-12T18:53:45 | 2014-02-12T18:53:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 898 | java | package com.vaadin.chartwebinar.backend;
import java.util.Date;
import javax.enterprise.context.ApplicationScoped;
@ApplicationScoped
public class TemperatureReading {
private Date date;
private Integer temperature;
private MeasurementPlace place;
public Date getDate() {
return date;
... | [
"matti@vaadin.com"
] | matti@vaadin.com |
1acc188becf2d0af52187fcffc8b220c672af891 | 68a6eb56e5c32b1ef2bf27b8fbd2f73f68195816 | /MovieManagement/src/controllers/Movie_Details_pt2.java | 89f9488fa8eb5b0d5a715848400257fbf92e234b | [] | no_license | kedar700/dexprojects | d14ea0b733344943c31ebde054c702b94ef6fa9a | 9a1921c671d80917ddd32fa6d6d83127d3df7b92 | refs/heads/master | 2021-01-09T06:33:46.210127 | 2017-12-17T06:10:05 | 2017-12-17T06:10:05 | 81,008,816 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,045 | java | package controllers;
import javafx.beans.property.SimpleDoubleProperty;
import javafx.beans.property.SimpleStringProperty;
/**
*
* @author Kedar Naresh Naik
* @since 2016-12-02
*
*/
public class Movie_Details_pt2 {
private final SimpleStringProperty movie_name;
private final SimpleStringProperty movie_desc;
... | [
"knaik3@hawk.iit.edu"
] | knaik3@hawk.iit.edu |
e737b8927b3c1effe22418ab74c824529b0d3909 | 44579db3e94e99e5f2762a36d03f4c67b8120578 | /app/src/main/java/com/example/gabarty/medicineapplication/Interfaces/EditSupplierInterface.java | 58c40dacc24c64becf49510d3a824b5597b6408e | [] | no_license | OmarNabiiil/MedicineApplication | d39cf0122a6b490f9cd7a0875eb43e1560220fa9 | 11ca7d57d376d42427c132e007b5fd17ea6e6b31 | refs/heads/master | 2020-04-13T19:44:10.636590 | 2018-12-28T13:04:22 | 2018-12-28T13:04:22 | 163,411,334 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 218 | java | package com.example.gabarty.medicineapplication.Interfaces;
import com.example.gabarty.medicineapplication.classes.Supplier;
public interface EditSupplierInterface {
public void onEditClick(Supplier s);
}
| [
"omarnabil@Omars-MacBook-Air.local"
] | omarnabil@Omars-MacBook-Air.local |
cb0e6016fd941093cdf4bdd7721048b9cf22afe1 | b68cd54c142ca8328bec3b6f68218efa66b52af4 | /src/gloop/graphics/data/models/VertexBufferManager.java | b1fb509e6bf68432258a86931232e844bb74cffb | [] | no_license | leefogg/GLOOP | 99f374a405f79de4196f95c54b3d82e82f3423f6 | 4d66ff5c48863c07c99d953e78065d6a0b84a373 | refs/heads/master | 2021-04-03T10:30:43.571974 | 2020-11-14T22:01:34 | 2020-11-14T22:01:34 | 124,439,619 | 3 | 0 | null | 2018-05-31T20:37:38 | 2018-03-08T19:42:52 | Java | UTF-8 | Java | false | false | 828 | java | package gloop.graphics.data.models;
import org.lwjgl.BufferUtils;
import org.lwjgl.opengl.GL15;
import java.nio.IntBuffer;
import java.util.HashSet;
public abstract class VertexBufferManager {
private static final HashSet<VertexBuffer> VBOS = new HashSet<>();
static void register(VertexBuffer vbo) {
VBOS.add(vb... | [
"leefogg@users.noreply.github.com"
] | leefogg@users.noreply.github.com |
dd9e13d108cb8a67a3bf86ed44eb95d61cfe9f9b | 6f1725745d215ec703a7df13f234d041047283e2 | /giraph-core/src/main/java/org/apache/giraph/comm/netty/handler/.svn/text-base/RequestEncoder.java.svn-base | 4e739cb1a32d8e1c2869d701845a57029f2ba238 | [
"Apache-2.0"
] | permissive | huangshengbin426/subgraph-listing | b8fab259ea3b33d667ba610ff66d5d7cf5078a1e | cd9d87f21454a7c96acfffee53d464d8417970f6 | refs/heads/master | 2021-01-19T21:58:06.017848 | 2017-02-20T11:26:18 | 2017-02-20T11:26:18 | 82,549,667 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,726 | /*
* 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 ... | [
"2467058422@qq.com"
] | 2467058422@qq.com | |
d85239d9d36182b1233c20caf54ed176cf2e7eec | 3c2739ebd6c02956728a6516b9a9dbe1aad4c557 | /app/src/test/java/com/example/billsplitter/ExampleUnitTest.java | ba7c4c7f2ad5dbfe8369d75bb5dba4e279ade0d6 | [] | no_license | Andrew-Cutlip/Bill-Splitter | 9a456389e069ef03b7ecd98f902d1ccb9571cb65 | c46820634febf59ddd353337fae02ac98b0b5a12 | refs/heads/master | 2022-11-29T07:58:57.155803 | 2020-08-02T04:39:13 | 2020-08-02T04:39:13 | 284,391,553 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 385 | java | package com.example.billsplitter;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public vo... | [
"snakeeye10@pop-os.localdomain"
] | snakeeye10@pop-os.localdomain |
c06eb4c3fe183bd9797b6d5e7bb1b6e391289fc5 | 5f442d2acfbf4473448dec9de6cf4e6cac364880 | /src/main/java/edu/upc/eetac/dsa/acouceiro/libros/api/MediaType.java | 432a8fa6a30277030637d03aa61757b67b22032b | [] | no_license | adricouci/libros | 5f9b472f2b479132010fa7fcf7737363bf23dc3c | 9ecae5f5882bf0a617061c8a806f8fabba6a839c | refs/heads/master | 2020-06-04T05:39:03.363140 | 2015-03-24T11:02:02 | 2015-03-24T11:02:02 | 32,793,274 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 863 | java | package edu.upc.eetac.dsa.acouceiro.libros.api;
public class MediaType {
public final static String LIBRO_API_USUARIOS = "application/vnd.libros.api.usuarios+json";
public final static String LIBRO_API_LIBROS = "application/vnd.libros.api.libros+json";
public final static String LIBRO_API_LIBROS_COLLECTION = "appl... | [
"K55@Asus"
] | K55@Asus |
7e174228d1e3677bc8029aeea83e8d46f361a300 | bff449a67bde60eb42d58b6e81d592bccada40e5 | /InventoryBusiness/srv-impl/com/viettel/bccs/inventory/service/BaseIsdn/BaseStockIsdnExpService.java | c0521c873519b3750ba8875df6e4daa94dfc80b2 | [] | no_license | tiendat182/IM_UNITTEST | 923be43427e2c47446462fef2c0d944bb7f9acce | 2eb4b9c11e236d09044b41dabf9529dc295cb476 | refs/heads/master | 2021-07-19T09:36:51.341386 | 2017-10-25T14:26:33 | 2017-10-25T14:26:33 | 108,283,748 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,282 | java | package com.viettel.bccs.inventory.service.BaseIsdn;
import com.google.common.collect.Lists;
import com.viettel.bccs.im1.service.StockIsdnIm1Service;
import com.viettel.bccs.inventory.common.Const;
import com.viettel.bccs.inventory.dto.*;
import com.viettel.bccs.inventory.repo.StockTransRepo;
import com.viettel.bccs.i... | [
"tiendat.fet4@gmail.com"
] | tiendat.fet4@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.