blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3c67400b5bd20984d4a5f8b95e4d7dc62055c3d0 | f1849da2e471bf428c20312a3ddccb49131d6fb7 | /TimePicker/src/pax/ex/TimePickerActivity.java | 9a849dedc1df710ec36e85f20f31728d5bffb77a | [] | no_license | JanAtanasoff/androidX | d9783fff8733f040256a44390899b93754753b22 | 764feef998bd29da7584a1992d4289d4e760885e | refs/heads/master | 2021-01-01T05:49:42.149646 | 2012-03-07T10:17:51 | 2012-03-07T10:17:51 | 3,647,910 | 0 | 1 | null | 2015-06-17T10:01:46 | 2012-03-07T10:07:13 | Java | UTF-8 | Java | false | false | 2,376 | java | package pax.ex;
import java.util.Calendar;
import android.app.Activity;
import android.app.Dialog;
import android.app.TimePickerDialog;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import android.widget.TimePicker;
public class TimePickerActivity e... | [
"yanko.atanasov@gmail.com"
] | yanko.atanasov@gmail.com |
b848250dc7bda19f290395b38f50da47ec8c84dc | 5f63a60fd029b8a74d2b1b4bf6992f5e4c7b429b | /com/planet_ink/coffee_mud/Abilities/Spells/Spell_ImprovedClanWard.java | 0b4d00d05f2a596bf7a4d57180116797a8e01bd6 | [
"Apache-2.0"
] | permissive | bozimmerman/CoffeeMud | 5da8b5b98c25b70554ec9a2a8c0ef97f177dc041 | 647864922e07572b1f6c863de8f936982f553288 | refs/heads/master | 2023-09-04T09:17:12.656291 | 2023-09-02T00:30:19 | 2023-09-02T00:30:19 | 5,267,832 | 179 | 122 | Apache-2.0 | 2023-04-30T11:09:14 | 2012-08-02T03:22:12 | Java | UTF-8 | Java | false | false | 1,924 | java | package com.planet_ink.coffee_mud.Abilities.Spells;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import... | [
"bo@zimmers.net"
] | bo@zimmers.net |
df79a24be7ba48e066580c3be8fc15fc8e7adf3b | 02470e5b45caae33fdaa8838075a7a8ab22324a1 | /Zajecia1/src/tablice1.java | 65b9d460b9501a41076d4bd3626f05b4d0f750ec | [] | no_license | proenix/wsfip5java | 093f70f2a54f6f889772d7356cc5be4c6ae4d464 | 654b14acb97bc299b7b954d963afafc7dcddbe93 | refs/heads/master | 2021-01-10T04:39:59.414914 | 2016-01-09T17:57:38 | 2016-01-09T17:57:38 | 44,008,928 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 279 | java |
public class tablice1 {
public static void main (String args[]) {
String[][] nazwy = {
{"Pan", "Państwo", "Pani"},
{"Kowalski", "Kowalscy", "Kowalska"}
};
System.out.println(nazwy[0][0] + nazwy[1][0]);
System.out.println(nazwy[1][0] + nazwy[1][0]);
}
}
| [
"piotr26ch@gmail.com"
] | piotr26ch@gmail.com |
a212adc446d35dfda7befec0e846b7cb7acdd7c1 | 8ff2bed2a635febf818311d0df41addbc6a20296 | /src/jason/company/ISaveable.java | 4a46a7b2098ada9438a19825fb60f8859b2df4e4 | [] | no_license | codingplumber/InterfacesChallenge | bf2179823b5a9eb36b5b414ea7723ee7dced4438 | 5abf1b34c8a9d48b3390e23ef9845b88558c50d8 | refs/heads/master | 2020-12-31T22:28:20.417187 | 2020-02-13T01:03:50 | 2020-02-13T01:03:50 | 239,054,934 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 226 | java | package jason.company;
import java.util.ArrayList;
import java.util.List;
public interface ISaveable {
void saveList(List<String> list);
List<String> returnList();
void getDamage(int damage);
int attack();
}
| [
"jasonstickel@Jasons-MacBook-Pro.local"
] | jasonstickel@Jasons-MacBook-Pro.local |
5cea907c1ce97c2acd1859574860754a66d7f3e9 | 4689740591ba6c68efab84ed1d27c234745ddc93 | /src/main/java/com/westside/controller/CourseController.java | 5b0ee7b8e1d83eebbdd408fad33c951e62a30d09 | [
"MIT"
] | permissive | koalagon/maven-spring-jpa-annotation | 7aca9b7ac9895d2aa8144b996faed7df3525e8ef | be30f7456db3773dd76a94d51920eaf32e26add6 | refs/heads/master | 2021-01-20T08:41:21.973793 | 2017-05-04T13:51:10 | 2017-05-04T13:51:10 | 90,178,588 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 111 | java | package com.westside.controller;
/**
* Created by bkwak on 05/01/2017.
*/
public class CourseController {
}
| [
"koalagon@gmail.com"
] | koalagon@gmail.com |
847c6454f7a8bc361671b0dda553b5e21ed3dd6b | fd97478e9696fb47a8af93b318c364803ae70cfa | /peach-service/peach-service-user/src/main/java/com/kopever/peach/service/UserApplication.java | 079bb48e50d8f5a274fc915098a1f692aa69e81e | [] | no_license | kopstill/peach | 57a0b168ea8e354bd59b89338b4b85b5359e703a | 5b39eeeaeecf3f1dbcd7d2fadb8e8b92dadcf213 | refs/heads/master | 2020-03-17T07:20:41.300677 | 2018-07-17T16:55:32 | 2018-07-17T16:55:32 | 133,394,439 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 326 | java | package com.kopever.peach.service;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class UserApplication {
public static void main(String[] args) {
SpringApplication.run(UserApplication.class, args);
... | [
"kop.still@gmail.com"
] | kop.still@gmail.com |
fbc071fae6c70ec080d3ddd939ac32eb7ef2d992 | 2a717f6461fb71c42ae7bc263264c116bbb2dacd | /src/sebastianougterolsen/BMI.java | 02375b3b5b9258d92c18117cc0525e0b8ad1e6c6 | [] | no_license | SebastianOugterOlsen/Hjemmeopgave10_2 | 0b772627efd217ba7e9d4f582e2240383105d690 | 26fa74867beb40e069fc3362aa6b10b79677817b | refs/heads/master | 2021-07-18T03:46:17.113290 | 2017-10-22T19:35:28 | 2017-10-22T19:35:28 | 107,896,581 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,052 | java | package sebastianougterolsen;
public class BMI {
private String name;
private int age;
private double height, weight; //kilo M
public BMI(String name, int age, double height, double weight){
this.name = name;
this.age = age;
this.height = height;
this.weight = weight;... | [
"seba3440@edu.easj.dk"
] | seba3440@edu.easj.dk |
54b9b33d3bce7d4c115089df18978ea4cf1ae221 | 90374236e0e13db1e5f066cf0c0c3bd739208df9 | /NetBeansProjects/JavaApplication39/src/javaapplication39/JavaApplication39.java | 6426e434e11609dd6df4dae16ad8c08d6dabe3ab | [] | no_license | areeba3000/areeba-khan | d876e2d5d4b6f84e4cfd44dec7562113882cf7c6 | 5be18a8b84ad4ddd24c5c59b3e67c287537fac45 | refs/heads/master | 2022-11-09T17:18:19.099355 | 2020-06-27T11:37:59 | 2020-06-27T11:37:59 | 268,779,994 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 436 | 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 javaapplication39;
/**
*
* @author hp
*/
public class JavaApplication39 {
/**
* @param args the command line argu... | [
"66309608+areeba3000@users.noreply.github.com"
] | 66309608+areeba3000@users.noreply.github.com |
5c3dc9d23e612cee7c8e770b2b0e0a54a4577cd4 | 5e2375666837098c202b3edc91f26593e3dcb5bf | /src/main/java/com/namibank/Disruptor/multi/Consumer.java | 3eaebd87d279ce3142a81dcf9fab3d3df16c46fd | [] | no_license | ruanyuanping/nb-disruport | 9ca6f6233200d817147f94d151a4c0a12bb1b889 | ca083fa40ffc8cba0b68aba586ee9a3e1eafdbfb | refs/heads/master | 2021-08-27T21:26:56.787592 | 2017-12-10T11:35:07 | 2017-12-10T11:35:07 | 113,741,177 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 706 | java | package com.namibank.Disruptor.multi;
import java.util.concurrent.atomic.AtomicInteger;
import com.lmax.disruptor.WorkHandler;
/**
* 消费者实现 WorkHandler
* @author Administrator
*
*/
public class Consumer implements WorkHandler<Order>{
private String consumerId;
private static AtomicInteger count = new Atomic... | [
"824315813@qq.com"
] | 824315813@qq.com |
6c03e58e0bd151e5737dc8b1d6b888792454b206 | ac3a7a8d120d4e281431329c8c9d388fcfb94342 | /src/test/java/com/leetcode/algorithm/medium/reorderlist/SolutionTest.java | 546885a9d5fd567592a7c9d064f774a91643d25f | [
"MIT"
] | permissive | paulxi/LeetCodeJava | c69014c24cda48f80a25227b7ac09c6c5d6cfadc | 10b4430629314c7cfedaae02c7dc4c2318ea6256 | refs/heads/master | 2021-04-03T08:03:16.305484 | 2021-03-02T06:20:24 | 2021-03-02T06:20:24 | 125,126,097 | 3 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,260 | java | package com.leetcode.algorithm.medium.reorderlist;
import com.leetcode.algorithm.common.ListNode;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertEquals;
public class SolutionTest {
@Test
public void testCase1() {
Solution solution = new Solution();
ListNode head =... | [
"paulxi@gmail.com"
] | paulxi@gmail.com |
e7cb872531485e15a07f0de64b1dcca3457e12e3 | 5e73f5a6ccffc7fb30197ec8dc2a99f4619bef60 | /dailyEx/daily-studay/src/webTest2/Test.java | 4a5a9e7da25f17dd3fa2f102003a585b720fee68 | [] | no_license | Deerlet-7/exercise | 47a26bb0bd0dcbbfaf0302e0b73371b1acd6dae5 | 925eadc9d2b65a7fef70729541750e35473594ce | refs/heads/master | 2021-07-24T03:45:16.375668 | 2020-09-05T13:13:25 | 2020-09-05T13:13:25 | 215,069,832 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 221 | java | package webTest2;
/**
* Created by Deerlet-7 on 2020/6/24 21:55
* 航线
*/
import java.util.*;
public class Test {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
}
}
| [
"liyan000611@outlook.com"
] | liyan000611@outlook.com |
e48730e5641f164718cd33deb1f09449df3b56df | c3ca5abb9a3b2faf7289bcb59fef83b799b8fd1a | /src/main/java/com/ljl/feigncall/FeignApi.java | 0c98807e52fe610dd5e9840db0bb5aa90d9ae58a | [] | no_license | lvjunlongGitHub/gateway | 7e848395e020d7aa50dfa9c39d1f040e8663968d | 598cd5b9faff2ee6feddab038afdccf4644e7779 | refs/heads/master | 2023-08-04T11:58:20.677676 | 2019-08-27T07:04:10 | 2019-08-27T07:04:10 | 203,555,818 | 0 | 0 | null | 2023-07-22T14:08:47 | 2019-08-21T09:53:57 | Java | UTF-8 | Java | false | false | 676 | java | package com.ljl.feigncall;
import com.ljl.entity.Channel;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestParam;
/**
* @author lvj... | [
"15617822176@163.com"
] | 15617822176@163.com |
93f5b7d8d95906d62c675b69f4b9559a8b087fca | d23cd56f846e382b845fbf5d310ccc27971a2132 | /app/src/test/java/com/example/lumi/pracainzynierska/ExampleUnitTest.java | 4606a1b59d32d1f6eb82ce1e892c36e90b21ae6e | [] | no_license | chmod770/PracaInzGit | 23ca3aa078ee2a066a4448807855f3084968dfa7 | 89f5813983f3162365071ccb4a5ab78aa96e90e9 | refs/heads/master | 2021-05-06T00:31:44.244097 | 2018-02-28T19:02:08 | 2018-02-28T19:02:08 | 117,258,772 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 411 | java | package com.example.lumi.pracainzynierska;
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
... | [
"gabriel-sochacki@o2.pl"
] | gabriel-sochacki@o2.pl |
c6c2aaf3b89adc53396271364f8122e95edeecf2 | f7f299c54cf2879790300a33198a43a09456149b | /reactor-extra/src/main/java/reactor/retry/IterationContext.java | 571aa05ed4a428ee3a050dc38134936241234336 | [
"Apache-2.0"
] | permissive | soulcub/reactor-addons | ecaf11eded906265bb4b5e405e38a1a4c92bac5b | 9d84ddc05122c3f523bf0f6798eb5c2ebb570847 | refs/heads/master | 2020-04-26T20:16:42.611593 | 2019-02-25T11:19:28 | 2019-02-25T11:19:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,900 | java | /*
* Copyright (c) 2017 Pivotal Software Inc, 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless req... | [
"noreply@github.com"
] | noreply@github.com |
3d946b26008c96536ed7a81b799b877e33395bb3 | b27bfe9db8f0c7e5ca9377397b23ef2ef27d4ddc | /morozov/system/kinect/converters/errors/InputDeviceIsNotDefined.java | d174527b425e7c8fce9d101a17d64446aea210c0 | [] | no_license | Morozov2012/actor-prolog-java-library | 85fe97eb6a37709d742f4ab06b29d0718c7269c3 | 5a7e2011ac2152278b8ebae3dfb2da4d925619a3 | refs/heads/master | 2021-01-20T15:39:14.173431 | 2019-12-13T13:09:01 | 2019-12-13T13:09:01 | 7,780,078 | 5 | 3 | null | null | null | null | UTF-8 | Java | false | false | 155 | java | // (c) 2016 IRE RAS Alexei A. Morozov
package morozov.system.kinect.converters.errors;
public class InputDeviceIsNotDefined extends RuntimeException {
}
| [
"AlexeiMorozov2006@rambler.ru"
] | AlexeiMorozov2006@rambler.ru |
b4515ef4bed83f8aa72a54722c37ca4ca7a12dc3 | 26dadc418c3b9c5c0bce9b45781e2c7af3dc58d1 | /src/main/java/com/bwei/service/imp/GoodsServiceImp.java | badbf29f92daf03ab7210777cc06ea53c66b5bcc | [] | no_license | guoyue1216/123 | 52a8a4802f73f09d6fc56236bc2a89cb1c93f104 | 9e105140801008c9f30edba0ca135cbdc14b8457 | refs/heads/master | 2022-12-20T23:27:56.755846 | 2019-11-07T01:43:21 | 2019-11-07T01:43:21 | 220,126,763 | 0 | 0 | null | 2022-12-16T10:32:16 | 2019-11-07T01:41:37 | CSS | UTF-8 | Java | false | false | 461 | java | package com.bwei.service.imp;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import com.bwei.beans.Goods;
import com.bwei.dao.GoodsDao;
import com.bwei.service.GoodsService;
@Service
public class GoodsServiceImp implements GoodsService {
@Res... | [
"2465659771@qq.com"
] | 2465659771@qq.com |
b473f63b2912f0ea9590eec4d088072f9177b381 | 1aef918b207c3e67b049ce88f3b6e1313d49879f | /src/com/practice/interviewcake/BalancedBinaryTree.java | 7525b574a2b9490b7628834f46d716a0615ff9b5 | [] | no_license | georgeerol/WhosDaMaster | 9a0e38028bf43cb05c47a5b29e9cdbe36a3b0484 | 285914255e003784a7832d0a1f8ff0942a7818e7 | refs/heads/master | 2020-03-31T15:27:23.514379 | 2019-02-27T22:23:40 | 2019-02-27T22:25:27 | 152,337,770 | 0 | 0 | null | 2019-02-27T22:25:29 | 2018-10-10T00:09:49 | Java | UTF-8 | Java | false | false | 121 | java | package com.practice.interviewcake;
/**
* Created by George Fouche on 10/8/18.
*/
public class BalancedBinaryTree {
}
| [
"fouliex@gmail.com"
] | fouliex@gmail.com |
6577219a2f793ebaadc9378638bb855ba01084a9 | 98d66bf8deeb8a5aba4d295c8ba3a86acc4e2032 | /src/main/java/io/explore/StreamPeek.java | ece43820494c3ebe589e4f0d04bfb9837286addf | [] | no_license | mgkabir/explore-java | 4f2b9689bf4c6a2ef64faba29449d4671d127497 | 9a3b9de3183535ae8d0ef95580001c8518d8a848 | refs/heads/master | 2021-06-13T13:02:49.104209 | 2019-09-11T00:59:11 | 2019-09-11T00:59:11 | 119,776,075 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 342 | java | package io.explore;
import java.util.stream.Stream;
public class StreamPeek {
public static void main(String[] args) {
Stream.of("ace", "jack", "queen", "king", "joker")
.peek(System.out::println)
.mapToInt(card -> card.length())
.filter(len -> len > 3)
.peek(System.out::println)
.limit(2).forEach(Syste... | [
"mkabir@semanticsoftware.com.au"
] | mkabir@semanticsoftware.com.au |
1e9952b763a7ced6b3ef48e404c8d15b377cdf2f | 0de11161bbffdd45ee0e907196df1495aa4cf71f | /build/generated-sources/ap-source-output/com/isw2/nahuat/model/CatalogoEdepartamento_.java | 2a484015d24a418a0fb7a610d79ee82161bf7e53 | [] | no_license | carlos99/SistemaCallCenterNahuat | ca299e3da0ff8e8ee61b2257340ab68a06ca3834 | d423c53a25fdde6bd4eead9ba9fd6b6093020a92 | refs/heads/master | 2016-09-05T15:43:00.508479 | 2013-10-25T23:06:36 | 2013-10-25T23:06:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 616 | java | package com.isw2.nahuat.model;
import javax.annotation.Generated;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamodel.StaticMetamodel;
@Generated(value="EclipseLink-2.5.0.v20130507-rNA", date="2013-10-23T05:10:01")
@StaticMetamodel(CatalogoEdepartamento.class)
public class Catalog... | [
"carlos.cw2106@gmail.com"
] | carlos.cw2106@gmail.com |
7440c89dc2c7795a452e66c3764a77a4ed8f4f44 | 08a3d3ec5c8aef609c66ccd052f51f8e84e47f22 | /febs-gateway/src/main/java/cc/mrbird/febs/gateway/common/filter/FebsGatewayRequestFilter.java | a51ef7371e421467e35763fce0a0b5644b42f03b | [
"Apache-2.0"
] | permissive | wx7614140/FEBS-Cloud | 4be3e36708fab687ba520973182c1629783350a4 | 82640fefe5c674116f237021da2d6fccfbcc7bae | refs/heads/master | 2021-09-23T18:21:24.010334 | 2021-09-10T06:23:50 | 2021-09-10T06:23:50 | 207,196,363 | 2 | 0 | Apache-2.0 | 2020-10-31T12:40:06 | 2019-09-09T01:08:50 | Java | UTF-8 | Java | false | false | 2,240 | java | package cc.mrbird.febs.gateway.common.filter;
import cc.mrbird.febs.common.core.entity.constant.FebsConstant;
import cc.mrbird.febs.gateway.enhance.service.RouteEnhanceService;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Value;
import org... | [
"852252810@qq.com"
] | 852252810@qq.com |
1665fe0b45f8c9ec0c2b50c421b92c063e03c70e | abc7e2b2a4f4f835b5bc695dd8087e1c8c1199df | /satish/src/com/transset/CouponDiscountType.java | 15629b00ef3b0ed99aeaf6417b44a57bee0dc6e2 | [] | no_license | katpb/spark-mongo-test | db54e83f94fc8f4d7638ea0838742331711025ed | 4489ae3315dafc828ec5fbeefd3257bc2252be8c | refs/heads/master | 2023-04-28T15:34:31.788929 | 2020-07-19T17:49:46 | 2020-07-19T17:49:46 | 268,293,363 | 0 | 2 | null | 2023-04-21T20:44:21 | 2020-05-31T14:09:23 | Java | UTF-8 | Java | false | false | 3,879 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2020... | [
"satish_r1@verifone.com"
] | satish_r1@verifone.com |
a50e296b9e2b017d0818eb967f41d97764d58f17 | 2a90ed40e69ece73a61542a223072af0b3d87c06 | /Documents/TAA/TAA_YOUSEFIAN_M2_CCN/TAA_YOUSEFIAN_M2_CCN/TAA_TP3_Partie1/src/main/java/istic/TAA_TP3/Partie_1/Bank/Bank.java | 6caa87e76c619a78974af8f3ae6404bde76b3166 | [] | no_license | Ndusf/TPs-TAA | f82eb0578cba08f628865a37fe91da4f2426016e | d69efea0a384f599b2890e07317c98bc2d3a731b | refs/heads/main | 2023-01-08T12:50:39.610310 | 2020-11-06T12:32:32 | 2020-11-06T12:32:32 | 310,592,531 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 306 | java | package istic.TAA_TP3.Partie_1.Bank;
import org.springframework.stereotype.Component;
@Component
public class Bank implements IBank{
@Override
public void transfert(String from, String to, int prix) {
System.out.println("- Virement de "+ prix + " euros depuis" + from + " vers"+ to + "!");
}
}
| [
"neda.yousefian@etudiant.univ-rennes1.fr"
] | neda.yousefian@etudiant.univ-rennes1.fr |
990a1016e42d21e14d77e7f7d457efe19ad477bd | f27b23f5d0f2e447d690716dd76d6d5d816af4f6 | /src/com/disease_control/web/action/xtsz/sjzd/DataWorkStatusAction.java | 83939829f49ef807c4b904b23f1b84773e8298b7 | [] | no_license | studypower/cnjk | f1a36f97bdb911b70985eb951e64dc2b6257839a | 6abd903a2a2d7b8a0cdde89ecb60511ddeec1bcf | refs/heads/master | 2021-01-17T08:15:52.160808 | 2017-03-04T08:41:52 | 2017-03-04T08:41:52 | 83,876,467 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,833 | java | package com.disease_control.web.action.xtsz.sjzd;
import java.util.HashMap;
import com.disease_control.core.page.Page;
import com.disease_control.core.status.BaseAction;
import com.disease_control.service.DataWorkStatusService;
import com.disease_control.web.form.DataWorkStatus;
import com.yakov.utils.JsonUtil;
publ... | [
"357658848@qq.com"
] | 357658848@qq.com |
40f7d6d6cc0fe83c6b95f7ad7d7f8ba8ea57b41e | 8f92c94f949b1da5f09ec37cfb6995925b0dd227 | /src/test/java/th/co/baiwa/buckwaframework/preferences/service/MessageServiceTest.java | d3607db73824aae456f5074c14a13eabf15aa3b4 | [] | no_license | flame123flame/backend-springboot-ims | f36af2ed1797e1a0003f09067e31f1ce60d7fde7 | 4ee8a4e6f85e7f3f28976bdf6b4a314d1e54b20f | refs/heads/master | 2022-07-05T14:08:53.055975 | 2019-09-10T09:30:04 | 2019-09-10T09:30:04 | 207,516,525 | 0 | 1 | null | 2022-06-29T17:38:16 | 2019-09-10T09:22:01 | Java | UTF-8 | Java | false | false | 2,571 | java | package th.co.baiwa.buckwaframework.preferences.service;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.security.test.context.support.... | [
"flame.tana@gmail.com"
] | flame.tana@gmail.com |
2162b85f644a120d827764a214ed78f28a50384c | ca6e1130614abaff45788a191734631143a7ae39 | /src/main/java/com/spontzoug/server/model/ResidentialMenu.java | 0d5da0b0c8bea95b445aeda98c910d690db951b1 | [] | no_license | JerryftGuo/spontzoug-backend | a3d5445ee646d9377320e716b6aec6f80dccc544 | 78cdd29033c276623f8a175dc3f7572f705559c2 | refs/heads/main | 2023-02-20T07:36:28.186077 | 2021-01-18T20:12:20 | 2021-01-18T20:12:20 | 330,771,579 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,099 | java | package com.spontzoug.server.model;
import com.spontzoug.server.util.*;
import com.spontzoug.server.util.Sale;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.springframework.data.annotation.CreatedDate;
import org.springframework.data.annotation.Id;
import org.springf... | [
"ft_guo@yahoo.ca"
] | ft_guo@yahoo.ca |
e17113f00fa67e0ce154c613b2b1b7b134bb2f63 | a047e7725bab3c5b1c814cdd6042eea2894f4223 | /src/main/java/com/taobao/api/request/ItemPropimgDeleteRequest.java | 29c1421c882a4c5c0b678835c4461891d05ccda4 | [] | no_license | yangdd1205/taobao-sdk-java | 8a2d8604f1634d62c2ffbcbddf4d8516c9f83dbb | 50582240cb3c14de3c67b753a82428256bd93c72 | refs/heads/master | 2020-12-25T12:17:48.330795 | 2012-04-06T04:04:36 | 2012-04-06T04:04:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,894 | java | package com.taobao.api.request;
import com.taobao.api.internal.util.RequestCheckUtils;
import java.util.Map;
import com.taobao.api.TaobaoRequest;
import com.taobao.api.internal.util.TaobaoHashMap;
import com.taobao.api.response.ItemPropimgDeleteResponse;
import com.taobao.api.ApiRuleException;
/**
* TOP API: taobao.... | [
"ggd543@gmail.com"
] | ggd543@gmail.com |
bf645117c6ba4841027700fe228c824a6c4276f4 | 0f48f97e6d18f8c2e4f91b185faccf06efe26bbf | /src/main/java/com/infotech/app/dao/TopicDAO.java | b95c36f99c5858d75c535645e464feb42b22f9e8 | [] | no_license | Mohit-jindal/SpringBootCustomSecurityWithDatabase | e50e7624c557f8d0290cac66852c0afed70c0cf9 | 14067e8010fb172a2b96513a24fbf14791a6aa62 | refs/heads/master | 2020-06-05T04:46:58.652202 | 2019-06-17T09:39:18 | 2019-06-17T09:39:18 | 192,318,150 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 378 | java | package com.infotech.app.dao;
import java.util.List;
import com.infotech.app.entities.Topic;
public interface TopicDAO {
public Topic getTopicById(int topicId);
public List<Topic> getAllTopics();
public void addTopic(Topic topic);
public void updateTopic(Topic topic);
public void deleteTopic(int topicId);
pub... | [
"ZJINMOH@ericsson.com"
] | ZJINMOH@ericsson.com |
4bda6093f8c29bbf0acf73d692ae61bb9b92920a | adddb1e2d321fd66d2cad5b78051451ceee09074 | /app/src/main/java/pl/nauka/jarek/udemy_mg/ApiActivity.java | e8e8a85ccdf7dd1321353e9afc7241c9934bfbf5 | [] | no_license | Jarekgab/Udemy_JG | 57d126cdd0285d0ab778855cb21720aab8eae9c7 | d854922cdad93da4b027d6c10d241ba88ac324f6 | refs/heads/master | 2020-04-03T02:46:48.852412 | 2019-01-28T12:38:14 | 2019-01-28T12:38:14 | 154,966,832 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,779 | java | package pl.nauka.jarek.udemy_mg;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.graphics.Color;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import andro... | [
"jarekgab1@gmail.com"
] | jarekgab1@gmail.com |
e59878ad80eeac1f3300c5841622de20de7d8dd1 | 4a69dd43f45b841d38fa4b1b6fffc2ecc048e4b5 | /Practice/Algorithm/QuickSort.java | 776fe054675762f637cc252948b5e768128b2251 | [] | no_license | shashanksahu11/Object-Oriented-Design | 51647adbddf885f56c953899c2138744ff286628 | d867a9ab56375d516044d1ccbf39e4a655af3777 | refs/heads/master | 2020-12-14T15:44:27.741890 | 2019-01-01T08:07:30 | 2019-01-01T08:07:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,357 | java | package design.practice.designEx.algorithm;
import java.util.ArrayList;
import java.util.List;
public class QuickSort {
public static void main(String[] args) {
List<Integer> listIntegers = new ArrayList<Integer>();
listIntegers.add(12);
listIntegers.add(2);
listIntegers.add(120)... | [
"chaklader@macs-MacBook-Pro.local"
] | chaklader@macs-MacBook-Pro.local |
0d78e17b0cb48a59994093a0f3edabf6ace30335 | c0c97c15adf22236785e086368a006f8bced4019 | /invoice/src/main/java/com/mycompany/invoice/core/repository/memory/InvoiceRepositoryMemory.java | e8a134cc85740c312345c9de3dc70ebef556ea8f | [] | no_license | devman223/SpringBoot-Pratices | 95c9c3f6d5f3d85a35b6ae1c181fd8f083127d80 | 8c7ca35480a91e5b636a85008103c515010475bd | refs/heads/main | 2023-07-14T08:31:24.640387 | 2021-08-02T06:13:13 | 2021-08-02T06:13:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,855 | java | package com.mycompany.invoice.core.repository.memory;
import com.mycompany.invoice.core.entity.Invoice;
import com.mycompany.invoice.core.repository.InvoiceRepositoryInterface;
import java.util.ArrayList;
import java.util.List;
import java.util.Optional;
//@Repository
public class InvoiceRepositoryMemory implements ... | [
"70981701+josue-lubaki@users.noreply.github.com"
] | 70981701+josue-lubaki@users.noreply.github.com |
07d9d8179a7f7bec3c62bca217887bd4938dae6c | f0218e7aace313330ff3ed1af1812a623c26aac2 | /taxe/core/src/test/MapTest.java | 0a968919763cb63fa57507318453e5b422c27802 | [] | no_license | SEPRFVS/FVS2 | 9c66616a2b628bdcfd9173f2913199e3d15fb604 | 1cca80f431e7d1851be3b961c6b69dd76a052fab | refs/heads/master | 2021-01-22T04:41:27.115585 | 2015-01-19T20:10:22 | 2015-01-19T20:10:22 | 26,494,033 | 1 | 12 | null | 2021-06-16T17:46:19 | 2014-11-11T16:39:00 | Java | UTF-8 | Java | false | false | 968 | java | package test;
import gameLogic.map.Map;
import gameLogic.map.Position;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.assertTrue;
public class MapTest extends LibGdxTest{
private Map map;
@Before
public void mapSetup() throws Exception {
map = new Map();
}
... | [
"ml1118@york.ac.uk"
] | ml1118@york.ac.uk |
9d6ee76c7f2e36a8129ce01dcec18cb3649b6cff | 6cdbb3b707296c16b995d0d1e6f807dc85ea0ec6 | /src/android/rockchip/update/interfaces/IClient.java | 554bdedae7c4303714ef2961e6534f3f8e0ca85d | [] | no_license | lishangren/RKUpdateService-mid7.1 | 90cc3a87e4725e1582eb58043950c6b8c46fca21 | d31b57eda768ab8b593d1344341263842380f633 | refs/heads/master | 2021-10-24T09:57:04.992280 | 2019-02-27T10:10:30 | 2019-02-27T10:10:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 584 | java | package android.rockchip.update.interfaces;
import android.rockchip.update.dataRecord.RemoteRequestMsg;
import android.rockchip.update.dataRecord.RemoteServiceAcountInfo;
/**用于描述与服务器进行通信的一端 */
public interface IClient{
/**与服务器建立链接 */
int connectToService(RemoteServiceAcountInfo acountInfo, ServiceCallBack ca... | [
"chenqigan@usr.cn"
] | chenqigan@usr.cn |
a391bb752b191aac25bf2bb26b072d9cddf50f06 | 0b82313fcb6c0adf71da7c88fb148424d9307446 | /web-console/src/main/java/com/ztgm/mqtt/pojo/Procompany.java | b64e1ab7bc34f8a78cd91be92de95510e86a5147 | [
"Apache-2.0"
] | permissive | kxjl168/jmqtt | 9777e9800e23d3552f5e4bcd84e2a26c1c2f71a3 | e03a24e16d6262c9bd0c4b781bb968bbd48c27e9 | refs/heads/master | 2020-09-24T16:55:28.962202 | 2020-02-14T05:31:13 | 2020-02-14T05:31:13 | 225,802,304 | 0 | 0 | Apache-2.0 | 2019-12-04T07:08:07 | 2019-12-04T07:08:06 | null | UTF-8 | Java | false | false | 1,427 | java | package com.ztgm.mqtt.pojo;
public class Procompany {
/**
*
*/
private String id;
/**
* 公司名称
*/
private String name;
/**
* prokey
*/
private String productKey;
/**
* secret
*/
private String secret;
/**
*
* @return id
*/
... | [
"kxjl168@foxmail.com"
] | kxjl168@foxmail.com |
863eff22aca75c4ebe276cc5c753376d0eb9320b | 1ecf05f47b8fd019b3aec21ed19d1db23ba25e52 | /javafx_treeview/src/filetreeviewsample/CopyModalDialog.java | b105d00ddf3c89d121cdd6b524e2bd2c994744e6 | [] | no_license | paddlelaw/selenium_java | 3db82a33af9964ff2d222bf0a841d07e47f21ab9 | 3dfa0706a500fcd437181ddf7181c54223cdba28 | refs/heads/master | 2023-07-13T21:07:06.470189 | 2021-08-14T04:43:38 | 2021-08-14T04:43:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,380 | java | package filetreeviewsample;
import javafx.beans.property.BooleanProperty;
import javafx.geometry.Insets;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import javafx.scene.layout.GridPane;
import javafx.stage.Modality;
import javafx.stage.Stage;
import javafx.stage.St... | [
"kouzmine_serguei@yahoo.com"
] | kouzmine_serguei@yahoo.com |
b1bc8a11a7d3f5925c25521da9d69f6dd3ae073b | 24a32bc2aafcca19cf5e5a72ee13781387be7f0b | /src/framework/tags/gwt-test-utils-parent-0.28.3/gwt-test-utils/src/main/java/com/octo/gwt/test/internal/patchers/dom/ElementPatcher.java | 0a747f04d3ee037a6f5ecb3215fde47d6a160bd0 | [] | no_license | google-code-export/gwt-test-utils | 27d6ee080f039a8b4111e04f32ba03e5396dced5 | 0391347ea51b3db30c4433566a8985c4e3be240e | refs/heads/master | 2016-09-09T17:24:59.969944 | 2012-11-20T07:13:03 | 2012-11-20T07:13:03 | 32,134,062 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,623 | java | package com.octo.gwt.test.internal.patchers.dom;
import java.util.List;
import com.google.gwt.dom.client.Element;
import com.google.gwt.dom.client.Node;
import com.google.gwt.dom.client.NodeList;
import com.google.gwt.dom.client.Style;
import com.octo.gwt.test.internal.utils.GwtHtmlParser;
import com.octo.gw... | [
"gael.lazzari@d9eb14d4-a931-11de-b950-3d5b5f4ea0aa"
] | gael.lazzari@d9eb14d4-a931-11de-b950-3d5b5f4ea0aa |
3ca047041bea6d268052f5a5ed20c2176e6f9a79 | a3ed19d464dc6e5fbecab4dce99e2a3404e056b0 | /baseCode/src/chapter04/jten/TestConversion.java | 6c991918ed84b0c252e8f87f4bdde214854d0af4 | [] | no_license | Marviszhao/JAVA-WEB-Projects | ef03fbb51545b95dccf56ca09509e19a5fafd6f6 | 5e9f7d9cf61a51518b65ed1e61bfaa868cf3f4a1 | refs/heads/master | 2020-05-27T21:23:22.433102 | 2017-03-04T10:44:44 | 2017-03-04T10:44:44 | 83,676,575 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 848 | java | package chapter04.jten;
//面试笔试题常见的问题点
//int 和 float 的转换出现的精度损失
//浮点类型的四舍五入的实现
//a + b 默认返回一个int类型的整型
public class TestConversion{
public static void main(String args[]){
int i1 = 1234567891;
float f = i1; //合法,但仍然可能存在精度损失
System.out.println(f);
double d1 = i1; //合法,不存在精度损失
System.out.println(d1);
doubl... | [
"zhaozhifei668@163.com"
] | zhaozhifei668@163.com |
86696ba1a37948c307b68b0b40bf4b947401b79a | 08e56bcd65965a8c8924c4679a6ed8f01c0ac620 | /src/main/java/net/mcreator/biomeores/procedures/TourmalineOreStoneUpdateTickProcedure.java | d900e3fe99b8cf9119c8ee0db0d7c7964550667b | [] | no_license | Shadowdragon019/Environmental-Ores | 861546e35e0ce8812a922ba1bc349184a7705814 | 8796d0c209d34bd769b284337b65b649352286a3 | refs/heads/master | 2022-12-31T19:26:46.996417 | 2020-10-18T14:45:09 | 2020-10-18T14:45:09 | 305,123,748 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,808 | java | package net.mcreator.biomeores.procedures;
import net.minecraft.world.IWorld;
import net.minecraft.util.math.BlockPos;
import net.minecraft.util.ResourceLocation;
import net.minecraft.tags.BlockTags;
import net.mcreator.biomeores.block.TourmalineOreStoneBlock;
import net.mcreator.biomeores.EnvironmentaloresModElement... | [
"45351052+wolfboycoolkid@users.noreply.github.com"
] | 45351052+wolfboycoolkid@users.noreply.github.com |
b0815b4e035ff4bb67aa6b4a2cbd57c9e083254c | d8e86983050941f997271163d8d517a6ddfaad09 | /Juno_back-end-test/src/main/java/br/com/bb/Controllers/CategoryController.java | 17008f27f6608392f8ad91bf875f2a2f91c20705 | [] | no_license | rodneuson/Juno | 856bca59a4149aa96c503f5470cff6ac62393126 | 41b1b5504a7ba4d9869b9c4ff4e09b55e92f132c | refs/heads/master | 2020-05-15T08:05:45.476122 | 2019-04-18T20:42:59 | 2019-04-18T20:42:59 | 182,154,289 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 599 | java | package br.com.bb.Controllers;
import java.util.List;
import br.com.bb.Models.Category;
import br.com.bb.Service.CategoryService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestC... | [
"noreply@github.com"
] | noreply@github.com |
34bf2224515d4a1075ec95c3d404ad4c76379425 | d57af656595d7e80d064e0b8ac1e9215a4759bb1 | /tutorial-2/tut2_src/src/MyserviceHandler.java | 5f7f40eb57d99529b79ffb13d8ee66ea4c51d96d | [
"MIT"
] | permissive | simar7/thrift-hadoop-pig | 4446e8e84ef414a37137500c68d414d6b4eb756a | 0a2fd8beaf86b7a367bd49bcec09a3979e2ef2a4 | refs/heads/master | 2021-01-18T02:46:08.763679 | 2015-08-24T03:30:02 | 2015-08-24T03:30:02 | 35,891,834 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,716 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ma... | [
"simar@linux.com"
] | simar@linux.com |
1f0dd57065c87e350870aef3a7d066ff8c2dbff2 | 14b138f49f84ebb573d90a74772e0de5f69c1e9d | /src/main/java/com/renanazzolim/helpdesk/api/dto/Summary.java | 1dbfd12b1575d728eff539b21d17e3e57518c313 | [] | no_license | razzolim/helpdesk-backend | a87525300c7ac8e2bb8d0574724fbe21cc1491ea | 2359ab66ad23d2394f2641bbc6bf88a41f32a406 | refs/heads/master | 2023-03-21T00:50:38.862124 | 2021-03-23T15:32:53 | 2021-03-23T15:32:53 | 350,761,422 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,378 | java | package com.renanazzolim.helpdesk.api.dto;
import java.io.Serializable;
public class Summary implements Serializable {
private static final long serialVersionUID = -5822592064082345958L;
private Integer amountNew;
private Integer amountResolved;
private Integer amountApproved;
private Integer amountDisappro... | [
"azzolimrenan2@gmail.com"
] | azzolimrenan2@gmail.com |
028e697330d9ab0f97a5f78425a277aa7bb371bd | 9f5fa206bfd77a7af97b5a4905d61fa1e258a378 | /src/google/trees/FindKthLargestNodeInBinarySearchTree.java | e923f31350df2c0fa0faa7261205d254bb6766c7 | [] | no_license | rahulkhanna89/AlgorithmPractices | 5c35e08c1d0c588b2d9697ebe3a842872a260993 | 5bd410ca64efa7009648116fdb7091fc3b616553 | refs/heads/master | 2020-04-05T23:12:30.902652 | 2015-01-15T13:51:39 | 2015-01-15T13:51:39 | 52,381,731 | 0 | 1 | null | 2016-02-23T18:25:38 | 2016-02-23T18:25:38 | null | UTF-8 | Java | false | false | 1,167 | java | package google.trees;
import myUtils.TreeUtils;
import myUtils.datastructure.TreeNode;
/**
* FindKthLargestNodeInBinarySearchTree.java
*
* Description: Find kth largest node in a binary search tree
*
* @author John Qiao <qiaoshun8888@gmail.com> Date: Feb 2, 2014
*/
public class FindKthLargestNodeInBinarySear... | [
"qiaoshun8888@gmail.com"
] | qiaoshun8888@gmail.com |
e142e0e9f30772627c81ce60fce3365b674f22da | 1e85c2b1176e6874b3bae5f8a11f529c58da0fe2 | /src/main/java/com/swarup/system/monitoring/exceptions/CommandTimedOutException.java | 5774f5ca338954f18f2be7d239168715977a6d05 | [] | no_license | swaroopvincent/system-monitoring | bdf0c2eb069010f9c68f4511ee678e024646fe35 | e8a8417159fd7216635cb78dd0fd8ad2894dfe42 | refs/heads/master | 2021-01-23T07:27:26.334167 | 2017-01-31T10:29:27 | 2017-01-31T10:29:27 | 80,509,862 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 596 | java | package com.swarup.system.monitoring.exceptions;
/**
* Created by eswavin on 6/25/16.
*/
public class CommandTimedOutException extends SystemMonitoringException {
private String command;
public CommandTimedOutException(final String command) {
this.command = command;
}
@Override
public ... | [
"swaroop.vincent@datalex.com"
] | swaroop.vincent@datalex.com |
d49fdfa652cb76b652cea0a8e6cc13c5ac3919dd | 5e04a44ed4a62627e8a6bec5b7a8e893ccd6366b | /boki-client/src/main/java/com/boki/bokiclient/controller/UserInfoController.java | dd403458fb534a36f7af3910099cd2c4e37318f2 | [] | no_license | luoxiaoluo97/- | 9c7f89bfa8ac3241bb53d6ff75cde63b706d1638 | b3d73715797fc404b5d18769226df13de43f9b4d | refs/heads/master | 2022-07-13T21:47:39.593003 | 2020-04-19T14:10:30 | 2020-04-19T14:10:30 | 234,908,563 | 0 | 0 | null | 2022-06-21T02:50:06 | 2020-01-19T13:54:21 | JavaScript | UTF-8 | Java | false | false | 8,052 | java | package com.boki.bokiclient.controller;
import com.alibaba.fastjson.JSON;
import com.auth0.jwt.JWT;
import com.boki.bokiapi.entity.dto.request.UserInfoDTO;
import com.boki.bokiapi.entity.vo.DataWithTotal;
import com.boki.bokiapi.entity.vo.ReplyHistoryVO;
import com.boki.bokiapi.entity.vo.ResultVO;
import com.boki.boki... | [
"1459840399@qq.com"
] | 1459840399@qq.com |
492f02193f90cf8878a14e6e4dd42c2e321e6b02 | bde219c1c4e3d3161d0c78028ef8c8028dd92f1c | /rose/red.java | 3948d861719444be6d2cc84dae097c75bbc66035 | [] | no_license | Nagurbayapureddy/Test | c8e8ea0ad5ab6f145f9f0ecfccbed289eb946359 | 91ec2b8b9169204b45b56a4455e5c577f123f929 | refs/heads/master | 2020-03-28T17:15:32.074351 | 2018-09-14T10:34:23 | 2018-09-14T10:34:23 | 148,772,588 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9 | java | i am red
| [
"nagurdevops@gmail.com"
] | nagurdevops@gmail.com |
2ebd61ef8c6bab80531ba83c4bb67716bc25bbb1 | d58e9421402654a019b84903dbaa2252dce83062 | /ProductMadeIn.java | 4c9a87c0093cdfc677fabeb3fa9bc23eb584864e | [] | no_license | pspms51920/gitskills | 212cc190bd83a040f1250ca14fc9aa3450c5d650 | 1d3f3001a84e1a69c9b5ebf2b99fcb7a9bf88d92 | refs/heads/master | 2021-04-15T16:22:39.974963 | 2018-03-27T03:42:35 | 2018-03-27T03:42:35 | 126,838,398 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 518 | java | package com.kkh.patient.model.mall;
import java.io.Serializable;
/**
* Created by winner on 18/3/8.
*/
public class ProductMadeIn implements Serializable{
private String name; //":"新西兰",
private String icon; //":""
private int code;
public String getName() {
return name;
}
public ... | [
"pengsipin@kangkanghui.com"
] | pengsipin@kangkanghui.com |
ab732d3702beea3b9fa2220c7683e11a4684b06a | 20b3a8110cb18fe2ee3f0b2b12cf2cc53fc305f8 | /android/app/build/generated/source/r/debug/com/realmimgur/R.java | 68124812934b559eb73b2bc5446ef7e23d00ab8d | [] | no_license | Aguaraio/RealmImgur | f6398e8b1094cf870927f456aaca11e23064c086 | c23e9a70bd5723a31ec18098aca2af6b0a69a816 | refs/heads/master | 2020-04-02T06:00:06.082664 | 2016-08-01T15:59:54 | 2016-08-01T15:59:54 | 64,680,594 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 404,153 | 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 com.realmimgur;
public final class R {
public static final class anim {
public static final int abc_fade_in=0x7f05000... | [
"gordsftrl@gmail.com"
] | gordsftrl@gmail.com |
45e9b8caebbca35388f7c3df1302a4c2e767a92a | 7ef7c4fbcf8c2541c816c1aade33c0797f466d89 | /DateUtils/src/main/java/com/dongyp/test/Test.java | 18b8f8e9f752e51506e2c9a82251e39f7b87809a | [] | no_license | DongYP666/utils | de2cffd9cfd0b784cb34315d772234b83f2147b2 | 9b1c2bf97c14624d3355b7fe08e8931a127b9947 | refs/heads/master | 2021-08-23T19:20:19.644483 | 2017-12-06T06:13:32 | 2017-12-06T06:13:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,060 | java | package com.dongyp.test;
import com.dongyp.dateUtils.DateUtils;
import com.dongyp.vo.YearWeekVo;
import org.joda.time.DateTime;
import org.joda.time.LocalDate;
import java.text.SimpleDateFormat;
import java.util.Calendar;
/**
* Copyright (C), 2014-2015, 深圳云集智造系统技术有限公司
*
* @Title:
* @Description:
* @Author by do... | [
"dongyp@ecworking.com"
] | dongyp@ecworking.com |
60913314524a8d37425deb6faac443e22cf05695 | e9434958ebaaf058fdf407dd3d7886f255fbb307 | /creational-patterns/src/main/java/com/neel/builderPattern/Bottle.java | 2c9d40b689bab725d0ab22f4a6d9f7211d1327ef | [] | no_license | neelkoul/DesignPatterns | fcded92692589cf8b6eb4d2c563717712fbba8e0 | 7b7936a0a96343071f38c1830e62f05f855f020b | refs/heads/master | 2020-12-31T06:55:18.701555 | 2016-05-11T09:35:00 | 2016-05-11T09:35:00 | 58,325,812 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 177 | java | package com.neel.builderPattern;
/**
* Created by Neel on 08-05-2016.
*/
public class Bottle implements Packing {
public String pack() {
return "Bottle";
}
}
| [
"neelkoul@gmail.com"
] | neelkoul@gmail.com |
29d74f2d281c9bbbeeb0ecfdab46a49f83f2eed0 | 41aca3b11610b36b9aecf70d989b240464674104 | /src/main/java/tw/base/qualifier/App.java | e5c645c8245ac634bb3c9b640fa2bff2eaa73d26 | [] | no_license | steventzeng-base/spring-example1 | d0ed61b355e0928a4a8f398c8c5eaac9f134f3a4 | 77c17d4d799caa2846aa309491760c1b9a5e37b7 | refs/heads/master | 2021-01-25T07:39:51.547083 | 2014-07-11T04:15:16 | 2014-07-11T04:15:16 | 3,459,127 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 962 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package tw.base.qualifier;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import tw.base.QualifierConfig;
/**
*
* @author steven
*/
public class App {
public static void main(S... | [
"steventzeng@base.tw"
] | steventzeng@base.tw |
d511e67d56dd1e6351dd7fefc0dea9d33dd23a00 | 25cfbbb243aef9514848b160b0e8d7ba31d44a7d | /src/main/java/com/tencentcloudapi/ocr/v20181119/models/AdvertiseOCRResponse.java | 9093a4fd1a79269ba7fb9cf47251ed3ab0052a82 | [
"Apache-2.0"
] | permissive | feixueck/tencentcloud-sdk-java | ceaf3c493eec493878c0373f5d07f6fe34fa5f7b | ebdfb9cf12ce7630f53b387e2ac8d17471c6c7d0 | refs/heads/master | 2021-08-17T15:37:34.198968 | 2021-01-08T01:30:26 | 2021-01-08T01:30:26 | 240,156,902 | 0 | 0 | Apache-2.0 | 2021-01-08T02:57:29 | 2020-02-13T02:04:37 | Java | UTF-8 | Java | false | false | 3,371 | java | /*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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
*
* http://www.apache.org/licenses/LICENSE-2.0
... | [
"tencentcloudapi@tenent.com"
] | tencentcloudapi@tenent.com |
3ccaf001d0502c26e776a44e0773425a3aedf5b4 | f21d6fb7578957c7492d73bc8a45153ef6a42f23 | /src/soy/web/action/SysMaintainAction.java | 5e293080e1ff98df82c496ff89d8c90f5d56764b | [] | no_license | soy502636321/CustSys | 11ac374ef7ba5aad7718b4b67b94f6f811f3de13 | 35ea00e64e440801322f82ac9e90fd99f538a6ee | refs/heads/master | 2020-05-16T22:14:04.201037 | 2013-10-16T14:03:49 | 2013-10-16T14:04:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,760 | java | package soy.web.action;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import soy.basic.database.entity.SysCust;
import soy.basic.vo.SysMaintainVO;
import soy.util.ForwardUtil;
import soy.util.PaginatedList;
import soy.util.SystemUtil;
import soy.web.service.SysMaintainService;
public class SysMaintainActi... | [
"soy502636321@gmail.com"
] | soy502636321@gmail.com |
85990380a9b74e1a961b8175cd1499b56ac399a5 | b0ee8da367bae185e7d160f74761c7b6d9b50078 | /app/src/test/java/com/example/aine/cardview/ExampleUnitTest.java | 6a9cd20b99ed36a3a8b93f1cf23da95abf2847f5 | [] | no_license | lauracbaa/WhereWazza | fde376ef393c948fcf8bc35bfa028fc7d20db4b6 | 72adc80cfbf2a0e9d4cbf9bbfb173997982b258e | refs/heads/master | 2021-01-19T21:47:06.472610 | 2017-04-19T13:03:41 | 2017-04-19T13:03:41 | 88,702,783 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 403 | java | package com.example.aine.cardview;
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... | [
"Aine Flynn"
] | Aine Flynn |
0f1de8ef240251e4fc9a5535ae5f86c2ea3b6f5b | 747a9fbd3ea6a3d3e469d63ade02b7620d970ca6 | /AndroidSource/app/src/main/java/org/chromium/content/browser/SelectActionModeCallback.java | 3035251f454138e67e1c198437cc0c1099afb571 | [] | no_license | xievxin/GitWorkspace | 3b88601ebb4718dc34a2948c673367ba79c202f0 | 81f4e7176daa85bf8bf5858ca4462e9475227aba | refs/heads/master | 2021-01-21T06:18:33.222406 | 2019-01-31T01:28:50 | 2019-01-31T01:28:50 | 95,727,159 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,400 | java | // Copyright 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.content.browser;
import android.content.ClipboardManager;
import android.content.Context;
import android.view.ActionMode;
import and... | [
"xx@chuangke18.com"
] | xx@chuangke18.com |
729d95d485949bc855f38abc78a0eda274242335 | 269bf3006a65742fb67537e43645604ac73813cf | /app/src/main/java/net/amazonaws/mobile/downloader/query/DownloadQueueProvider.java | 487b27d96a38f494c2b2a632616ec4bcc2e57f09 | [] | no_license | followmyego/ego | c12d7fc01a01555d052fb1346f819509313eeec0 | 3b1a7f8a5bf791c0b799d37d2e3c83915a0762eb | refs/heads/master | 2021-05-03T18:04:58.571120 | 2016-09-21T01:20:01 | 2016-09-21T01:20:07 | 61,327,013 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,901 | java | package net.amazonaws.mobile.downloader.query;
import android.content.ContentProvider;
import android.content.ContentUris;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteException;... | [
"followmyego@gmail.com"
] | followmyego@gmail.com |
ba82ac1424c47e6b14c5515755d07a3b5fdea1f6 | 9f08be9a6c6f51f201352efa39a267141c5a0de8 | /src/main/java/org/docksidestage/remote/maihama/showbase/wx/remogen/tricky/nobody/RemoteWxRemogenTrickyNobodyReturn.java | 404dca786842f47088ebc9a4adcc6f7cdaf46fde | [
"Apache-2.0"
] | permissive | decoch/lastaflute-test-fortress | 4599439c7183e4bc52b26a58bbf2fd4792814816 | a8916aecf9d2b12e4335306c66c4f2e1e652127b | refs/heads/master | 2021-09-14T18:53:45.437459 | 2018-05-17T15:54:34 | 2018-05-17T15:54:34 | 115,714,243 | 0 | 0 | null | 2017-12-29T10:45:29 | 2017-12-29T10:45:29 | null | UTF-8 | Java | false | false | 1,122 | java | /*
* Copyright 2015-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"dbflute@gmail.com"
] | dbflute@gmail.com |
50f01b9c73c0bbe44904fd2b75f3504169e14b60 | 79072e85a5cbb606105ccee9f2b103b3940158de | /opdockerfile/wbm/apache-tomcat/tomcat-upms-8800/work/Catalina/localhost/upms/org/apache/jsp/WEB_002dINF/jsp/manage/system/update_jsp.java | df51611116beb323111f85c2ea54d76a7a5493aa | [] | no_license | mingshic/service_cluster_base_docker | 2bef30f2a4f32b7ca42c3f7cb76edd1d42678d83 | 545db23240e663d0abdd2c6ccf2b223971ce6cd2 | refs/heads/master | 2020-04-20T10:23:39.271491 | 2019-02-02T03:15:12 | 2019-02-02T03:15:12 | 168,789,105 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 26,917 | java | /*
* Generated by the Jasper component of Apache Tomcat
* Version: Apache Tomcat/8.0.47
* Generated at: 2018-11-06 06:50:54 UTC
* Note: The last modified time of this file was set to
* the last modified time of the source file after
* generation to assist with modification tracking.
*/
package org.ap... | [
"13667636243@163.com"
] | 13667636243@163.com |
d9690500119980ccd4b12dc17ca6f791602f9295 | bfed0d992f925ee137eb94026f0283724eba17fa | /V3.0/ZIDM/src/nl/zeesoft/zidm/test/TestModelDialogHandler.java | 2521cf0993ba88ca707675848bf23d752f13d345 | [] | no_license | DyzLecticus/Zeesoft | c17c469b000f15301ff2be6c19671b12bba25f99 | b5053b762627762ffeaa2de4f779d6e1524a936d | refs/heads/master | 2023-04-15T01:42:36.260351 | 2023-04-10T06:50:40 | 2023-04-10T06:50:40 | 28,697,832 | 7 | 2 | null | 2023-02-27T16:30:37 | 2015-01-01T22:57:39 | Java | UTF-8 | Java | false | false | 3,951 | java | package nl.zeesoft.zidm.test;
import java.util.Date;
import nl.zeesoft.zdk.test.Tester;
import nl.zeesoft.zdm.test.ZDM;
import nl.zeesoft.zid.dialog.DialogHandler;
import nl.zeesoft.zid.test.TestDialogHandlerObject;
import nl.zeesoft.zidm.dialog.ModelDialogFactory;
import nl.zeesoft.zidm.dialog.model.DialogModel;
imp... | [
"dyz@xs4all.nl"
] | dyz@xs4all.nl |
db6441c38c8dde8a920fd3a43cce724fac0eb73e | 295b2b42204c3430dc1fe1f12af42fc9bf8f791f | /src/main/java/com/server/tool/PacketSendUtil.java | 6d43e52a5f2cfc643fe6ed71d7f0682b32c7a4cf | [] | no_license | yyy0/GameDemo | e53687744390dc06d3a64aee9000f1e20338e55e | 1b19919e61670c83ca4a126d59f01617b317f070 | refs/heads/master | 2022-11-26T23:22:02.538801 | 2020-02-06T07:39:58 | 2020-02-06T07:39:58 | 182,914,882 | 1 | 1 | null | 2022-11-16T08:51:15 | 2019-04-23T02:55:02 | Java | UTF-8 | Java | false | false | 942 | java | package com.server.tool;
import com.SpringContext;
import com.server.session.model.TSession;
import com.server.user.account.model.Account;
/**
* @author yuxianming
* @date 2019/5/16 16:15
*/
public class PacketSendUtil {
public static void send(Account account, Object packet) {
TSession session = Spri... | [
"649675065@qq.com"
] | 649675065@qq.com |
428b247d993aeb279e51b1dbdfb7642236a82844 | b9d5cbf54640dde6cb0aa176a5298c05e4c8105d | /app/src/main/java/com/example/ductien/viewlist/FabricView/FabricView.java | c3e07e58e7b4d4a0790d2bfbf2ebb94e7d8f9747 | [] | no_license | ductienuit/DemoRecyclerView | 0c81d6821f42cf4a59e50339fd53e78532f643c6 | 23a4c781ec15961805572ef419e9a8312dd028af | refs/heads/master | 2020-03-22T15:34:14.187796 | 2018-07-23T04:00:32 | 2018-07-23T04:00:32 | 140,262,219 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,907 | java | //
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by Fernflower decompiler)
//
package com.example.ductien.viewlist.FabricView;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import... | [
"ductien.uit@gmail.com"
] | ductien.uit@gmail.com |
87f43617a02c65dcf2c6b7d04b70365f8db22592 | 0a043ab0546ce38284f817838728261c2c24d1e6 | /Edge.java | e61d0bacbe10905951e93c717843da668e68dbe8 | [] | no_license | olegh1/Data-Structures-Practice | f3163c984d5cc32fff27757abd4d95717c7ba570 | 2903d82e80b2f5580d64510328a2800be25220af | refs/heads/main | 2023-03-25T06:58:35.324584 | 2021-03-25T03:22:06 | 2021-03-25T03:22:06 | 314,937,570 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 606 | java |
public class Edge{
private Vertex source;
private Vertex destination;
public Edge(Vertex source, Vertex destination){
this.source = source;
this.destination = destination;
}
public Vertex getSource(){
return this.source;
}
public Edge getEdge(){
return this;
}
public Vertex getDestination(){
ret... | [
"oleghumenyuk@Olegs-MacBook-Pro.local"
] | oleghumenyuk@Olegs-MacBook-Pro.local |
fca82827e77e3681685f4543d88bdd34f9927cb8 | de537d0877a711382fa490192de26fe3a1adbe7b | /src/main/java/org/fiek/bloodmanagementsystem/specification/DonationWithName.java | b4fc33f355915b6742d8394849e8e78b19d4d408 | [] | no_license | AGegaj/Blood-Bank-Management-System | 18374f102e37a2372e81d082e67b456f92320bf1 | 4a706a29597ef147e1a7c41925448ac506ed2a42 | refs/heads/master | 2020-09-29T07:21:47.216872 | 2020-01-16T08:42:09 | 2020-01-16T08:42:09 | 226,985,682 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 913 | java | package org.fiek.bloodmanagementsystem.specification;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import org.fiek.bloodmanagementsystem.entity.Donation;
import org.springframework.data.jpa.domain.Specification;
import javax.persistence.criteria.Criter... | [
"erzengegaj7@gmail.com"
] | erzengegaj7@gmail.com |
9b84793f7cb5e9ff097fd3b9f14ddf57080802ec | 56582b23800edb799bdd7c50d0d0ddde70dd97f2 | /Poly.java | c25df346a81feb556fe4002d8bf932aecc1f348c | [] | no_license | meta-yash-porwal/Abstract-Concrete-Data-Types | 4271ccf2205a94c8ed1b2d6f9ff61159b79fa538 | 0022babfcdd241bc87b5351e3423fd61f878d462 | refs/heads/main | 2023-03-15T17:58:21.282518 | 2021-03-08T11:02:58 | 2021-03-08T11:02:58 | 343,823,879 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,507 | java |
import java.util.Scanner;
/**
* Poly class has 8 methods
* evaluate {which evaluate the polynomial taking parameters of value of polynomial variable, returns integer value.}
* degree {this method finds the maximum power of polynomial variable, return degree of polynomial.}
* returnInputPoly { it returns polynomi... | [
"yash.porwal@metacube.com"
] | yash.porwal@metacube.com |
4c135dc168ad03f89ae92c5ab5e861743ea66b28 | 25a5538d86c5a0d50c3707859ecc65c43d4a37fc | /SampleJava/src/amazone/FivePercentageTwo.java | 88ba12ab3d4667a4b74abdacd456b26e6b095ef5 | [] | no_license | narendrachouhan1992/practice | 2f06d3beeb37f0e313b67e001c6d41d9072def47 | 77e7911f782ae5aa3bd8e15b7f988d19149c193c | refs/heads/master | 2023-01-24T07:14:43.924602 | 2020-09-13T08:21:34 | 2020-09-13T08:21:34 | 251,018,674 | 0 | 0 | null | 2020-03-29T11:47:32 | 2020-03-29T11:44:02 | Java | UTF-8 | Java | false | false | 108 | java | package amazone;
public class FivePercentageTwo {
public static void main(String[] args) {
}
}
| [
"vishwajeet@Narendras-MacBook-Air.local"
] | vishwajeet@Narendras-MacBook-Air.local |
3f4f156cebad7d0739526c2252b4e8c6161714bd | 5b0ce864c855ef605c898107156aed18c1445d7a | /PowerUp2018/src/org/usfirst/frc/team4662/robot/commands/TurnAnglePID.java | 201c8ad7033172176881805fffc13914b9135b36 | [] | no_license | 4662FRCRobotics/PowerUp2018 | 2ae6bc93a6fbb6642802e372b14ff44680979c7a | 99f2ae1ed7d024c9a6df153f409090dd35e7a665 | refs/heads/master | 2021-05-04T23:03:34.813823 | 2018-05-02T20:47:22 | 2018-05-02T20:47:22 | 120,047,415 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,766 | java | package org.usfirst.frc.team4662.robot.commands;
import org.usfirst.frc.team4662.robot.Robot;
import edu.wpi.first.wpilibj.command.Command;
import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard;
/**
*
*/
public class TurnAnglePID extends Command {
private double m_dAngle;
private boolean m_bIsDashboard;
... | [
"4662programming@gmail.com"
] | 4662programming@gmail.com |
bc2564f21ff4414fb5190c01a7ee8e48e6d276b5 | d868e10f6d4c32a4f068bb1aefc7344b530d83f2 | /app/src/main/java/com/example/login/DashboardActivity.java | c994da55be747a810b19b82c84a6dc5f1c8d367b | [] | no_license | roisinmurray/Login-11747-rm | 2e4bc864054a99767ceb3fc04457e25ec973bea6 | cf50aaa07f672c9de8fe404620b4bcc33b9f7c39 | refs/heads/master | 2023-01-18T22:36:03.982678 | 2020-11-25T21:22:55 | 2020-11-25T21:22:55 | 316,055,981 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 63 | java | package com.example.login;
public class DashboardActivity {
}
| [
"117476974@umail.ucc.ie"
] | 117476974@umail.ucc.ie |
4457d7b3c9f3c370dea36258e84efe3be710a4a7 | 447520f40e82a060368a0802a391697bc00be96f | /apks/malware/app49/source/com/google/android/gms/internal/jy.java | e6b2c7a5e60778bae64468bbad3187fb5e9146e5 | [
"Apache-2.0"
] | permissive | iantal/AndroidPermissions | 7f3343a9c29d82dbcd4ecd98b3a50ddf8d179465 | d623b732734243590b5f004d167e542e2e2ae249 | refs/heads/master | 2023-07-19T01:29:26.689186 | 2019-09-30T19:01:42 | 2019-09-30T19:01:42 | 107,239,248 | 0 | 0 | Apache-2.0 | 2023-07-16T07:41:38 | 2017-10-17T08:22:57 | null | UTF-8 | Java | false | false | 3,997 | java | package com.google.android.gms.internal;
import android.os.Parcel;
import android.os.Parcelable.Creator;
import com.google.android.gms.common.internal.safeparcel.a;
import com.google.android.gms.common.internal.safeparcel.b;
import com.google.android.gms.common.internal.safeparcel.c;
import java.util.ArrayList;
publi... | [
"antal.micky@yahoo.com"
] | antal.micky@yahoo.com |
b9e09d2f3314591c31e5f9682c7a1d99dcd20479 | 472a792809094b08d5d4f3a630d5410b10915657 | /B_Saving_the_City.java | cc874ecee6563e60ab5c20d2555a65bd66eaf949 | [] | no_license | AmitRoy3370/Code-forces | 1f91120659c7b12dcf964d2478f706f8cfde4064 | 398b5a01ca7a2da762e573181c6727f03f6013e6 | refs/heads/master | 2023-09-05T14:41:31.012447 | 2021-11-20T14:37:35 | 2021-11-20T14:37:35 | 312,186,120 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,166 | java | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.util.StringTokenizer;
public class B_Saving_the_City{
static Scanner in=new Scanner();
static PrintWriter out=new PrintWriter( ... | [
"noreply@github.com"
] | noreply@github.com |
f28332130a0386e0a0b8fcfc185ee671205c565c | 066dd02d00443d870fc8bae1207ade73a5c3ab63 | /src/ch/epfl/collections/ArrayListTest.java | 09f1716233eb639cdc4465e6a7cf88657affd93c | [] | no_license | Gilthoniel/Collections | e6bbef9cb0b402e02efbd1e27e7971afc3e1a735 | 41676cdbcd9773b359b9e1d80ae474b82420ed98 | refs/heads/master | 2016-08-12T22:19:41.933399 | 2013-03-22T12:20:18 | 2013-03-22T12:20:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,566 | java | package ch.epfl.collections;
import static org.junit.Assert.*;
import java.util.Iterator;
import org.junit.Test;
public class ArrayListTest {
@Test
public void testDeclaration(){
ArrayList<String> a = new ArrayList<String>();
a.add("Hello");
assertEquals("Hello", a.get(0));
}
@Test
public void test... | [
"gaylor.bosson@gmail.com"
] | gaylor.bosson@gmail.com |
a32da29c45b5394761d706e8ec572d19379d717d | bb63932d7a328f286f58cff7be36194dd056a762 | /src/main/java/com/yunda/store/agent/controller/PickAndRecivedController.java | 18828871f93872df1c4f15e5c73fc8d7c895ffed | [] | no_license | liuwu365/StoreSM | 0970dcd4a652f03a244a22f9fb69823c2eb93755 | cbc2dfb11ba60c3f0a6db0efeb86a124a25399eb | refs/heads/master | 2020-03-20T13:31:00.352229 | 2018-06-15T09:16:15 | 2018-06-15T09:16:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 468 | java | package com.yunda.store.agent.controller;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
@RequestMapping("/agent/monito... | [
"liuwu_eva@163.com"
] | liuwu_eva@163.com |
af349ed486f559aa80d97b86243e697d26fd184a | 0c42c514a789ccdf0c1c1ac59d14e79eb6919eb1 | /trunk/assn3/src/cs569/object/Scene.java | cca67c6f165d2b957092dc1ee2b274bf3f115f0d | [] | no_license | phelpsw/cs569pwrl | b85f0f81c7c7d3b38a02f5b365221c3a0c965a44 | 538cef632c03d28219fef2033ad3ba615a301431 | refs/heads/master | 2020-05-20T02:41:26.241304 | 2008-05-16T04:58:54 | 2008-05-16T04:58:54 | 32,282,268 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 594 | java | package cs569.object;
/**
* Created on January 26, 2007
* Course: CS569 (Interactive Computer Graphics) by Steve Marschner
* Originally written for CS467/468 (Computer Graphics II and Practicum) by Kavita Bala
* Copyright 2007 Computer Science Department, Cornell University
*
* @author Adam Arbree -- ar... | [
"signal20k@a1adfbe7-6f45-0410-adc5-f5a783de4af1"
] | signal20k@a1adfbe7-6f45-0410-adc5-f5a783de4af1 |
d00d947790b93f98e30a01316d1ba83d3163b860 | 07fd7412a3df8bcdd1b53ce7f28aedfc080061a1 | /Edge-Weighted-Graph/GA5/UF.java | 46aa2a0b7ac42635c633324fb405b19edb3f73f8 | [] | no_license | AsadZaheer93/java-school-projects | c6de21e3a1a1b684f356cbb5539a25e90a4cc62f | d14561959392cc6b17ceacbb1c4bca96550c5e6d | refs/heads/main | 2023-05-02T01:29:31.369066 | 2021-05-27T02:13:52 | 2021-05-27T02:13:52 | 371,207,981 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,692 | java | package GA5;
/**
* The {@code UF} class represents a <em>union�find data type</em>
* (also known as the <em>disjoint-sets data type</em>).
* It supports the classic <em>union</em> and <em>find</em> operations,
* along with a <em>count</em> operation that returns the total number
* of sets.
* <p>
... | [
"noreply@github.com"
] | noreply@github.com |
be7e22e833845628c5eabbf472d9cce3aadca4cd | 50640200e11c020a5a8a1c1ed3ee526fa36b1c5c | /src/com/bjsxt/controller/UrlController.java | 94feadad553e04f57d0aac38cfa3c06535d63838 | [] | no_license | dabai-thinker/rbac | b59fdf09edd5e319c314d1237046193014341f64 | bded0adbb049066b65d709e57ad61dd6da455bae | refs/heads/master | 2022-10-13T01:08:55.531762 | 2020-06-02T08:43:26 | 2020-06-02T08:43:26 | 268,729,143 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 397 | java | package com.bjsxt.controller;
import javax.annotation.Resource;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import com.bjsxt.service.UrlService;
@Controller
public class UrlController {
@Resource
private UrlService urlService;
@RequestMapping... | [
"404695823@qq.com"
] | 404695823@qq.com |
9af6fbd2495d4d2b84cc0281fdfe1fd30cb744a2 | b4e5a4b8a8e58dbc9f141c2749862c3e997019f3 | /src/base/Punto.java | d37d7d0a025b39f75196c7fe3600db9c2adc6ba3 | [] | no_license | CPP-PrograAv/TP-Snake | a618ea7a873ea3bfb5c2c95b2797cbda9d179fa2 | 89df5ee32c02831cc6f2173606b5cca51f959ef7 | refs/heads/master | 2020-04-02T19:08:21.544537 | 2018-12-01T07:14:03 | 2018-12-01T07:14:03 | 154,723,677 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 942 | java | package base;
public class Punto {
private int x, y;
public Punto(int x, int y) {
this.x = x;
this.y = y;
}
public void setPunto(int x, int y) {
this.x = x;
this.y = y;
}
public Punto getUbicacion() {
return this;
}
public int getX() {
return x;
}
public void setX(int x) {
this.x = x;
}
... | [
"lucianopulido1996@gmail.com"
] | lucianopulido1996@gmail.com |
90283e6db1e07dfe46678cb1ce94cc834a58aac2 | f90dc186154030698abb9e9a7267367191bb748a | /myProject/src/main/java/com/myProject/model/JwtRequest.java | e2766050e4ea552b4c6c11656f601a41058a315d | [] | no_license | omarDRamirez/myProyject-courses | 2848a95a2d69fc3c02f8eee40158d1d15e7c978a | ba18deba06eb75140f26086119161bc314b33286 | refs/heads/master | 2022-12-18T19:22:18.777329 | 2020-09-21T01:57:28 | 2020-09-21T01:57:28 | 297,172,684 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 700 | java | package com.myProject.model;
import java.io.Serializable;
public class JwtRequest implements Serializable {
private static final long serialVersionUID = 5926468583005150707L;
private String username;
private String password;
//need default constructor for JSON Parsing
public JwtRequest()
{
}
public J... | [
"32550146+omarDRamirez@users.noreply.github.com"
] | 32550146+omarDRamirez@users.noreply.github.com |
672430ad24f623861f67178f99ff38637d1f2ea2 | 85e50710ff38302fe9e3ccda105c62dd41b19479 | /app/src/main/java/com/example/bragalund/taxiorder/Activities/StartScreenActivity.java | dcb42d930d840fae0cab0d207836bf5adfbc5993 | [
"MIT"
] | permissive | Bragalund/TaxiOrder | 38f84e75939603b4444b5dbd29738b49cdb49ddb | 482571e3174bd3442bf4f1e03480cb8b51a0c3d1 | refs/heads/master | 2021-01-20T12:42:04.616248 | 2017-05-27T14:22:05 | 2017-05-27T14:22:05 | 90,398,263 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,442 | java | package com.example.bragalund.taxiorder.Activities;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.TextView;
import com.example.bragalund.taxiorder.R;
import com.example.bragalund.taxiorder.Util.AnimatorClass;
... | [
"bakhen15@student.westerdals.no"
] | bakhen15@student.westerdals.no |
2e1851f8b14efc4dc310849bb271221526b98eb8 | 4cfa8b04c6cd69edbfc14eb1acb91a5cfb47f40e | /src/com/bridgelabz/datastructure/LinkedList1.java | 87d0046ac010d0c7009e3c5c860c9b18af7728ed | [] | no_license | Patil-Madhuri/datastructureprogram | 506ed7b10cd5555f90834de6e2da9767d111b144 | 849df8261b9d3b23f765df30aeda1fdbfc3d3827 | refs/heads/master | 2021-04-15T18:51:35.497915 | 2018-04-02T13:50:16 | 2018-04-02T13:50:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,127 | java | package com.bridgelabz.datastructure;
/******************************************************************************
* Purpose: Linked list structure
* @author Madhuri Chaudhari
* @version 1.0
* @since 05-03-2018
******************************************************************************/
class ListNo... | [
"madhuripatil506@gmail.com"
] | madhuripatil506@gmail.com |
ade82c5ee8032d4da5628a214ace5c718331ed3d | 55839997e9e1aaa9ec5800eb69ce0ad9351f412d | /src/com/download/fvd/activity/YoutubeAdapter.java | a9bffce47dec84b8c87982bf4157cd9885aa2179 | [] | no_license | fvdtube82/source-code | 6294b9f9796f32823b563b2757590ed4ef29c3d1 | c7f28b2abd83954dbbf6505464180ea753ccdd5c | refs/heads/master | 2021-01-01T03:45:29.929764 | 2016-04-15T08:39:02 | 2016-04-15T08:39:02 | 56,040,368 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,751 | java | package com.download.fvd.activity;
import java.util.ArrayList;
import android.content.Context;
import android.graphics.Color;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.RadioButton;
... | [
"innovatebizz@gmail.com"
] | innovatebizz@gmail.com |
801353114eeb4c64273b4393e6be2fbb3b553fca | 2cc267307759fa834ad7a4d86484b088e4cf2c79 | /src/tss/android/koobe/controller/AddEquipmentFragment.java | dc2a4a0aba5827af76cc71e38eb01bd3ed9de9af | [] | no_license | sstulio/koobe-project | d446cc6d4b6bad4e2d981b96925040af6b3668b2 | fa97ad0e679e65279c2faf39513e2c1ccbd14570 | refs/heads/master | 2021-01-02T09:08:38.962251 | 2013-11-01T03:43:31 | 2013-11-01T03:43:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,104 | java | package tss.android.koobe.controller;
import tss.android.koobe.R;
import tss.android.koobe.adapter.EquipmentAdapter;
import tss.android.koobe.adapter.ConfigurationListAdapter;
import tss.android.koobe.model.Equipment;
import tss.android.koobe.service.KoobeService;
import android.os.Bundle;
import android.suppo... | [
"ss.tulio@gmail.com"
] | ss.tulio@gmail.com |
f6239cb7395dc3baf081d2ecb268a363cb505b0b | b3b7d930c4154e8ed889eca61d865271d221ac7d | /Sammy/src/org/usfirst/frc/team6644/robot/commands/AutonomousMoveStraight.java | 9712b90844c66bf7f90036ea6f3c40aea6a83776 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | AlexRandomkat/SammyRobit | 07731933a297088bb105e48df7d1f54847454568 | f4d9479494b9ea9892b101f8f2285fcc91114036 | refs/heads/master | 2021-09-10T06:53:13.885028 | 2018-03-21T22:44:11 | 2018-03-21T22:44:11 | 111,166,227 | 2 | 5 | null | 2018-02-01T00:32:55 | 2017-11-18T01:22:30 | Java | UTF-8 | Java | false | false | 1,232 | java | package org.usfirst.frc.team6644.robot.commands;
import edu.wpi.first.wpilibj.command.Command;
import org.usfirst.frc.team6644.robot.Robot;
/**
* incomplete
*/
public class AutonomousMoveStraight extends Command {
private double speed = 0;
private double time = 0;
private double kP = 0.1;
public AutonomousMov... | [
"awpalladium@gmail.com"
] | awpalladium@gmail.com |
619da72c349b360bd39f06fe79f2f7cb52cd4c85 | 6861f0deacc2b4386c14e59b09b1dcb8c579fd01 | /workspace1/usermanagement15-6/src/test/java/ua/nure/kn156/kazakova/db/HsqldbUserDaoTest.java | 42c83b534024fd6110d5ad69f84915878b7ddbf4 | [] | no_license | NUREKN15-JAVA/Kazakova_Anna | 6e59d9176571274838ec8d86c8ab2e7a9cd24afc | 9809a90aae898ebe0b437f59df7263e85d98bb94 | refs/heads/master | 2021-08-23T04:57:33.218410 | 2017-12-03T13:10:20 | 2017-12-03T13:10:20 | 105,380,436 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,812 | java | package ua.nure.kn156.kazakova.db;
import java.util.Collection;
import java.util.Date;
import org.dbunit.DatabaseTestCase;
import org.dbunit.database.DatabaseConnection;
import org.dbunit.database.IDatabaseConnection;
import org.dbunit.dataset.IDataSet;
import org.dbunit.dataset.xml.XmlDataSet;
import ua.nure.kn156.... | [
"anna.kazakova@nure.ua"
] | anna.kazakova@nure.ua |
8fd0d342489f172029b9153286e3ab94a1d9ef67 | 47eac21cb20228464d2fe4c979f2f22913546b24 | /src/test/resources/tempjava/core/DomainRestService.java | 794c8bd917dbbe681f02dd7d3ca5ef5dbbed37b6 | [
"Apache-2.0"
] | permissive | tylerchen/tc-jgit-project | 1daab5b882610398ddf29372b0cefa79e31cf447 | b435e5e38416c4546a018b05889216d49f62b65a | refs/heads/master | 2020-04-19T09:44:47.716613 | 2019-01-29T08:49:32 | 2019-01-29T08:49:32 | 168,119,372 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,441 | java | /*******************************************************************************
* Copyright (c) 2018-10-14 @author <a href="mailto:iffiff1@gmail.com">Tyler Chen</a>.
* All rights reserved.
*
* Contributors:
* <a href="mailto:iffiff1@gmail.com">Tyler Chen</a> - initial API and implementation.
* Auto Generate ... | [
"iffiff1@gmail.com"
] | iffiff1@gmail.com |
350d51bcc71923d2e87e8e2b4329894c03c6ff68 | f1932a42e5f75b84aa3e9ffba6235dfd85ee5682 | /app/src/main/java/com/example/phuocsneaker/activity/NikeActivity.java | e62c415b0360cd175dffe9665f17e58df7113008 | [] | no_license | hongphuoc0330/bangiay | c267d01f77db5ca92cab321711b7727de00bfbb7 | f76001a2c5713799282233f4ea21573f6047d9a3 | refs/heads/master | 2020-06-26T15:27:36.754566 | 2019-07-30T15:02:48 | 2019-07-30T15:02:48 | 199,673,264 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,098 | java | package com.example.phuocsneaker.activity;
import android.content.Intent;
import android.os.Handler;
import android.os.Message;
import android.support.v7.app.ActionBar;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
import android.util.Log;
import a... | [
"hongphuoc0330@gmail.com"
] | hongphuoc0330@gmail.com |
eb5b8dba1b5fd0854bd9394bc66b6355a2ce12d2 | 7957e9076d758ae0a36ca65a5f24ac36ddafd0a1 | /src/main/java/com/ceshiren/appcrawler/report/LoadYaml.java | 132702d6f1703d5e30cac93bca96667716a00e86 | [] | no_license | seveniruby/AppCrawler | 75e934d7bbd0a680cdb80a436a6383c4a021e665 | c5242631fa4e9958383ef3926db9ace0777d8fc1 | refs/heads/master | 2023-07-08T20:22:38.319395 | 2021-12-13T17:04:48 | 2021-12-13T17:04:48 | 51,831,105 | 1,208 | 463 | null | 2021-11-03T18:51:01 | 2016-02-16T11:27:13 | Scala | UTF-8 | Java | false | false | 628 | java | package com.ceshiren.appcrawler.report;
import com.ceshiren.appcrawler.model.URIElementStore;
import org.ho.yaml.Yaml;
import java.io.File;
import java.io.FileNotFoundException;
public class LoadYaml {
public void loadYaml() throws FileNotFoundException {
File dumpFile = new File("E://elements-test.yml")... | [
"seveniruby@gmail.com"
] | seveniruby@gmail.com |
8790c48afee9f2bfaf0606f4c78017ce42ebf0e4 | 8aba0c7efceabd397c98d847c0d7785d73c41d29 | /HW05/src/hr/fer/zemris/java/tecaj/hw5/db/operators/NotEqualOperator.java | 4b07420265191aa7a514cb3b2b373ef21126aee8 | [] | no_license | vhanzek/java-course | 3f9019945aba28ceeddd1249de985e9be5032cf4 | f380d0fa1e3d15900c655e0451ad6da3fe1713ef | refs/heads/master | 2021-10-28T11:43:17.725234 | 2019-04-23T16:20:53 | 2019-04-23T16:20:53 | 113,565,544 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 651 | java | package hr.fer.zemris.java.tecaj.hw5.db.operators;
/**
* The Class used for checking unequality of two {@link String} parameters.
* This is one implementation of {@link IComparisonOperator} strategy.
*
* @author Vjeco
*/
public class NotEqualOperator implements IComparisonOperator {
/**
* Method returns <cod... | [
"vjeran.hanzek@gmail.com"
] | vjeran.hanzek@gmail.com |
05d5389ce6ecf8ae36eb1a788ac79fe57d5753af | 5e3c301e5b9d8a70c8ff861424f856967906e75a | /src/com/jackpf/blockchainsearch/View/AddressActivityUI.java | 9fdcad1c3ec8dbbfafa443322abab931960cddba | [
"MIT"
] | permissive | jackpf/BlockchainSearch | e1f0dd2f9980d5d2fb5c08462626c7e4bd15145c | 2feeb284e44b00ce006a7ee612fb9cb37c2bf737 | refs/heads/master | 2021-01-01T19:06:22.714854 | 2014-05-30T14:28:48 | 2014-05-30T14:28:48 | 16,988,053 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,303 | java | package com.jackpf.blockchainsearch.View;
import java.util.HashMap;
import android.content.Context;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentActivity;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import android.support.v4.app.F... | [
"jf@studio-40.com"
] | jf@studio-40.com |
171714e9189d635e3405516b765b5ee899fea2eb | 07244b00b98ae647a1390d76d6bd7bed9035e63b | /gateway/common/src/main/java/com/smart/gateway/exception/BizException.java | fb41ba7769ab03e1eafc0f38ec896963c728c01c | [] | no_license | kongweixiang/wwwframework | 16b2599623673d33dbeaf05454e2e0b4ad1383c0 | 5410088887f99dacd6e38bd3e01f59329ecbdef8 | refs/heads/master | 2020-03-16T21:31:06.227748 | 2018-07-09T01:50:58 | 2018-07-09T01:50:58 | 132,878,525 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 91 | java | package com.smart.gateway.exception;
public class BizException extends BaseException {
}
| [
"kwxyzk@126.com"
] | kwxyzk@126.com |
d52b7611d0ce2b435f2a0d335e12c5a1a5e023a2 | c3c72a7627234dfa294c7fd573cc398281c5c716 | /javaWeb_project/ssms/src/com/zhangjunjie/listener/SystemInitListener.java | 0569b3cf496a16a4259ab573f2c677e5b34552e4 | [] | no_license | c45449210/_project | 8c69978389a79ec175144157763ec41697972b89 | 507326fade65ba9ec76dcb7b1bcf152a3c2cc7e7 | refs/heads/master | 2021-08-07T08:55:58.289257 | 2020-04-23T09:55:46 | 2020-04-23T09:56:02 | 159,633,449 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 872 | java | package com.zhangjunjie.listener;
import javax.servlet.ServletContext;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;
import javax.servlet.annotation.WebListener;
import com.zhangjunjie.bean.SystemInfo;
import com.zhangjunjie.dao.impl.BaseDaoImpl;
/**
* 系统初始化
*
*
*/
publ... | [
"c45449210@126.com"
] | c45449210@126.com |
fcd467734bb4d3da71d3b310b18aefeedc8feaf3 | 7c8d178d382303e08e225176a6d5d96aaaf124b5 | /src/main/java/com/reg/event/exception/ResourceNotFoundException.java | d3579fb28fc02f36a4815b7eda843ec4df90c2aa | [] | no_license | aniketsurya2205/shraddha | 3f310ca1940b586397817f0cacfa9039cddfefab | e8f73b54b1f71fb52dafc2b8130a55e6e1c73854 | refs/heads/master | 2023-03-22T06:45:22.137247 | 2021-03-12T15:10:55 | 2021-03-12T15:10:55 | 347,104,783 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 378 | java | package com.reg.event.exception;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
@ResponseStatus(value = HttpStatus.NOT_FOUND)
public class ResourceNotFoundException extends Exception{
private static final long serialVersionUID = 1L;
public ResourceNotFou... | [
"aniksuryawanshi@gmail.com"
] | aniksuryawanshi@gmail.com |
52de94c2aca309cf0aad37fa756b69c9c0192f5b | 891fb948d11418c4508b60125f92b2e68717cc27 | /app/src/main/java/com/studiotyche/rocketlaunches/SharedPreference.java | 678375fb11ae6aa15c7b5893f061c7d11c603f68 | [] | no_license | anudeepsamaiya/RocketLaunches | 78f8db521a258a0c506859efb09fd53588e86cde | 0202da6d1a2d6e53e0b2c79c1429e2d02f5f6ab9 | refs/heads/master | 2021-01-14T12:06:50.372981 | 2016-04-03T04:59:17 | 2016-04-03T04:59:17 | 43,679,820 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,223 | java | package com.studiotyche.rocketlaunches;
import android.content.Context;
import android.content.SharedPreferences;
import com.google.gson.Gson;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
/**
* Created by edwn112 on 07-10-2015.
*/
public class SharedPreference {
public static f... | [
"anudeepsamaiya@gmail.com"
] | anudeepsamaiya@gmail.com |
be23b1095a50c29234567c68abe49d4d95cd3224 | 8de2859fc320ba70b938ddbe78a750c12488b5ec | /app/src/main/java/com/example/hp/image/CacheStore.java | 17e004da793bfbfe076571912d9227007ff7e5a5 | [] | no_license | anithasathyapriya/Imagev1 | 82329df763e5a7a382c38dfa84fab7b09b2f65b3 | 751328af39c63ee1a884608332b4b9ce531d2cb3 | refs/heads/master | 2021-07-06T22:11:33.582807 | 2017-09-27T02:12:09 | 2017-09-27T02:12:09 | 104,866,676 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,822 | java | package com.example.hp.image;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.Environment;
import android.util.Log;
import android.support.v7.app.AppCompatActivity;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.Fil... | [
"ANITHA@users.noreply.github.com"
] | ANITHA@users.noreply.github.com |
4cfa89c5008e8525a71ef365216e18c8f74bbd7a | a2e4bf48447542b9e9d5093910f6a0cc4dbb2625 | /Lab4/src/fourth/Rollable.java | 5eaa506a9d10645cc188d209c785367c1378d670 | [] | no_license | zhanabaikyzy2017/OOP-2018 | 3fc6ae86529af3f649c975858e1e2129402ae4d8 | d46d1cf17a9ee847f4cd453214502b8881d2523a | refs/heads/master | 2020-03-28T02:13:25.926037 | 2018-11-27T05:38:13 | 2018-11-27T05:38:13 | 147,555,888 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 77 | java | package fourth;
interface Rollable extends Moveable {
boolean Roll();
}
| [
"zhanabaikyzy2017@gmail.com"
] | zhanabaikyzy2017@gmail.com |
278f3eb0f552043b56ff3e4c2f842a2ff2863fc1 | da5db66f6e5a01215669456354a99220ef129f6e | /JPA with Hibernate 3/src/com/cg/project/exceptions/InvalidAccountTypeException.java | 96d4f3dd0472b70e3c08761ca4678f2ac6e3192a | [] | no_license | gajendrahedau/AssMod3 | 90bae5b581cdf02bce956a929e3f11f9cb14cca3 | 4b4a87d2bbb6640fa8d4fc11c3597b18a0bdf8a6 | refs/heads/master | 2020-04-02T13:44:29.727945 | 2018-11-13T19:46:37 | 2018-11-13T19:46:37 | 154,494,806 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 629 | java | package com.cg.project.exceptions;
@SuppressWarnings("serial")
public class InvalidAccountTypeException extends Exception{
public InvalidAccountTypeException() {
super();
// TODO Auto-generated constructor stub
}
public InvalidAccountTypeException(String message, Throwable cause) {
super(messag... | [
"noreply@github.com"
] | noreply@github.com |
60cfb8bff0fa3c7f13f269ee08bc050c57dd3acc | 3b7b2ed5ebf06f7df4281cd980bd47eff1686d50 | /icard-shared/src/main/java/com/diligrp/icard/shared/type/IEnumType.java | 0728ef950b48abe5ea7b1158ad2f3f53576920a3 | [] | no_license | openjava2017/etrade-icard | 9b1fe85c0432b3a322f132b060afe11cd9ab730e | 97b63a75f6cb14007cceeef7d1ab9d01765d51f5 | refs/heads/master | 2021-05-05T11:05:10.279115 | 2018-02-07T06:32:16 | 2018-02-07T06:32:16 | 118,111,808 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 602 | java | package com.diligrp.icard.shared.type;
/**
* Mybatis自定义TypeHandler实现枚举对象-数值转化的基础类
*
* @author: brenthuang
* @date: 2017/12/28
*/
public interface IEnumType {
/**
* 枚举对象对应的数值
*
* @return 返回枚举对象对应的数值
*/
int getCode();
/**
* 枚举对象对应的描述
*
* @return 返回枚举对象对应的描述
*/
... | [
"huanggang@diligrp.com"
] | huanggang@diligrp.com |
40217a72545a52dbabeea9481b4929a0dc374882 | ed04d21056928d4e52103d758c5b93f4106ebf91 | /dSA/Try.java | 902b185ba8ce91e86b5d401a14a831c9b5401d4f | [] | no_license | aygarg02/JavaWorkSpace | 0f9d75e699aa0abc0658f04f2adbc97f089eeb91 | 691ea85226c1a717802e7f12ecea9608749272ff | refs/heads/master | 2023-08-25T19:56:16.276363 | 2021-10-26T05:14:27 | 2021-10-26T05:14:27 | 413,456,305 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 126 | java | package dSA;
public class Try {
public static void main(String[] args) {
int a=5;
int b=4;
System.out.println(a&b);
}
}
| [
"aygarg02@gmail.com"
] | aygarg02@gmail.com |
a2986423184fdf74dd659f372e1cdbcc832004b3 | 18f1f39695740b7fb0e90a9d80fa6550b7801517 | /Templates/Template.java | 719e562b1679101ee2b95a52c141eac287853e97 | [] | no_license | RollinsonSoftware/MiraCosta-CS-111 | 4e2529b1008b96ab8b42a7052a043464c1ae096e | 0cc2e274a1038a33a09a4ac960affb0d09f140fa | refs/heads/master | 2021-08-15T01:35:40.497261 | 2017-11-17T04:43:04 | 2017-11-17T04:43:04 | 110,617,585 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,371 | java | /********************************************
* AUTHOR: <Jack Rollinson>
* COURSE: CS 111 Intro to CS I
* SECTION: <Mon. + Wed. 11:00AM>
* HOMEWORK #: <homework #7>
* PROJECT #: <project #2>
* LAST MODIFIED: <3/13/2016>
********************************************/
/*****************************************... | [
"noreply@github.com"
] | noreply@github.com |
6fb51bae06310a777cc55d62f6a8127556ed6560 | a9bf2a90a894af4a9b77a9cb3380b24494c6392a | /src/test/java/org/assertj/core/api/filter/Filter_with_common_Test.java | 7d3909f2a152fc7d455db00f88650120b28c99a0 | [
"Apache-2.0"
] | permissive | andyRokit/assertj-core | cc0e2fb50e43b2c752e3cb94af4513175b68e779 | 4d7dffe1a4f940952e5024a98686b6004f5184dc | refs/heads/master | 2020-03-23T12:36:07.003905 | 2018-07-20T08:08:58 | 2018-07-20T08:08:58 | 141,569,523 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,076 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under t... | [
"joel.costigliola@gmail.com"
] | joel.costigliola@gmail.com |
bacef0fc9eb1ba0bad014f2ada7818f6a38cde78 | 6c8026f9aca5c5644618e7ef1a03d090bc05e71b | /src/main/java/com/cjie/commons/okex/open/api/service/ett/impl/EttProductAPIServiceImpl.java | 2c878f6c10aa14ece591e7741e63d9e391fc4915 | [] | no_license | HuWenhai/Quant | cabc068eb4666f275a4781023046b860bfb0de3e | 4d8a436e17d9ca176e8c77815bd13e2473e3df53 | refs/heads/master | 2021-09-21T23:43:51.134478 | 2018-09-03T10:28:57 | 2018-09-03T10:28:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,340 | java | package com.cjie.commons.okex.open.api.service.ett.impl;
import com.cjie.commons.okex.open.api.bean.ett.result.EttConstituentsResult;
import com.cjie.commons.okex.open.api.bean.ett.result.EttSettlementDefinePrice;
import com.cjie.commons.okex.open.api.client.APIClient;
import com.cjie.commons.okex.open.api.bean.ett.re... | [
"xu.fu@okcoin.com"
] | xu.fu@okcoin.com |
9d3261331e596e9c8b8f608922cda29ceb8cdee0 | 66bc50f34acefb18cbee8ca749563b00d709335e | /toolbarwebview/src/main/java/com/janrone/lib/listener/ToolbarWebViewScrollListener.java | 43c365affc3740c5f1132c921aace6f3b0c1ebb9 | [
"MIT"
] | permissive | waelchateur/ToolbarWebView | e8fb304ecc72bc4621983177372ac101c47761a4 | ed21c7a32f1a51e15233a5c1a51f80609ded7663 | refs/heads/master | 2023-03-19T08:06:22.145635 | 2016-07-12T14:14:08 | 2016-07-12T14:14:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,508 | java | package com.janrone.lib.listener;
import com.janrone.lib.ui.ToolbarWebView;
/*
* This class is a ScrollListener for ToolbarWebView that allows to show/hide
* views when list is scrolled. It assumes that you have added a header
* to your webview. @see com.janrone.lib.ToolbarWebView.ScrollInterface
* */
public abstract... | [
"janrone@qq.com"
] | janrone@qq.com |
8cd433489cebe21be9cda78313ddaf6f66aa589c | 8f0606017835cdc2427d925dbc4a25d8b8a894e6 | /src/java/com/stx/tbc/service/TbcItemAddStageSettingService.java | 2f3e4cf05f75581d98f1690dea1f7e1c1f0a7882 | [] | no_license | heumjun/common | 1195c863c209c2ea214318ba54c52d0ff42ba5fc | fccd452d4c2e764094df2767d509e98503bcc048 | refs/heads/master | 2021-08-10T21:10:03.632352 | 2017-11-12T23:58:30 | 2017-11-12T23:58:30 | 110,476,448 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 764 | java | package com.stx.tbc.service;
import java.util.ArrayList;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.stx.common.library.RequestBox;
import com.stx.common.service.AService;
import com.stx.common.service.ServiceForward;
public class TbcItemAddStageSettingSe... | [
"jjs6582@stxship.co.kr"
] | jjs6582@stxship.co.kr |
62a4b49eaa2ae6d48d84e94c45637e69ce9f0156 | 79e125d52dac96cd60da50c540aac8d90b6bcf9b | /src/main/java/com/tecacet/jflat/impl/HeaderRecordExtractor.java | 0e008dc3a35207dbfd9254d5b530d023856010f0 | [
"MIT"
] | permissive | algorythmist/jflat-core | d1471581442264ffae179438ad0c1affedbce056 | 031069a34423e42e0e9d07381b74d0327f18d47d | refs/heads/master | 2020-07-17T11:24:24.374825 | 2020-01-20T05:37:16 | 2020-01-20T05:37:16 | 206,011,003 | 0 | 0 | MIT | 2020-01-20T01:05:37 | 2019-09-03T07:04:13 | Java | UTF-8 | Java | false | false | 388 | java | package com.tecacet.jflat.impl;
import com.tecacet.jflat.RowRecord;
public class HeaderRecordExtractor implements RecordExtractor {
private final String[] header;
public HeaderRecordExtractor(String[] header) {
this.header = header;
}
@Override
public String getRecordValue(RowRecord rec... | [
"dimitri@tecacet.com"
] | dimitri@tecacet.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.