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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
69a293bf01d2660870870a490ba678ecdcc7ba1c | bb494ef22c8f6ddc62592ee2685f08332e4f36c0 | /class_programs/src/day2/interfacevehicle.java | fa31a92fc2ce2026ff975d6b4850526490f4e229 | [] | no_license | prarthana181k/testProject | 7fcd75d61ee5e735ab83d76a4b40b87759a90955 | 13197fe64366be48237e87f746c0740e951326ff | refs/heads/master | 2023-03-17T23:51:04.211060 | 2021-03-19T01:40:49 | 2021-03-19T01:40:49 | 347,852,600 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 586 | java | package day2;
interface vehicle{
abstract void no_of_wheels();
}
class car implements vehicle{
@Override
public void no_of_wheels() {
// TODO Auto-generated method stub
System.out.println("no of wheels= 4");
}
}
class bike implements vehicle{
@Override
public void no_of_wheels() {
... | [
"User@192.168.0.6"
] | User@192.168.0.6 |
6f23d93f6909d5eb197205eb83885619ec4775ca | 48da35b7e418927d5b594378045ab67ba78e48c4 | /src/com/huawei/cloud/servicestage/intellij/AppBasicConfigStep.java | 2085a6e5606fc12b98f8778f334ea9144103ff45 | [] | no_license | yi5637/servicestage-idea-plugin | fd2655e01964acc1744ae58c37f8935e1b6af010 | 9d418944edf47a50504e74ba1c069e269c9916d5 | refs/heads/master | 2020-05-19T16:19:34.888669 | 2019-05-06T13:25:42 | 2019-05-06T13:25:42 | 185,104,479 | 0 | 0 | null | 2019-05-06T01:40:05 | 2019-05-06T01:40:05 | null | UTF-8 | Java | false | false | 726 | java | package com.huawei.cloud.servicestage.intellij;
import com.intellij.ui.wizard.WizardNavigationState;
import com.intellij.ui.wizard.WizardStep;
import javax.swing.*;
public class AppBasicConfigStep extends WizardStep<ServiceStageConfigWizardModel> {
private final ServiceStageConfigWizardModel model;
private J... | [
"yi5637@sina.com"
] | yi5637@sina.com |
9aa89f17d1f0f69fbe3e19dfd93c8112984dba2e | 463f8827892d4ce2f44a4a598b1da836ce540d03 | /ParserTest/src/org/htmlparser/tests/scannersTests/AllTests.java | 38ef44291d36120f102ad28a958efb826539610c | [] | no_license | 619471854/lqy | 78298405297a6d8f0e05c4547ee986ed5fde18ef | 9a9f21de293e08941e1f9193e346ef077da7f8a6 | refs/heads/master | 2020-04-15T15:50:05.956851 | 2018-04-02T09:19:27 | 2018-04-02T09:19:27 | 55,116,793 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,844 | java | // HTMLParser Library $Name: $ - A java-based parser for HTML
// http://sourceforge.org/projects/htmlparser
// Copyright (C) 2004 Somik Raha
//
// Revision Control Information
//
// $Source: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/AllTests.java,v $
// $Author: derrickoswald $
// $Date: 20... | [
"619471854@163.com"
] | 619471854@163.com |
fc225d1ef1aa0e49164b718a4748958ee665e136 | e318e0a07ebc4ac4285cc3468fc770d027ffcb64 | /src/com/deepak/hibernate/entity/Files.java | 805879a37282321953623ae9361ca07514d92bad | [] | no_license | deepak001ahirwar/ImageFileHandler_Project | 1b7cff3f47b280c3857f6c7d19176a2ff51cfdd0 | a0901008f9fb8a2ec76e5f84e93615c808c571a3 | refs/heads/master | 2022-11-20T13:18:36.655056 | 2020-07-22T07:29:01 | 2020-07-22T07:29:01 | 281,593,909 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,535 | java | package com.deepak.hibernate.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity(name="files")
@Table(name="files")
public class Files {
@Id
@Column(name="id")
int id;
@Column(name="file_name")
String file... | [
"deepak001ahirwar@gmail.com"
] | deepak001ahirwar@gmail.com |
7895355492b0f2def5eaf59966aebe2373da065f | ced5b53b85ffd09305a74d24730a51a6ad50b32f | /src/main/java/Resource.java | 775789da7d70deac7bf2602862107a33a84ec5d1 | [] | no_license | drdamour/jackson-serializer-fun | b7ec5209c01333091a23031d7b8459ff15e65911 | 53cafa902de7b9d7cf97ff4b0952ad7bd69454e2 | refs/heads/master | 2021-01-02T23:13:01.362847 | 2015-09-04T23:35:29 | 2015-09-04T23:35:29 | 41,923,563 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 32 | java |
public interface Resource {
}
| [
"chris.damour@bodybuilding.com"
] | chris.damour@bodybuilding.com |
db7639807444503ca98f96ea6650df8422df8325 | 47e01cdb2ac5ef541a994ea93b682a39487fd443 | /src/_ws/jaxws/wsdl/My.java | 7a290ac665852d6b85c4cb1e2110a0cb94f5ca74 | [] | no_license | zzyy/thinking | af1124623a624b0502006779acfbb9f970a861d9 | f5d7ced62fa1ff1b7716de51a51daaa4975ed346 | refs/heads/master | 2016-09-05T20:02:39.410479 | 2014-03-27T06:04:07 | 2014-03-27T06:04:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 371 | java | package _ws.jaxws.wsdl;
import javax.jws.WebService;
@WebService(endpointInterface="_ws.jaxws.wsdl.MyService",name = "MyService",
targetNamespace = "http://www.example.org/MyService/",
wsdlLocation="_ws/jaxws/wsdl/MyService.wsdl")
public class My implements MyService {
@Override
public int add(int a, int b) ... | [
"yun037@126.com"
] | yun037@126.com |
d294ee5bf38efe8a2c41437c6f30ec2b5e732c8d | 8c9858e1ab039ea538df24e4853023686504733a | /Module04/caseStudy4/src/main/java/com/example/demo/repository/ServiceRepo.java | b5f5e67283aa45f2247b1695a8ecbf6c87b559b9 | [] | no_license | tranhoangsangc1120g1/module4_gradle | 40f62899cbfce8b3073ee46d9d15a743be7aa8a9 | adde49deafd7f555ab95cd4dd4de21c514aaeaad | refs/heads/master | 2023-04-09T12:13:00.656588 | 2021-04-21T08:34:42 | 2021-04-21T08:34:42 | 352,111,475 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 211 | java | package com.example.demo.repository;
import com.example.demo.model.Service;
import org.springframework.data.jpa.repository.JpaRepository;
public interface ServiceRepo extends JpaRepository<Service,String> {
}
| [
"thjsang6596@gmail.com"
] | thjsang6596@gmail.com |
44705f8e793f0566c6e6d8f11adea7d4ef4b4c0d | 07858cda0ed4e8172414c7e4cd153d97f9afb48c | /admin/src/main/java/com/ckstack/ckpush/service/plymind/impl/AppointmentServiceImpl.java | 6c582d44a5eea3c1084be12aa83b2a832da20911 | [] | no_license | kodaji/doitfive | 701cb54dc524f2081ed1f24bdcd2463fa83f6eb9 | 79b26931aa546f115d6a1d39f1459aa523d1bad5 | refs/heads/master | 2021-01-19T05:31:48.203045 | 2016-07-11T05:35:52 | 2016-07-11T05:35:52 | 63,039,468 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,992 | java | package com.ckstack.ckpush.service.plymind.impl;
import com.ckstack.ckpush.common.MDV;
import com.ckstack.ckpush.dao.plymind.ApplicationDao;
import com.ckstack.ckpush.dao.plymind.AppointmentDao;
import com.ckstack.ckpush.dao.plymind.HolidayDao;
import com.ckstack.ckpush.dao.plymind.ProductDao;
import com.ckstack.ckpu... | [
"wypark@i-mobilepark.com"
] | wypark@i-mobilepark.com |
e2e82780af51354635c6f2427a5d01fc3bdebdb8 | d58fdd61a0de45264f3327d97a00822acedcb0d0 | /ProgettoViaggiProf/src/it/appviaggi/business/ConfiguratorePacchettoViaggio.java | 661925da3b15ffa605a557011c3ad12203a50849 | [
"MIT"
] | permissive | matteolia/itsrizzoli2k17 | dcc62d3068941fce38b07372fc1beb9db074b812 | c1629fb98c29488cdcc8b3442e049181fda089ec | refs/heads/master | 2020-03-20T14:41:48.970130 | 2018-02-14T09:43:06 | 2018-02-14T09:43:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,181 | java | package it.appviaggi.business;
import java.util.ArrayList;
import java.util.Date;
import javax.persistence.EntityManager;
import it.appviaggi.model.Luogo;
import it.appviaggi.model.MezzoDiTrasporto;
import it.appviaggi.model.PacchettoViaggio;
import it.appviaggi.model.Pernottamento;
import it.appviaggi.mo... | [
"andrea@colleoni.info"
] | andrea@colleoni.info |
2dc0212ed31d6acdf0184f34dc778cc9c434d32e | ec93cf3b7b34e1b39de781930b71e39b6718cb00 | /PocketHockey4/src/con_util/ConnectionUtilities.java | 7bc07f6b8d3ae0aa0fa1c968264daa871d6fe6ac | [] | no_license | Double-O/Network-based-game-pocket-Hockey | 5341addffa5217120ae92979e5a74a64242f661a | b2b14f53109ebd05737e1d28a0ebd3fead2108c0 | refs/heads/master | 2022-04-01T23:27:35.200764 | 2020-02-11T17:48:02 | 2020-02-11T17:48:02 | 58,925,262 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,658 | java | package con_util;
/**
* Created by Dhruboo on 6/6/2016.
*/
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.net.Socket;
import java.util.logging.Level;
import java.util.logging.Logger;
public class ConnectionUtilities {
public Socket sc;... | [
"noreply@github.com"
] | Double-O.noreply@github.com |
b18559e1341bac942d0e29d562d9dd9d5133aef8 | 78aac0ccca34e63b61fde08f0d88e1bed89d36ef | /boomi/src/boomi/gdw/EventReason.java | 68adddf67d235e20b0dea5a47ed1f8643dccef71 | [] | no_license | woniu2681/ceosoftcenters | e8dfeb22677a832dfd2e6862283c02cc000cfbe5 | defdf5f1e84a0617dbe5f2cddb8386959c62aed6 | refs/heads/master | 2021-01-10T02:22:14.857824 | 2016-03-15T13:50:29 | 2016-03-15T13:50:29 | 49,714,925 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,582 | java | package boomi.gdw;
import java.io.BufferedReader;
import java.io.ByteArrayInputStream;
import java.io.FileInputStream;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.TreeMap;
public class EventReason {
public static void main(String[] args) throws Exception {
TreeMap... | [
"stone.zhang@ceosoftcenters.com"
] | stone.zhang@ceosoftcenters.com |
2e403d93dcb528e5fd248f669416391b0df445dc | f2dcdd26842bb2d40808dfc5379d586d8b772f4a | /src/main/java/com/autentia/tutorial/rest/openapidefintion/OpenAPIDefinitionResource.java | 6e19d4fcff75c6a5e4dfd3517f575ff903825d54 | [] | no_license | javierislas800/TestSwagger2.0 | d1e042d3c16a03a3496ddcd0ab403359d15f767f | 6722ac277fb6ca1ca72c4703c963acecb2a2000b | refs/heads/master | 2022-01-10T18:35:13.378637 | 2019-05-09T15:13:51 | 2019-05-09T15:13:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,174 | java | package com.autentia.tutorial.rest.openapidefintion;
import io.swagger.v3.oas.annotations.ExternalDocumentation;
import io.swagger.v3.oas.annotations.OpenAPIDefinition;
import io.swagger.v3.oas.annotations.info.Contact;
import io.swagger.v3.oas.annotations.info.Info;
import io.swagger.v3.oas.annotations.info.License;
... | [
"javier.i@inspireinnovations.com"
] | javier.i@inspireinnovations.com |
80001476d949efa29e78a35885044a04498730f8 | 95e2375d75ffab2a524a8f4c7dd689b5b54569ed | /Java/Offer/Solution28.java | 998387d6bdc5cf854afebbdfe20ea920b5f2a8d1 | [] | no_license | wufans/EverydayAlgorithms | c0bd561e6bd1aaa930bdf698e50d06e337e9dcf1 | e85277c83b904db365d828e51d89b7398e399a8a | refs/heads/master | 2020-03-23T03:04:35.827120 | 2019-08-08T03:17:17 | 2019-08-08T03:17:17 | 141,008,260 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 845 | java | /**
* @Author: WuFan
* @Date: 2019/3/4 11:04
*/
package offer;
/*
* 对称的二叉树
* 请实现一个函数,用来判断一颗二叉树是不是对称的。注意,如果一个二叉树同此二叉树的镜像是同样的,定义其为对称的。
*/
public class Solution28 {
boolean isSymmetrical(TreeNode pRoot){
if(pRoot == null){
return true;
}
return isduicheng(pRoot.left,pRoot.right... | [
"noreply@github.com"
] | wufans.noreply@github.com |
329e2a97a1bef4443876be7c6c1c67ce97fde876 | 0b7d185feb54d2d421b3eae462859971745ee103 | /pace-base/src/main/java/com/pace/base/view/PafAlignment.java | 7d92ae266c84c63de1fc47aaf8c9189077fe490e | [] | no_license | alanfarkas/test-pace-server | b61462a2c48a989fd1015428e890d760feccd224 | 334a21210956409f8c8d1e48588a74c4c04fbd7c | refs/heads/master | 2021-01-01T05:43:14.449086 | 2013-06-27T17:15:48 | 2013-06-27T17:15:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,408 | java | /**
* @(#) PafAlignment.java
*/
package com.pace.base.view;
public class PafAlignment implements Cloneable {
public static final String LEFT = "Left";
public static final String RIGHT = "Right";
public static final String FULL = "Full";
public static final String CENTER = "Cente... | [
"jwatkins@53513f66-9fe0-4f4b-a901-10d5c8ad6cc7"
] | jwatkins@53513f66-9fe0-4f4b-a901-10d5c8ad6cc7 |
b982204a8f9db887faa010bd8cbc0cf4403affa3 | a7410ba4e2ed20e36a441023b91db3ca23832f81 | /src/controller/MainDisplay.java | 4d750d5faae06a02ae829cdbe30a19493b371f18 | [] | no_license | markvticzon/ThesisBabylonClient | 38a811502c263435a573533ad2d0b9abd6dd8993 | ebfdffa0be8f58847702d56e62df726bd2d8d148 | refs/heads/master | 2020-03-10T13:45:38.725564 | 2018-04-12T07:30:13 | 2018-04-12T07:30:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,431 | java | package controller;
import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JTextField;
public class MainDisplay {
private JFrame frame;
private JTextField InputAreaHidden;
public String rFInput;
/**
* Launch the application.
*/
public static void main(String[]... | [
"themysteryofdoom@gmail.com"
] | themysteryofdoom@gmail.com |
b62963e55010e025d3b0eb64d84daaf097a6491b | e4f191e3c5e94bc0b4cad06eb7c770c3bba6c800 | /seminar4/src/ro/ase/cts/cts/prototype/clase/Restaurant.java | eb25d7ee4c614c65b0fef835c66159480d8f6c30 | [] | no_license | anarmn/CTS | 2a826ee0fc0b9e689eeed5ade3953963a694aa0c | 453255999b6865e28543443902a054668fe76a51 | refs/heads/main | 2023-05-10T00:13:45.595507 | 2021-06-05T10:34:36 | 2021-06-05T10:34:36 | 342,821,528 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,352 | java | package ro.ase.cts.cts.prototype.clase;
public class Restaurant {
private String nume;
private int nrAngajati;
private float cifraAfaceri;
private static Restaurant restaurant = null;
public static synchronized Restaurant getInstance(String nume, int nrAngajati, float cifraAfaceri){
if (r... | [
"roman.ana980@gmail.com"
] | roman.ana980@gmail.com |
4445cacd9c72dbdb8332735a42f3de5524c5b706 | a938bdc1a6d3e1078d971c290052b932ce63df9c | /app/build/generated/source/r/debug/android/support/v7/appcompat/R.java | edd617be82691f688d2011c154bba19c5fe58c4e | [] | no_license | dnivanthaka/mqtt-android-client-demo | beb2127abc855e628554d910ec63faa3b83ae18f | 90cd208086684acd64cac362be36e9f13e1f3502 | refs/heads/master | 2021-01-10T13:00:55.146958 | 2016-03-22T13:08:49 | 2016-03-22T13:08:49 | 54,332,330 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 85,159 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package android.support.v7.appcompat;
public final class R {
public static final class anim {
public static final int abc_fade_in = 0x7... | [
"dinusha@DinushaPC.Home"
] | dinusha@DinushaPC.Home |
a9c4920475e38c74ddd14d6d3b44b97a36628796 | e63c6c2689b0865a9e0b485a05e9eb7deae059f9 | /src/main/java/com/my/jasuil/TestDTO.java | a757c3b6cc1e2d2f40ff88927f20a12178d9bc9e | [] | no_license | jasuil/simple-web | 102ce5995a608ccd3b86018084dbdfe3a2203be0 | 1ee4b61829e54bb21bbc8aa670e4d9b99dbaf647 | refs/heads/master | 2023-01-23T21:46:46.176192 | 2020-12-05T14:23:45 | 2020-12-05T14:23:45 | 314,779,629 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 197 | java | package com.my.jasuil;
import lombok.Data;
import java.io.Serializable;
import java.util.List;
@Data
public class TestDTO implements Serializable {
String body;
List<Integer> idList;
}
| [
"jasuil@daum.net"
] | jasuil@daum.net |
cd9a3d67ca3df522ccc60f94b407deda049da44d | df5445f3e18234a630d6e24209d1109c971b1eb0 | /app/src/main/java/com/lk/myproject/toast/ToastUtils.java | 19c0bccba9f3ee97543e3a589c07062da4739428 | [] | no_license | lkang08/MyProject | 87127abb6c41e96553e60c81cf5d9b7ebb1dae13 | 99f4f53e8b0b11400b6193b9ea2de33d847f7e02 | refs/heads/master | 2023-04-08T03:33:48.891897 | 2022-10-26T06:45:12 | 2022-10-26T06:45:12 | 160,916,515 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,826 | java | package com.lk.myproject.toast;
import android.content.Context;
import android.os.Build;
import android.os.Handler;
import android.os.Message;
import android.widget.Toast;
import java.lang.reflect.Field;
public class ToastUtils {
private static Field sField_TN;
private static Field sField_TN_Handler;
s... | [
"lvkang@yy.com"
] | lvkang@yy.com |
10d1be7bbe34cfb68094b4ff535defc9d1b96eb7 | a5d3828507c5abe452c2755183705b76906c5c11 | /day2-eureka-other-service-CB/src/test/java/com/example/demo/Day2EurekaOtherServiceApplicationTests.java | 36cb4790ac529c1de4281e45beddeb1e9d053a6f | [] | no_license | javed97alam/RESTAPI | 95ec61bdaa5fdc6738ed603a09c39adaf98ba2f3 | c6c55caab7a36b70c01e6160a2998d4c75071e17 | refs/heads/master | 2022-09-04T22:12:34.026299 | 2020-05-26T04:49:00 | 2020-05-26T04:49:00 | 266,944,532 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 224 | java | package com.example.demo;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class Day2EurekaOtherServiceApplicationTests {
@Test
void contextLoads() {
}
}
| [
"javed97alam@gmail.com"
] | javed97alam@gmail.com |
74e064f07ed21b2df0786d5d906daab64a0e885d | c885ef92397be9d54b87741f01557f61d3f794f3 | /tests-without-trycatch/JacksonDatabind-103/com.fasterxml.jackson.databind.deser.std.StdKeyDeserializer/BBC-F0-opt-80/7/com/fasterxml/jackson/databind/deser/std/StdKeyDeserializer_ESTest.java | 5071c0bf88b3f2333a0b24b5734d2ad4b03d9c92 | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 43,209 | java | /*
* This file was automatically generated by EvoSuite
* Wed Oct 13 14:45:56 GMT 2021
*/
package com.fasterxml.jackson.databind.deser.std;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.shaded.org.mockito.Mockito.*;
import static org.evosuite.runtime.EvoAssertions.*;
import com... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
d010a1e07dff328e8d677dd89179896024c1c0f3 | c6aa4489dca8d2c7bf0e6763cc4db97e5bee2f6a | /app/src/test/java/fiveguys/com/wishcraftapp/ExampleUnitTest.java | 661b5601887b9354e8cff159d835d3bff04294e8 | [] | no_license | danmenjivar/wishcraft | 90c557a5678b270fe6a410182bd8b94187502868 | dc85de9a6e474e5da6ea6d07883ed39d08892b1c | refs/heads/master | 2022-01-15T06:06:05.403427 | 2019-05-04T16:21:30 | 2019-05-04T16:21:30 | 173,834,763 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 386 | java | package fiveguys.com.wishcraftapp;
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 v... | [
"dan212edu@gmail.com"
] | dan212edu@gmail.com |
3ee2be11497d9f692dbc213b948c2a314f91ba22 | d4cb159a3425fe150f6cdf8a1936602ce9557426 | /app/src/main/java/polinema/ac/id/starterchapter05/activities/PraktikumActivity.java | 83091eab31516ae6ce9388a17f60c33c6923968d | [] | no_license | wahidhidayat/2019-mobile05 | 6eaeadfa58ce0655b04b0bd4eb786e5fafa3593b | 4fc72a520c569e76af5bdf0dcef4d7f5a549ff81 | refs/heads/master | 2020-07-31T14:18:50.455319 | 2019-10-02T16:53:15 | 2019-10-02T16:53:15 | 210,631,664 | 0 | 0 | null | 2019-09-24T15:11:35 | 2019-09-24T15:06:08 | null | UTF-8 | Java | false | false | 2,172 | java | package polinema.ac.id.starterchapter05.activities;
import android.os.Bundle;
import android.view.View;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.FragmentTransaction;
import polinema.ac.id.starterchapter05.R;
import polinema.ac.id.starterchapter05.fragments.DipsFragment;
import po... | [
"wahidhidayat3899@gmail.com"
] | wahidhidayat3899@gmail.com |
d9f21a58581a964ff052a58cd7132382ba8a7cda | facf457a8b5379b86fb539d4d55bbf880f6d4820 | /app/src/main/java/com/example/gcrea/User.java | e834944e624a18ec3e501692eaf28ce119363596 | [] | no_license | ECLegend10/GCREA | 450b2a39d2d2cca577d69a85f4b208d9d5277082 | f82be6b44b1f003f054460ab5e7b03ede09a9751 | refs/heads/main | 2023-02-01T18:44:33.795468 | 2020-12-17T16:15:35 | 2020-12-17T16:15:35 | 322,347,097 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,818 | java | package com.example.gcrea;
import android.graphics.Bitmap;
import android.os.Parcel;
import android.os.Parcelable;
public class User implements Parcelable {
private int id;
private String name;
private String idNo;
private String role;
private String position;
private String course;
privat... | [
"elwinchankw@gmail.com"
] | elwinchankw@gmail.com |
e78854051e4b6c9a67df1640777a926619fa988b | a3a6d183f4181d840e284cbc875d923eefd2c101 | /tool/bundles/org.openetcs.pror.tracing.sysml/src/org/openetcs/pror/tracing/sysml/PapyrusHandler.java | a57efdff660c09bb34446fe899062ed2e1aa6db5 | [] | no_license | hendrickhan/toolchain | 67963e7da33b5830867eab472698684b9ea06bd3 | 2b5f03446082ad310239d8f6d5e680bf748c832c | refs/heads/master | 2021-04-30T06:08:59.233858 | 2016-01-03T21:24:15 | 2016-01-03T21:24:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,104 | java | /**
* Copyright 2014 Formal Mind GmbH & CEA list
*
* Licensed under the European Union Public Licence (EUPL), Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://joinup.ec.europa.eu/software/page/eupl/licence... | [
"matthieu.perin@cea.fr"
] | matthieu.perin@cea.fr |
1e2245dbc07fee21697c7018062f4703a2993074 | 589814bd475bd9816c6c1ea8f53d65337b7edc83 | /yien_mall_web/src/main/java/com/zsl/web/config/scheduler/AutowiringSpringBeanJobFactory.java | 3c790da562dabc242b1d6a567ee87296e23c02b0 | [] | no_license | zslzxy/gradution | d45f3b2f6911fd6e34bc5a6a7e787255789d081e | 9ae89efc1c3c3709026094cd58ad564af6925418 | refs/heads/master | 2020-04-23T08:03:53.270951 | 2019-02-16T16:30:06 | 2019-02-16T16:30:06 | 171,024,944 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 907 | java | package com.zsl.web.config.scheduler;
import org.quartz.spi.TriggerFiredBundle;
import org.springframework.beans.factory.config.AutowireCapableBeanFactory;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
import org.springframework.scheduling.quartz.Spr... | [
"1083837617@qq.com"
] | 1083837617@qq.com |
9bd2e08b09e3715f0af4292d1a13447d75c2d1e9 | a25d293377b996535c946eeafb94c6c9c6054c99 | /src/main/java/com/hutool/HotoolTest2.java | 5ed2de18bf9c1d70fa5d93fbc578d4e31b70667f | [
"Apache-2.0"
] | permissive | bowen0801/java8demo | 431e24c04b5fd5971294a823a8a1b089031bc95e | a2f9c019abb6a88da7290a55fb369a597fcd9ab4 | refs/heads/master | 2023-07-25T21:06:21.976560 | 2023-07-19T02:53:35 | 2023-07-19T02:53:35 | 192,446,253 | 0 | 0 | Apache-2.0 | 2023-02-17T02:11:08 | 2019-06-18T01:54:11 | Java | UTF-8 | Java | false | false | 110 | java | package com.hutool;
public class HotoolTest2 {
public static void main(String[] args) {
}
}
| [
"bowen0801@126.com"
] | bowen0801@126.com |
95cbc78b59bb8fa17f39969aaed302c60159acfc | 64b1c7a00a01790a70a3c1a44175c2f474c4dca5 | /app/src/main/java/ykk/cb/com/zcws/basics/StockPos_DialogActivity.java | 607622f6cf809a7a9c422ec58a74b728311f0f52 | [] | no_license | Consheng/zcws | 89622e64d5ee2c8ecc1b9cb0c011ff97a1ad8130 | 45774b88d0f81d4800c4f4c3a4b4b5c2dca1e942 | refs/heads/master | 2023-07-13T02:46:17.579716 | 2021-08-23T02:40:43 | 2021-08-23T02:40:43 | 397,836,231 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,627 | java | package ykk.cb.com.zcws.basics;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.support.v7.widget.DividerItemDecoration;
import android.support.v7.widget.LinearLayoutManager;
import android.util.Log;
import android.view.KeyEvent;
import andr... | [
"yu_kangsheng@163.com"
] | yu_kangsheng@163.com |
196779d2dade9a264d6cee94a049c36f39926de7 | 0a94e4bb6bdf5c54ebba25cecafa72215266843a | /4.JavaCollections/src/com/javarush/task/task34/task3404/Solution.java | b9abfc8c1d1cc206ba12b792f2e4c76c43a9d9fa | [] | no_license | Senat77/JavaRush | 8d8fb6e59375656a545825585118febd2e1637f4 | 68dc0139da96617ebcad967331dcd24f9875d8ee | refs/heads/master | 2020-05-19T18:50:31.534629 | 2018-09-25T14:00:31 | 2018-09-25T14:00:31 | 185,160,609 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,329 | java | package com.javarush.task.task34.task3404;
/*
Рекурсия для мат. выражения
На вход подается строка - математическое выражение.
Выражение включает целые и дробные числа, скобки (), пробелы, знак отрицания -, возведение в степень ^, sin(x),
cos(x), tan(x)
Для sin(x), cos(x), tan(x) выражение внутри скобок считать граду... | [
"sergii.senatorov@gmail.com"
] | sergii.senatorov@gmail.com |
71ff84cc0cb57358c62b0839b2881e9bebbf1bce | 6d4dffb95cae2f430c7f492c640df64256aea21a | /eclipse-workspace/oop1/src/oop1/SecondDegreeEquation.java | 222b1a9d8afab56bab48a83e13f4691e87ad86d2 | [] | no_license | fonqhoanq/OOP_graph_algorithms | 0243167e3eafc48c15e15ab4261015573584a51b | 43ee12c5f9fff2d6a5c68eabfe6e405a99e6cc4e | refs/heads/master | 2023-07-17T22:38:43.040660 | 2021-08-24T02:12:36 | 2021-08-24T02:12:36 | 399,302,221 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 720 | java | package oop1;
public class SecondDegreeEquation {
private int a,b,c;
private int delta;
public int getA() {
return this.a;
}
public int getB() {
return this.b;
}
public int getC() {
return this.c;
}
public void setA(int a) {
this.a = a;
}
public void setB(int b) {
this.b = b;
}
public void setC(... | [
"phong.ht144@gmail.com"
] | phong.ht144@gmail.com |
d5ea3b314a408b1d0284a712dcf452e731c48488 | 4265158cc0df314ee3829e8cce08bc91db6d19b9 | /ProiectIPB7/back-end/model/scheduling/Timetable.java | b9a7beb2a0d09c2a7ec57bb1826767327098be24 | [] | no_license | andreia7fedeles/ProiectIPB7 | 5a46dabbbc93ab066e812f7b9f4cb5a21edab223 | e795c84ae16b4ca5f4a7894dc3cceb80ef7c8668 | refs/heads/master | 2021-01-20T15:44:21.260317 | 2017-05-09T16:12:18 | 2017-05-09T16:12:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 836 | java | package model.scheduling;
import model.scheduling.Hearing;
import java.util.Vector;
public class Timetable {
private Vector<Hearing> hearings;
// TODO Add any other necessary data members(might be complete, need to consult)
public Timetable() {
this.hearings = new Vector<>();
}
pub... | [
"rares.dima96@yahoo.com"
] | rares.dima96@yahoo.com |
f55d43b474eb3348cccd1c237607a0243ef73ec0 | e40139ea43efd993d5add4f2a947cb07c61d229c | /src/main/java/com/b2w/starwarsapi/configurations/SwaggerConfiguration.java | c2f0f33e01dfaa9c9b646fd72355a51fbe5a0d5b | [] | no_license | marcusleandro/starwarsapi | 2ed8cc981b2b3f46c1ca292eb25053ed040182dc | db43b4d515d1534fd537b878f2b8d28436713bfe | refs/heads/master | 2022-07-08T20:32:55.385630 | 2022-07-05T18:03:31 | 2022-07-05T18:03:31 | 227,148,480 | 0 | 0 | null | 2022-07-05T18:03:32 | 2019-12-10T15:01:45 | Java | UTF-8 | Java | false | false | 1,694 | java | package com.b2w.starwarsapi.configurations;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import springfox.documentation.builders.ApiInfoBuilder;
import springfox.documentation.builders.PathSelectors;
import springfox.documentation.builders.RequestHan... | [
"marcus.leandro.rosa@gmail.com"
] | marcus.leandro.rosa@gmail.com |
45b45cf608dd0d4caa4954ee09e91f0af155d8e5 | 92e04ad0c726ec84ef491c18447b383978360be9 | /SewMatchMaker/src/com/stfx/cli/sew/domain/impl/ServiceRepositoryManager.java | c86e71f1401ca5a4fbd2b1b8daefd1e29da047a3 | [] | no_license | x2013ici/Sew | 167d74c670dddda268645e85a4808281f8e53c1c | af667d6246a92db12295daf1b332fae7f470f8ec | refs/heads/master | 2021-01-10T01:16:46.883929 | 2015-09-25T03:55:26 | 2015-09-25T03:55:26 | 43,106,867 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 27,885 | java | package com.stfx.cli.sew.domain.impl;
import java.util.ArrayList;
import com.stfx.cli.sew.datamodels.OwlsService;
import com.stfx.cli.sew.datamodels.OwlsServiceFile;
import com.stfx.cli.sew.datamodels.OwlsServiceList;
public class ServiceRepositoryManager {
/**
* Owl-s Service File Type
* Service: 1
* Prof... | [
"mail.mostafij@gmail.com"
] | mail.mostafij@gmail.com |
2bf7072b9e9d4cd3667b270a8faa4bed94400237 | dd25ae5a6e94ad7a45b9c866d3b402718b7f9e3d | /java-springboot-tutorial/demo/src/main/java/com/example/demo/student/StudentController.java | 10ad9f61f1e0d7638a35faae23532a0f64acd172 | [
"MIT"
] | permissive | JonathanGzzBen/java-study | ebf7e26804be70a047548fae4d35d9bed3acff4f | 524907f2773c815843f479fe7aa2fc0b2ce295a5 | refs/heads/main | 2023-09-02T17:30:54.667618 | 2021-11-19T23:39:20 | 2021-11-19T23:39:20 | 412,128,824 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,562 | java | package com.example.demo.student;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.sprin... | [
"jonathangzzben@gmail.com"
] | jonathangzzben@gmail.com |
89189fa550d4b75fac9dae27fa150f4aa1061a63 | 45488af157fca681577869db4b4ca26b7f1a4827 | /status-computation/java/src/test/java/TestIO/TimetableReader.java | 4c256fedd2bd6be429eb89ac5d87a81bb423c0d9 | [] | no_license | pkoro/ar-compute-engine | 6f9e40c84844adfcf9b0b8f3c0e77354bc557ff7 | 92c3c52e9f8da74fe3951607e8170b4ba1ed2a9f | refs/heads/master | 2021-01-15T21:53:59.420865 | 2015-07-17T13:20:35 | 2015-07-17T13:20:35 | 29,354,913 | 0 | 0 | null | 2015-01-16T15:44:20 | 2015-01-16T15:44:20 | null | UTF-8 | Java | false | false | 1,599 | java | package TestIO;
import java.io.IOException;
import java.util.Map;
import com.google.gson.JsonArray;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
import com.google.gson.JsonParser;
import com.google.gson.JsonPrimitive;
import utils.State;
public class TimetableReader {
private static ... | [
"kaggis@gmail.com"
] | kaggis@gmail.com |
7f5de30c06b91bca9eca2115d742c5ae1d0bc049 | 746572ba552f7d52e8b5a0e752a1d6eb899842b9 | /JDK8Source/src/main/java/com/sun/org/apache/xpath/internal/operations/Mod.java | bf5a1aa9db1859488430bfffa8e62ded6fae62b7 | [] | no_license | lobinary/Lobinary | fde035d3ce6780a20a5a808b5d4357604ed70054 | 8de466228bf893b72c7771e153607674b6024709 | refs/heads/master | 2022-02-27T05:02:04.208763 | 2022-01-20T07:01:28 | 2022-01-20T07:01:28 | 26,812,634 | 7 | 5 | null | null | null | null | UTF-8 | Java | false | false | 2,974 | java | /***** Lobxxx Translate Finished ******/
/*
* Copyright (c) 2007, 2015, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
/*
* Copyright 1999-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "Licens... | [
"919515134@qq.com"
] | 919515134@qq.com |
085cc111549a9350a40026a520588b5047dacfbd | 2ebc9528389faf1551574a8d6203cbe338a72221 | /zf/src/main/java/com/chinazhoufan/admin/modules/bas/service/FileDirService.java | b990b412fff75398f8a0ce22408fa50a92791b97 | [
"Apache-2.0"
] | permissive | flypig5211/zf-admin | 237a7299a5dc65e33701df2aeca50fd4b2107e21 | dbf36f42e2d6a2f3162d4856e9daa8152ee1d56e | refs/heads/master | 2022-02-27T00:14:12.904808 | 2017-12-06T10:01:15 | 2017-12-06T10:01:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,845 | java | /**
* Copyright © 2012-2014 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*/
package com.chinazhoufan.admin.modules.bas.service;
import java.util.List;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.c... | [
"646686483@qq.com"
] | 646686483@qq.com |
164efb9bfbdffedfff7d4ead1aaaac5ed1bebca4 | df94ae5e7ab678344569ccd6468a0c930e7a505b | /BookstorePOS/src/main/java/com/bustomi/bookstorepos/entity/master/KategoriBuku.java | 169db41df2a6c0c5de69e626c5486eafe701f25b | [] | no_license | untoms/KMM_Project | 491b8e6c0503cb428e36d994259dc5a61fc01a7d | e6a04194303c22559ce6aa08a0460f9e41ead601 | refs/heads/master | 2020-05-30T18:07:39.835904 | 2015-08-22T15:32:37 | 2015-08-22T15:32:37 | 21,937,961 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,243 | java | /*
* Dikembangkan untuk keperluan proyek Magang D3 TI UNS tahun 2014.
* bustomiraharjo@gmail.com
* Bustomi Raharjo | M3112150 | D3 TI-C FMIPA UNS 2012 \^_^v
*/
package com.bustomi.bookstorepos.entity.master;
import com.bustomi.bookstorepos.entity.SimpleEntity;
import java.util.Collections;
import java.util.List;
... | [
"bustomiraharjo@gmail.com"
] | bustomiraharjo@gmail.com |
11047ee87cb3897d4672babd0da99ff38a0eb24e | 5ca1beea9336b535104453e479ac4196857e1887 | /aTalk/src/main/java/org/atalk/impl/androidtray/NotificationHelper.java | 9826edccc61575320359c7e4567566de3c2e90c0 | [
"Apache-2.0"
] | permissive | unoffices/atalk-android | 0016cd0374b5fca2e9d056f14de9019015507f73 | 32e4e6e198fbc32a5ed3ebb1745713cfaa67a177 | refs/heads/master | 2021-01-06T16:23:02.249485 | 2020-02-13T23:59:51 | 2020-02-13T23:59:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,673 | java | /*
* aTalk, android VoIP and Instant Messaging client
* Copyright 2014 Eng Chong Meng
*
* 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
*... | [
"cmeng.gm@gmail.com"
] | cmeng.gm@gmail.com |
92b5d829302583dd90f3de69847bc44a1e75d007 | f766baf255197dd4c1561ae6858a67ad23dcda68 | /app/src/main/java/com/tencent/mm/protocal/c/aio.java | 56a57990ca3102bfc4c41c98c0fd93abe1f97c31 | [] | no_license | jianghan200/wxsrc6.6.7 | d83f3fbbb77235c7f2c8bc945fa3f09d9bac3849 | eb6c56587cfca596f8c7095b0854cbbc78254178 | refs/heads/master | 2020-03-19T23:40:49.532494 | 2018-06-12T06:00:50 | 2018-06-12T06:00:50 | 137,015,278 | 4 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,094 | java | package com.tencent.mm.protocal.c;
import java.util.LinkedList;
public final class aio
extends bhd
{
public int hbE;
public LinkedList<bub> rLq = new LinkedList();
protected final int a(int paramInt, Object... paramVarArgs)
{
if (paramInt == 0)
{
paramVarArgs = (f.a.a.c.a)paramVarArgs[0];
... | [
"526687570@qq.com"
] | 526687570@qq.com |
63eba2e5ee8a074d3b83a573830b03d0e2e22d4f | f87ff5efce2f0cc01ba53fa780adf05554829c39 | /Person/src/Robot.java | 9734668f4213a78d79041a93a5cc8d867cc8f998 | [] | no_license | nato01/test | dae9bb8a1eb43e16348df837df31228058e6b12c | 2e8088d6519049e6588fc065a415cca8cd03c83d | refs/heads/master | 2023-08-24T14:36:38.920608 | 2019-11-01T00:42:14 | 2019-11-01T00:42:14 | 209,443,863 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 269 | java |
public class Robot {
public String name =null;
public void talk(){
System.out.println(this.name+"が話す");}
public void walk(){
System.out.println(this.name+"が歩く");}
public void run(){
System.out.println(this.name+"が走る");}
}
| [
"sibahu0104@yahoo.co.jp"
] | sibahu0104@yahoo.co.jp |
1f7e0343aa09df95a4e35332fb9b2c8bca52ac3a | dac6d678929364c708c199ed94689d82c46e1cfc | /src/test/java/com/lottery/web/web/rest/TestUtil.java | 37e5a0e6a79d7f52d41bef4dfdffea3f10ce2846 | [] | no_license | BulkSecurityGeneratorProject/lottery | a023d353d5d0f4c72680a0203d17199ac791623d | 5543143527d16bf13493b3e44a111e62f287f467 | refs/heads/master | 2022-12-22T21:12:56.159137 | 2019-04-08T00:02:30 | 2019-04-08T00:02:30 | 296,648,517 | 0 | 0 | null | 2020-09-18T14:44:18 | 2020-09-18T14:44:18 | null | UTF-8 | Java | false | false | 5,143 | java | package com.lottery.web.web.rest;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule;
import org.hamcrest.Description;
import org.hamcrest.TypeSafeDiagnosingMatcher;
import org.springframework.format.datet... | [
"alireza.amq@gmail.com"
] | alireza.amq@gmail.com |
71ebb465252ea3b828264945d3ef6e0cf35763da | cc595e498faef14b5838c2dfa5cfadeff112868b | /.svn/pristine/71/71ebb465252ea3b828264945d3ef6e0cf35763da.svn-base | eab6fb7023d442124ff6e2e530d24ee2dc736b43 | [] | no_license | meiyang1990/vfsso | e990b95e59d38304692c370017577a6fb1de6249 | c97ebc1a410bbf497bfbdcadbe06e55cb5125c29 | refs/heads/master | 2021-01-10T07:33:50.462449 | 2016-02-25T06:19:41 | 2016-02-25T06:19:41 | 52,501,922 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 856 | /**
* Copyright 2014 netfinworks.com, Inc. All rights reserved.
*/
package com.netfinworks.vfsso.client.provider;
import com.netfinworks.rest.render.FrameDataProvider;
import com.netfinworks.vfsso.client.authapi.VfSsoUser;
import com.netfinworks.vfsso.client.common.SsoApiConfig;
import com.netfinworks.vfsso.client.c... | [
"1547912628@qq.com"
] | 1547912628@qq.com | |
5815425d663ba510539300f9b682f9d60e5d4c84 | 616fe63b455e7cbc33107a4109b3dc2c81274366 | /BaseGameUtils/src/main/java/com/google/example/games/basegameutils/BaseGameActivity.java | a213b4452f3ff9a84263bceae886bde927f6bb1b | [] | no_license | oZBo/ColorMasterNew | dbcad32f3c1310509780a8c03125bbb30089bb31 | 71db965616beddca86c6e5f9e655ca34ed277ff2 | refs/heads/master | 2021-03-25T13:58:23.626149 | 2016-06-03T13:08:37 | 2016-06-03T13:08:37 | 39,776,328 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,132 | java | /*
* Copyright (C) 2013 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 agree... | [
"andreychenko.original@gmail.com"
] | andreychenko.original@gmail.com |
2456aad4944d7d5ed0243c1316de4ecc52326fa7 | 025adb2ab546d56258b3189737815d02af0c337d | /Java/SpringJDBC2/src/com/newsx/service/NewServiceImpl.java | b07d02ba2a8672e85ecb2d0ee088ce025ea37062 | [] | no_license | pseemakurthi/Java | 0d945524044ce9ee0d742761f1f39c97174db395 | 4863c00db5dda31f954f296547d350bdfceac338 | refs/heads/master | 2021-01-10T04:40:29.783322 | 2015-10-14T18:42:23 | 2015-10-14T18:42:23 | 44,268,600 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 874 | java | package com.newsx.service;
import java.util.List;
import org.springframework.jdbc.core.JdbcTemplate;
import com.newsx.DAO.NewsDAO;
import com.newsx.Domain.News;
import com.newsx.Domain.News2;
public class NewServiceImpl implements NewService{
private NewsDAO newsDAO;
public NewsDAO getNewsDAO() {
return news... | [
"ps3hs@virginia.edu"
] | ps3hs@virginia.edu |
f576762d799314d177ef9c62e2ce39864cd29360 | 4f0a67217dd8c6eaeb7657af2ccbeda5220a3025 | /java/Pascal's Triangle II.java | 0d54287499ad9ff3926597d0023c91ec8cb11a1c | [] | no_license | RudyGuo/leetcode | 97c6392307246518641b6e1d4abc9941d109c430 | 2f98dd792f0a1eb2184c48d9331f6fe133f5b900 | refs/heads/master | 2016-09-06T07:18:27.115573 | 2015-05-10T14:16:21 | 2015-05-10T14:16:21 | 23,830,653 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 506 | java | /*
Given an index k, return the kth row of the Pascal's triangle.
For example, given k = 3,
Return [1,3,3,1].
Note:
Could you optimize your algorithm to use only O(k) extra space?
*/
public class Solution {
public List<Integer> getRow(int rowIndex) {
List<Integer> list = new ArrayList<>();
for(int i=0;... | [
"guorudi@foxmail.com"
] | guorudi@foxmail.com |
eda6ce96e7e0be343c40d24314af6dbf2117e31a | 1c71c9cde60e506e992dd6613a6b25c8edecfe6f | /src/main/java/kg/megacom/restaurantservice/database/OrderDetailsRepository.java | e9d1e425fa02b85477841f02e732b3fd1d747f30 | [] | no_license | jaabars/restaurant-service | 855063dce426faefc44bff943ed97e7c47379302 | 3abed1002dde5a67bcaa47705055dc6293e19fa0 | refs/heads/master | 2022-08-29T16:38:20.176435 | 2020-05-28T09:27:29 | 2020-05-28T09:27:29 | 263,010,444 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 323 | java | package kg.megacom.restaurantservice.database;
import kg.megacom.restaurantservice.model.entity.OrderDetails;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface OrderDetailsRepository extends JpaRepository<OrderDetails, Long> {
... | [
"aziret3405@gmail.com"
] | aziret3405@gmail.com |
f1f97acedc1472936f344e81b998a89ee2d28d68 | 65752b49ed0ed04444e7c207f1681de7fb2f6e9f | /app/src/main/java/tw/org/iii/rightnow/Live2D/framework/L2DMotionManager.java | afb169957835d1f3a6bfcca0dba82f83c8da6e1b | [] | no_license | levinvic/RightNow | dccfdf665aa9c9d0db3b311b4f6c3c9da7f8d56a | 1472dc4ef80915351b9807ad8f48c128c0d7491d | refs/heads/master | 2021-01-20T10:23:50.585571 | 2017-08-30T08:16:10 | 2017-08-30T08:16:10 | 101,632,519 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,545 | java | /**
*
* You can modify and use this source freely
* only for the development of application related Live2D.
*
* (c) Live2D Inc. All rights reserved.
*/
package tw.org.iii.rightnow.Live2D.framework;
import jp.live2d.ALive2DModel;
import jp.live2d.motion.AMotion;
import jp.live2d.motion.MotionQueueManager;
/*
... | [
"30417222+levinvic@users.noreply.github.com"
] | 30417222+levinvic@users.noreply.github.com |
a20d6d8e284f7f9a5641f93ab3d31c5c4901adc0 | e72a7cf5a959e80e80fa92d94b8f99a8f4cf9543 | /src/main/java/edu/ecit/bean/MsgContent.java | 5e75c0474b40a5c27b6efbfc26d0b4c0095f80b8 | [] | no_license | 1098298479/hrsystem | 58b4ce9fc2a3b0c79574cf59987cf0a0532515f3 | d45fb4b6890dbf37d6d69081dcffb34d0198831b | refs/heads/master | 2022-07-08T14:27:05.332318 | 2019-08-12T15:31:44 | 2019-08-12T15:31:44 | 201,790,655 | 0 | 0 | null | 2022-06-29T17:34:13 | 2019-08-11T16:46:59 | Java | UTF-8 | Java | false | false | 854 | java | package edu.ecit.bean;
import java.io.Serializable;
import java.util.Date;
public class MsgContent implements Serializable{
//消息ID
private Long id;
//信息
private String message;
//标题
private String title;
//创建时间
private Date createDate;
public String getTitle() {
return t... | [
"1098298479@qq.com"
] | 1098298479@qq.com |
87d7a62ff9799d5591db561a63a187abd245b253 | 7fc4a7cf96045784aae088ffc08c0288f98a3754 | /office/src/main/java/jp/kenichi/jna/tlb/office/MsoWizardMsgType.java | 8dbd39adc3992f6507344af9ec99516261725c65 | [
"MIT"
] | permissive | ken1ma/jna-tlb-access-2010 | afaa6d1612de43bfa0709f1af16789ab2647ce29 | b469b2f15b5f3f17d05d578a25e3a8211b05a83b | refs/heads/master | 2020-03-13T18:57:11.724825 | 2018-04-27T05:11:56 | 2018-05-01T07:55:02 | 131,245,017 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 630 | java |
package jp.kenichi.jna.tlb.office;
import com.sun.jna.platform.win32.COM.util.IComEnum;
public enum MsoWizardMsgType implements IComEnum {
/**
* (1)
*/
msoWizardMsgLocalStateOn(1),
/**
* (2)
*/
msoWizardMsgLocalStateOff(2),
/**
* (3)
*/
msoWizardMs... | [
""
] | |
010e7d9a3c9db9a94311b952fb8584bdba7706a0 | 7ec4d249e6d633695ec86d1e7a9b5c71e4387ca7 | /app/src/main/java/com/ram/sharedpreferancelogin/MainActivity.java | 83557487bdf61460d6b8c8dcd6979ee4dfdc6e4a | [] | no_license | ram743128/Shared-Preference | bcb266e9820747765548c7eb5af9272c13b47625 | f4df1dd7c96f82e6e6253afca7f87ffa2d2e9446 | refs/heads/master | 2021-01-16T19:11:43.958183 | 2017-08-13T04:33:54 | 2017-08-13T04:33:54 | 100,153,887 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,333 | java | package com.ram.sharedpreferancelogin;
import android.content.Intent;
import android.content.SharedPreferences;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
public class MainActivity extends AppCompatActivity {
private EditT... | [
"ram743128@gmal.com"
] | ram743128@gmal.com |
672f94df7d7360cdc6d321963f370e32bd3edd3a | 06be228a15645f3c3465618a83a6a9129542cf5a | /Main2Activity.java | 3df0029c5a95a40b7c4cb27a40d1038e5ab12594 | [] | no_license | Trevott/Fizu-2 | 0b7746ffbdd1839d08edbdec45e9700425961a13 | 9e36d65de64ebf56a65c76d932bea172e02e7382 | refs/heads/master | 2022-07-30T17:14:37.933837 | 2020-05-22T17:47:52 | 2020-05-22T17:47:52 | 266,172,468 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 38,103 | java | package com.trevott.fizu;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
import android.app.DatePickerDialog;
import android.content.Intent;
import android.content.res.ColorStateList;
import android.database.sqlite.SQLiteException;
import android.graphics.Color;
import android.os.B... | [
"noreply@github.com"
] | Trevott.noreply@github.com |
091ca35e6469e5c254c564427a69e6337a0ed5c8 | 72498f748af7158be95647bcb62c04560d47d087 | /LinkedListNode.java | c183f15112c503b12e45633c46014cba6ef733d8 | [] | no_license | BBK-PiJ-2016-02/cw-ds | d07d27bd41ce6d10bb53d2a40deb494b2d472ff4 | ca39109990b66be3699b63985bbd877d3c51848e | refs/heads/master | 2021-01-13T16:40:29.051944 | 2017-03-06T15:59:54 | 2017-03-06T15:59:54 | 78,181,245 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 391 | java | public class LinkedListNode {
private Object value;
private LinkedListNode next;
public LinkedListNode(Object value) {
setValue(value);
}
public LinkedListNode getNext() {
return this.next;
}
public void setNext(LinkedListNode next) {
this.next = next;
}
public Object getValue() {
return this.value... | [
"hey@4lun.io"
] | hey@4lun.io |
eeaffeb442aa43a57d29ab3cb427ab9d8a1ce8eb | 0907c886f81331111e4e116ff0c274f47be71805 | /sources/com/tappx/a/s.java | d6713336e7bd1ad8b2b0c71f952addeac7443c5c | [
"MIT"
] | permissive | Minionguyjpro/Ghostly-Skills | 18756dcdf351032c9af31ec08fdbd02db8f3f991 | d1a1fb2498aec461da09deb3ef8d98083542baaf | refs/heads/Android-OS | 2022-07-27T19:58:16.442419 | 2022-04-15T07:49:53 | 2022-04-15T07:49:53 | 415,272,874 | 2 | 0 | MIT | 2021-12-21T10:23:50 | 2021-10-09T10:12:36 | Java | UTF-8 | Java | false | false | 2,288 | java | package com.tappx.a;
import android.net.Uri;
import com.tappx.a.a0;
import com.tappx.a.d0;
import com.tappx.a.f0;
import java.io.UnsupportedEncodingException;
import java.util.Map;
public class s extends d0<y1> {
private static final String i = f.b("7lAm3cGZz4MMRzfjNT4s5w");
private final String f;
privat... | [
"66115754+Minionguyjpro@users.noreply.github.com"
] | 66115754+Minionguyjpro@users.noreply.github.com |
e719eac4eeed8c893f74683e481a9e768ce6ec46 | 33d0f48b9c9712fd1e43240c3356e2ea5beb81d6 | /kie-dmn/kie-dmn-feel-gwt/src/main/java/org/kie/dmn/feel/parser/feel11/FEELErrorHandler.java | fd691ad341647e130e95592e99745773d362471b | [
"Apache-2.0"
] | permissive | AlohaChina/drools | 2372d2744c16e0b8399dc44136d3ebc15b96a639 | 5aabfa42093ae514745285c745617ab620eb7057 | refs/heads/master | 2023-01-24T18:26:43.649068 | 2023-01-15T11:06:57 | 2023-01-15T11:06:57 | 244,274,389 | 0 | 0 | Apache-2.0 | 2020-03-02T03:47:10 | 2020-03-02T03:47:09 | null | UTF-8 | Java | false | false | 1,063 | java | /*
* Copyright 2021 Red Hat, Inc. and/or its affiliates.
*
* 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 a... | [
"noreply@github.com"
] | AlohaChina.noreply@github.com |
a576ab5811fcafd95d2538467f76d39140fdb9b5 | b25a27459845d18085d818c566cade4d518ddea0 | /aether-util/src/test/java/org/sonatype/aether/util/NodeBuilder.java | 3408e115722b6c6863bb72342d006a24b117e722 | [] | no_license | jdcasey/sonatype-aether | 331c38d81cdd6cb7030e24ae2df54c3e18c2623f | 47db72f6182557745d6e9f2c99886c7f7acfcaf0 | refs/heads/master | 2021-01-18T12:35:20.944032 | 2010-08-02T14:52:58 | 2010-08-02T14:52:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,934 | java | package org.sonatype.aether.util;
/*
* Copyright (c) 2010 Sonatype, Inc. All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
* and you may not use this file except in compliance with the Apache License Version 2.0.
* You may obtain a copy of the Apache License Version ... | [
"benjamin.bentmann@udo.edu"
] | benjamin.bentmann@udo.edu |
c01723b931a72b0898ceb3ec758be938a72e6764 | 6d08fec6b4e30ee253fb87f7928620c716f27404 | /Amazing_Snake/app/src/main/java/com/example/hahaha/amazing_snake/WelcomeActivity.java | 65948f99716f901cc7ba30283d47fdeda6f7ccc2 | [] | no_license | u5656487/RetroGame | 180e50480196183ad80008efc4893136e29777eb | 36bb7a0ceb4df948a9949d5d72f758b615626875 | refs/heads/master | 2020-03-22T21:11:46.869539 | 2018-07-12T06:03:58 | 2018-07-12T06:03:58 | 140,665,585 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,071 | java | package com.example.hahaha.amazing_snake;
import android.content.Intent;
import android.content.SharedPreferences;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
/**
* created by Wei XING
*/
/**
* This is a welcome page (fulfill the in... | [
"u5656487@anu.edu.au"
] | u5656487@anu.edu.au |
36a44468270ff5815ab72589ecb2f14e47a05d86 | 70a328ec5b2631c3fd7eda484d64e50e49b7a764 | /app/src/main/java/com/example/ramesh/kotlinbasics/SwitchCase.java | 447496b956e101c791cd39a545478f03e64b5602 | [] | no_license | vaishali51/KotlinApp | b72be7fb5dd4d084a2a0db0b1f864f662f503e25 | 7d6d9348092fd92fea69e1752fc567e425398749 | refs/heads/master | 2020-04-02T23:20:23.530673 | 2018-10-26T16:52:32 | 2018-10-26T16:52:32 | 154,864,224 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 658 | java | package com.example.ramesh.kotlinbasics;
import android.app.Fragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
/**
* Created by hp on 9/1/2017.
*/
public class SwitchCase extends android.suppor... | [
"vaishalig714@gmail.com"
] | vaishalig714@gmail.com |
91775d1fb13d54379a0f65f0f5d40176305b4690 | 91f79d104c70e0038d39f0689df226ead2b8fdd0 | /src/com/inhuasoft/shsclient/Screens/CopyOfScreenLogin.java | c6e10b9a26bea9cdc5a80794113b289ea57a578b | [] | no_license | 371816210/SHClient | c748c0dea43568bb1676fb9ae2afeefd772c66c7 | a1a59ce6c8829a31acb11960489a2bab8cfd6148 | refs/heads/master | 2021-01-19T11:43:37.366413 | 2014-06-27T12:25:33 | 2014-06-27T12:25:33 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 55,041 | java | /* Copyright (C) 2010-2011, Mamadou Diop.
* Copyright (C) 2011, Doubango Telecom.
*
* Contact: Mamadou Diop <diopmamadou(at)doubango(dot)org>
*
* This file is part of imsdroid Project (http://code.google.com/p/imsdroid)
*
* imsdroid is free software: you can redistribute it and/or modify it under the te... | [
"zwzhumail@163.com"
] | zwzhumail@163.com |
ebefc88a3f91a63180feb6d1a665d91bec40d8c5 | b3517a861c3fd62830e2b939527c7b7f3d16c638 | /app/src/main/java/com/akropon/game_rescollect/game/miningPart/EffectManager.java | 5830ebab67c5ad69244076664c6b09a76a459dc0 | [] | no_license | akropon/Game_ResCollect | 37490534e0076a67e063b205f431af3f94a19f82 | 3efb15c8758cf8296d3f853c5da396384461cc2b | refs/heads/master | 2021-04-27T00:24:49.600696 | 2018-03-04T16:52:04 | 2018-03-04T16:52:04 | 123,808,540 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,219 | java | package com.akropon.game_rescollect.game.miningPart;
import com.akropon.game_rescollect.management.Constants;
import com.akropon.game_rescollect.management.ResourceManager;
import com.akropon.game_rescollect.management.ScreenManager;
import org.andengine.entity.sprite.Sprite;
/**
* Created by akropon on 17... | [
"akropon@gmail.com"
] | akropon@gmail.com |
2d775230d66fd2ee017c52bace6dccd9e018b086 | 7c955929fbc1d86b733bb1f835ae2bb771fcd397 | /.settings/HLH/HLH_new/src/main/java/openaxes/qa/po/ForgotPassword.java | 30eae8a784211b35186742988d5300858fadd472 | [] | no_license | Shubhamqa2132/trialtask | 7d6c81d624336bf461359c18b61dbe4322080337 | 2aa7be4419f5d7ace9dc8b9e5366d6c14a3217b3 | refs/heads/master | 2020-03-29T05:54:56.559072 | 2018-09-20T12:50:57 | 2018-09-20T12:50:57 | 149,601,332 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,371 | java | /**
*
*/
package testproject.qa.po;
import testproject.qa.utils.WaitTime;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openq... | [
"shubhamqa2132@gmail.com"
] | shubhamqa2132@gmail.com |
8aeeed25d92cd45690f7329a3599db16db50a29b | 13bd3705755ade6ec68f5877ada14708df5c75bc | /src/Chess/Pieces/King.java | cdf1e96e6840600ab8ce492fa921a33161007be3 | [] | no_license | FNastro/chess-system-java | 73f0284ae67a7ff1f10afb2144c6533401ad247b | bb12f19bddcb84e2067f9c02ccbb4e6708791b90 | refs/heads/master | 2022-09-24T03:08:24.151629 | 2020-06-01T16:20:10 | 2020-06-01T16:20:10 | 263,991,060 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,469 | java | package Chess.Pieces;
import BoardGame.Board;
import BoardGame.Position;
import Chess.ChessMatch;
import Chess.ChessPiece;
import Chess.Color;
public class King extends ChessPiece {
private ChessMatch chessMatch;
public King(Board board, Color color, ChessMatch chessMatch) {
super(board, color);
this.chessMa... | [
"haggenok@gmail.com"
] | haggenok@gmail.com |
a6d4e183c0302e1b3b4a5673bce571a0c68b31b2 | b91dbe8b27ad1c869a0409e92d0126caea57a2b9 | /app/src/main/java/com/maverick/imodel/IHistoryModel.java | a7f8684b29153dd4f8f58382f2f712cd250e1530 | [] | no_license | li8607/maverick | 3c88f22fc9fbe796eeb5526e0469bf8fefc3ba80 | 0a1f2aea16cc42aa4e599ed93729225a8a7016c5 | refs/heads/master | 2021-01-22T05:43:52.614982 | 2018-12-17T07:11:10 | 2018-12-17T07:11:10 | 92,491,242 | 4 | 1 | null | null | null | null | UTF-8 | Java | false | false | 797 | java | package com.maverick.imodel;
import java.util.List;
import cntv.greendaolibrary.dbbean.History;
/**
* Created by limingfei on 2017/9/27.
*/
public interface IHistoryModel {
List<History> getHistory();
List<History> getBeautyHistory();
List<History> getJokeHistory();
List<History> getTextHistory... | [
"675669728@qq.com"
] | 675669728@qq.com |
014a14bd9484ba4b4f1389160aad35861749ffda | bda207b0ef0ef57e1f01f6e0c94575c813002a1b | /src/main/java/com/barber/model/Factura.java | 9811db1733cac6482af7370170c44928489e0661 | [] | no_license | Maurocreew/UrbanBarberShop | db9aadfacaaae6676d9f68fad87d987e4c5b26f9 | 65cab0f4943b23876627662b83df63b652986089 | refs/heads/master | 2023-08-15T16:04:46.982279 | 2021-09-11T16:02:06 | 2021-09-11T16:02:06 | 405,416,785 | 0 | 0 | null | 2021-09-11T15:39:13 | 2021-09-11T15:39:13 | null | UTF-8 | Java | false | false | 3,453 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.barber.model;
import java.io.Serializable;
import java.util.List;
import javax.persistence.Basic;
import javax.persistence... | [
"juansaro117@gmail.com"
] | juansaro117@gmail.com |
b61af8829467a4fad1e68583da1409ae96164a1f | e179ee0eb10824bfbb1e341b4ad781cdf4f77066 | /app/src/main/java/com/cs316/smoresmemes/CODES.java | 8cc16c8500ac7462afd5415dc9452f47e4d0e69d | [] | no_license | Sebmansigh/SmoresMemes | 1bc164b027ae1a804548647d06913277c2f105a1 | abc3cbba8e8b8d2cde9b90e23d7d522f3c7d850a | refs/heads/master | 2021-09-08T02:05:01.410968 | 2018-03-05T21:03:03 | 2018-03-05T21:03:03 | 119,442,427 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 574 | java | package com.cs316.smoresmemes;
final class CODES {
static final int PERMISSIONS_REQUEST_READ_EXTERNAL_STORAGE = 1;
static final int PERMISSIONS_REQUEST_WRITE_EXTERNAL_STORAGE = 2;
static final int GET_CAMERA_BASE_IMAGE = 100;
static final int GET_LOCAL_BASE_IMAGE = 200;
static final int GET_LOCAL... | [
"sebastiansnyder@yahoo.com"
] | sebastiansnyder@yahoo.com |
d0777c389976f9437a16297ce589352c96995eb6 | 86c65d7c6dff1cf9408e1833d673a040e68445e0 | /Week5/HelloHibernateAnnotation/src/main/java/Main.java | 8955b36c989ebb5a71e06813f4af5e46ebfa5785 | [] | no_license | JanieTran/SCHOOL_SpringMVC | f743a908137dcb8beee56a3fecea162c355d98d4 | a0554c2cf62d5b0b8570e87c73bdfda013d41655 | refs/heads/master | 2020-03-24T23:29:58.085624 | 2019-02-08T09:36:29 | 2019-02-08T09:36:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,001 | java |
import rmit.config.AppConfig;
import rmit.entity.Lecturer;
import rmit.entity.School;
import rmit.service.PersonService;
import rmit.entity.Person;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
/**
* Created by CoT on 10/13/17.
*/
public class Main {
public static void main(S... | [
"emerald1901@gmail.com"
] | emerald1901@gmail.com |
e33f7cb1398ceeedfa5535f667af4ec2d617c56b | 1042400c3b35724867160646da90c40c39cdbd43 | /app/src/main/java/pe/acex/comercias/actividad/PendienteValoracion.java | b55b52fc909499ce5f3104c98e5ec4a0e358bb07 | [] | no_license | edwardInf/Comercias | 0b4e3f016d81fdb69f653fbd7de93b7906bb6df0 | f729f07c346da230de3ee49346120d158ae9c889 | refs/heads/master | 2020-11-30T18:18:46.920931 | 2019-12-30T06:40:28 | 2019-12-30T06:40:28 | 230,450,880 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 951 | java | package pe.acex.comercias.actividad;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import android.os.Bundle;
import butterknife.ButterKnife;
import butterknife.Unbinder;
import pe.acex.comercias.R;
public class PendienteValoracion extends AppCompatActivity {
Unbinder... | [
"edward2710cruz@gmail.com"
] | edward2710cruz@gmail.com |
86e595e41e61576858a3b406738d6b7362ce2bb4 | 930633f5518ee5cf216b60f12c386eea06382712 | /test/QuakeSortInPlaceTest.java | 3cbe9ebac75015e3249fb6b0dc8dc4213a47e821 | [] | no_license | dasje/SearchingEarthquakeData | cd2342e9a4fdd1ad3722504b7054d22058f280b2 | 714a15fb63709c119adf220c799206f1dee9473d | refs/heads/master | 2023-07-26T16:24:44.244980 | 2021-09-07T15:18:29 | 2021-09-07T15:18:29 | 383,116,936 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 820 | java | import org.junit.jupiter.api.Test;
import java.util.ArrayList;
import static org.junit.jupiter.api.Assertions.*;
class QuakeSortInPlaceTest {
@Test
void testSortTest() {
QuakeSortInPlace.testSort();
}
@Test
void getLargestDepthTest() {
EarthQuakeParser parser = new EarthQuakePar... | [
"kwalijkje@live.com"
] | kwalijkje@live.com |
85d2d25e1fae51e987143fd730eb9c845dd0fa6e | 51e359543bc6f273c79eb91de5398c1b8b1364fc | /Evidenicia.business/src/main/java/projectSI/business/AuthenticationService.java | 5c5d970f8c4f7b129dce2206fb5ac41e7dba794e | [] | no_license | mato-213/Evidenicia | 4b4f8833341e89e30709c5a9a934a69a2a1fba55 | fc8fc84a9afb37f5f49c97eddd032f4244928004 | refs/heads/master | 2020-04-02T20:24:29.252320 | 2016-08-09T20:08:18 | 2016-08-09T20:08:18 | 65,317,779 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 525 | java | package projectSI.business;
import javax.ejb.Stateless;
import javax.inject.Inject;
import projectSI.persistence.dao.PersonDAO;
import projectSI.persistence.entities.Person;
/**
* Class for authentication services
* @author Nikola
*
*/
@Stateless
public class AuthenticationService {
@Inject
private PersonDAO... | [
"Mato@Mato-PC"
] | Mato@Mato-PC |
575a413babfdbc0dfe60ed1bc4d250673134dd8a | c435c5e1e778f6d1f5e147adf3db75738f8ebc78 | /Dynamic_Hashing/src/dynamic_hasing/TreeNode.java | 7440a9f01f870207d4a6b52fac93246e2a4ed338 | [] | no_license | ekaratarakis/File-Data-Structures-Java-App-that-performs-Dynamic-Hashin | e69da28476bfb3a1af147b91a22f8de87bb62409 | b636cb56fd7a44ccbdbed17d6c4821bedadc9704 | refs/heads/master | 2020-04-29T15:30:40.950927 | 2019-03-18T11:01:59 | 2019-03-18T11:01:59 | 176,230,634 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,024 | java | package dynamic_hasing;
public class TreeNode
{
private static int empty = -200;
private int key1;
private int key2;
private int level;
private TreeNode left;
private TreeNode right;
public TreeNode() // Constructor of the class TreeNode
{
this.key1 = empty;
this.key2 = empty;
this.leve... | [
"noreply@github.com"
] | ekaratarakis.noreply@github.com |
69f78ae4f4db6ef3f075972ace083b16bd1701b5 | 488da7d47ce97eaef5c0cbfc6e8807eeceb43276 | /src/main/java/by/epamtc/homework/array/onedimentional/Task1.java | 09305242f83a321fdc4e4df3a78e9853b7d5d26c | [] | no_license | dmitrycyber/task03_epam | 9260479d2a5214201dd1b7214d4c0abf24d71a23 | 660e1d6f7e1cb5ca0a730e2200eb269e86b8f779 | refs/heads/master | 2022-11-17T19:57:48.498417 | 2020-07-07T21:19:32 | 2020-07-07T21:19:32 | 276,562,204 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 588 | java | package by.epamtc.homework.array.onedimentional;
public class Task1 {
public static void main(String[] args) {
int[] array = {10007, 3, 1, 5, 8, 6, 4, 10, 2345, 45, 1};
System.out.println(calcMaxSumAdjacentElements(array));
}
private static int calcMaxSumAdjacentElements(int[] array) {
... | [
"d.ivoninsky@gmail.com"
] | d.ivoninsky@gmail.com |
538e56a529e5aa8ed9822b10666a9aca80f70f7a | e4c888cde3768f8a57e3cf623d55d0f9f2fcf911 | /MyDevicePhoto/src/com/device/photo/MyDevicePhotoActivity.java | da06fa8dfe9453ec18763138bb9be885b005de0b | [] | no_license | reid1834/Android | 7e4bfa5c91dcf962d2372721417c8131338421e7 | 6bfb3c78148af23b507e46e817d10430cf0bb1b9 | refs/heads/master | 2021-01-19T15:32:31.879087 | 2018-03-28T07:57:22 | 2018-03-28T07:57:22 | 23,210,493 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 5,939 | java | package com.device.photo;
import android.app.Dialog;
import android.content.ContentResolver;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.Bundle;
import android.provider.MediaStore;
import android.util.Log;
import android.view.View;
import android.view.View.... | [
"yang.li2@RH-F0486-SH1SW.ragent.cn"
] | yang.li2@RH-F0486-SH1SW.ragent.cn |
5ba3db7a27734c63c7593371797b40903fe78fdf | b5c4bcf54aeb2bcb4f6d8b389eb5894a35d34e97 | /javanet/staxutils/EmptyNamespaceContext.java | 8174cdd05965d68cea395f854300a6058a2340fd | [] | no_license | mulderbaba/webservices-osgi | d233daf266c12e102a6e7a2b795d8f43c0dbddfb | 7090b58bd4cdf5fab4af14d54cb20bb45c074de2 | refs/heads/master | 2021-06-02T00:34:49.408686 | 2017-07-27T12:39:42 | 2017-07-27T12:39:42 | 98,534,028 | 2 | 2 | null | 2021-02-03T19:27:23 | 2017-07-27T12:37:43 | Java | UTF-8 | Java | false | false | 2,923 | java | /*
* $Id: EmptyNamespaceContext.java,v 1.2 2004/07/08 14:29:42 cniles Exp $
*
* Copyright (c) 2004, Christian Niles, unit12.net
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * ... | [
"mert@t2.com.tr"
] | mert@t2.com.tr |
39a752fcf0fe1289b0647f49b65ef6811085aae6 | 103af98e7463479dc429d9e156f76f9e7f84839f | /disruptor-queue/src/main/java/com/arkdex/springinaction/disruptorqueue/workhandler/TickerConsumer.java | ef735943d922dc8764214a08cb57229a1c2633af | [
"MIT"
] | permissive | liuhaidong/spring-in-action | e9c5db24dd4791e9320764dbfcd11d4f0a353489 | b9f7290c526659914a65dc5afbd0d67d476f6213 | refs/heads/master | 2022-11-25T20:42:57.116692 | 2021-10-03T23:28:05 | 2021-10-03T23:28:05 | 239,497,728 | 0 | 0 | MIT | 2022-11-16T10:58:17 | 2020-02-10T11:39:49 | JavaScript | UTF-8 | Java | false | false | 398 | java | package com.arkdex.springinaction.disruptorqueue.workhandler;
import com.arkdex.springinaction.disruptorqueue.Ticker;
import com.lmax.disruptor.WorkHandler;
public class TickerConsumer implements WorkHandler<Ticker> {
@Override
public void onEvent(Ticker longEvent) throws Exception {
System.out.printl... | [
"Haidong.liu@outlook.com"
] | Haidong.liu@outlook.com |
e88f0d1d825b8f9ef71df8d7ca09bfa86ffef30f | 2cf209b6d7100a254c95111769e62de20f6246ee | /Biblioteca/source/biblioteca/mundo/Libro.java | 3881ba2373e1e7437e9882cde42b43d74f969b86 | [] | no_license | cdherreram/javacourse | 09f21feb59343d27a37ddeab770f9e3b700db140 | 8f3de007401650d749f734326a726cd20efd1e32 | refs/heads/master | 2023-03-30T02:56:45.093248 | 2021-04-06T03:48:45 | 2021-04-06T03:48:45 | 321,517,221 | 0 | 1 | null | null | null | null | ISO-8859-1 | Java | false | false | 2,866 | java | package biblioteca.mundo;
/**
* Clase que modela un libro
* @author Cristian David Herrera
*
*/
public class Libro {
public enum Categoria{
FANTASIA, AVENTURA, POLICIACA, DISTOPICA, SIN_DETERMINAR
}
//---------------
// Atributos
//---------------
private int id;
private String nom... | [
"cdherreram@unal.edu.co"
] | cdherreram@unal.edu.co |
65d622b44263deb44c1299dbeb9789a084864cbc | d58493e6eb090585c5dc7526a40005fa197a98ca | /safer/src/com/jat/safer/adapter/MainAdapter.java | 2abc53a8870ab9f980000e0fdb0d3b057c0dc3fa | [] | no_license | jat-chun/safer | c05aa4e57314756e2db1de473de1d58ab8064dc7 | ae5463b4d1a0624d6a40ff4b0de1ac513dd370cc | refs/heads/master | 2021-01-01T06:32:48.160755 | 2015-02-13T15:22:10 | 2015-02-13T15:22:10 | 30,761,320 | 0 | 1 | null | null | null | null | GB18030 | Java | false | false | 2,796 | java | package com.jat.safer.adapter;
import android.content.Context;
import android.content.SharedPreferences;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.ListAdapter;
import android.wid... | [
"ccj@123.56.106.172"
] | ccj@123.56.106.172 |
b8846a2152a6c4431c7b7bfebef9afd703758be7 | 487ff2ecfd31430c718b78fcd5a6eb089011110e | /src/com/problems/Fibonacci.java | d97b062854d3ac7cb3d738828f0a0dab037ae679 | [] | no_license | IbrahimAyad94/Algorithm | 24d16af8acac60fcfcdc9c3586d5992f67be0980 | 093875446164df2c5659edefe4757e83d7a2d8ca | refs/heads/master | 2023-08-25T21:58:13.517093 | 2021-10-17T08:23:18 | 2021-10-17T08:23:18 | 418,064,160 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 455 | java | package com.problems;
import com.utils.Print;
/**
* @author Ibrahim Shehta
*/
public class Fibonacci {
public static void main(String[] args) {
// TODO Auto-generated method stub
int res = fibonannciByRecurstion(6);
Print.printSingleValue(res, "Fibonacci");
}
public static int fibonannciByRecurstion(int... | [
"ishehta@upskwt.com"
] | ishehta@upskwt.com |
6f3b6bf71404f9b9c7ae4ebf8e84660d9354bec7 | 975004042fca0166ff4034827dc0a9f7df690397 | /trunk/ProjetoFinalPizzaria/src/pizzaria/visao/JDCnsCliente.java | bb27558c82da9c33ec524eab9bf0ce100c9ca0fc | [] | no_license | BGCX067/faetec-projeto-final-pizzaria-svn-to-git | 94c7bf9b986a9c54ddd100bf6448bfbfbf2506fc | c0b940620765f7164e11416f8b2990edcfef2b3c | refs/heads/master | 2016-09-01T08:56:18.086905 | 2015-12-28T14:21:06 | 2015-12-28T14:21:06 | 48,834,055 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,116 | java | package pizzaria.visao;
// import controle.GerarRelatorio;
import javax.swing.JOptionPane;
import pizzaria.modelo.Cliente;
import pizzaria.modelo.TabelaCliente;
import pizzaria.modeloDao.ClienteDAO;
public class JDCnsCliente extends javax.swing.JDialog {
/** Creates new form JDCnsPessoa */
private TabelaClie... | [
"you@example.com"
] | you@example.com |
bed9e0788710f1c2b85739e0a2aa554ed43dda3f | 6202d5ccd62b2ff205abcae86a1b065c7173229c | /MobileAppMultimedia/app/src/main/java/com/android/musicplayertemplate/MusicService.java | e0a1a926008077c6d38fef45dc8ac53ecf920cf9 | [] | no_license | anuvhab/CS473MDP | af64ada8cd14ae7a349fc368889191b8311747c9 | f645c57115a94fcd840eae2b4380cb2f3afb17b4 | refs/heads/master | 2020-03-09T11:59:30.798214 | 2018-04-17T01:33:42 | 2018-04-17T01:33:42 | 128,774,688 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,549 | java | package com.android.musicplayertemplate;
import android.annotation.TargetApi;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.ContentUris;
import android.content.Context;
import android.content.Intent;
import ... | [
"krishna.k.kc@gmail.com"
] | krishna.k.kc@gmail.com |
ac15b523f4add9116b374df59be76a289fa11247 | 3a6f00b87343e60e24f586dae176bdf010b5dcae | /sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/models/PrivateLinkResources.java | 8158209ebd4bf27a98b5f787c142b65db896139f | [
"MIT",
"LicenseRef-scancode-generic-cla",
"LicenseRef-scancode-warranty-disclaimer",
"BSD-3-Clause",
"CC0-1.0",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference",
"LGPL-2.1-or-later"
] | permissive | RaviTella/azure-sdk-for-java | 4c3267ea7a3ef17ffef89621c8add0a8b7dc72cb | d82d70fde49071ee2cefb4a69621c680dfafc793 | refs/heads/main | 2022-04-26T21:11:08.604986 | 2022-04-11T07:03:32 | 2022-04-11T07:03:32 | 394,745,792 | 0 | 0 | MIT | 2021-09-13T15:03:34 | 2021-08-10T18:25:18 | Java | UTF-8 | Java | false | false | 3,444 | java | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.videoanalyzer.models;
import com.azure.core.http.rest.Response;
import com.azure.core.util.Context;
/** Resource collection API... | [
"noreply@github.com"
] | RaviTella.noreply@github.com |
970ba6f563c004969b5f3012ce0d4d6c70429fe9 | 374262f8ec2050850fe3caac93dd1a29befbf950 | /aws-java-sdk-lightsail/src/main/java/com/amazonaws/services/lightsail/model/CreateInstanceSnapshotRequest.java | 619915372f335d531ffec76f5a114f75ccb3eaf6 | [
"Apache-2.0"
] | permissive | kdheerendra/aws-sdk-java | 454ea7f92a3229d264ae9d34a678ca46b9253dcd | 36bb9b750d04dc5871d6191bce101540c858986a | refs/heads/master | 2021-04-28T22:01:51.477984 | 2016-12-31T19:33:43 | 2016-12-31T19:33:43 | 77,733,717 | 0 | 0 | null | 2016-12-31T09:21:30 | 2016-12-31T09:21:29 | null | UTF-8 | Java | false | false | 5,246 | java | /*
* Copyright 2011-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 "licen... | [
""
] | |
e56cf0aeafb6f1acc9c1228a2c38065f0a2c196b | 5d02c1a4cfe015842a311dbf0898246ac917b74b | /src/main/java/lombok/stablefeatures/notnull/NotNullWithLombok.java | 324f73c489fe253ceed47e9ae2193fbf3b8a17f8 | [] | no_license | shivam4tek/lombokAdvanced | 95fdd383031de4e5ff7b19a46d9327e25d72bda8 | f581261b88d6298f80e05dfcd12563543f2a177c | refs/heads/master | 2022-12-08T05:42:14.025215 | 2020-09-06T01:59:18 | 2020-09-06T01:59:18 | 292,743,260 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 254 | java | package lombok.stablefeatures.notnull;
import lombok.Data;
import lombok.NonNull;
@Data
public class NotNullWithLombok extends Parent{
String name;
public NotNullWithLombok(@NonNull SamplePojo var) {
super(123);
this.name = var.getName();
}
} | [
"SHIVAMV@amdocs.com"
] | SHIVAMV@amdocs.com |
d37521b705c3be2b50c6a1f59cfb5ba88990c299 | 2a7adee4691d987f8e042aed9432f9a5c247cc76 | /app/src/main/java/com/androidapp/test/mybank/data/remote/TransactionalService.java | 2ed3850d83c3c8a377bf46669c554ffbe575cd9a | [] | no_license | jalvarezcaicedo/MyBank | cab938eedf4ce908d961452dd09d5d471802cce7 | 2ff4b306f82c3429ec02a345e62ba047bfc9282a | refs/heads/master | 2021-08-23T17:17:27.973665 | 2017-12-05T21:20:23 | 2017-12-05T21:20:23 | 113,130,523 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,654 | java | package com.androidapp.test.mybank.data.remote;
import com.androidapp.test.mybank.MyBankApplication;
import com.androidapp.test.mybank.R;
import com.androidapp.test.mybank.data.model.customerinfo.CustomerInformationResponse;
import com.androidapp.test.mybank.data.model.customerinfo.CustomerProductResponse;
import com.... | [
"jhonatan.alvarez@gmail.com"
] | jhonatan.alvarez@gmail.com |
d8724fae49d00f8272cd9d6575c10490a5960185 | aca457909ef8c4eb989ba23919de508c490b074a | /DialerJADXDecompile/defpackage/qb.java | 75fcfe5927f69e9d58384a1a3732ac935b688490 | [] | no_license | KHikami/ProjectFiCallingDeciphered | bfccc1e1ba5680d32a4337746de4b525f1911969 | cc92bf6d4cad16559a2ecbc592503d37a182dee3 | refs/heads/master | 2021-01-12T17:50:59.643861 | 2016-12-08T01:20:34 | 2016-12-08T01:23:04 | 71,650,754 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,892 | java | package defpackage;
import android.app.Activity;
import android.content.Context;
import android.content.res.Configuration;
import android.os.Build.VERSION;
import android.os.Bundle;
import android.view.MenuInflater;
import android.view.View;
import android.view.ViewGroup.LayoutParams;
import android.view.Window;
/* c... | [
"chu.rachelh@gmail.com"
] | chu.rachelh@gmail.com |
179d86f744ede46813fa0eac0711178283fdbab3 | eb05ff4ec6d2a26c744fba49920ca8221733f670 | /src/main/java/bgu/spl/mics/application/messages/TickBroadcast.java | 8e15bd390d55299546b8b498778dbea156c0a31a | [] | no_license | tallitman/Mult-Threading-Store-MicroService-based-Project | 0cdf9ca634714dd0b1bbe3ed4f1014d0cb2fa7b9 | 5a9d3aaaebd19805f614fb148537e88819e0eedc | refs/heads/master | 2021-10-14T09:46:47.904208 | 2019-02-04T09:06:44 | 2019-02-04T09:06:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 824 | java | package bgu.spl.mics.application.messages;
import bgu.spl.mics.Broadcast;
/**
* TickBroadcast is a boradcast send to each micreservice in uot application
* the Tick broadcast reprsent to current tick and the program duration
*/
public class TickBroadcast implements Broadcast {
private int fCurrentTick;
pr... | [
"tallit@post.bgu.ac.il"
] | tallit@post.bgu.ac.il |
f6838a3ac0a028b63f3bd4f035b9060dcc66991c | cc752c677dbf3166d1c197c7e56427352ab48d28 | /src/test/java/david/be/operational_v2/application/api/DeliveryRequestHandlerTest.java | 7b7ef91223d8f53920ece17fe4c3b72cb8b5310d | [] | no_license | davidmatei/operational | 2ed643fe0274d95b01aa4871713b065231904d72 | b0b510c8e4a69ff7858cc73fbe4e1a23c52058bd | refs/heads/master | 2022-12-30T20:02:05.518928 | 2020-10-19T13:40:40 | 2020-10-19T13:40:40 | 304,696,296 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,009 | java | package david.be.operational_v2.application.api;
import david.be.operational_v2.application.domain.DeliveryRequest;
import david.be.operational_v2.application.infrastructure.DeliveryRequestRepositoryStub;
import david.be.operational_v2.application.port.secondary.DeliveryRequestRepository;
import david.be.operational_v... | [
"davidmatei@Claudius-MacBook-Pro.local"
] | davidmatei@Claudius-MacBook-Pro.local |
079344b3de3c9e1336a833f5d914813945f8b79c | 0e4bd35b193cb412b8ae96e07356a8819c998360 | /app/src/test/java/com/YiDian/RainBow/ExampleUnitTest.java | 7e238d0afe399f001361ee1dcdac311e156e7281 | [] | no_license | hexin5213578/RainBow | 127f743cfeb89a3c4b68cbb3ab8f7498ad9751df | 0a4ce0e68c1be17f19b14e0d9363e3da9d74fcd8 | refs/heads/master | 2023-03-31T05:50:08.627554 | 2021-04-09T09:23:06 | 2021-04-09T09:23:06 | 301,272,155 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 379 | java | package com.YiDian.RainBow;
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 add... | [
"h325502544@163.com"
] | h325502544@163.com |
4b82adf4247f947f6c7a92d9aac4ea94f00b134a | 08a4a206a364b7e736936f831d362c96dda2cd8d | /src/Sortings/QuickSort.java | 9ee6cd639e5b0992ae05e5624eb10c994bc2f8cb | [] | no_license | anshul1710/Data-Structures | 1289c4e0f577c2d277ac347045f6f1e31f703ce6 | 55323b9d75729ef79865f328fca938c02e1ad0bf | refs/heads/master | 2020-08-24T21:09:29.213287 | 2019-10-22T20:41:19 | 2019-10-22T20:41:19 | 216,905,936 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,072 | java | package Sortings;
public class QuickSort {
public static int partition(int[]arr,int low,int high)
{
int pivot = arr[high];
int i = (low-1);
for (int j=low; j<high; j++)
{
if (arr[j] < pivot)
{
i++;
int temp = arr[i];
... | [
"anshul.gandotra17@gmail.com"
] | anshul.gandotra17@gmail.com |
bac1aadb60c66efcb8185b9f50b034512d5fe07f | 575c74231f19358c2c7d5f8e41fc5a3251ad3f57 | /gmall-admin-web/src/main/java/com/atguigu/gmall/admin/oss/OssController.java | 0c7396587773bc1b04439ae33cc50ae0705d55c6 | [] | no_license | Ryujung/gmall | bcf9b87e0bc4bea0b5166ef9f66374d63077ccfe | ef8b133e3e709239ddfc87e3814d4e4098dc73f1 | refs/heads/master | 2022-07-04T01:14:40.200020 | 2020-09-23T00:52:24 | 2020-09-23T00:52:24 | 241,570,828 | 0 | 0 | null | 2022-06-21T02:49:46 | 2020-02-19T08:32:52 | Java | UTF-8 | Java | false | false | 1,157 | java | package com.atguigu.gmall.admin.oss;
import com.atguigu.gmall.admin.oss.component.OssComponent;
import com.atguigu.gmall.to.CommonResult;
import com.atguigu.gmall.to.OssPolicyResult;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.stereotype.Controller;
import ... | [
"ryujung@163.com"
] | ryujung@163.com |
59f38ca6ef694306911a5b819da8e3ac627fdfdf | 0e87e32fb92c5080e76257d94c04b2ec05b023fe | /src/test/java/org/compass/annotations/test/converter/enum1/B.java | e48d7dda91abd713d755bd5008a5308fa5a0fc86 | [
"Apache-2.0"
] | permissive | molindo/elastic-compass | 7216e4f69bc75bbfcd91c3b7a43a2cc48453f2c5 | dd8c19e48efd9f620a92e07f7b35fefae556b9fc | refs/heads/master | 2016-09-06T15:09:45.331273 | 2011-05-09T09:51:33 | 2011-05-09T09:51:33 | 1,649,609 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 187 | java | package org.compass.annotations.test.converter.enum1;
/**
* @author kimchy
*/
public interface B {
public enum Type {
Note, Call, Meeting, Organisation, Attachment
}
}
| [
"stf+git@molindo.at"
] | stf+git@molindo.at |
bb7a225e419abde2c6bf2deae5f346fa9e90a328 | 4029b10eb1ed2f2f09d99717219a5d52f174f336 | /SpringBootBrowserGame/src/main/java/com/game/app/entity/parent/package-info.java | f4886924100f1054ec4325765a44d99976a5b708 | [] | no_license | FranciscoNadal1/SpringBootBrowserGame | 58f016cccde24af795c85d2db3c9c16f4b5554d5 | dffc7fa3d807069723108fe74e1df980c8f2bd2f | refs/heads/master | 2023-04-06T05:51:26.527109 | 2021-04-06T21:29:47 | 2021-04-06T21:29:47 | 351,237,578 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 35 | java | package com.game.app.entity.parent; | [
"francisconadal1@gmail.com"
] | francisconadal1@gmail.com |
18a71fdf687a8602ee5caa0d18f694aa47116b39 | b597197df6eb340bb4ab3f62d18eca65a67a7574 | /src/main/java/org/doit/easyvalidation/annotations/Size.java | 30d7cb4338072fc425fb3b1100a65f5e6265c2cd | [] | no_license | xcerox/EasyValidation | c366b8b9477f29cfdebe47c15d66613c8436c597 | bd65bccd8755b033c2a9daaeb56007f9ffbd7bed | refs/heads/master | 2021-01-19T09:52:35.061540 | 2017-06-26T22:11:59 | 2017-06-26T22:11:59 | 82,150,001 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 639 | java | package org.doit.easyvalidation.annotations;
import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import org.doit.easyvalidation.consts.Empt... | [
"ing.jairoreyes@gmail.com"
] | ing.jairoreyes@gmail.com |
05fbdbc9b33aa11fa457e6325a21dc6990e3c720 | 0cb9c1c3ea7c74fcdc412cdad84957b3b92473f0 | /src/cn6/iterator/Client.java | 4c28fecea66ee941bbd70afd9e9c9c5042b6375d | [] | no_license | plusyou13/java_demo | 1c96dd4238ee50fb6325a25a417fd230b9560cff | 1d16ac9c5c5b94494a0962dcd2c7f0d08e46000f | refs/heads/master | 2022-11-17T06:49:24.818635 | 2020-07-17T07:01:15 | 2020-07-17T07:01:15 | 275,190,730 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 529 | java | package cn6.iterator;
import java.util.ArrayList;
import java.util.List;
public class Client {
public static void main(String[] args) {
// TODO Auto-generated method stub
//´´½¨Ñ§Ôº
List<College> collegeList = new ArrayList<College>();
ComputerCollege computerCollege = new ComputerCollege();
InfoColleg... | [
"87831498@qq.com"
] | 87831498@qq.com |
fbf691587339ee6bc53996289be08969de55001f | 40c3f9b957119e5d85a679629d83876b2e6c7742 | /decorator/src/main/java/com/cardinal/decorator/beverage/Decaf.java | 0d1b4e2cbc591e1014fa47d83bf292faf0cb0f11 | [] | no_license | darkestpriest/patterns | 3a2c9e850578c82ff05ce980b7f7f2801221722f | c94faf1ba7f8ff2ace7b3bb4a77ece73754a0772 | refs/heads/master | 2021-01-01T16:31:26.124113 | 2017-07-24T19:53:04 | 2017-07-24T19:53:04 | 97,848,071 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 313 | java | package com.cardinal.decorator.beverage;
import com.cardinal.decorator.interfaces.Beverage;
/**
* Created by maperez on 20/7/2017.
*/
public class Decaf extends Beverage {
public Decaf() {
description = "Decaf Coffee";
}
@Override
public double cost() {
return 2.89;
}
}
| [
"maperez@cardinalsystems.com.ar"
] | maperez@cardinalsystems.com.ar |
0625d607e1b35adb4285a199a3beffc8a1850702 | 13ec8885a7f7b6e360f7d4d7be8538109f5e6019 | /src/Interface_Employee/leave.java | d7d8b58b7c72cdee5baeee35311571932a4b311e | [] | no_license | LakshithaW/Furniture-shop-management-system | 28c7c6e3695622711d8023e8912efdbd1585bcb3 | 75515e11d1cabb474e1073a2c6e814432eece3bd | refs/heads/master | 2023-02-25T14:05:05.360972 | 2021-01-29T05:55:27 | 2021-01-29T05:55:27 | 334,045,779 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,456 | 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 Interface_Employee;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.... | [
"lakishitha@gmail.com"
] | lakishitha@gmail.com |
0f69f321e85920eec029a92d5bffc3bfb209e438 | f8602b556175080fd6958873bc1195488d4810de | /src/by/epamtc/exercise1/unit/CalculationLogics.java | ea066eef0b0d3d6a13342bedf59423826d26922a | [] | no_license | VoloshchukD/epam_task1 | 1753d46f6f0f2e93b71f11530d13992d73bd5f8e | 63aa92cdd5d3a135e30ea92e4498df0d8b193978 | refs/heads/master | 2023-04-14T06:14:23.372748 | 2021-04-29T09:10:40 | 2021-04-29T09:10:40 | 350,843,389 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 286 | java | package by.epamtc.exercise1.unit;
public class CalculationLogics {
public static int calculateLastSquaredDigit(int number) {
int lastDigitOfNumber = number % 10;
int squaredNumber = (int) Math.pow(lastDigitOfNumber, 2);
return squaredNumber % 10;
}
}
| [
"voloshchukd7@gmail.com"
] | voloshchukd7@gmail.com |
d5737158cbe17c265643b88303ded8a00d31776d | 63ed10871dfa83c093da67ab793ebf6a7444c478 | /project2/ProbusPresto/app/src/main/java/dev/malikkurosaki/probuspresto/LayoutFragment1.java | ba2c2971e00985fd919191ed156fb4c9c514fee6 | [] | no_license | malikkurosaki/wadah | 49824f2dd142c2d43bfe672fecad7bbf7e8bdade | c16470f7651e1730c40d5e40a440e499e93f406b | refs/heads/master | 2020-07-01T17:53:36.406543 | 2019-08-08T11:38:31 | 2019-08-08T11:38:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,072 | java | package dev.malikkurosaki.probuspresto;
import android.Manifest;
import android.app.Activity;
import android.content.Context;
import android.content.pm.PackageManager;
import android.media.Image;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import and... | [
"kurosakiblackangel@gmail.com"
] | kurosakiblackangel@gmail.com |
5051a99b84c3b222df243977b4448e93132c4dba | 11854ba2b6b92c5ddaea7298b3e41b7c935a64b1 | /benchmark_functions/devel/src/es/udc/gii/common/eaf/benchmark/real_param/multimodal/SixHumpCamelBackObjectiveFunction.java | 9d0a50bf186d59ca9f37622b3178eb7d0433dc25 | [] | no_license | failiz/JEAF | c42d2181ff60310d089b88772e29433800273cf8 | 112584484dab01b5722420b15cdbe530d5973ad0 | refs/heads/master | 2021-06-20T22:21:46.903548 | 2021-06-09T07:10:49 | 2021-06-09T07:10:49 | 217,526,830 | 0 | 1 | null | 2019-10-25T12:16:27 | 2019-10-25T12:16:27 | null | UTF-8 | Java | false | false | 1,847 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package es.udc.gii.common.eaf.benchmark.real_param.multimodal;
import es.udc.gii.common.eaf.benchmark.BenchmarkObjectiveFunction;
/**
*
* @author Grupo Integrado de Ingeniería (<a href="www.gii.udc.es">www.gii.udc.e... | [
"pilar.caamano@gmail.com"
] | pilar.caamano@gmail.com |
5521be82e05a0ad64a3cffb8e6168fb7996d98d4 | 8a07b9e8d892332391585c6288bb89ab21912ffd | /src/main/java/S350.java | 877cfe214d7c797731b0c1934ebd9641ade5d266 | [] | no_license | xiao2shiqi/leetcode | 8038e1efb90308130da011517a22df8abaf5d43f | 17361af605cf1ef63baa1b69a48f83a8460f61ab | refs/heads/master | 2021-11-19T02:33:09.704344 | 2021-08-15T22:38:09 | 2021-08-15T22:38:09 | 186,146,860 | 10 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,469 | java | import java.util.*;
/**
* LC#350: 两个数组的交集 II
* Link:https://leetcode-cn.com/problems/intersection-of-two-arrays-ii/
* 思路1:将数组放进 hash 桶中记数,取出当 count > 1 则为数组的交集,最终重定义数组范围
* 思路2:排序 + 双指针遍历,遍历两个数组,如果元素相等则加入结果集,如果元素不相等则较小的元素右移一位,直到数组遍历结束,时间复杂度 log n,空间复杂度O(1)
* 思路3:直接使用 Java List 容器实现 (时间,空间效率都很低)
* @author Phoenix ... | [
"xiaobin.phoenix@gmail.com"
] | xiaobin.phoenix@gmail.com |
61c5d3df274cb794cf8b6b9b24f97201f6331bef | 9b9d7d5f0689c2b5255757bc529c2b2e7804f1d4 | /src/main/java/projekti/DevelopmentSecurityConfiguration.java | cd50ccf9146a3a59c65787f73fb4ff359356f3b6 | [] | no_license | TommiON/SpringApp | b022557863d0999d9ec93178568d16317796775f | 1af0d3068920de8ed5eaf6a8fddbb439755b89e8 | refs/heads/master | 2020-06-10T21:36:49.844044 | 2019-06-25T17:58:32 | 2019-06-25T17:58:32 | 193,757,660 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,757 | java | package projekti;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
import org.spring... | [
"tomminiittymies@Tommi-MacBook-Air.local"
] | tomminiittymies@Tommi-MacBook-Air.local |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.