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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
34302e39ae45e60242b255a1fdcbdf5de1b2711f | 34df67753934d8951604bf13260d5edb0df970cb | /src/com/btten/hcb/Service/core/Geohash.java | ffa0270cbc2b54390de2308a581f747c15f2852f | [] | no_license | piaoyao424/hcb_native | 66e62c77680b824359a3d565e770ce14d0ad86b1 | ce01554df3d8335a3749c0579c59599825599b89 | refs/heads/master | 2016-09-05T16:29:36.126400 | 2014-05-22T08:54:06 | 2014-05-22T08:54:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,907 | java | package com.btten.hcb.service.core;
import java.util.BitSet;
import java.util.HashMap;
public class Geohash {
private static int numbits = 6 * 5;
final static char[] digits = { '0', '1', '2', '3', '4', '5', '6', '7', '8',
'9', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'j', 'k', 'm', 'n', 'p',
'q', 'r', 's', 't', 'u'... | [
"piaoyao424@gmail.com"
] | piaoyao424@gmail.com |
5aabe74b7c60459f8109fe2d0dbb9e5cb1082aed | fbfe00e90919b2639a8808b4700fd8541b972872 | /src-tests/br/unb/cic/poo/mh/TestGuardas.java | 63a589ff9cc62b2f2486df97a3519bdf7681c11d | [] | no_license | rchehab/mini-haskell | 0782d278666aad086067bfea429e5a5190536a15 | 4a2a2ca7459f3084da6f8d635678793dc5703168 | refs/heads/master | 2020-06-16T12:23:56.461810 | 2016-12-16T23:50:47 | 2016-12-16T23:50:47 | 75,102,746 | 0 | 1 | null | 2016-11-30T19:02:54 | 2016-11-29T16:57:15 | Java | UTF-8 | Java | false | false | 1,594 | java | package br.unb.cic.poo.mh;
import org.junit.Test;
import br.unb.poo.mh.*;
import java.util.Vector;
import org.junit.Assert;
import org.junit.Before;
public class TestGuardas {
Guarda ng;
@Before
public void SetUp() {
ng = new Guarda(new ExpressaoOr(new ValorBooleano(false), new ValorBooleano(true)), new Va... | [
"chehabrafael@gmail.com"
] | chehabrafael@gmail.com |
b5266e849c4157221150ef949f01c72945a611bd | acb7d33ece64e71c3782312ff702d801be0f56c3 | /src/main/java/com/wyait/manage/pojo/NoteUser.java | 4b1547e8c88a6ec025fbd41e04fbe3722704b432 | [] | no_license | ygj9915/wyait-manage | 18550106cfef732d7e964d51fa27f01d1b29e660 | 9bf77ffe058bec5d5099bc068baf43918fbac067 | refs/heads/master | 2020-03-28T05:00:16.967984 | 2018-09-17T02:56:43 | 2018-09-17T02:56:43 | 147,750,708 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,520 | java | package com.wyait.manage.pojo;
import java.io.Serializable;
import java.util.Date;
/**
* @author yeguojian
* date:2018/06/17 01:03
*/
public class NoteUser implements Serializable {
/** 串行版本ID*/
private static final long serialVersionUID = -5748612010413863826L;
/** id主键 */
private Integer id;
... | [
"guojian_ye@xinyan.com"
] | guojian_ye@xinyan.com |
1379b46616b0bedf40445412dfbfe063322d9af9 | 74b18cbdaf98cea2282d2d976f2783d97a0ed8cd | /src/main/java/com/example/demo/controller/DriverController.java | 4d89f33c49f383546456b5210cf4103321d35fe9 | [] | no_license | tuyenvu14/ManageTransport | dbc724dc7cafabf0f0b97abd617c6a676f43b6d7 | 30955deb8fd46fcb4475aca25bed0327c7349d68 | refs/heads/master | 2023-01-12T19:37:51.377888 | 2020-11-13T08:39:22 | 2020-11-13T08:39:22 | 312,517,854 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,816 | java | package com.example.demo.controller;
import com.example.demo.model.CarDto;
import com.example.demo.model.DriverDto;
import com.example.demo.service.car.CarService;
import com.example.demo.service.driver.DriverService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.ann... | [
"tuyenvu14111999@gmail.com"
] | tuyenvu14111999@gmail.com |
d11658b316f4ac9712ca7b97b021551e1bdb5911 | 8a7470325e22d78f6c9bb81297bd445a3438607b | /java/ui/UserIOConsoleImpl.java | 43e40e2fc810420419ffeefe6b7e59288492038f | [] | no_license | retnuh101/GuildProjects | 6ef9289673592488506723057336dfb8d93e11c3 | ee7de22c7ab0a82891af4e99eb6d9b87a0e18178 | refs/heads/master | 2022-12-04T23:53:58.636643 | 2020-08-16T16:46:30 | 2020-08-16T16:46:30 | 256,286,822 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,228 | 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 ui;
import java.util.Scanner;
/**
*
* @author hschuler2992
*/
public class UserIOConsoleImpl implements UserIO{
Scanne... | [
"noreply@github.com"
] | retnuh101.noreply@github.com |
6ad389aa52ccc0e5e347dc82bf3fd1bf9de5bc4c | e8d1f8cde300251198d6f939cfe2cd82be0d0083 | /Plugins_ykfs/src/main/java/com/ykfs/plugins/generate/GenerateSetterWithFinal.java | 28d00cec3fc34117924555d337b55e46d48a891a | [] | no_license | ykfs/IDEA_Plugins | 50c1e7ac1bb58b20c24045f117b2044f4f052121 | 59f989e9307b852dd28857f8aba12ca4d3bc86de | refs/heads/master | 2021-01-19T02:35:35.320133 | 2016-07-15T02:34:22 | 2016-07-15T02:34:22 | 54,606,770 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 457 | java | package main.java.com.ykfs.plugins.generate;
import com.intellij.codeInsight.CodeInsightActionHandler;
import com.intellij.codeInsight.generation.actions.BaseGenerateAction;
import main.java.com.ykfs.plugins.generate.handler.GenerateSetterWithFinalHandler;
/**
* Created by ykf on 2016/3/10.
*/
public class Generate... | [
"245660393@qq.com"
] | 245660393@qq.com |
10f62de48adfac55f3b218b94e309d0eed614530 | a9e3c5c346415706291b7807c4711e75f82691e7 | /wear/src/main/java/com/shubhamk/datacollectionwear/MessageService.java | f66b6b6e0f3e4e00d94bd9a3cefd4a73dcee6275 | [] | no_license | shubham-kumar1410/DataCollectionWear | 8450f1625f950c5c5fb78a0e5eb6e72b5e426ba2 | d043dfddb987e04f6b633a5d4a599e70d177f13e | refs/heads/master | 2020-05-18T08:50:28.540798 | 2019-04-30T17:57:37 | 2019-04-30T17:57:37 | 184,307,416 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 856 | java | package com.shubhamk.datacollectionwear;
import android.content.Intent;
import android.support.v4.content.LocalBroadcastManager;
import com.google.android.gms.wearable.MessageEvent;
import com.google.android.gms.wearable.WearableListenerService;
public class MessageService extends WearableListenerService {
@Ove... | [
"shubhamkmr1410@gmail.com"
] | shubhamkmr1410@gmail.com |
df9ead8438dc1b33ed6c396f23d84bb64410cdeb | c4672821f2aff60b9d1ab99ba378e266687b1b84 | /webService/src/main/java/com/by/WebSecurityConfig.java | cc399cb788c7826a5ee3a35114f24486ee367b27 | [] | no_license | dingjing0518/CCHCrm | e761d2f8b55ad25e7a8984cb11f380c561bcdce4 | 3c18a9bdea98e5e90a35f739d6454106b45f56a1 | refs/heads/master | 2021-01-02T00:59:40.292835 | 2017-08-01T02:02:27 | 2017-08-01T02:02:27 | 98,948,138 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 642 | java | package com.by;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity;
import org.springframework.security.config.annotation.web.configuratio... | [
"13962104109@163.com"
] | 13962104109@163.com |
6e98f10cb841e70312966664b3e4624b860373dd | f2e821cccdf69587cc611642f327fe65582fd9d9 | /src/main/java/com/soar/servlet/user/UserServlet.java | 454467df56321bf9f26fbf852cf08ab9007d3aba | [] | no_license | Soar-Xie/smbms-web | d186ac276013e88ed738f68cca51b9963368408d | 6ba6259088e0fd38f5c65e34de484379b78602d2 | refs/heads/master | 2023-03-27T22:28:05.809127 | 2021-04-02T02:34:00 | 2021-04-02T02:34:00 | 353,883,184 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,341 | java | package com.soar.servlet.user;
import com.alibaba.fastjson.JSONArray;
import com.mysql.cj.util.StringUtils;
import com.soar.pojo.User;
import com.soar.service.user.UserService;
import com.soar.service.user.UserServiceImpl;
import com.soar.util.Constants;
import javax.servlet.ServletException;
import javax.servlet.htt... | [
"592561602@qq.com"
] | 592561602@qq.com |
a439a2541e1d4413e3936f345b1c769c4db8a41c | 2eb82c84e0622bb1bf2ccceaba2c400619cc837c | /src/main/java/org/handmade/miniproject/common/dto/ListResponseDTO.java | 661bd69251951e71cb3f01bf25b50e78f87385bd | [] | no_license | stxz00/miniproject | 70493b08c6c368dc8e8facae0b088264b28f8af7 | b3143b328766964e59d62a8424ff600eb0aa00e3 | refs/heads/main | 2023-06-24T11:49:38.658271 | 2021-07-27T15:18:11 | 2021-07-27T15:18:11 | 384,084,711 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 482 | java | package org.handmade.miniproject.common.dto;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.util.List;
@Data
@Builder
@AllArgsConstructor
@NoArgsConstructor
public class ListResponseDTO<D> { //공용이니 제네릭으로 어느 DTO 가 오든 사용 가능
private ListReq... | [
"77870749+stxz00@users.noreply.github.com"
] | 77870749+stxz00@users.noreply.github.com |
1bee756843e4581a16b5c6d0bedb860538c95a4c | eb3861ca9cb4dc0be9dc6f225e75ad79c2628091 | /android_testing/src/main/java/ides/link/androidtesting/notes/data/Note.java | d0fce57522ec47b488918e7ce6cec5b795d481f8 | [
"Apache-2.0"
] | permissive | eman-1111/GoogleCodelabs | 64a8fc603878e75efffa1741cd8d3fec83a4c7c1 | fe85fe6500371dba1b718092e0c0d8444d0a915a | refs/heads/master | 2021-09-14T15:16:48.904286 | 2018-05-15T14:05:23 | 2018-05-15T14:05:23 | 106,164,037 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,382 | java | /*
* Copyright 2015, The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | [
"eman.ashour1111@gmail.com"
] | eman.ashour1111@gmail.com |
8fffd35e7bd97fe1280641f468dde8035f833e42 | 03212037291835fd1cd6b5e6a346e3ea2e4060da | /2_algorithmization/src/by/epam/module02/onedimensional_array/Task8.java | a3a40cfcce96b538c5bab6ea254ff27add1c2ed4 | [] | no_license | CyrilKrylov/IntroductionToJava | 139d5585866e74184dfb1f5239fc54300deffc62 | 0f26c3b5b264da0c1d4542acb7c33128031d925d | refs/heads/master | 2022-11-13T20:02:31.883865 | 2020-07-01T05:26:51 | 2020-07-01T05:26:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,073 | java | package by.epam.module02.onedimensional_array;
/*Дана последовательность целых чисел a1,a2,...,an . Образовать новую последовательность, выбросив из
исходной те члены, которые равны min(a1,a2,...,an)*/
public class Task8 {
public static int[] getNewSequence(int[] a) {
int min = a[0];
int... | [
"martinllirik@gmail.com"
] | martinllirik@gmail.com |
19d82a29def6ec6d2b164cb9c70c300f3ba79084 | 43e59cb5333ab4a395c1a5136fff455b7742d7da | /ipl-dashboard/src/test/java/io/sandeshn/ipldashboard/IplDashboardApplicationTests.java | 5f6fe7a63f3e1981813bc61dfab80d740e841dd5 | [] | no_license | sandesh201/IPL-dashboard | e030da7a4f418bf71e9aeccdffd034c690904870 | 00dda05828fac60c53d0338ce0a9f87a94382adc | refs/heads/main | 2023-05-28T16:30:06.729413 | 2021-06-09T06:05:54 | 2021-06-09T06:05:54 | 374,981,481 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 222 | java | package io.sandeshn.ipldashboard;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class IplDashboardApplicationTests {
@Test
void contextLoads() {
}
}
| [
"noreply@github.com"
] | sandesh201.noreply@github.com |
5adbc87b8d6d6365d7ab9bfb19d88ab8811d6c2a | f1d53bd1f9379a92e85a53332d4f6dc1489c33fc | /src/com/company/Circle.java | 728da2fc3ecdfa6ffbfd96044f0fd8d3d1f29210 | [] | no_license | LukPrasek/SelfLearningInterface | 68a7ba2e777845d890a584d65c8290fec018bbea | 2d8fa8581f862b4e687fa4f5661d12ab8779e8b1 | refs/heads/master | 2021-08-29T17:06:27.384415 | 2017-12-14T11:25:41 | 2017-12-14T11:25:41 | 114,242,164 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 396 | java | package com.company;
public class Circle implements Figure {
public Circle (int r) {
this.r=r;
}
private int r;
@Override
public double getPerimeter() {
return 2*Math.PI*r;
}
@Override
public double getArea() {
return Math.PI*Math.pow(r,2);
}
... | [
"lukasz.prasek@gmail.com"
] | lukasz.prasek@gmail.com |
8e4b0fa10eca572d2c4e303f85cb7069e67dd348 | 38dd6f7f36fb0bdc92050d611f5d1b5d86e91f50 | /src/main/java/com/foxwho/demo/adapter/MyWebSecurityConfig.java | b165d7c9e5393d1f76b8cd0bcdbc19d5d89caa67 | [] | no_license | foxiswho/java-spring-boot2-security-jwt-demo | f7aa15782ae319db51b35cf95abec3ce80931371 | 8a2e0534b4e34550e77fb33f623fd76df56559d6 | refs/heads/master | 2020-04-08T18:44:53.447310 | 2018-11-30T09:19:59 | 2018-11-30T09:19:59 | 159,623,097 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,717 | java | package com.foxwho.demo.adapter;
import com.foxwho.demo.filter.MyJWTAuthenticationFilter;
import com.foxwho.demo.filter.JWTAuthenticationFilter;
import com.foxwho.demo.handler.Http401AuthenticationEntryPoint;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annota... | [
"80005368@qq.com"
] | 80005368@qq.com |
798e6a65d5565d0cf08f2614b10f113b7985b81a | fa313cab0af7d7a67de588c9a9f67158933e9567 | /src/main/java/kg/attractor/onlineshop/config/brand/BrandService.java | f03e578056fed9f400fcd0469fcc63cc56967d6d | [] | no_license | semma19989/month9-onlineshop | 0471bc873aa472f245f3806ee7308ad89afe08e9 | d56efaf21d8fdab12d5fc4099a8cbb4fa62a9495 | refs/heads/master | 2022-06-16T16:23:59.191098 | 2020-05-11T11:55:01 | 2020-05-11T11:55:01 | 259,747,769 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 961 | java | package kg.attractor.onlineshop.config.brand;
import kg.attractor.onlineshop.exception.ResourceNotFoundException;
import lombok.AllArgsConstructor;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.stereotype.Service;
import java.util.List;
@Ser... | [
"semm1998"
] | semm1998 |
1897951866a5cc444219ea601071de9d559f7848 | fc9b8584cfbb638332535af83e341252d46174fd | /app/src/main/java/br/com/danielsantana/weathershow/model/Item.java | 4e94ba178b88087ca2dec2e66fa1eb92eefbfa6b | [] | no_license | danielqejo/WeatherShow | f07b6bdd1eb13d50944147d88a0a54a4354dfba9 | 46746045869ad703dc6e48e6d785656a135e5393 | refs/heads/master | 2021-01-12T17:14:45.674785 | 2016-10-21T03:12:12 | 2016-10-21T03:12:12 | 71,525,249 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 632 | java | package br.com.danielsantana.weathershow.model;
public class Item {
private Long latitude;
private Long longitude;
private Condition condition;
public Long getLatitude() {
return latitude;
}
public void setLatitude(Long latitude) {
this.latitude = latitude;
}
public ... | [
"daniel.qejo@gmail.com"
] | daniel.qejo@gmail.com |
349167a35821631b7a6700a90eabd12320ba2518 | 646bdbeaecb855eac953cf183b50fdf305a1ab4a | /src/main/java/net/gltd/gtms/jaxb/GtxAction.java | 42095d7f2c6fd30eb4e8cbb2f65a2d11ef87eea6 | [] | no_license | Globility/xmpp-extensions-gtx | d469956556f2d6a1132d87ce5ff620754479d635 | aa1ba572f1359a56fa00193049a62420bd3cc43b | refs/heads/master | 2020-06-02T23:56:53.934358 | 2015-09-10T16:23:01 | 2015-09-10T16:23:01 | 37,861,551 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 932 | java | package net.gltd.gtms.jaxb;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
@XmlRootElement(name = "gtx-action", namespace =... | [
"leon@boxpeg.net"
] | leon@boxpeg.net |
db0faf2fb373497243aadbc86e1a67b569188922 | b8a3722927230fec536bf9e3b1c65331e1aa8c7c | /src/main/java/com/harry/tomcat/ex01/Request.java | 6854137debfff9e8e32e8e7553fad12008f9141a | [] | no_license | buffon/TomcatShoot | 7a9535bf4694e73629402a7874d3304cb547d490 | fc1451c61686aca2e665e13182c140cd5b4869da | refs/heads/master | 2016-09-06T05:35:01.930234 | 2015-01-12T04:24:20 | 2015-01-12T04:24:20 | 27,675,082 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,044 | java | package com.harry.tomcat.ex01;
import java.io.InputStream;
import java.io.IOException;
public class Request {
private InputStream input;
private String uri;
public Request(InputStream input) {
this.input = input;
}
public void parse() {
// Read a set of characters from the socket
StringBuffer... | [
"569637989@qq.com"
] | 569637989@qq.com |
d19e8ce4978a575df031f15ed093e8a960c6da77 | 75950d61f2e7517f3fe4c32f0109b203d41466bf | /tests/tags/ci-1.8/test-timer-implementation/src/main/java/org/fabric3/tests/timer/TransactionalTimedComponent.java | 03964e167da7acbe226715187f9e0768b39b3716 | [
"Apache-2.0"
] | permissive | codehaus/fabric3 | 3677d558dca066fb58845db5b0ad73d951acf880 | 491ff9ddaff6cb47cbb4452e4ddbf715314cd340 | refs/heads/master | 2023-07-20T00:34:33.992727 | 2012-10-31T16:32:19 | 2012-10-31T16:32:19 | 36,338,853 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,528 | java | /*
* Fabric3
* Copyright (c) 2009 Metaform Systems
*
* Fabric3 is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version, with the
* following exc... | [
"jmarino@83866bfc-822f-0410-aa35-bd5043b85eaf"
] | jmarino@83866bfc-822f-0410-aa35-bd5043b85eaf |
1872c9dd8416f05e47c4b209f56978127b89a1c9 | c0b37a664fde6a57ae61c4af635e6dea28d7905e | /Helpful dev stuff/AeriesMobilePortal_v1.2.0_apkpure.com_source_from_JADX/kotlin/collections/IndexingIterable.java | 606bc9948f36cd905eda5dd31cf8f06e7ed3c40a | [] | no_license | joshkmartinez/Grades | a21ce8ede1371b9a7af11c4011e965f603c43291 | 53760e47f808780d06c4fbc2f74028a2db8e2942 | refs/heads/master | 2023-01-30T13:23:07.129566 | 2020-12-07T18:20:46 | 2020-12-07T18:20:46 | 131,549,535 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,702 | java | package kotlin.collections;
import java.util.Iterator;
import kotlin.Metadata;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.internal.Intrinsics;
import kotlin.jvm.internal.markers.KMappedMarker;
import org.jetbrains.annotations.NotNull;
@Metadata(bv = {1, 0, 2}, d1 = {"\u0000\u001c\n\u0002\u0018\u0002\n\u... | [
"joshkmartinez@gmail.com"
] | joshkmartinez@gmail.com |
544415fb3c2c45c85b509d99b15fd327c8bb4d12 | 2f37d16052830c8b7d066bd04e667af01aae3474 | /GET_2018_ALL/src/com/metacube/nestedinteger/ImplementNestedList.java | 73aa4eca499a53b0d22dc3c0f4f6b6ecda6b3e15 | [] | no_license | meta-rahul-sharma/GET2018 | 35ce304ed71707f52eaf06effc621925009c8c3d | ace64ec33e6366337f8fc3975af2ddb75b544174 | refs/heads/master | 2020-03-22T23:23:51.476387 | 2019-04-02T06:44:17 | 2019-04-02T06:44:17 | 140,807,785 | 0 | 0 | null | 2019-04-02T06:44:18 | 2018-07-13T06:41:14 | Java | WINDOWS-1252 | Java | false | false | 3,700 | java | package com.metacube.nestedinteger;
import java.util.List;
/**
* Implementation of NestedList and its function definition
*
* @author Rahul Sharma Creation Date: 6/8/2018
*/
public class ImplementNestedList implements NestedList {
/**
* To get the total sum of the nested list and return the sum
*/
@Suppre... | [
"rahul.sharma3@metacube.com"
] | rahul.sharma3@metacube.com |
2d8ed3bd8b80381a3603705d5a2d9f2bf4a6a049 | ab1ad7b73a55cdc2a3b7864793be78382db59fa1 | /src/easy/No459.java | 3bbe381179c4da5515ce95ca60b96e38e23a3094 | [] | no_license | LZR29/LeetCode | 91f4c7c54d3d219e92c0c08b835ab621c7629e7f | e116471e6fa732765111d53de10159cf46c79fc7 | refs/heads/master | 2021-07-06T09:45:00.363291 | 2020-08-09T15:38:16 | 2020-08-09T15:38:16 | 160,787,233 | 4 | 1 | null | null | null | null | UTF-8 | Java | false | false | 682 | java | package easy;
import java.util.ArrayList;
import java.util.List;
/**
* @author linzerong
* @create 2019-08-09 18:25
*/
public class No459 {
public boolean repeatedSubstringPattern(String s) {
int len = s.length();
for (int i = 1; i < len; i++) {
if(len % i != 0){
co... | [
"564952475@qq.com"
] | 564952475@qq.com |
5228b74097ae5af9d254fcdfcfd07821afb2137e | 64ad13bcd0b5aa5ff8546cb5d3c4903cabf53773 | /src/main/java/com/example/exemploSpring/repositorios/RepositorioUsuario.java | dbf0fcb8b3961e16bc73d359f9675adad407b003 | [] | no_license | Iafratetk/spring | 92910e7d5a7ed0828162e9790b91f16fbe2b968e | e92282452977823a99bfc1dac6515174bd0280b8 | refs/heads/master | 2020-06-18T09:26:42.856910 | 2019-07-10T22:20:43 | 2019-07-10T22:20:43 | 196,252,272 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 290 | java | package com.example.exemploSpring.repositorios;
import org.springframework.data.jpa.repository.JpaRepository;
import com.example.exemploSpring.modelos.Usuario;
public interface RepositorioUsuario extends JpaRepository<Usuario, Long> {
Usuario findByEmail(String email);
}
| [
"lucas@DESKTOP-DTRAPNS"
] | lucas@DESKTOP-DTRAPNS |
a074f433af8accff3b3308d4611b64b66aafa610 | 64bdcf3199532e5e006f7ee7712975b384402e52 | /Blog/src/style/dx/java/util/DateUtils.java | 366a9e0f426ed6afd29841aa2de92f92dd843182 | [
"MIT"
] | permissive | xlui/Servlet-Jsp-Blog | 64ac90de75179dab429c024afd6ed13d5e26eb1c | 55f2f4f50c59bc1f7d6fdb747e0089b89bcdbe48 | refs/heads/master | 2021-09-18T23:59:56.274182 | 2018-05-26T08:02:04 | 2018-05-26T08:02:04 | 110,789,449 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 759 | java | package style.dx.java.util;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
public class DateUtils {
private static final DateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm");
/**
* 将 Date 对象转换为格式化的 String
* @param date: 将被转换的 Date ... | [
"liuqi0315@gmail.com"
] | liuqi0315@gmail.com |
3631aa5d1e64a81837b578ee1c6c01faba12a29e | eb7deb6fc59054bab1aab380c958a1673e5d290c | /src/main/java/seng302/controllers/spellingtutor/SpellingTutorPopUpController.java | f6d53d4ad8ab9447dc31012333522f20dd6b5dd0 | [
"MIT"
] | permissive | South-Paw/Xinity | d8696b4068b3a6a9897c63bc5ff5476445e6a6dc | 14a40e08156024470e9bc6e3af4b7e1959ad01b7 | refs/heads/master | 2020-07-12T10:18:32.938048 | 2017-01-19T06:08:09 | 2017-01-19T06:08:09 | 73,911,047 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,953 | java | package seng302.controllers.spellingtutor;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.fxml.FXML;
import javafx.scene.control.CheckBox;
import javafx.scene.control.TextField;
import org.controlsfx.control.CheckComboBox;
import seng302.command.Command;
import seng302... | [
"alex@netspeed.net.nz"
] | alex@netspeed.net.nz |
988418ee81017ac076d702eb3885ab35572af663 | 9b1af25ed9915d4339c8372b36b703f74cf85b86 | /yxs/src/main/java/yxs/DP/singleton/Singleton5.java | 781661de1ca62243a3d51d92a8e0d10c89546226 | [] | no_license | TinkerYxs/Yxs | f08c736199bc2d7ffec48604cedea4c7c6d39504 | a6d18181071de1d3a2352663dfb2b0dd0043f111 | refs/heads/master | 2021-05-23T18:47:22.265200 | 2020-09-17T01:09:21 | 2020-09-17T01:09:21 | 253,422,958 | 2 | 0 | null | 2020-10-14T00:14:48 | 2020-04-06T07:15:52 | Java | GB18030 | Java | false | false | 869 | java | /**
* All rights Reserved, Designed By YuanXiaoShuai
* @Title: Singleton5.java
* @Package yxs.DP.singleton
* @Description: TODO(用一句话描述该文件做什么)
* @author: 元晓帅
* @date: 2020年8月31日 下午4:45:20
* @version
* @Copyright: 2020 yxs. All rights reserved.
*/
package yxs.DP.singleton;
... | [
"dashuai19910812@163.com"
] | dashuai19910812@163.com |
ab8f52d550257f5226a40e2da17bd03eba24e02b | caf5ab8817d9fcf85483e4ae233ce18e218ca03e | /app/src/main/java/me/fmy/galaxy_a7/models/Constants.java | f139c74447c7c55df010cda2dc91318c03f0ea62 | [] | no_license | famepram/galaxyA7 | e85b3b07675164ad9bf40ea30604895269a27e70 | 5c3b153db4d371b98eadbae22c9d9d2bac61a741 | refs/heads/master | 2021-07-15T00:15:30.497832 | 2017-10-19T04:09:28 | 2017-10-19T04:09:28 | 107,496,954 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 228 | java | package me.fmy.galaxy_a7.models;
/**
* Created by Femmy on 7/24/2016.
*/
public class Constants {
public int DATABASE_VERSION = 1;
public String DATABASE_NAME = "galaxyA7";
public String TABLE_USER = "user";
}
| [
"femmy.pramana@gmail.com"
] | femmy.pramana@gmail.com |
518072156f7e2709008a067ca4a67ae4dcff64e9 | 978b8276b13eca35ea0773259eb350e5d2baeca5 | /reactor-core-micrometer/src/main/java/reactor/core/observability/micrometer/TimedScheduler.java | 862d4b012b03fbf5b439624637f65753b3a68b8f | [
"Apache-2.0"
] | permissive | reactor/reactor-core | 2ceddf1d7c9f834ed9bc000c778ec7509a53d18a | 5553aa80137482ec26acb960f4d4f42b8a44da94 | refs/heads/main | 2023-08-31T02:58:34.058865 | 2023-08-17T11:11:46 | 2023-08-17T11:12:34 | 45,903,621 | 4,873 | 1,221 | Apache-2.0 | 2023-09-12T14:36:17 | 2015-11-10T10:06:40 | Java | UTF-8 | Java | false | false | 6,442 | java | /*
* Copyright (c) 2022 VMware 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.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unle... | [
"noreply@github.com"
] | reactor.noreply@github.com |
d8f7816422b0be825ea29cc378302e0a7c3acc24 | 208ba847cec642cdf7b77cff26bdc4f30a97e795 | /aj/ab/src/main/java/org.wp.ab/ui/media/MediaImageLoader.java | 8727e4b96edab6b071224a41e67331ae5876c739 | [] | no_license | kageiit/perf-android-large | ec7c291de9cde2f813ed6573f706a8593be7ac88 | 2cbd6e74837a14ae87c1c4d1d62ac3c35df9e6f8 | refs/heads/master | 2021-01-12T14:00:19.468063 | 2016-09-27T13:10:42 | 2016-09-27T13:10:42 | 69,685,305 | 0 | 0 | null | 2016-09-30T16:59:49 | 2016-09-30T16:59:48 | null | UTF-8 | Java | false | false | 1,558 | java | package org.wp.ab.ui.media;
import android.content.Context;
import com.android.volley.RequestQueue;
import com.android.volley.toolbox.ImageLoader;
import com.android.volley.toolbox.Volley;
import org.wp.ab.WordPress;
import org.wp.ab.models.Blog;
import org.wp.ab.util.AppLog;
import org.wp.ab.util.VolleyUtils;
/**
... | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
f7f550c14252aa6d42444550c3a6fd4c6e314d37 | 1198c20822d604870b6982d1038b1b0ef34fe85e | /src/sistemacadastro/visao/TelainternaDesenvolvedores.java | 3f213bd80a6bdf5db36af12a96bb20875af45d54 | [] | no_license | lucasorso/sistemacadastro | f788d3cdb3ef8ae8cbaa34bb0804b1ef4b454860 | fff631efa0859cc302ee080066b30f0ebb712970 | refs/heads/master | 2021-01-17T16:32:41.259426 | 2016-07-01T23:24:04 | 2016-07-01T23:24:04 | 56,357,643 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,755 | 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 sistemacadastro.visao;
/**
*
* @author gregori
*/
public class TelainternaDesenvolvedores extends javax.swing.JInternalFram... | [
"gregori@gregori-oliveira"
] | gregori@gregori-oliveira |
4d711675ccfa51150d69bb9deb32aaf39398861a | 9eb0a9eb31cfddb0934afe5530d67e2555a6532d | /src/com/qianhe/service/ClassifyService.java | 1849051575f42863b15829d91bf681d26fd84640 | [] | no_license | noeditornocodenosql/qzh | 474436f7fb07a4e3cae9ce7b6d1b6c9a8feb8f3e | e257c76c29ca2e24e8eb6269df3c4e75da832a3b | refs/heads/master | 2020-03-15T19:37:12.414132 | 2018-07-28T15:09:27 | 2018-07-28T15:09:27 | 132,313,133 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 376 | java | package com.qianhe.service;
import java.util.List;
import com.qianhe.model.Classify;
public interface ClassifyService {
public Classify findClassifyById(Integer id);
public List<Classify> findAllClassify(Integer type);
public void saveClassify(Classify classify);
public void updateClassify(Classify c... | [
"Administrator@192.168.0.108"
] | Administrator@192.168.0.108 |
33c65a92a67080ef551ab950f2f41e11e3a3b2f5 | 742e79d3c308ae83aa6e776bfc5462e09e996558 | /Automobile Stock Managment Console Applicaton/Controller/BaseInterface/StockAndOrderHistoryViewer.java | d9ab922692ddec76d97fd4f0a7a96b9c2240d133 | [] | no_license | arun1810/Zoho-Incubation-Codes | 2dc646df7f8d4df2fe595251873092c7b2fc54a3 | 14d5fa31356e3b710d67479790aa495013047603 | refs/heads/main | 2023-07-07T07:42:13.713247 | 2021-08-11T09:00:05 | 2021-08-11T09:00:05 | 387,793,788 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 918 | java | package Controller.BaseInterface;
import java.util.List;
import CustomExceptions.DataNotFoundException;
import POJO.OrderHistory;
import POJO.Stock;
import Utilities.SortUtil;
import Utilities.SortUtil.SortOrder;
public interface StockAndOrderHistoryViewer {
public List<OrderHistory> getAllOrderHistory();
pu... | [
"arun1810@users.noreply.github.com"
] | arun1810@users.noreply.github.com |
c4a450fd65b924fa352c06d6ab7cbd6a225b52db | ce67b727842fab338c594cebf5b943352e42bb17 | /jdbc/src/main/java/com/jdbc/StudentDao/StudentDaoImpl.java | d45e856509a614e0a2a6b62f4d6e87ccc7103a7e | [] | no_license | Smart110/mytest | c70d39b517236a4037e832f71da1781933470676 | a1a1a6a2ff09ceed4b1d7ec423e6f0e44e0b72c7 | refs/heads/master | 2021-05-06T22:38:24.196632 | 2017-12-03T13:07:40 | 2017-12-03T13:07:40 | 112,921,088 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,656 | java | package com.jdbc.StudentDao;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.BeanPropertyRowMapper;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.stereotype.Repository;
import com.jdbc.jdbc.Student;
@... | [
"15600050637@163.com"
] | 15600050637@163.com |
f4c8d539e125e7439b1f9a53e5419c49342663be | 702ed60e5ac14d344644e36feff57060110f780d | /src/Main.java | 62e7c3c4b880393f5f413dc9a420982e1e7f79dc | [] | no_license | Zearpex/SEW3 | b0056bbdd9f65105a774917f0fca738e2c961ddc | 25ae9fdb7bfd88f9045232139b05fb729bc76924 | refs/heads/master | 2021-03-24T12:29:55.757349 | 2017-09-25T09:40:31 | 2017-09-25T09:40:31 | 104,727,375 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 187 | java | /**
* Created by 5063 on 25.09.2017.
*/
public class Main {
public static void main(String[] args){
System.out.println("Hello from the htl");
return "haha";
}
}
| [
"felix.kurz@sdsystems.at"
] | felix.kurz@sdsystems.at |
4827ed4c8d41880214545d0bbf40963dca765090 | 92e6dd0c32cd36a082eeac923ea89fe04de5ac38 | /ticketService/src/main/java/com/demo/ticketManagement/dto/ItenaryResponseDto.java | 320927b96085e076cb54ceeede8229b6564d5cc1 | [] | no_license | grandhe10/trainTicketBooking | b002af235110f9dd8e0de7b8ffbe09ad3a3d42f8 | fc004422ac3808105077cbce95a7de2226fb2a01 | refs/heads/master | 2022-11-09T17:53:40.109439 | 2020-06-25T03:46:43 | 2020-06-25T03:46:43 | 274,067,375 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,168 | java | package com.demo.ticketManagement.dto;
import java.time.LocalDate;
import java.time.LocalTime;
import java.util.List;
public class ItenaryResponseDto {
/**
* Generates class with trainNumber,departureTime,departureDate,
* arrivalTime,arrivalDate,fromLocation,toLocation,passengerDtoList,
* userName,password
... | [
"sumagrandhe10@gmail.com"
] | sumagrandhe10@gmail.com |
f47dc6a7fc4994d9367cb78cfd0505bc2743a115 | 7b0521dfb4ec76ee1632b614f32ee532f4626ea2 | /src/main/java/alcoholmod/Mathioks/Final/Summons/Entity/SummonEnderShinobiEntity.java | 913f4dffc4e757466bc5501f6418c6bcdc683156 | [] | no_license | M9wo/NarutoUnderworld | 6c5be180ab3a00b4664fd74f6305e7a1b50fe9fc | 948065d8d43b0020443c0020775991b91f01dd50 | refs/heads/master | 2023-06-29T09:27:24.629868 | 2021-07-27T03:18:08 | 2021-07-27T03:18:08 | 389,832,397 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 22,621 | java | package alcoholmod.Mathioks.Final.Summons.Entity;
import alcoholmod.Mathioks.AlcoholMod;
import alcoholmod.Mathioks.ExtendedPlayer;
import alcoholmod.Mathioks.ExtraFunctions.SyncChakraExperienceMessage;
import alcoholmod.Mathioks.PacketDispatcher;
import cpw.mods.fml.common.eventhandler.Event;
import cpw.mods.fml.comm... | [
"mrkrank2023@gmail.com"
] | mrkrank2023@gmail.com |
8bf53e6fd538ea09d25c4736299bbce83e2df18e | ceabd99652df1e87ce56840b3a514190aa002d0a | /src/main/java/net/billforward/model/usage/UsageState.java | 47f8ea74e34d55925b9919affe4aed0d28827898 | [] | no_license | billforward/bf-java | d777666582c6b28f11af4f33753c37c92a966183 | 522fde77e47e79bdac41d76ee6725021fca5210b | refs/heads/master | 2021-01-21T04:54:08.394332 | 2016-04-06T11:23:13 | 2016-04-06T11:23:13 | 23,771,428 | 0 | 0 | null | 2015-02-06T15:46:30 | 2014-09-07T21:24:41 | Java | UTF-8 | Java | false | false | 84 | java | package net.billforward.model.usage;
public enum UsageState {
Active,
Historic
}
| [
"ian.saunders@c4nsult.com"
] | ian.saunders@c4nsult.com |
c5b6761d01b0bf9dd5246a3605cf9ef7dc97f7bd | 35ad16e06f076d84ec8980d1605703988793bc6d | /src/refactor/adapter/xml/DOMBuilder.java | a4c1416f5a46f300f85d65cc136c4c74c2c8ded1 | [] | no_license | janipeng/refactor_adapter_pattern | 0869b50b38ebb255e6f9b008a829f8832b7f6503 | 63b43ea3336b9e906feaacdacd275d9af2439465 | refs/heads/master | 2021-08-20T08:33:35.842376 | 2017-11-28T15:58:50 | 2017-11-28T15:58:50 | 112,191,124 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,022 | java | package refactor.adapter.xml;
import org.apache.xerces.dom.DocumentImpl;
import org.apache.xml.serialize.OutputFormat;
import org.apache.xml.serialize.XMLSerializer;
import org.w3c.dom.Document;
import java.io.IOException;
import java.io.StringWriter;
public class DOMBuilder extends AbstractBuilder {
private Docume... | [
"1184360257@qq.com"
] | 1184360257@qq.com |
9ad6058f9dadc9002dd2d25fe6465169565922a4 | 3d5717774fc11f14861f7545046dffcfe85afde1 | /app/src/main/java/com/example/processcommunicate/skin/SkinManager.java | cb225a0f2053664fccad05224e5cb650a3ba58aa | [] | no_license | whoami-I/process | 9c5bc10c7b2000ff44034504e2a59f2967e07f9b | b3dafd3f430bb3bee5c1cd1c70152170bed57328 | refs/heads/master | 2020-05-20T13:34:13.795863 | 2019-06-06T10:14:00 | 2019-06-06T10:14:00 | 185,601,242 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,495 | java | package com.example.processcommunicate.skin;
import android.app.Activity;
import android.content.Context;
import android.content.res.Resources;
import android.text.TextUtils;
import android.view.LayoutInflater;
import com.example.processcommunicate.skin.config.SkinPreUtils;
import java.util.ArrayList;
import java.ut... | [
"1874785601@qq.com"
] | 1874785601@qq.com |
ca71776cb434fd2cca3ea3957cb0523733e07d86 | c0463b289fecb907c2554daab819ef4b4fac8546 | /app/src/androidTest/java/com/androidexample/ExampleInstrumentedTest.java | 0fd0d55a9d840f6ee95d722c8fdbf61edbafb39f | [] | no_license | haticenurokur/androidExample | d7547910d3348e1a6d7a7852c3a3e44b0b24aedb | 4d37d6e488f3e382dd61222db754e0107e0e3652 | refs/heads/master | 2020-06-04T16:39:26.788377 | 2019-06-15T21:55:37 | 2019-06-15T21:55:37 | 192,107,413 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 720 | java | package com.androidexample;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Android devi... | [
"haticenurokur@gmail.com"
] | haticenurokur@gmail.com |
2b45bc1331d14eec1a60295727fa8a3f54199d9a | 538010f74485a8611d1368efc5ef442b2b3f3b16 | /코드업/코드업 1085.java | 599e3e3c8d0dc7f0fb9dd8cfc5327c7989240b94 | [] | no_license | dddoseung/1Day1Commit | d52a25fc22afeb6383c4046ccf95ccc42a56ef7f | 30e2170af287945cdea8624b89595daff08eb0bc | refs/heads/main | 2023-03-03T14:21:29.643162 | 2021-02-19T12:52:23 | 2021-02-19T12:52:23 | 311,055,573 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 486 | java | import java.util.*;
import java.text.DecimalFormat;
public class Main{
public static void main(String[] args){
Scanner sc=new Scanner(System.in);
double num=1;
while(sc.hasNext()){
num*=sc.nextInt();
}
num=num/(8*Math.pow(2,10)*Math... | [
"noreply@github.com"
] | dddoseung.noreply@github.com |
6f1b1935fcf53f36b03d6a3c9dfe6741716164f7 | e967caefefe73e4348b6da0bf97bdfcd1a95f18d | /src/belajarDesignPattern/BuilderPattern/Meal.java | 2eb8917f28d611e356f79c10e90f8d20e197c423 | [] | no_license | riskiabidin/DesignPattern | 9c0d711a70161403e0da8a423442c43dbabde188 | 8fe172abdb58751d5771d56415ae7b5295f4e5a4 | refs/heads/master | 2022-09-30T11:30:32.351249 | 2020-06-04T04:47:25 | 2020-06-04T04:47:25 | 268,009,016 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 580 | java | package belajarDesignPattern.BuilderPattern;
import java.util.ArrayList;
import java.util.List;
public class Meal {
private List<Item> items=new ArrayList<Item>();
public void add(Item item) {
items.add(item);
}
public float getCost() {
float cost=0.0f;
for(Item item:items) {
cost+=item.price();
}
re... | [
"riskiaktor@gmail.com"
] | riskiaktor@gmail.com |
7e2d995d465725c088bfe5cd028e4e72eb106211 | e38d327138aa3ce48280fc60e2c5761f52654774 | /app/src/main/java/com/vic/lab4/MainActivity.java | cc1c1b2a40643711546a4c72a79ef1fac8fc190f | [] | no_license | bpan2/MAP524_Lab4 | aac347693bd175a0d2bcf74248612703f3c880bf | 303c4de7f8f01cb5b3d8c1d02640a5449f779a8e | refs/heads/master | 2020-05-18T17:11:24.736638 | 2015-04-09T05:00:50 | 2015-04-09T05:00:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,592 | java | package com.vic.lab4;
import android.app.FragmentManager;
import android.app.FragmentTransaction;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
i... | [
"bpan2@myseneca.ca"
] | bpan2@myseneca.ca |
83597c61bfea49e42342f96e38cb4b6b742282a6 | 238a8b90fdb315b3f3ccafa00fb3d498c4b2b36e | /app/src/main/java/com/waoss/ciby/EmergencyActivity.java | 1859ef3c6a014b7ea0e6df28f0cf4e17582fb700 | [] | no_license | rohan23chhabra/ciby | 2fec384ba0f20ea41a42a6415676eaf479433274 | 0310478bad1da427e5eeacc6cb8104a8f4acc577 | refs/heads/master | 2022-04-20T23:08:56.866057 | 2020-04-01T10:05:16 | 2020-04-01T10:05:16 | 251,101,084 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 943 | java | package com.waoss.ciby;
import android.content.Intent;
import android.util.Log;
import android.view.View;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import com.google.android.gms.maps.model.LatLng;
import java.util.Objects;
public class EmergencyActivity extends AppCompatActivity {
... | [
"rohan23chhabra@gmail.com"
] | rohan23chhabra@gmail.com |
52202305cc4658e186476e3bc18efd4bb1b315ba | 2f3bb917adcc081c8ef2f7370787ef83431183c5 | /src/main/java/com/igomall/entity/Admin.java | ec350fd4624a739963dfd827d06ba947f95ae53e | [] | no_license | heyewei/shopec-b2b2c | bc7aad32fc632ab20c3ed1f6a875e533d482dfa3 | a03fd48250aad4315a6ff687b6d01c7e12d0f93e | refs/heads/master | 2023-02-24T13:12:37.985421 | 2021-01-27T07:24:25 | 2021-01-27T07:24:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,090 | java | package com.igomall.entity;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.Entity;
import javax.persistence.PrePersist;
import javax.persistence.PreUpdate;
import javax.persistence.Transient;
import javax.validation.constraints.NotEmpty;
import org.apache.commons.codec.digest.DigestUtils;
i... | [
"1169794338@qq.com"
] | 1169794338@qq.com |
015b983b437386525b95c6295a6c5ebb8c783f32 | 98930b5356abef64642a55435219a1aa15097997 | /app/src/main/java/enrique/pichangatpa/SettingsActivity.java | da26d50f39a20ca358218db5b631e96eb5d8ab51 | [] | no_license | enriquesoto/CapstoneProjectTPAndroidPinPong | 2d736110f91f2f763059a015158ef52e22eddb98 | aa2a8ed2b7ffcc8c9b27ebd81f07938b00090c87 | refs/heads/master | 2021-01-18T21:31:51.402068 | 2014-09-08T21:07:45 | 2014-09-08T21:07:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,621 | java | package enrique.pichangatpa;
import android.content.Intent;
import android.content.pm.ActivityInfo;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.view.Window;
import android.widget.Button;
impo... | [
"e.sotomendoza@gmail.com"
] | e.sotomendoza@gmail.com |
25ec05c1aa35f8e9e057a27e849f5f21c3c97838 | ab3a1a82fda5166daf4062b6d19e27ce31dc4548 | /src/main/java/thread/DangerousThread.java | 76523aa62346a7d93f863a791b07f53b74ac1ddf | [] | no_license | rafadelnero/javachallengers | 8d532abbf44629e91335c03428a762f174a34cf5 | a271fa8386fed7b6080a770eb3c7628d3d721a16 | refs/heads/master | 2022-12-25T05:52:26.644435 | 2022-12-17T16:28:55 | 2022-12-17T16:28:55 | 202,078,407 | 70 | 15 | null | 2022-12-17T16:21:49 | 2019-08-13T06:23:46 | Java | UTF-8 | Java | false | false | 439 | java | package thread;
public class DangerousThread {
public static void main(String... doYourBest) throws InterruptedException {
Thread heisenberg = new Heisenberg();
heisenberg.start();
heisenberg.join();
heisenberg.start();
heisenberg.join();
}
static class Heisenber... | [
"rafacdelnero@gmail.com"
] | rafacdelnero@gmail.com |
a9c253fc5e056c904726cf6ff48e94ae004463f3 | 2702ff64b7bbe69279c54f505712ce7bcc65022e | /src/Exercicio3b/Funcionario.java | b0cd1c4cb2baf07625246dac0fdce553883250f1 | [] | no_license | matheushenrycb/DispositivosMoveis | 0cab9c86bb2d2c03fe33aaacb8db81a745ce5e20 | e1f0850431c26bcaaf5dd5ffb0f9f1c9c2e95f8c | refs/heads/master | 2021-04-27T21:15:22.417381 | 2018-02-22T17:22:47 | 2018-02-22T17:22:47 | 122,396,974 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,408 | 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 Exercicio3b;
/**
*
* @author Matheus HEnry
*/
public class Funcionario extends Principal {
int matricula;... | [
"Matheus HEnry@MatheusHEnry-PC"
] | Matheus HEnry@MatheusHEnry-PC |
30fc3f233913496fdfb64075afb15f0dfc231c2a | 9971d019c5a4ecd0892cb9e035c5f5d77af25f92 | /src/ru/job4j/array/AlgoArray.java | eff7d09c59f35f46c0a3084cbfce94289e65d2cc | [] | no_license | Zhaava/job4j_elementary | ce5460a97e10e49d82ab93fa033fc8e4d9492bbd | 18c26c033806f30a61eabb7720b518dfcb25b5e2 | refs/heads/master | 2023-05-28T04:23:18.138892 | 2021-06-22T11:33:56 | 2021-06-22T11:33:56 | 298,788,560 | 0 | 0 | null | 2020-09-26T10:17:24 | 2020-09-26T10:17:23 | null | UTF-8 | Java | false | false | 879 | java | package ru.job4j.array;
public class AlgoArray {
public static void main(String[] args) {
int[] array = new int[] {5, 3, 2, 1, 4};
int temp = array[0]; /* переменная для временного хранения значение ячейки с индексом 0. */
array[0] = array[3]; /* записываем в ячейку с индексом 0 значение яч... | [
"zhavoronkov52@gmail.com"
] | zhavoronkov52@gmail.com |
c668c74a6fd1de0aea98781e0b31fb88f90d81bd | b2bac83818f1e3a97d33988423a8b737627b3be9 | /hibernate/src/extend/teacher.java | 9d44e1b60b506bb9741132d10471861e3edad2a2 | [] | no_license | pupilBin/learn | 8177fe0cfa060955c3ff88ac63a57f2cfc14e1ad | 132fb53adc3d4f0501e86a8cd466221c9e06876c | refs/heads/master | 2020-12-07T07:43:28.630882 | 2017-07-14T14:49:28 | 2017-07-14T14:49:28 | 53,180,867 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 259 | java | package extend;
/**
* Created by pupil on 2016/6/20.
*/
public class teacher extends person {
private int salary;
public int getSalary() {
return salary;
}
public void setSalary(int salary) {
this.salary = salary;
}
}
| [
"pupil240343458@gmail.com"
] | pupil240343458@gmail.com |
44ef7989ee1bcfde2644ed5c17ea58021a0eae0c | 8a539448c904b8bc07e8881ca820e5baa9cc0ae0 | /src/main/java/com/virtru/saas/framework/sqs/AwsSqsProvider.java | 8979d4af170a54f551398fc06d9e9abd3f3c022b | [] | no_license | mkhader12/saasgateway2 | db7df5b1ed463baf114f7c7f47a54a13d500382c | 2787b2d511920e6ebed775f251c16b7086d236a0 | refs/heads/master | 2020-03-11T20:00:31.355535 | 2018-04-19T14:17:37 | 2018-04-19T14:17:37 | 130,224,353 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,560 | java | package com.virtru.saas.framework.sqs;
import com.amazon.sqs.javamessaging.AmazonSQSMessagingClientWrapper;
import com.amazon.sqs.javamessaging.ProviderConfiguration;
import com.amazon.sqs.javamessaging.SQSConnection;
import com.amazon.sqs.javamessaging.SQSConnectionFactory;
import com.amazonaws.services.sqs.AmazonSQ... | [
"mkhader@virtru.com"
] | mkhader@virtru.com |
8826e1d19c5ef5c98a00f51843c985220a9d830e | f428f600c682396db98127c7ea647b865a57b041 | /app/src/androidTest/java/com/example/spinnervolition/ExampleInstrumentedTest.java | d824d90d1e7c56ed95fcc0c94489bb94a3bd0075 | [] | no_license | AscEmon/SpinnerVolition | 1190dd65e93d44955a74933ede996ab51d042014 | 79a1939e284d601623abd590811ef2e9803a7079 | refs/heads/master | 2023-02-26T09:08:53.432873 | 2021-01-21T17:06:25 | 2021-01-21T17:06:25 | 328,210,023 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 768 | java | package com.example.spinnervolition;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execut... | [
"sayedemon53@gmail.com"
] | sayedemon53@gmail.com |
1a471528315a6ab26d50a9e9e6f3f304eedb7ba7 | 77836d266eb9eb1c8ff4d9009bcacf7d518800ae | /src/main/java/com/battcn/service/system/OrderService.java | cbc6b5b783aa71cda24a6f0cd9babd281076156a | [] | no_license | Lida52jiao/hkjgj | 6a5e2fd064194978a0e56da7009a8ef897c5e567 | 1ea4ee57f6d8a20ce56e82e3aeefc64ae330b5f4 | refs/heads/master | 2022-12-20T10:51:40.252902 | 2019-12-04T07:20:11 | 2019-12-04T07:20:11 | 225,811,746 | 0 | 0 | null | 2022-12-16T06:23:38 | 2019-12-04T08:01:27 | Java | UTF-8 | Java | false | false | 172 | java | package com.battcn.service.system;
import com.battcn.entity.Orders;
import com.battcn.service.BaseService;
public interface OrderService extends BaseService<Orders> {
}
| [
"875217102@qq.com"
] | 875217102@qq.com |
aa536d21f8b0700a34e14eaf79d1ae78efa3f47a | afff6a780dbebb9a47abde1f9ae751fba1e15a7f | /Assignment 2/Assignment2/src/WQUPC/WQUPCTest.java | 97fa96e65600240809c87a10867eb0aa899c89d8 | [] | no_license | yashkhopkar/Program-Structures-And-Algorithms | 082f9afa60e4e3106c680583e6e0484dd505eec1 | 3935cb5aca1c5172711a538f891fa33fa762a98f | refs/heads/master | 2020-03-22T12:20:49.440242 | 2018-09-29T22:49:08 | 2018-09-29T22:49:08 | 140,034,469 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,161 | java | package WQUPC;
import static org.junit.Assert.*;
import org.junit.Test;
public class WQUPCTest {
/**
*/
@Test
public void testFind0() {
WQUPC h = new WQUPC(10);
assertEquals(0, h.find(0));
}
/**
*/
@Test
public void testFind1() {
WQUPC h = new WQUPC(10);... | [
"khopkar.y@husky.neu.edu"
] | khopkar.y@husky.neu.edu |
80d827cba9c12e300c15eb85cd7eab04c88c3369 | 7859fb2a0d2d8b324b3b78ace92803cd0eba3f5b | /src/main/java/ar/edu/um/programacion2/config/WebConfigurer.java | 5f0c34af8654ed6e3e252f5899a94e3ab5eeaffc | [] | no_license | francomanuel/programacion2-tp | a9fc1c73e56c904398d95951f6b336f5e054edfd | ce30a3763a3a8f85c839e2626b62ec3b975df314 | refs/heads/master | 2022-12-09T07:58:57.167364 | 2020-09-01T22:44:41 | 2020-09-01T22:44:41 | 292,095,741 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,478 | java | package ar.edu.um.programacion2.config;
import io.github.jhipster.config.JHipsterConstants;
import io.github.jhipster.config.JHipsterProperties;
import io.github.jhipster.config.h2.H2ConfigurationHelper;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.boot.web.server.*;
import org.s... | [
"frma98@gmail.com"
] | frma98@gmail.com |
549449b633129229cbef79e6cf0bc7cb78473322 | c40b235589793ea971d44a75efad4a60ed318a6a | /src/vista/iconos/icon.java | 1956d832b54e52a3578364cc390ceb1277d30ce1 | [] | no_license | miguelarriba/DBCase | 8604c5240b2e063454058c50d204594515c752a7 | a6a756dc03fb231515169a73ec171794141830c6 | refs/heads/master | 2020-04-07T00:17:21.063137 | 2019-10-07T16:04:05 | 2019-10-07T16:04:05 | 157,897,503 | 0 | 1 | null | 2020-02-06T14:52:11 | 2018-11-16T17:02:49 | Java | UTF-8 | Java | false | false | 1,093 | java | package vista.iconos;
import javax.swing.Icon;
public abstract class icon implements Icon{
private int size;
private boolean pintarMas;
private boolean selected;
private final int DEFAULTSIZE = 60;
private final int MINISIZE = 30;
private final int PERSPECTIVESIZE = 50;
protected double offset = .1;
publi... | [
"marriba@ucm.es"
] | marriba@ucm.es |
9343679e9ed666afa0edb26e60c4647c55089fc1 | 5217d79af2ca6232edec96a2d8ffe371935e93df | /chorus-selftest/src/test/features/org/chorusbdd/chorus/selftest/processhandler/nonjava/TestNonJavaProcesses.java | 7dc8a552b50c6575fd3e5ba4b43eaef1d14a4ed8 | [
"MIT"
] | permissive | deepakcdo/Chorus | f263c201a9220ef760826f8f55fe53e36b57491c | c22362a71db7afc22b75cbc9e443ae39018b0995 | refs/heads/master | 2021-01-17T06:06:25.342740 | 2014-07-09T20:41:00 | 2014-07-09T20:41:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,591 | java | /**
* Copyright (C) 2000-2013 The Software Conservancy and Original Authors.
* All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
* deal in the Software without restriction, including... | [
"nick@objectdefinitions.com"
] | nick@objectdefinitions.com |
1bb38a0be60dec6c396cc2c545d4d436c470a988 | 427ed6dd94a24adaf90cd4d333d5ae0aefc71cad | /analyse/src/main/java/de/ami/team1/analyse/services/UserService.java | 07549b62ebe416539df6d67a94f6836e9504de60 | [
"BSD-3-Clause",
"BSD-2-Clause",
"MIT"
] | permissive | ixLikro/master-ami-java-contact-tracing-services | d9b98efb17d13fa8d269efe9929ef1b0aa77ff0e | 2bc647125b1533c2ff582e05bb6c79f5e513ea2a | refs/heads/master | 2023-03-20T10:04:39.378931 | 2021-03-17T23:14:35 | 2021-03-17T23:14:35 | 348,425,112 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 340 | java | package de.ami.team1.analyse.services;
import de.ami.team1.analyse.crud.CrudService;
import de.ami.team1.analyse.entities.User;
import javax.enterprise.context.RequestScoped;
@RequestScoped
public class UserService extends CrudService<User> {
@Override
protected Class<User> getEntityClass() {
return ... | [
"o.schleesselmann@ostfalia.de"
] | o.schleesselmann@ostfalia.de |
f21842427f6622d9325dfa4fc0cb42cb72f8a132 | 5bb4a4b0364ec05ffb422d8b2e76374e81c8c979 | /sdk/eventgrid/mgmt-v2020_04_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2020_04_01_preview/DeliveryWithResourceIdentity.java | bd825a8f530c728e05ea687e320bc3b426367d54 | [
"MIT",
"LicenseRef-scancode-generic-cla",
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-or-later",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | FabianMeiswinkel/azure-sdk-for-java | bd14579af2f7bc63e5c27c319e2653db990056f1 | 41d99a9945a527b6d3cc7e1366e1d9696941dbe3 | refs/heads/main | 2023-08-04T20:38:27.012783 | 2020-07-15T21:56:57 | 2020-07-15T21:56:57 | 251,590,939 | 3 | 1 | MIT | 2023-09-02T00:50:23 | 2020-03-31T12:05:12 | Java | UTF-8 | Java | false | false | 2,465 | java | /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/
package com.microsoft.azure.management.eventgrid.v2020_04_01_preview;
import com.faster... | [
"noreply@github.com"
] | FabianMeiswinkel.noreply@github.com |
b81d3ba01486620cb5a1d2d2080c9709ff5d4ed8 | e15c58da1d0ded24b9defab70d3a23dfe6149729 | /api/src/test/java/com/naverlabs/chatbot/service/web/ChatbotResourceTest.java | 4c284bb1ec461ac7abd0478505ab4f7aeb1bdfc3 | [] | no_license | stunstunstun/chatbot | cdcb23ed62a1a882dabe22fc92e346f0db55809b | 4719c2aae0c932c24bd19acaa3fe20848c987eb3 | refs/heads/master | 2021-01-19T19:52:18.849504 | 2017-08-30T04:54:32 | 2017-08-30T04:54:32 | 101,212,645 | 2 | 0 | null | 2017-08-26T07:20:51 | 2017-08-23T18:29:41 | Java | UTF-8 | Java | false | false | 1,313 | java | package com.naverlabs.chatbot.service.web;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.naverlabs.chatbot.domain.Chatbot;
import com.naverlabs.chatbot.v1.web.ChatbotResource;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.... | [
"wjdsupj@gmail.com"
] | wjdsupj@gmail.com |
6f2a92d2e369af7c61cd6aa163db185947d3c160 | a2e5315745c6e5252c8bc76e21f2c0c0ffb6c41b | /Spring/Spring-Day2/src/main/java/com/taggy/spring/beanpostprocessor/Loan.java | a1b403136556764b726662e3cfd340070eb7abfb | [] | no_license | TheMaheshBiradar/spring-web-apps | 6f140a7ca05b65134bbfadace33b6f8b9751741b | 42c882c65ec9ff63fb51de1a2d68ad2521309d63 | refs/heads/master | 2023-07-25T19:51:36.626345 | 2023-07-12T23:02:21 | 2023-07-12T23:02:21 | 38,208,574 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 321 | java | package com.taggy.spring.beanpostprocessor;
public class Loan {
private String loanType;
public void setLoanType(String loanType) {
this.loanType = loanType;
}
public String getLoanType() {
return loanType;
}
@Override
public String toString() {
return "Loan [loanType=" + loanType + "]";
}
}... | [
"biradar.m2@gmail.com"
] | biradar.m2@gmail.com |
bfd9d2a3da506b0ffae7c3fa04e25eb21c95a98c | 23a9b9e2d6f3d4dd496911862e2f2b144282a3bc | /src/test/java/cn/cuit/exam/service/impl/MajorServiceImplTest.java | 654558390597c025657e2117d0b28ff2b78d5985 | [] | no_license | adventure-111/exam2.0 | fdb9de1bc105d9bfb9a58bd7c53320816b7e0c00 | b0940f4d923b2c5eac646bb8e4108b99cc7f5bbd | refs/heads/main | 2023-06-01T14:23:59.126672 | 2021-06-21T19:39:03 | 2021-06-21T19:39:03 | 368,561,766 | 0 | 2 | null | 2021-06-16T16:51:24 | 2021-05-18T14:32:00 | Java | UTF-8 | Java | false | false | 401 | java | package cn.cuit.exam.service.impl;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
public class MajorServiceImplTest {
@Autowired
private MajorServiceImpl service;
@Test
voi... | [
"2715150056@qq.com"
] | 2715150056@qq.com |
de445e280c0675d722df1f9034837d9f735f6940 | 31f609157ae46137cf96ce49e217ce7ae0008b1e | /bin/ext-accelerator/acceleratorfacades/src/de/hybris/platform/acceleratorfacades/product/converters/populator/ProductVolumePricesPopulator.java | 2e23837875a7f09f87a60c6aaacc089ae98b0ac0 | [] | no_license | natakolesnikova/hybrisCustomization | 91d56e964f96373781f91f4e2e7ca417297e1aad | b6f18503d406b65924c21eb6a414eb70d16d878c | refs/heads/master | 2020-05-23T07:16:39.311703 | 2019-05-15T15:08:38 | 2019-05-15T15:08:38 | 186,672,599 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,052 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved.
*
* This software is the confidential and proprietary information of SAP
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with... | [
"nataliia@spadoom.com"
] | nataliia@spadoom.com |
bce0d5b27163a37dc3548a23b3802ca2711fff67 | 754ee75fa5b434ce646eee6c8e3381c8d5371d53 | /src/main/java/commons/AbstractTest.java | 7be942dce3c89f12a0ccc09eac357d8ca75a0c88 | [] | no_license | mylinh12/GITHUB_JENKIN_BLUEOCEAN_MAVEN_CUCUMBER_05_LINHOM | cd7afa2e9d18ae4ca48224fb50582e90d131e065 | 5758e02926a7fd1e6b77ff447bdc215c77b2b065 | refs/heads/master | 2020-04-21T22:30:56.766498 | 2019-02-09T21:23:59 | 2019-02-09T21:23:59 | 169,913,670 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,601 | java | package commons;
import java.util.Random;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.openqa.selenium.WebDriver;
import org.testng.Assert;
import org.testng.Reporter;
public class AbstractTest {
WebDriver driver;
// Khoi tao log
protected final ... | [
"shinichi121088@gmail.com"
] | shinichi121088@gmail.com |
42c6a21555e70c3cbf318faf519c9e1f67ee672d | eaf1803c0ceeb0c1dd2467884fbf330c5c85f6cb | /src/com/vova_cons/Physics/Point.java | 404dfd4b82d90ee8e024fedc0dba567bdeb3213b | [] | no_license | anbu93/SpaceBattleGame | 16f4b6ceb7764cbd9b50067fce1ee2a0506a730e | 4783de0cfd9e2bcfc45d560501738892e271d36d | refs/heads/master | 2021-01-10T14:31:00.866304 | 2016-02-13T06:45:20 | 2016-02-13T06:45:20 | 51,239,759 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 651 | java | package com.vova_cons.Physics;
public interface Point extends Cloneable {
static Point create(double x, double y){
return new PointImpl(x, y);
}
static Point create(String str){
String[] values = str.split(" ");
double x = Double.parseDouble(values[0]);
double y = Double.par... | [
"anbu23477@gmail.com"
] | anbu23477@gmail.com |
47a0a7495a5337f4dbae7b2333d6096000e1eb1f | 0d4f05c9909695a166e97b8958680945ea5c1266 | /src/minecraft/io/netty/handler/codec/Headers.java | c5c5910f84782abf540ad43f4d6719a5bda82610 | [] | no_license | MertDundar1/ETB-0.6 | 31f3f42f51064ffd7facaa95cf9b50d0c2d71995 | 145d008fed353545157cd0e73daae8bc8d7f50b9 | refs/heads/master | 2022-01-15T08:42:12.762634 | 2019-05-15T23:37:33 | 2019-05-15T23:37:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,890 | java | package io.netty.handler.codec;
import java.util.Iterator;
import java.util.List;
import java.util.Map.Entry;
import java.util.Set;
public abstract interface Headers<K, V, T extends Headers<K, V, T>>
extends Iterable<Map.Entry<K, V>>
{
public abstract V get(K paramK);
public abstract V get(K paramK, V paramV... | [
"realhcfus@gmail.com"
] | realhcfus@gmail.com |
4541468c18a7cb93f55e2af0564f80bb4e2845e7 | 226dcda557ea73e65b08af537ce86bc3e387fd9b | /src/view/View.java | 837e5a76c2e73537dd864fe62bff34cd62196646 | [] | no_license | pierremalaga/ProyectoInventario | 3e120dc24ec2c928dba249b53901b8d016950482 | 9e8320e6d96ef5381907303af084447e40866a6f | refs/heads/master | 2021-01-10T06:18:00.543038 | 2015-11-07T14:23:02 | 2015-11-07T14:23:02 | 45,921,420 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 49 | java |
package view;
public class View {
}
| [
"pierre.malaga.t@gmail.com"
] | pierre.malaga.t@gmail.com |
faf73d1f418ac9c956a2ab4d21168f63cfd65dd3 | b87b45b3d1dd19311528a7803692df780e6f6a25 | /app/src/main/java/com/itla/testappdb/entity/Career.java | 1f81cbf977573194dbb1818c6bf78a08e0e0171a | [] | no_license | darkdaven/school | 769d51965332006668e985be22ef250a8c6122f2 | 842633dc52c5df0082d5bd61e959e57d2afcebbc | refs/heads/master | 2020-08-03T23:18:22.761904 | 2019-10-27T00:31:52 | 2019-10-27T00:31:52 | 211,917,661 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,770 | java | package com.itla.testappdb.entity;
import android.content.ContentValues;
import android.database.Cursor;
import androidx.annotation.NonNull;
public class Career {
private Integer id;
private String name;
private Integer subjects;
private Integer credits;
public Career() {
}
public Caree... | [
"ariel.herrera@cloud-catalogs.com"
] | ariel.herrera@cloud-catalogs.com |
310592a9d25fd3349ff0ceba5befd60988f9c51c | 1da2285d1dad13204cb2ef0ba10f08fd76e050ed | /src/main/java/jm/security/example/service/UserServiceImpl.java | 9138394bbf6d228baee8dcf84a0b6d55398e3700 | [] | no_license | MukhachevMaksim/spring-security | 06f797dba5abdff3170764eebb8dffdae01be45f | b519e2e265c4cade0e714cd40b4f0277473fb6eb | refs/heads/master | 2023-03-01T08:56:01.047467 | 2021-01-27T16:18:22 | 2021-01-27T16:18:22 | 333,488,139 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,379 | java | package jm.security.example.service;
import jm.security.example.dao.RoleDao;
import jm.security.example.dao.UserDao;
import jm.security.example.model.Role;
import jm.security.example.model.User;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.spr... | [
"itmukhachev@gmail.com"
] | itmukhachev@gmail.com |
cddd675b99d82bc53a490fba3ca1ed0b8d1dbf41 | 9b5f2e99feeed748f0aa7ad30cf71088ede9b722 | /src/main/java/hu/sztaki/phytree/io/FastaWriter.java | a6bd215c441c868e51613e8a5cee01767be98938 | [
"Apache-2.0"
] | permissive | wsgan001/PhyTreeSearch | 408dc2b6096671b6df64b7119a3f7518b54bdddc | 577e0a60db101ccee16705a28ca9177078fa4982 | refs/heads/master | 2021-05-10T13:50:39.382768 | 2016-02-03T08:54:46 | 2016-02-03T08:54:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,591 | java | package hu.sztaki.phytree.io;
import hu.sztaki.phytree.FastaItem;
import java.io.IOException;
import java.io.OutputStream;
import java.nio.charset.Charset;
import java.util.ArrayList;
import java.util.List;
public class FastaWriter {
private OutputStream output;
public FastaWriter(OutputStream os) {
outp... | [
"adrienn.szabo4@gmail.com"
] | adrienn.szabo4@gmail.com |
061ca15842b0288a8cac0ea10f21d86f1e363cd9 | 1c8c51b70de24925d3b169083c0a1f66bb676142 | /src/main/java/data/代数/负数.java | b0517fd55c7d561f459954ebc51111e5dda3c74e | [] | no_license | xugeiyangguang/kownledgeGraph | 867b733c19b7ac3ca034468843a4cad59755ea2c | e1f0d5d048449440bade905bd6265bbd8557e866 | refs/heads/master | 2022-12-09T19:15:59.060402 | 2020-04-01T11:32:53 | 2020-04-01T11:32:53 | 222,592,654 | 0 | 0 | null | 2022-12-06T00:43:16 | 2019-11-19T02:40:27 | Java | UTF-8 | Java | false | false | 61 | java | package data.代数;
public class 负数 extends 实数 {
}
| [
"yixuyangguang_2017@163.com"
] | yixuyangguang_2017@163.com |
c76c5c5a015d86ea26e832996dcdc137f1038fec | ae5eb1a38b4d22c82dfd67c86db73592094edc4b | /project399/src/test/java/org/gradle/test/performance/largejavamultiproject/project399/p1995/Test39914.java | 47dc943da5fa0e3c82f7f33c314a51bba2558052 | [] | no_license | big-guy/largeJavaMultiProject | 405cc7f55301e1fd87cee5878a165ec5d4a071aa | 1cd6a3f9c59e9b13dffa35ad27d911114f253c33 | refs/heads/main | 2023-03-17T10:59:53.226128 | 2021-03-04T01:01:39 | 2021-03-04T01:01:39 | 344,307,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,113 | java | package org.gradle.test.performance.largejavamultiproject.project399.p1995;
import org.junit.Test;
import static org.junit.Assert.*;
public class Test39914 {
Production39914 objectUnderTest = new Production39914();
@Test
public void testProperty0() {
String value = "value";
objectUnderTes... | [
"sterling.greene@gmail.com"
] | sterling.greene@gmail.com |
d4b5c1036411a20f4f9939dabda53093b7c578f9 | f4707f2466a4397a315a659520a98ba59137d460 | /src/ch/jmildner/bridge/Drawing.java | c6f0f396b74cd9a2623ab656ed3ffc349ad4563e | [] | no_license | java-akademie/java_designpatterns | 5f7de12b0c829472a352516d8869bd64435f7b50 | b08349d6dc3bfb9bac6da17ebb7693a58a10de68 | refs/heads/master | 2020-03-25T07:18:15.585758 | 2018-08-09T08:35:04 | 2018-08-09T08:35:04 | 143,553,159 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 218 | java | package ch.jmildner.bridge;
public abstract class Drawing
{
abstract public void drawCircle(double x, double y, double r);
abstract public void drawLine(double x1, double y1, double x2,
double y2);
}
| [
"johann.mildner@balcab.ch"
] | johann.mildner@balcab.ch |
b1c02fe82f66d922df7b365744f3f7bdc34a3887 | f3e9144e2cee84e08c79ae0f952f78bf627db5e5 | /runner-api/src/main/java/com/ckx/runner/RunnerApiApplication.java | 86264709bec46b2cd2e63f4f0eecdb5bafff3eb9 | [] | no_license | toeygueoo/runner | 31bb773514fb5175dfde516d25c98f349a3482f4 | 69a42add0fe65c9148c9d89677f99f23ef316e9b | refs/heads/master | 2023-04-17T23:02:21.700318 | 2021-04-16T12:56:15 | 2021-04-16T12:56:15 | 363,603,623 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 324 | java | package com.ckx.runner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class RunnerApiApplication {
public static void main(String[] args) {
SpringApplication.run(RunnerApiApplication.class,args);
}
... | [
"shizhi1970122@126.com"
] | shizhi1970122@126.com |
3c41725ddf872070d87687a2bb5050dbf136bc23 | d28374709c32819fd0aafca36f379ead5256edd1 | /src/net/whn/loki/common/MachineUpdate.java | 84ff40075582f9690fa6a705040724a65f2e4e8a | [] | no_license | champy/Loki | 93f2ffc146e838b2440b4969d9d74e041bf1a959 | 11784c54028daf363060f6e40287a1643d5857ef | refs/heads/master | 2021-01-10T18:38:19.713662 | 2013-02-22T23:53:38 | 2013-02-22T23:53:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,227 | java | /**
*Project: Loki Render - A distributed job queue manager.
*Version 0.6.2b
*Copyright (C) 2013 Daniel Petersen
*Created on Sep 28, 2009
*/
/**
*This program is free software: you can redistribute it and/or modify
*it under the terms of the GNU General Public License as published by
*the Free Software Foundati... | [
"samuraidanieru@9f4f354f-a68d-4dce-aede-ed6e1f314cf8"
] | samuraidanieru@9f4f354f-a68d-4dce-aede-ed6e1f314cf8 |
d76a7e51a78d35f02083d5c09369abffcecce222 | f1f392854275c425726bc2f308c51251df6c567a | /src/server/events/MapleSnowball.java | d6bd9cb850481c4f1170a5581b3940c516015095 | [] | no_license | s884812/TWMS_118 | e7cac6603facf2187ea21d5c77bae10dd89bd392 | f30028cd9211042078a6c537dcf60955ec42c56a | refs/heads/master | 2020-03-25T11:58:36.479591 | 2018-10-05T10:49:25 | 2018-10-05T10:49:25 | 143,756,012 | 3 | 7 | null | null | null | null | UTF-8 | Java | false | false | 8,745 | java | package server.events;
import client.MapleCharacter;
import client.MapleDisease;
import java.util.concurrent.ScheduledFuture;
import server.Timer.EventTimer;
import server.life.MobSkillFactory;
import server.maps.MapleMap;
import tools.packet.MaplePacketCreator;
public class MapleSnowball extends MapleEvent {
pri... | [
"s884812@gmail.com"
] | s884812@gmail.com |
b1b147eaf281538acb0d5c3573a2c11c25331feb | bbf526bca24e395fcc87ef627f6c196d30a1844f | /building-h2o/H2O.java | 927559b8d809f0b9f31c08716163b062fe2baf47 | [] | no_license | charles-wangkai/leetcode | 864e39505b230ec056e9b4fed3bb5bcb62c84f0f | 778c16f6cbd69c0ef6ccab9780c102b40731aaf8 | refs/heads/master | 2023-08-31T14:44:52.850805 | 2023-08-31T03:04:02 | 2023-08-31T03:04:02 | 25,644,039 | 52 | 18 | null | 2021-06-05T00:02:50 | 2014-10-23T15:29:44 | Java | UTF-8 | Java | false | false | 1,290 | java | import java.util.concurrent.locks.Condition;
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.ReentrantLock;
public class H2O {
Lock lock = new ReentrantLock();
Condition canReleaseH = lock.newCondition();
Condition canReleaseO = lock.newCondition();
int hCount = 0;
int oCount = 0;
int ... | [
"charles.wangkai@gmail.com"
] | charles.wangkai@gmail.com |
10027820f70c78aa770e168648f694f4013936ff | a5a7c6814a41bc3d74c59072eb739cad8a714b33 | /src/main/src/com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages.java | 72f9062818880ef9545239613ba8a5905a4989ab | [
"Apache-2.0"
] | permissive | as543343879/myReadBook | 3dcbbf739c184a84b32232373708c73db482f352 | 5f3af76e58357a0b2b78cc7e760c1676fe19414b | refs/heads/master | 2023-09-01T16:09:21.287327 | 2023-08-23T06:44:46 | 2023-08-23T06:44:46 | 139,959,385 | 3 | 3 | Apache-2.0 | 2023-06-14T22:31:32 | 2018-07-06T08:54:15 | Java | UTF-8 | Java | false | false | 8,230 | java | /*
* Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
/*
* Copyright 2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in co... | [
"543343879@qq.com"
] | 543343879@qq.com |
7961b6683fc1deba8760586976375574d8f5434e | 6def7510eff84f1f87c3a8104d025acabe6daf72 | /redisson/src/main/java/org/redisson/api/mapreduce/RReducer.java | 36aed233ce42995558030f770a8571ce64336b9a | [
"Apache-2.0"
] | permissive | superhealth/redisson | 3137702cd6d001efa9ea87a4d37fae8e35067dc1 | 09b2724c44567035c8806bfe4a79bdf355c816b8 | refs/heads/master | 2021-09-01T03:32:05.669015 | 2017-12-20T11:36:20 | 2017-12-20T11:36:20 | 115,315,003 | 1 | 0 | null | 2017-12-25T07:04:48 | 2017-12-25T07:04:48 | null | UTF-8 | Java | false | false | 1,091 | java | /**
* Copyright 2016 Nikita Koksharov
*
* 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... | [
"abracham.mitchell@gmail.com"
] | abracham.mitchell@gmail.com |
ff10f3b0a325c6ddfda805ac79cbc6db1dbb4476 | e3622c6483135f17f5f2ebeae21865638757a66c | /turbo-jmh/src/main/java/rpc/turbo/benchmark/threadlocal/ThreadLocalBenchmark.java | 47ad94c8fa6af893024bd5040e3c93021f6295ae | [
"Apache-2.0"
] | permissive | solerwell/turbo-rpc | 6533697dee5a30f0773f0db7ee5e0d9f82aac817 | 49f0389a6beb370f73b85aa0d55af119360d8b54 | refs/heads/master | 2020-03-19T11:35:06.537496 | 2018-09-04T02:24:32 | 2018-09-04T02:24:32 | 136,463,431 | 0 | 0 | Apache-2.0 | 2018-09-03T14:46:21 | 2018-06-07T10:49:40 | Java | UTF-8 | Java | false | false | 6,061 | java | package rpc.turbo.benchmark.threadlocal;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentLinkedQueue;
import java.util.concurrent.TimeUnit;
import java.util.function.Supplier;
import org.openjdk.jmh.annotations.Benchmark;
import org.openjdk.jmh.annotations.BenchmarkMode;
import or... | [
"bjweizengjie@corp.netease.com"
] | bjweizengjie@corp.netease.com |
79006559b82164b8abb596508f05cf4f99c375d8 | 52d70ecd16e9043be3623c66b3b2ac486422fbd4 | /src/main/java/de/fearnixx/jeak/service/command/matcher/meta/FirstOfMatcher.java | 04cccce49a42a84e0b9b36db79984cc7eb2ca12f | [
"MIT",
"LicenseRef-scancode-free-unknown"
] | permissive | jeakfrw/jeak-framework | 01cbbda4b713b1ae48e37fb8fe6fcf3d00335079 | bede7f4f575d828e67fa54c4f65b338c70c73443 | refs/heads/bleeding-1.X.X | 2023-02-20T11:35:57.312649 | 2022-01-03T19:57:07 | 2022-01-03T19:57:07 | 188,801,672 | 8 | 5 | MIT | 2021-07-30T03:18:02 | 2019-05-27T08:19:58 | Java | UTF-8 | Java | false | false | 1,878 | java | package de.fearnixx.jeak.service.command.matcher.meta;
import de.fearnixx.jeak.reflect.Inject;
import de.fearnixx.jeak.reflect.LocaleUnit;
import de.fearnixx.jeak.service.command.ICommandExecutionContext;
import de.fearnixx.jeak.service.command.spec.matcher.*;
import de.fearnixx.jeak.service.locale.ILocalizationUnit;
... | [
"github@m-lessmann.de"
] | github@m-lessmann.de |
b24f85f62e6090a6a451280643588575a0c3ae00 | ad2f2cff744dd3203b0d060273bd8c39774eb626 | /app/src/main/java/com/ifox/zh/rca/app/net/Urls.java | 62c8c5ddcdae9e432b1e5536e1aaed94a372d269 | [] | no_license | csIfox/RemoteCompileApp | 5aed001d6fd8cefe2c92c7c8c0eb58ea879a2cfd | f4f6cd2ab4f1f7a7e7d7f4480d081e1f646fd13b | refs/heads/master | 2021-01-10T13:20:17.288015 | 2016-02-13T14:00:18 | 2016-02-13T14:00:18 | 50,641,545 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 113 | java | package com.ifox.zh.rca.app.net;
/**
* Created by zh on 2016/2/4.
* @author zh
*/
public interface Urls {
}
| [
"280808306@qq.com"
] | 280808306@qq.com |
8d150fb83c61ee629b3bab60c1af31145e229851 | a05d9347d233152affa726a2359be87e42b22e03 | /Trabajos/Proyecto ErickOre/NDRAsistencias/src/pe/eeob/ndrasistencias/view/MantEstView.java | 08823cdd05479b3d70990824f1fec124e93d80f9 | [] | no_license | gcoronelc/SISTUNI_JAVA_JDBC_002 | 2aa5393d8e20cb5e9fe747255bca7dec17689f58 | 7ae0b7f53b2585d01f34fa337464e22b040712f6 | refs/heads/master | 2021-01-10T11:17:06.603759 | 2016-03-25T21:47:44 | 2016-03-25T21:47:44 | 51,031,997 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 11,844 | 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 pe.eeob.ndrasistencias.view;
import java.util.List;
import javax.swing.DefaultComboBoxModel;
import javax.swing.JOptionPane;
i... | [
"gcoronelc@gmail.com"
] | gcoronelc@gmail.com |
94d1c7d254cfd292a64e22732851a5c059e50b39 | d1e6dcf0cd24690658182b842f45a1876c4c7124 | /wolf_openresource/src/com/wzd/openresource/util/JsonUtil.java | bf8d0f7de7c67609f84710f645809ee1e9d82d44 | [] | no_license | 423811758/android_frame | b606ab07e49eada4272741310a1be68047c2349e | 789bac56254127a473ad4d0b3a2c027d90d0d152 | refs/heads/master | 2021-01-20T00:28:29.063359 | 2017-08-24T09:31:08 | 2017-08-24T09:31:08 | 101,277,259 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 589 | java | package com.wzd.openresource.util;
import org.codehaus.jackson.map.ObjectMapper;
/**
* Json 和 Java 对象转化工具类
*/
public class JsonUtil {
private static ObjectMapper objectMapper;
static {
objectMapper = new ObjectMapper();
}
/**
* bean 到 json 转化
*/
public static String bean2Json ( Object bean ) throws ... | [
"kj-8796@zzy.local"
] | kj-8796@zzy.local |
1739ce1ff99e171730d3608dba71c1996f11b268 | a56873f51b9acb825c1491a4b9047ad03971d7dd | /app/src/main/java/com/nmakademija/nmaakademija/listener/ClickListener.java | 8fe21a1de400bd58e218e2eb4782c6cf65757e4b | [
"Unlicense"
] | permissive | vycius/NMAkademija | c9b7940cba9b376d8806a73d42e4e8bc22cc1a69 | dfa9e21efb8403cf5504ed500b1ce77f4464387e | refs/heads/master | 2020-09-12T09:17:57.289630 | 2017-11-27T14:12:00 | 2017-11-27T14:12:00 | 66,378,139 | 4 | 1 | Unlicense | 2020-03-28T17:55:56 | 2016-08-23T15:12:37 | Java | UTF-8 | Java | false | false | 201 | java | package com.nmakademija.nmaakademija.listener;
import android.view.View;
public interface ClickListener {
void onClick(View view, int position);
void onLongClick(View view, int position);
}
| [
"gediminasel@gmail.com"
] | gediminasel@gmail.com |
ce61eb1c849977c5605dc78a6c87d8e52ec21e69 | fb86ca764176fd27d9a228d2494b0ee76133a4da | /src/main/java/co/com/grupoasd/documental/presentacion/service/correspondencia/iface/CorRadicadoService.java | c4d75b434e7c0572fd55fd2716001532f279aa5f | [] | no_license | jc-mojicap/pruebas-pryFinal-front | 38ea208ccedc33fdb139e7129ef70836e7e2f08c | 50fafd87998d20f8d91719f3557dff0e52d57baf | refs/heads/master | 2022-06-29T15:50:40.726186 | 2019-11-28T05:00:28 | 2019-11-28T05:00:28 | 224,572,147 | 0 | 0 | null | 2022-06-20T22:28:45 | 2019-11-28T04:50:34 | Java | UTF-8 | Java | false | false | 8,287 | java | /*
* Archivo: EstadoRadicadoService.java
* Fecha creacion: 14/03/2017
* Todos los derechos de propiedad intelectual e industrial sobre esta
* aplicacion son de propiedad exclusiva del GRUPO ASESORIA EN
* SISTEMATIZACION DE DATOS SOCIEDAD POR ACCIONES SIMPLIFICADA – GRUPO ASD S.A.S.
* Su uso, alteracion, reproducc... | [
"jc.mojicap@uniandes.edu.co"
] | jc.mojicap@uniandes.edu.co |
a90650f5efac6588ebc727f08069bc28ff331663 | 2038ae1d81705a7f743174bd8d91cea547779794 | /BTHienThiCacLoaiHinh/src/BTHienThiCacLoaiHinh.java | f440926bcc96a82cb21b9932c914afe795fa8096 | [] | no_license | herokillv1/Module2_Tuan1 | 1098a69979344bdfe92da11f05f0c8a0c9473ec6 | 884a3267ebcbd39092aebc490b246aec67c9b54f | refs/heads/master | 2022-11-09T21:31:41.558966 | 2020-07-06T06:46:31 | 2020-07-06T06:46:31 | 276,839,023 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,662 | java | import java.util.Scanner;
public class BTHienThiCacLoaiHinh {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
System.out.println("Menu");
System.out.println("1. Print the rectangle");
System.out.println("2. Print the square triangle");
System... | [
"nguyentrunghieu.hha101196@gmail.com"
] | nguyentrunghieu.hha101196@gmail.com |
55b22956eb703bc7892de03138c23641617796eb | 5784885d3d232a1197a76a9918a5b43c514ba4fb | /jspeedtest/src/test/java/fr/bmartel/speedtest/test/server/IHttpStream.java | a2f0effbdb9048aaf67f29f86c2a780d65a81f3d | [
"MIT"
] | permissive | sherry-android/speed-test-lib | bd8177e8779682e8a6621d0984cb58f6430a37c2 | 882d0afdb46b8c7f86bff1d978a38727f1b1f600 | refs/heads/master | 2021-03-29T05:36:28.677849 | 2020-04-08T03:03:52 | 2020-04-08T03:03:52 | 247,923,342 | 0 | 0 | MIT | 2020-03-17T09:01:32 | 2020-03-17T09:01:31 | null | UTF-8 | Java | false | false | 1,495 | java | /*
* The MIT License (MIT)
* <p/>
* Copyright (c) 2016-2017 Bertrand Martel
* <p/>
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the... | [
"bmartel.fr@gmail.com"
] | bmartel.fr@gmail.com |
447de6390077076a6327c92cec8b27612792efa0 | 5e38017e1fcb4b69614f0a72f018cf3b960d9246 | /org/omg/DynamicAny/_DynSequenceStub.java | 0baf4afc18775d304e4129560b34f807b73b3549 | [] | no_license | leeon/annotated-jdk | bea64a10ed766faa5fd0792d7dd0d3de815e6678 | 4703f5e51cb2fcffe219ffa15e64215fb19c66c7 | refs/heads/master | 2021-01-13T02:40:11.648169 | 2014-03-10T14:18:55 | 2014-03-10T14:18:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 50,619 | java | package org.omg.DynamicAny;
/**
* org/omg/DynamicAny/_DynSequenceStub.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from ../../../../src/share/classes/org/omg/DynamicAny/DynamicAny.idl
* Monday, June 27, 2011 2:16:34 AM PDT
*/
/**
* DynSequence objects support the manipul... | [
"leeon.ly@foxmail.com"
] | leeon.ly@foxmail.com |
0e78add91ba4c99513a442202bfe748036ca4853 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-large-project/src/test/java/org/gradle/test/performancenull_459/Testnull_45875.java | 276222ef3549b3dd56e5bc4912fa7f43a19969a5 | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 308 | java | package org.gradle.test.performancenull_459;
import static org.junit.Assert.*;
public class Testnull_45875 {
private final Productionnull_45875 production = new Productionnull_45875("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
efacc38cd6dab7d8b46f29d4a32f1930f3e0d954 | 0eb37ae3ccd63221b5abaf167d5bceb4e0705fbc | /web-s/src/main/java/com/enjoygolf24/online/web/controller/PointHistoryController.java | fe5a1e5258e2a7d18a5f298814e0922deb24bf06 | [] | no_license | r-e-d-dragon/myWork | 2405303054d4bb181cc129a007b4fe5db3bb29e1 | 62a147ccd6f7749aaddc42d1f9fec4f9afb85551 | refs/heads/master | 2022-12-25T12:55:56.015817 | 2020-10-09T16:01:39 | 2020-10-09T16:01:39 | 291,210,244 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,825 | java | package com.enjoygolf24.online.web.controller;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.M... | [
"H1705635@H1705635"
] | H1705635@H1705635 |
f006012a88cc12300062e4c5be3a62ce60ca0ab9 | e5bd02c1fa54af85e1b8d9e2f2a4fe00409b75c6 | /app/src/main/java/com/example/kenvin/launchpageview/ButterKnifeActivity.java | 2e0154162d91e283403a5222eaafc36bd46c3a86 | [] | no_license | summerHearts/LaunchPageView | d0541e6785d3bc13dfb9f47a1a3b680aaed71214 | c4ec2a89cf358db1edf83277fe50f0aac0b84fe1 | refs/heads/master | 2021-07-24T12:50:47.119277 | 2017-11-06T06:58:05 | 2017-11-06T06:58:10 | 109,365,442 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,159 | java | package com.example.kenvin.launchpageview;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.widget.Button;
import android.widget.Toast;
import butterknife.BindView;
import butterknife.ButterKnife;
import butterknife.OnClick;
import b... | [
"yaoyj@oriental-finance.com"
] | yaoyj@oriental-finance.com |
4aa0221871b81ae3fd55e244a43f0055495b155a | 62b162a1d7367e475aacb5cc5bcbedb13f7c6508 | /PMIS_Report/src/com/tetrapak/util/cip/TPM4CIPReportAnalyser.java | 10d74a820a4755dae9056062554815b2efbcad93 | [] | no_license | frankshou1988/Work | 1f66e4871661cca473c9ab628449cd8a50064afb | 4309ab9ae474c6cd8f4217827e26e3479a0d8611 | refs/heads/master | 2021-01-17T17:05:46.667235 | 2013-09-04T14:41:12 | 2013-09-04T14:41:12 | 12,592,530 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,265 | java | package com.tetrapak.util.cip;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.tetrapak.dao.CommonDao;
import com.tetrapak... | [
"frankshou1988@126.com"
] | frankshou1988@126.com |
2e26d7fee3d25b3270fae845b70abadc6573b815 | 627eebf240f38c07ef6e3ee7bc33378bfe64d86a | /StickHeaderLayout/app/src/main/java/com/stickheaderlayout/simple/RecyclerViewSimpleActivity.java | 48ebd8b53e62e6caa911cdf0f03b3b80edca18cb | [
"Apache-2.0"
] | permissive | chenchengyin/StickHeaderLayout | b0d5495327c1ace2fa5f9081bf33be9af84e4e47 | 83de5943ce78bde58ab994faf2154ef2b0d249e7 | refs/heads/master | 2021-05-30T03:34:52.551548 | 2015-11-30T07:36:54 | 2015-11-30T07:36:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,040 | java | package com.stickheaderlayout.simple;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import androi... | [
"446108264@qq.com"
] | 446108264@qq.com |
fee30667b7b00a09ab088b3e97bca444d25b489a | baf18fbf9ad3fbc94fc7e7aa22c1daec5dce57ce | /ProyectoTDP/src/Engine/IUpdatable.java | 58c8015dff78f2ddf4987b4c2d99fa1d869681d6 | [] | no_license | Nicolas-Guasch/Proyecto-TDP | 9dc37086538f8f7b96cd2cad2981b0176a858439 | 0e2e0bc65790cf9a8c615163bcd0f3c84bcd3327 | refs/heads/master | 2020-03-26T09:52:51.608125 | 2018-11-30T01:31:33 | 2018-11-30T01:31:33 | 144,770,001 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 69 | java | package Engine;
public interface IUpdatable {
void update();
}
| [
"wallywest"
] | wallywest |
6c1f6c1a240478ac5a1bd2b59a9708b83afa4c8b | 363a26167be723be18b6aee917e5996a18a1fe1d | /backend/src/main/java/de/neuefische/saildog/service/RouteService.java | 8b55d3b3861999130f82830a8a02da3965d85a86 | [] | no_license | LennartSchwier/saildog | f00e3de090b8984bfad89d5571d5f0c7fd71a598 | f384be6d70bf981e2e9d36f18904b4b03b10155b | refs/heads/main | 2023-02-01T03:17:55.359021 | 2020-12-14T16:36:13 | 2020-12-14T16:36:13 | 311,796,641 | 1 | 0 | null | 2020-12-14T16:36:14 | 2020-11-10T22:09:42 | Java | UTF-8 | Java | false | false | 2,980 | java | package de.neuefische.saildog.service;
import de.neuefische.saildog.dao.RouteDao;
import de.neuefische.saildog.dto.LegDto;
import de.neuefische.saildog.dto.RouteDto;
import de.neuefische.saildog.enums.TypeOfWaypoint;
import de.neuefische.saildog.model.Leg;
import de.neuefische.saildog.model.Route;
import de.neuefische... | [
"lennart.schwier@icloud.com"
] | lennart.schwier@icloud.com |
64e67c28c54adfd988f96eaabb5d7cd3f5340d76 | b7136c0502eed5038c546af8fc24f503172dabe6 | /Ch21 Generic Queue/src/DD_QueueExceptions.java | 6eb4aef4dfbcfe646e3e94838bcb278544e2d520 | [] | no_license | dolnuea/Generic-Queue | 0684d0b8226ad4bbb48a47f513146615cdf2c9d9 | a65a8b07dc03dd2691df32977e55b985107f5c95 | refs/heads/master | 2022-12-03T20:47:46.819800 | 2020-08-20T10:19:48 | 2020-08-20T10:19:48 | 288,974,218 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 380 | java | /**
* @author Dolunay Dagci
* Assignment: CH21 Generic Queue
* Due: 05/05/2019
* Extra classes, copied from the book source code, to use for appropiate exception names. These two classes represent exceptions
thrown by the queue methods.
*/
class DD_QueueOverFlowException extends RuntimeException
{
}
... | [
"noreply@github.com"
] | dolnuea.noreply@github.com |
7e0d5af77de0474ccd6b2363ed71718c12183c51 | 3a15c4070a3c9774b3a2ccca818bceb41047429c | /src/com/sist/Ex07.java | 8d7c192bbe5c5bcfeeffae211c01890d76f8c077 | [] | no_license | Seo-Baek/SsYJavaOperator | 00f09dbf2a45a09bfdca3eb806b5436c60c76f20 | cdedd6f85bf500066e0716fd23cd7ed2fb52dceb | refs/heads/master | 2020-10-01T13:21:54.594361 | 2019-12-13T06:46:22 | 2019-12-13T06:46:22 | 227,546,043 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 467 | java | package com.sist;
/*
* 7. 쉬프트(shift) 연산자
* - 비트열을 대상으로 왼쪽/오른쪽으로 비트를 밀어서 연산을 수행하는 연산자.
* - 왼쪽 쉬프트(<<) : 곱하기의 의미.
* - 오른쪽 쉬프트(>>) : 나누기의 의미.
*/
public class Ex07 {
public static void main(String[] args) {
int num1 = 10, num2 = 5;
System.out.println(num2 << 3);
System.out.print... | [
"sist87@DESKTOP-SPLIGP1"
] | sist87@DESKTOP-SPLIGP1 |
ee090459e4c074154b8c3f4219a70a79b431b20f | 00f9bfc3bda11e828dfee5796c811a36f3ccd617 | /7.0.0-alpha03/com.android.tools.build/gradle/com/android/build/gradle/internal/plugins/DynamicFeaturePlugin.java | f781d87e72fc1bbee29cb93e4fe156e2ac5361e5 | [
"Apache-2.0"
] | permissive | NirvanaNimbusa/agp-sources | c2fa758f27a628121c60a770ff046c1860cd4177 | 2b16dd9e08744d6e4f011fa5d0c550530c6a2c0e | refs/heads/master | 2023-02-17T22:11:45.787321 | 2021-01-19T22:06:09 | 2021-01-19T22:10:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,166 | java | /*
* Copyright (C) 2019 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"john.rodriguez@gmail.com"
] | john.rodriguez@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.