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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
31fa74e2a39d709be62cccd233f79393f861d699 | 5419a7b4142a1fedbee88d3f0e7f139040c0f513 | /two/src/chap15/four/one/HashMapExample.java | 10437ae9163c695c01e9fbf03f61e46852834b2d | [] | no_license | gkgk1375/Java_train_one | 2ba56e5551a760d47d7b531cb5e81aa379968026 | 767093f15a2c411d5352b846d576746434adb25a | refs/heads/master | 2023-07-04T03:25:02.531267 | 2021-08-06T09:05:05 | 2021-08-06T09:05:05 | 384,331,446 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,496 | java | package chap15.four.one;
import java.util.*;
public class HashMapExample {
public static void main(String[] args) {
//Map 컬렉션 생성
Map<String, Integer> map = new HashMap<String, Integer>();
//객체 저장
map.put("신용권", 85);
map.put("홍길동", 90);
map.put("동장군", 80);
map.put("홍길동", 95);
System.... | [
"504@DESKTOP-B0KVD9C"
] | 504@DESKTOP-B0KVD9C |
e6899428a9289d0567f0c466cf9227f0cf40edd1 | 57b2c2056ded675c5d60f3587267d814ef505856 | /src/main/java/com/razborka/service/KppService.java | b2e45febb84e09f175009782f15c82c056488bcf | [] | no_license | ManHunter/Razborka | c97cc86e652172de5f311067ef2b323f37dca780 | 174478b58879342106888db24bd7696edb9c9e66 | refs/heads/master | 2021-01-02T09:38:48.282743 | 2015-05-27T11:29:11 | 2015-05-27T11:29:11 | 34,308,867 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 341 | java | package com.razborka.service;
import com.razborka.model.Kpp;
import java.util.List;
/**
* Created by Admin on 14.04.2015.
*/
public interface KppService {
public void saveKpp(Kpp kpp);
public void updateKpp(Kpp kpp);
public void deleteKpp(int id);
public List<Kpp> getAllKpp();
public Kpp g... | [
"bymotorsinfo@gmail.com"
] | bymotorsinfo@gmail.com |
7925b3d9553c56510352517c336c1211ccb6e8ee | 54b6f5185acd00bf659c37cf7405957c49074aa7 | /service-second-server/src/main/java/com/example/domain/shardingsphere/service/ShadowUserServiceImpl.java | d20c9b42579350ca8110c7ffc8eeb88a78c579a8 | [] | no_license | xieyufengbj/service-second | 87d3dd86c37d3eec89168908f676bed465281504 | 4553be86b29ec66bfbc335e8e8e28b151b61bc5a | refs/heads/master | 2022-12-22T10:06:01.297605 | 2020-09-29T03:36:36 | 2020-09-29T03:36:36 | 281,612,498 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,665 | java | package com.example.domain.shardingsphere.service;
import com.example.domain.shardingsphere.entity.ShadowUser;
import com.example.domain.shardingsphere.repository.MybatisShadowUserRepository;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
import java.sql.SQLException;
import java.uti... | [
"xieyufeng@ichangtou.com"
] | xieyufeng@ichangtou.com |
828f159972f853a81b46c4559c6b00356f43d09b | 2c9e0d44ef828ed0d5245589ffca06113ddcbef7 | /conRdf/src/conRdf/Partition.java | f4adf8f5787ab76f2a1c53bea943e8ed3791c12d | [] | no_license | soheilrk/RdfTypeParser | 3a6bb0b68d1d1e805b9fe9e70b23a7be6a268cf0 | ff862a83897cc55166a48147afa86dfe7c7f7a80 | refs/heads/master | 2020-04-05T14:06:16.575664 | 2017-08-18T19:23:16 | 2017-08-18T19:23:16 | 94,766,279 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 348 | java | package conRdf;
import java.util.ArrayList;
/**
*
* @author kenza Kellou-Menouer
*/
public class Partition {
public ArrayList<Instance> listObjets ; //object with classes
public ArrayList<ConceptType> listTypes;
public ArrayList<Property> listProperties;
... | [
"rosha@DESKTOP-FCU4MC9"
] | rosha@DESKTOP-FCU4MC9 |
85dcd30adecbf9d554ddf9022ac5f3a120afd5c9 | 4b131d4c8ac00e09c4b3b5c5571b85d322a4a3da | /tapl/src/main/java/tapl/typed/arith/Bool.java | 29ecd03f15380f9478ebf786fbeb61ddd7cdd529 | [
"Apache-2.0"
] | permissive | JanBessai/ecoop2021artifacts | 856328da8ff86ed8db483bd65a7eba78e0e0febb | 3d203eda40758b327d4eada082c78bebd3166608 | refs/heads/main | 2023-04-13T17:10:37.851893 | 2021-05-13T10:17:11 | 2021-05-13T10:17:11 | 348,146,194 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 141 | java | package tapl.typed.arith;
public interface Bool<Elem, Tm, UNat, Ty> extends tapl.typed.bool.Bool<Elem, Tm, Ty>, Type<Elem, Tm, UNat, Ty> {}
| [
"heineman@cs.wpi.edu"
] | heineman@cs.wpi.edu |
7c4c5f1b23122dcfff4d2a2c70f5f49c8b3f5a0c | b0afdf181345bf6104b32dcb40bd03447e59aac0 | /src/main/java/crazypants/enderzoo/entity/EntityWitherCat.java | 7659df2bc1bb6a22b912d9c286356e8da2e8d943 | [
"CC0-1.0"
] | permissive | Vexatos/EnderZoo | 281239d5faf03573020dd2b219d052e738d7e0c1 | 6612f1a2cf45204b74933263065f3a2d4490c0d7 | refs/heads/master | 2021-01-21T06:18:00.895058 | 2014-11-06T15:56:57 | 2014-11-06T15:56:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,435 | java | package crazypants.enderzoo.entity;
import java.util.UUID;
import net.minecraft.client.Minecraft;
import net.minecraft.client.particle.EntityFX;
import net.minecraft.entity.EntityLivingBase;
import net.minecraft.entity.SharedMonsterAttributes;
import net.minecraft.entity.ai.EntityAILookIdle;
import net.minecraft.enti... | [
"crazypants.mc@gmail.com"
] | crazypants.mc@gmail.com |
038f7e889b0200224a4823074faa7f6203ca431b | 5b5f90c99f66587cea981a640063a54b6ea75185 | /src/main/java/com/coxandkings/travel/operations/consumer/listners/impl/ThirdPartyVouchersListenerImpl.java | 136cccfa68ad816f0279da8423190e4f48a33712 | [] | no_license | suyash-capiot/operations | 02558d5f4c72a895d4a7e7e743495a118b953e97 | b6ad01cbdd60190e3be1f2a12d94258091fec934 | refs/heads/master | 2020-04-02T06:22:30.589898 | 2018-10-26T12:11:11 | 2018-10-26T12:11:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,857 | java | package com.coxandkings.travel.operations.consumer.listners.impl;
import com.coxandkings.travel.operations.consumer.listners.BookingListenerType;
import com.coxandkings.travel.operations.consumer.listners.ThirdPartyVoucherListener;
import com.coxandkings.travel.operations.exceptions.OperationException;
import com.coxa... | [
"sahil@capiot.com"
] | sahil@capiot.com |
f51bda82a80eef31a18167c15c1d599f1dbcb5f6 | 0d62f25696699a0b4c3d2fd67978dec8755d1439 | /back/woo/BoardSwagger/src/main/java/com/ssafy/edu/dto/AccessTokenRequest.java | 024c346ef52f6e5faa6fd0887650734663865214 | [] | no_license | ssshhh0402/dev42.195 | 352af17434915e25d83215b5f519d240f64c0c82 | b9d6fa2757f2435831ceabecf9d60a64fc1245ff | refs/heads/master | 2022-09-08T10:14:42.820825 | 2020-05-27T14:25:53 | 2020-05-27T14:25:53 | 238,406,472 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 826 | java | package com.ssafy.edu.dto;
public class AccessTokenRequest {
private String access_token;
private String scope;
private String token_type;
private String login_access_token;
public AccessTokenRequest() {
super();
}
public String getAccess_token() {
return access_token;
}
public void setAccess_token(St... | [
"an286@naver.com"
] | an286@naver.com |
016ac7c709f97070022ff6af57b9b7bd628ad48e | 4e533efde70e49c26dc132c3f75d33fe7f0d85cc | /src/main/java/examples/weibo4j/examples/location/SearchPoisByLocation.java | 6590852e1d0398243aa6f2511fe42734a96fb7ec | [] | no_license | xlfxulinfeng/framework | 3d4228a915a734cc63a48465d524f11fabdfb6cc | d98f7dc1ff8d25eb2e2f0de0152117dfd3b06228 | refs/heads/master | 2021-06-08T21:34:41.811606 | 2017-01-09T02:42:32 | 2017-01-09T02:42:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 609 | java | package examples.weibo4j.examples.location;
import java.util.List;
import weibo4j.Location;
import examples.weibo4j.examples.oauth2.Log;
import weibo4j.model.Poisition;
import weibo4j.model.WeiboException;
public class SearchPoisByLocation {
public static void main(String[] args) {
String access_toke... | [
"honeybee_bee@126.com"
] | honeybee_bee@126.com |
0221c61af46be109c3fe33ef701cd61bb12a0c8f | 39faf42e8e3da4b6788944b26d0b8113a438aaee | /src/main/java/plugins/reports/ibm/IBMqmForAllure.java | a29b25bd47ff6ab33676f6b6351141cda12ea994 | [] | no_license | ssnechkin/RSAutotest | bc7b3015ae3b20f9cf9fcf04d96e457ceb76d077 | 9856cb4824e6e39e5729f0a993fdf2549069f9f4 | refs/heads/master | 2020-03-24T07:29:27.254088 | 2018-08-04T08:49:36 | 2018-08-04T08:49:36 | 142,565,950 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,130 | java | package plugins.reports.ibm;
import modules.testExecutor.interfaces.SuiteDatas;
import modules.testExecutor.interfaces.TestDatas;
import modules.testExecutor.templates.TestThread;
import plugins.interfaces.ReportWriter;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.O... | [
"sergey.nechkin@redsys.ru"
] | sergey.nechkin@redsys.ru |
e4ed52b8de792d3108b5aea638d704e0f077e3f6 | 3a7fe3e6f2454135072c128074b1f1c74f20cd24 | /custom/amway/amwaynotificationengine/gensrc/org/amway/notification/engine/jalo/expressupdate/cron/GeneratedProductExpressUpdateCleanerCronJob.java | 31a137c8c096681129af6ab11695e55417b4239a | [] | no_license | nitin201187/amway | 74a2d4f4efcb55048eaca892c8bbe007c2fb6d65 | a26f2f0a3381ea31be1ca568545ff8c576cb4262 | refs/heads/master | 2021-01-10T06:23:13.084177 | 2017-07-20T04:56:55 | 2017-07-20T04:56:55 | 54,173,575 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,584 | java | /*
* ----------------------------------------------------------------
* --- WARNING: THIS FILE IS GENERATED AND WILL BE OVERWRITTEN! ---
* --- Generated at 17 Mar, 2016 10:23:00 PM ---
* ----------------------------------------------------------------
*/
package org.amway.notification.engine.jal... | [
"nitin201187@gmail.com"
] | nitin201187@gmail.com |
fda14568c9e0ea50f328a93fa910cdc32d01a453 | 744e9d8c4d9b93179fc903fdd546abbdcedc1551 | /18周 eureka/tristeza-cloud/common/tristeza-cloud-shared-pojo/src/main/java/com/tristeza/enums/BooleanEnum.java | 4536c1c6118340ae0b8064ec9bf6390cb998f039 | [] | no_license | CoDeleven/architect | 6d237517ea4081aca0322bfef2f70539e89accf6 | 1f1c55546e7d428b061be304d4031cc70c187091 | refs/heads/master | 2023-03-03T09:26:14.326775 | 2021-02-10T17:00:53 | 2021-02-10T17:00:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 292 | java | package com.tristeza.enums;
/**
* 性别枚举
*/
public enum BooleanEnum {
FALSE(0, "否"),
TRUE(1, "是");
public final Integer type;
public final String value;
BooleanEnum(Integer type, String value) {
this.type = type;
this.value = value;
}
}
| [
"1768205721@qq.com"
] | 1768205721@qq.com |
261d62292ddd88349a474b4fd013e0e3371198ce | 282f22926e912cb35077052416d5ab83a6a6647b | /loadingbar/src/test/java/com/example/loadingbar/ExampleUnitTest.java | 5c5946bfad11f7f0f015ae6fdbc4d2f964568780 | [] | no_license | dropdeveloper/LoadingBarVertical | 0d74ab4ac296aecbc97bd0c04a5fe010f5454e2f | 3e5a9b5923a7a8254d52a281f005117d80f29def | refs/heads/master | 2020-03-30T06:52:30.848408 | 2018-09-29T19:19:37 | 2018-09-29T19:19:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 383 | java | package com.example.loadingbar;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void... | [
"zaroor.tech@gmail.com"
] | zaroor.tech@gmail.com |
8bc9baae870f50d8645fb697e2603ed3d062f620 | 7613d965928f4c7ba154b3fe61a13d883172beb7 | /src/com/shekspeare/algorithms/epi/GCD.java | e4fe890a80926d122c7bcaf79bcecf2d95d88c61 | [] | no_license | abhishe3/Algorithms | 251d83dd756fd650d5283294c8175186dc2b9a65 | 67504034f4cb45a760692782dd404ffd51963693 | refs/heads/master | 2020-07-07T05:39:26.182535 | 2018-02-05T07:57:53 | 2018-02-05T07:57:53 | 66,907,269 | 0 | 0 | null | 2016-08-30T05:42:44 | 2016-08-30T04:43:47 | Java | UTF-8 | Java | false | false | 285 | java | package com.shekspeare.algorithms.epi;
public class GCD {
public static int getGCD(int x, int y){
return (y==0)?x:getGCD(y,x%y);
}
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.println(getGCD(13,4));
}
}
| [
"abashok@ABASHOK-LAP1.oradev.oraclecorp.com"
] | abashok@ABASHOK-LAP1.oradev.oraclecorp.com |
368bd0fd0fa6b364549f36be51b5161a1c0ada53 | ddbbfddfe0773fd5ae35d9afbe0931aefc24c472 | /Avancement/Minijava/src/AST/Raxiome.java | 9e290378a93ef886def57e78040f37cb67b0e261 | [] | no_license | Dimitri78000/MiniJava_compilateur | d68874f4ac1debb829ea13a5ae5c74a3f5b23f84 | 08151aa02d6cafe21d276496ffba826461e28383 | refs/heads/master | 2020-04-10T21:54:12.864900 | 2019-01-08T13:31:46 | 2019-01-08T13:31:46 | 161,309,839 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 285 | java | package AST;
/** Raxiome : RklassMain km; Lklass kl; */
public class Raxiome extends ASTNode {
public RklassMain km;
public Lklass kl;
public Raxiome(RklassMain km, Lklass kl) {
super(km,kl);
this.km=km; this.kl=kl;
}
public void accept(ASTVisitor v) { v.visit(this); }
}
| [
"dimitri.leurs@telecom-sudparis.eu"
] | dimitri.leurs@telecom-sudparis.eu |
09e97fa74889c89122199f2125add1cebbd242d0 | 264da5308210f9d2e5ff2f53ab130f4f308a7872 | /geotrans/GEOTRANS3/java_gui/geotrans3/parameters/MapProjection3Parameters.java | b89065fbbe23d76958d19cacf36e190cb4468fbd | [
"MIT"
] | permissive | arpg/GeoCon | d2aa7d2a777953c74e8b784bad1a281995ccbe48 | 7c924742ba5d4a76e95ec0868fe3fb31df6d208f | refs/heads/master | 2021-01-17T21:34:50.119380 | 2015-01-27T23:06:13 | 2015-01-27T23:06:13 | 22,550,285 | 1 | 2 | null | 2015-01-27T23:06:13 | 2014-08-02T16:24:25 | C++ | UTF-8 | Java | false | false | 1,621 | java | // CLASSIFICATION: UNCLASSIFIED
/*
* MapProjection3Parameters.java
*
* Created on April 4, 2007, 9:16 AM
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package geotrans3.parameters;
/**
*
* @author comstam
*/
public class MapProjection3Parameters ext... | [
"jackmorrison1@gmail.com"
] | jackmorrison1@gmail.com |
c207fee866fee7f5088c198797fb8b0615b94c02 | 8aeb5a89c1f1451a031be0d6d426c762d96d3176 | /app/src/test/java/com/asum/xphotoview/ExampleUnitTest.java | 94539aaee84c01e4b797f7418e7b8c8853473f05 | [] | no_license | asum0007/XPhotoView | e99a3907e00fab6bf11ad1ef826a6a7cf61551e1 | d15d8ab172616d631841ccea1c8a821ee617cdb0 | refs/heads/master | 2016-09-14T18:26:12.714269 | 2016-04-19T12:08:27 | 2016-04-19T12:08:27 | 56,593,461 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 312 | java | package com.asum.xphotoview;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
} | [
"229302602@qq.com"
] | 229302602@qq.com |
9c62e00a031311a34d13bf5fa2a0cf2132dadc26 | bc72a5194f25cb94de0b70391ccbebe1732d4742 | /LAB 2/opr.java | 2432a1930dec80023802c99e4ed4d0ef0621221a | [] | no_license | hassanmirokhani/JAVA | f94eef0ef0590cd135ff857a3dee255d3ef2e865 | 52195d0a91c487e7a3c66926539a9d5ed93e8eba | refs/heads/master | 2020-06-04T09:30:29.806058 | 2019-06-14T15:33:04 | 2019-06-14T15:33:04 | 191,967,289 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 205 | java | class opr
{
public static void main(String arg[])
{
int a=10;
System.out.println((a+=2));
System.out.println((a-=2));
System.out.println((a*=2));
System.out.println((a/=2));
System.out.print((a%=2));
}
}
| [
"hassanmuhammad535@gmail.com"
] | hassanmuhammad535@gmail.com |
824183ea084997a4409344bd36824fd64b6a46e3 | 35551fbbf28a6c41bc2ff4398a70e1d124dc1761 | /dz14/src/dz14/File.java | bf775c543ec22cd460991a0eb56f6f4525aefaa2 | [] | no_license | artem70323/javaProjects | 2b72edb887a93c920e69c3094f647a7fbb9d9474 | 7b6db932b96df8deafa756a3f618048e3a4c29bb | refs/heads/master | 2021-07-05T11:29:14.609550 | 2017-09-27T13:02:40 | 2017-09-27T13:02:40 | 92,170,992 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 805 | java | package dz14;
import java.util.Scanner;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class File {
public static void main(String[] args) {
System.out.println("Введите имя файла");
Scanner scan = new Scanner(System.in);
String file = scan.nextLine();
Stri... | [
"artem70323@gmail.com"
] | artem70323@gmail.com |
e993e12d2b732946ca3660cc79cf566a4d9ed9d1 | 6f98fb1df78eb4a66b6eb48ef94f897168fb3b98 | /Lab_06_AssociativeArrays/src/com/company/P05_Largest3Number.java | 9a229de9b89402167781e89adef3517e708e116a | [
"Apache-2.0"
] | permissive | s3valkov/Technology-Fundamentals | 9c069aa672fd44d9fd2373121fa32e553cc45c0b | a219f0be2dbc29bb5f239a114b8dad235c7f508a | refs/heads/master | 2020-04-11T19:38:18.099256 | 2019-01-04T15:45:27 | 2019-01-04T15:45:27 | 162,041,427 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 727 | java | package com.company;
import java.util.Arrays;
import java.util.List;
import java.util.Scanner;
import java.util.stream.Collectors;
public class P05_Largest3Number {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
List<Integer> numbers = Arrays.stream(... | [
"noreply@github.com"
] | noreply@github.com |
5712dd45ea58b258998d1030b37c8a2748304070 | ff880f88d7d7eccbf7fb25cebd47881df17bd39f | /i2mapreduce.git/trunk/src/mapred/org/apache/hadoop/mapred/JobConf.java | f72457cf4b3035acf100a9c311b0442a7cf83cde | [] | no_license | hookk/i2mapreduce | 435834c01382a122777e5bf479e20ba3070ceea6 | 381cc5c93c72713c2505e66fac0c043aa967c365 | refs/heads/master | 2020-04-08T14:07:08.926014 | 2016-05-10T08:53:40 | 2016-05-10T08:53:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 81,524 | 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... | [
"zhangyf@mail.neu.edu.cn"
] | zhangyf@mail.neu.edu.cn |
37ff211af4c3c1d0903c81cacb26f2017a4810f8 | 95e9802bc259958e5f7533e48e1911d2f0421fa0 | /OrdenDatos/src/PriorityQueue1.java | 0dcb35fcae06b8a0ed03d85580ad25072afe4168 | [] | no_license | michirapper/TareasJavaDAM1 | d1def7d5e09481577ea63e1b29ed9bc649c2619c | 8284d631365b247dd1f029333ddcca6fdc982304 | refs/heads/master | 2022-10-14T07:08:13.574367 | 2020-06-10T14:28:10 | 2020-06-10T14:28:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 609 | java |
import java.util.LinkedList;
import java.util.PriorityQueue;
public class PriorityQueue1 {
public static void main(String[] args) {
LinkedList<String> miColeccion = new LinkedList<String>();
miColeccion.add("Collection");
miColeccion.add("List");
miColeccion.add("Set");
miColeccion.add("SortedSet");
miCo... | [
"magarreacebes@gmail.com"
] | magarreacebes@gmail.com |
ebd84797cdc4c9ca26bb1dfae40a57b347b8d7aa | fff66ea0fd7a430cbda0fb488d3298ce2c930397 | /refactoring/src/main/java/refactoring/day1/practice04/DivergentChange/PrescriptionTest.java | 675beea556f7305d2ee7a4d18cc4cd18d89930be | [] | no_license | MinCha/lab | 272ec1abea5e02158854143f15d66ef0d0a23c44 | 9c0a68d1f72200cccdf62e7e938ed43e8dd73b1a | refs/heads/master | 2020-12-24T15:22:14.063401 | 2015-10-20T12:46:45 | 2015-10-20T12:46:45 | 12,552,842 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,530 | java | package refactoring.day1.practice04.DivergentChange;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.runners.MockitoJUnitRunner;
import refactoring.day1.practice01.longMethod.ca... | [
"vayne.q@daumkakao.com"
] | vayne.q@daumkakao.com |
a89c5db716379cd21e90b4c8916942f0f2d78bc5 | bc1156993ef0bb9bd90ee97e2e0ec261c91fa95b | /src/com/elikill58/negativity/sponge/FakePlayer.java | 50f06227958e927c241fc37e5bbb8c3780296146 | [] | no_license | VincoNafta/Negativity | 8caf6b22c2c2ee6fcc1ea4f6836d2caf872d8118 | d6f356a7ed63e30eb21dde0f4f96af82f0417359 | refs/heads/master | 2023-07-14T07:35:47.174010 | 2021-08-12T10:50:54 | 2021-08-12T10:50:54 | 251,014,159 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,204 | java | package com.elikill58.negativity.sponge;
import org.spongepowered.api.entity.Entity;
import org.spongepowered.api.entity.living.player.Player;
import org.spongepowered.api.world.Location;
import org.spongepowered.api.world.World;
import com.elikill58.negativity.universal.adapter.Adapter;
public class FakePlayer {
... | [
"arpetzouille@gmail.com"
] | arpetzouille@gmail.com |
5883e5c3078ca4738fdcc7405ee75794509a3966 | 4ed22c04993f78172724b66167a6cefe7a92f135 | /use-undertow/src/main/java/com/ltq/undertow/pattern/factory/simple/Operation.java | 37ac9814e54599e82f1a3ca85c13ffe6cdbc0440 | [] | no_license | lituquan/springboot-demo | 1b0cfe2a79d69459e84f5f26278cf7dc591463d9 | a27c8ed2d6820ba6782fa73f303a6d23a7441a8e | refs/heads/master | 2023-07-20T03:39:10.520870 | 2023-07-13T16:38:35 | 2023-07-13T16:38:35 | 247,472,558 | 0 | 0 | null | 2023-07-13T16:36:12 | 2020-03-15T13:33:07 | Java | UTF-8 | Java | false | false | 706 | java | package com.ltq.undertow.pattern.factory.simple;
public abstract class Operation {
private double numberA;
private double numberB;
/**
* @return double return the numberA
*/
public double getNumberA() {
return numberA;
}
/**
* @param numberA the numberA to set
*/
... | [
"1242441055@qq.com"
] | 1242441055@qq.com |
ae81987e9517269b4f77f98665abde98b74d013b | ba2a5afc0e9f8ac1e7e93ae06f575aaad026375d | /java/DesignPattern/src/com/bruce/factory/simplefactory/pizzastore/pizza/CheesPizza.java | f3608713f5847912d976ec23dbb87dc716e7d213 | [] | no_license | brucewoods/code_kitchen | 96da1262d52309e47616f4a3bae0b99d0e1294b8 | 731a4f2660c94b46feecda1e226da90ea00891d4 | refs/heads/master | 2022-12-26T06:19:30.177092 | 2020-05-12T06:10:33 | 2020-05-12T06:10:33 | 129,546,680 | 0 | 0 | null | 2022-12-15T23:51:35 | 2018-04-14T19:09:36 | HTML | UTF-8 | Java | false | false | 176 | java | package com.bruce.factory.simplefactory.pizzastore.pizza;
public class CheesPizza extends Pizza {
public void prepare() {
System.out.println(name+" : preparing");
}
}
| [
"wooupup@gmail.com"
] | wooupup@gmail.com |
2bbaafcd0009f29c62b00e42bc2f72ba103addc5 | aa78b36eb75f315e3b82cf726b86f243a89f7924 | /src/main/java/com/kevin/base/spi/Cat.java | d8e3cddb646760cbbcdc88bc25f8f25b05ba4980 | [] | no_license | kevinyangss/train-java | 1a8c0ee8c4535acf4e26c5a06e620e75dad38dec | f7f021bee5931b85447d36674ba513c9bf95febb | refs/heads/master | 2022-12-20T13:18:19.635050 | 2021-04-17T10:14:44 | 2021-04-17T10:14:44 | 140,805,166 | 0 | 0 | null | 2022-12-16T04:24:37 | 2018-07-13T06:14:28 | Java | UTF-8 | Java | false | false | 249 | java | package com.kevin.base.spi;
/**
* @ClassName Cat
* @Description TODO
* @Author kevin.yang
* @Date 2021-04-17 11:20
*/
public class Cat implements IShout{
@Override
public void shout() {
System.out.println("miao miao");
}
}
| [
"ss.yang@datsch.com.cn"
] | ss.yang@datsch.com.cn |
b20bf6e6c95866f1b64768a49befe63b30564c96 | 6060d86ff300326b98442ff5ae9865a032a8b092 | /SeleniumCerificationProblem/src/test/java/Test/MercuryTours.java | 1b3cfab800e3bcc5adb572d3babb7f1fc1bee816 | [] | no_license | bhavsbhatnagar2484/Selenium | 87615b171c18f6c7e2e396f3b08c5466dae671ca | 11fe5d8f1604c7ee673fd551ba7b5dc30b74ab91 | refs/heads/master | 2022-06-16T23:57:13.241725 | 2020-05-09T04:34:58 | 2020-05-09T04:34:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,118 | java | package Test;
import org.testng.Assert;
import org.testng.annotations.Test;
import API.ReportConfigurations;
import Entities.UserEntity;
import MasterSetup.Temp;
import Pages.DashboardPage;
import Pages.FlightsPage;
public class MercuryTours {
@Test(priority=1,enabled=true)
public static void Tes... | [
"M1047284@B2ML32250.mindtree.com"
] | M1047284@B2ML32250.mindtree.com |
0aff661820dad2ec39ee4133b6f28240df85716b | 2bfe5bbebb1f440a6f5f8938e4923193214cea0e | /server/menus/ScoreboardMenu.java | 096e181b113787ebddfb9d9178b1c0e53c0fba50 | [] | no_license | Negarbsh/YuGiOh | 47cd5267479d034b34212dd3f4834d82fe0aae56 | c898029486bf7b1317635c9c73947b9244694ca9 | refs/heads/master | 2023-06-28T07:13:41.573583 | 2021-07-21T20:09:34 | 2021-07-21T20:09:34 | 382,063,317 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,003 | java | package server.menus;
import server.model.User;
import java.io.DataOutputStream;
import java.io.IOException;
public class ScoreboardMenu {
// public static void checkMenuCommands(String command) throws InvalidCommand, WrongMenu {
// if (RelatedToMenuController.isMenuFalse(MenuName.SCOREBOARD)) throw new Wr... | [
"mehrnegar81@gmail.com"
] | mehrnegar81@gmail.com |
93d73aa6c345088db4a5b03d968c0a7621e8c251 | 139af6571416192fd36f9c9885a4c9b54792d8c6 | /EmpiricalAnalyses/TIS/Mutants/TIS367.java | 37f9def3be53452089d225446c748dbf4fd6640d | [] | no_license | NatCPN/TransformRules | 6f60c368498f58e85aa25437939b5da3b5d39ce3 | eaa64c8dc43b75c1ea9e1588398ac3982a6962d7 | refs/heads/master | 2020-12-24T06:47:04.156901 | 2018-03-15T16:16:01 | 2018-03-15T16:16:01 | 73,331,665 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,715 | java | // This is mutant program.
// Author : ysma
public class TIS367
{
public int the_indication_lights = 2;
public int the_flashing_mode = 2;
public int the_flashing_timer = 0;
public int primed_the_indication_lights = 2;
public int primed_the_flashing_mode = 2;
public int primed_the_flashi... | [
"noreply@github.com"
] | noreply@github.com |
8c7076d1f79e955bb98a160486c4516151b27579 | 757360b8d8a36a2c1eecc6e14a8f53fab1092fda | /android/graphics/drawable/VectorDrawable.java | 121208bb993a738e52f86309b8febebcb3a53b97 | [] | no_license | haigendong/AndroidDictionary | d51ef266f4684c40986286a70511a7648c1b4e33 | be0c7a4508d8055d915404273339610bbf53e3fa | refs/heads/master | 2022-04-13T14:36:53.280469 | 2020-03-26T20:21:41 | 2020-03-26T20:21:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,210 | java | /* */ package android.graphics.drawable;
/* */
/* */ import android.content.res.ColorStateList;
/* */ import android.content.res.Resources;
/* */ import android.graphics.Canvas;
/* */ import android.graphics.ColorFilter;
/* */ import android.graphics.PorterDuff;
/* */ import android.uti... | [
"13377875645@163.com"
] | 13377875645@163.com |
295335e6870ca90af934f40849dd98ba13bfe5af | d20e90dae10b3349c0b5ac03ba8963555176ab05 | /aeolian/parser$check_valid_line_number.java | 9c9bac7e9b843cb56b6bdbf4aca713f43e660043 | [] | no_license | andeemarks/aeolian-decompiled | 07673e069a149e5d91ffb3ffff983de32213db71 | 3375a68b3fd7d7bc07a3e9cbd9732d794de35a48 | refs/heads/master | 2021-07-14T23:33:33.516388 | 2017-10-16T11:08:07 | 2017-10-16T11:08:07 | 107,116,585 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,374 | java | /* */ package aeolian;
/* */
/* */ import clojure.lang.IFn;
/* */ import clojure.lang.Var;
/* */
/* */ public final class parser$check_valid_line_number extends clojure.lang.AFunction
/* */ {
/* */ public Object invoke(Object paramObject)
/* */ {
/* 10 */ paramObject = null;return i... | [
"amarks@thoughtworks.com"
] | amarks@thoughtworks.com |
7081f3ed09659396f6bacb7e2b9393efb6571e4d | 57b5a57182f029ec64fb47503463c3242904cf12 | /FrontEnd/SailfishFrontEnd/src/main/java/com/exactpro/sf/testwebgui/restapi/json/action/JsonAction.java | 44810fa5a7b8101a5be2a910e66024d080e990c3 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | exactpro/sailfish-core | ac77a5e32460f8d4b2643bba3bf16c0ce7556ccc | 9886bdda0ed6e568d984f3b5fc091cffc17387bf | refs/heads/master | 2023-09-03T15:56:29.896363 | 2023-08-23T18:39:49 | 2023-08-24T07:28:56 | 163,079,637 | 42 | 11 | Apache-2.0 | 2023-03-04T04:37:31 | 2018-12-25T12:11:23 | Java | UTF-8 | Java | false | false | 2,871 | java | /******************************************************************************
* Copyright 2009-2018 Exactpro (Exactpro Systems Limited)
*
* 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
... | [
"nikita.smirnov@exactprosystems.com"
] | nikita.smirnov@exactprosystems.com |
7fcccf6b1ced9c70e42362c045069786d2389322 | 31c6d8db4880d0d8912401af1887bc4029b616ad | /EBookProj/src/com/ebook/model/Customer.java | 9da4580c61083a3488e766194747f8b5cf520370 | [] | no_license | DTD-365/CRMDoc | e73566dfa330bafcc6b7bc05effc4695a7662b9b | a52a8d45982840bcb1c0116c05e3c75c9a929d65 | refs/heads/master | 2021-01-20T12:06:56.637352 | 2015-10-03T14:43:50 | 2015-10-03T14:43:50 | 43,598,734 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,351 | java | package com.ebook.model;
public class Customer {
private Integer id;
private String name;
private String password;
private String sex;
private String email;
private String phone;
private String address;
private String question;
private String answer;
public Integer getId() {
return id;
... | [
"2219510449@qq.com"
] | 2219510449@qq.com |
92013393c9ff0726f8f112e7e4763c7a74e07d41 | 861867cd6d048f2b3bd9241be451631a4dbeccec | /Triangle.java | 590e5db2bc77c2e013dde957bfd528217e67a981 | [] | no_license | tohak/oopLesson2 | c0b16ac94e33b09eb70d3efe7d5c2a965da6237d | ac2f71c77231092c49e4a426ece124b5e84f70eb | refs/heads/master | 2021-04-27T19:41:43.353145 | 2018-02-21T16:46:00 | 2018-02-21T16:46:00 | 122,362,758 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 999 | java | package com.konovalov;
public class Triangle extends Shape {
private Point a;
private Point b;
private Point c;
public Triangle(Point a, Point b, Point c) {
super();
this.a = a;
this.b = b;
this.c = c;
}
public Triangle() {
super();
// TODO Auto-generated constructor stub
}
public... | [
"noreply@github.com"
] | noreply@github.com |
cfa5cb4d92d2fe6538a72e252abd7ea312e1f0fa | 357886faf6e614ac1a299e05939877484d2bb292 | /src/com/lenovo/market/dbhelper/UserDBHelper.java | f226842e1d3ebd6b4d8c45d8a61a1114e3f6b43f | [] | no_license | happy-rmq/market_beihai | 65d3e91e885a3ebe1ebb2ae909bb3b1af0bcb3dd | cb728b2d39ac4224407c753c0e96e4160a929480 | refs/heads/master | 2021-01-20T08:31:11.229585 | 2014-08-25T09:21:18 | 2014-08-25T09:21:18 | 23,308,432 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,279 | java | package com.lenovo.market.dbhelper;
import android.content.ContentValues;
import android.database.Cursor;
import android.text.TextUtils;
import com.lenovo.market.common.MarketApp;
import com.lenovo.market.vo.server.UserVo;
public class UserDBHelper {
private MarketDBHelper marketDB;
public UserDBHelper() {... | [
"happy_rmq@163.com"
] | happy_rmq@163.com |
2f4c6c3f318a3b2b6348193ccbf309b7ea9deb08 | 51ca49bb5cfc5220d8af834756d3962450205067 | /src/com/google/wave/api/BlipContentRefs.java | 04dd434f1d0a8da1063f2ca29a742ef33641a725 | [
"Apache-2.0"
] | permissive | vega113/WaveInCloud | c08f2e33503511e9754888ad63b2a674f348300b | 7a240021b931b240c33dca0b8443152fb82e0487 | refs/heads/master | 2021-01-01T17:47:13.719444 | 2011-11-15T18:00:21 | 2011-11-15T18:00:21 | 1,935,818 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 25,894 | java | /* Copyright (c) 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | [
"vega113@gmail.com"
] | vega113@gmail.com |
cbabbc500157ab4a7d6860a975f5b382c932e02f | f86e0ba65fbea5307dfa57b8fde2a0d192aa4b08 | /TeamPro/src/Sql/AdNoticeSql.java | 13537d6f92c4738534f7695ad31ba33c2d23e1a3 | [] | no_license | cielrenard/jspproject | 5ad6a5bc907599d1055a24f9c079cc8ffe7b9caf | a2983083990a2f488071706f6b691445960e5681 | refs/heads/master | 2020-04-18T11:12:17.801920 | 2019-01-25T05:48:27 | 2019-01-25T05:48:27 | 167,491,864 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 3,069 | java | package Sql;
//이 클래스는 질의명령을 보관.. 필요시 알려주는 기능을 가진 클래스
public class AdNoticeSql {
//질의명령 코드를 가독성있게 부여하기 위해 코드값에 이름을 부여하자.
public static final int SELECT_BOARDLIST=1; //게시물 목록 검색
public static final int SELECT_TOTALCOUNT=2; //총 원글 게시물 수
public static final int INSERT_ORIBOARD=3; //원글 등록
public static ... | [
"cielrenard@gmail.com"
] | cielrenard@gmail.com |
b628bf3e2f263131fa7d1c4afa5d746d86271760 | d15a059332bd4815a990d9599909a68e67bea812 | /moviefun-jcache-start/src/main/java/org/superbiz/moviefun/persistence/Movie.java | b1f9dfea7d8a1d22591cb1c9c7f637fa73168b15 | [] | no_license | tomitribe/microprofile-jcache | 9b1c6789f51ad5185cb53a741a44292d915b3ffc | 6d89e519cd92a729b8f96f9efceefe69ad433c88 | refs/heads/master | 2021-01-19T23:22:10.563291 | 2017-09-12T20:43:18 | 2017-09-12T20:43:18 | 88,970,886 | 4 | 5 | null | null | null | null | UTF-8 | Java | false | false | 2,593 | java | /**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | [
"jon@jrg.me.uk"
] | jon@jrg.me.uk |
34b661f7b2af3226fe3da6b55b62dc699d24769b | 6ab8fc6c218dc3b752f3c9acd825c1ad60589c2b | /src/main/java/com/jukuad/statistic/util/Constant.java | 7a20bd63fd15fd2e37b4070ef6fdde6a6523d729 | [] | no_license | wallyhung/mongo-statistic | 8dba4af6a62dcce4bacd59c8553bba60997eb1dc | 90f662429341c4cc9c1b2d33f0c5ec86e4c508e4 | refs/heads/master | 2021-01-23T18:58:33.605857 | 2014-03-10T02:49:22 | 2014-03-10T02:49:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 974 | java | package com.jukuad.statistic.util;
public class Constant {
/**点击日志路径**/
public final static String PATH_CLICK = "click";
/**下载日志路径**/
public final static String PATH_DOWNLOAD = "download";
/**客户端信息采集日志路径**/
public final static String PATH_INFO = "info";
/**安装日志路径**/
public final static String PATH... | [
"hongwei200612@gmail.com"
] | hongwei200612@gmail.com |
d4f88c1aff53642495290fb76f568a3136cc0a35 | b9444e532cd2d339fc3f45951649ead2c4eda7e1 | /test/multicast/MultiCastTestN1.java | 03f5dbe3afdfdc75c223cb64ccb51b89470c04ec | [] | no_license | mymailmjj/easyserver | 2af4549ea078f6386813d6d37a42257d0642c2b5 | c4a7f53365eaf3b3a1ba250d9a23538cbe39d519 | refs/heads/master | 2021-05-06T12:34:49.248142 | 2018-01-30T10:05:43 | 2018-01-30T10:05:43 | 113,159,838 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 288 | java | /**
*
*/
package multicast;
/**
* 组播节点1
* @author cango
*
*/
public class MultiCastTestN1 {
/**
* @param args
*/
public static void main(String[] args) {
MultiCastServer multCastServer = new MultiCastServer(8085,"node1");
multCastServer.start();
}
}
| [
"mymailmjj@yeah.net"
] | mymailmjj@yeah.net |
c45fcae139ee9b14449d10b9d7e280aacb776e6d | df1a1709eb37171ffda0f58b460754b7bb5b7d3a | /src/unitil/ReadExcel.java | 0e529d59b1b7dc57c4e006c79b4e8593e9b108d0 | [] | no_license | liwanlei/java_selenium | 787ee22b880c78b68fae3003b2f4d2073e75ccff | bd4462ecaf0c7e8bc5c96637ed6cab02bd056968 | refs/heads/master | 2020-03-29T21:34:52.802463 | 2018-09-26T06:13:10 | 2018-09-26T06:13:10 | 150,374,846 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,614 | java | /**
*lileilei
* 2018年9月24日
* ReadExcel.java
*/
package unitil;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import org.apache.poi.xssf.usermodel.XSSFCell;
import org.apache.poi.xssf.usermodel.XSSFRow;
import org.apache.poi.xssf.usermodel.XSSFSheet;
im... | [
"leileili126@163.com"
] | leileili126@163.com |
2a3b1dd90295d19f63659838cc8240aa0bb02d9e | c77cbc4593c38045d43803ec9a14d8aeceec249e | /app/src/androidTest/java/com/ta/hanafi/grammarepos/ExampleInstrumentedTest.java | 45239f5fe7f55efabe2a534075e0d1a46efcc8d1 | [] | no_license | andresual/BahasaInggrisApp | a82d5ab98a1c38d7e0345b2b4875268a607911a7 | d64feeaed3537b7f0a9392144faccbdf9f3f261e | refs/heads/master | 2020-11-29T01:25:13.867037 | 2019-12-24T19:12:52 | 2019-12-24T19:12:52 | 229,976,308 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 751 | java | package com.ta.hanafi.grammarepos;
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 Andro... | [
"andrean9103@gmail.com"
] | andrean9103@gmail.com |
6126a87f3f7e6810fa5ad0340d0bbbd39e21291b | c02d4cb1059b60232a01fc566da8efe9b090c36e | /SZ/KSee/app/src/main/java/com/junhsue/ksee/dto/MsgQuestionInviteDTO.java | 0a47e2bfb237bf29089b698add564e3bc0bddd55 | [] | no_license | Beckboy/SZ-V1.2.3 | a3a97fe43c43bdbb047abf758e15ae7e39b3e1c7 | e5fc8f5f6f6ab541bd24f30b17336238ada5806a | refs/heads/master | 2021-08-24T00:22:05.237799 | 2017-12-07T07:07:05 | 2017-12-07T07:07:05 | 113,413,037 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 826 | java | package com.junhsue.ksee.dto;
import com.junhsue.ksee.entity.BaseEntity;
import com.junhsue.ksee.entity.MsgQuestionEntity;
/**
* Created by longer on 17/6/7.
*/
public class MsgQuestionInviteDTO extends BaseEntity {
/**
*
*"user_id": 1,
"question_id": 1,
"qustion": {
"title": "招⽣生问题我... | [
"kunjiang93@gmail.com"
] | kunjiang93@gmail.com |
35c4db30111c2f21164d0083f79e31e7e1f53e4e | d0e8f076f037fb8be5ec272e2c0d7c16fa7f4b5d | /modules/citrus-ws/src/test/java/com/consol/citrus/ws/message/converter/WsAddressingMessageConverterTest.java | c0477069fef2601216dcbbbd3ebbe6980f87027e | [
"Apache-2.0"
] | permissive | swathisprasad/citrus | b6811144ab46e1f88bb85b16f00539e1fe075f0c | 5156c5e03f89de193b642aad91a4ee1611b4b27f | refs/heads/master | 2020-05-20T08:27:52.578157 | 2019-05-11T12:29:42 | 2019-05-11T12:29:42 | 185,473,773 | 2 | 0 | Apache-2.0 | 2019-05-07T20:32:02 | 2019-05-07T20:32:02 | null | UTF-8 | Java | false | false | 6,664 | java | /*
* Copyright 2006-2014 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... | [
"deppisch@consol.de"
] | deppisch@consol.de |
cdc45e2a22ffaaf52bf50d55e6badd9c0804aa89 | 3984f1a6e60474dd9f37d4ef361a3cc5aaf3b339 | /app/src/main/java/com/events/events/eventapplication/EventListFragment.java | c846339c01af858fc47c5613948c32f4871767f6 | [] | no_license | sgaamuwa/eventAndroidApp | 6e867064e8af5f7bea4e2f0ffbcba5c3b2a83fe3 | ecd9d8602f90353eb71f69a5a3e41fe909c692bc | refs/heads/master | 2020-03-30T12:59:15.930320 | 2018-10-02T12:32:04 | 2018-10-02T12:32:04 | 151,251,274 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,488 | java | package com.events.events.eventapplication;
import android.arch.lifecycle.Observer;
import android.arch.lifecycle.ViewModelProviders;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.ListFragment;
import android.view.LayoutInflater;
import android.view.View;
import an... | [
"samuel.gaamuwa@andela.com"
] | samuel.gaamuwa@andela.com |
b32eea3dc3a9f0809a3c055c67c2f214a5ba3ac7 | 3b91ed788572b6d5ac4db1bee814a74560603578 | /com/tencent/mm/plugin/backup/c/c$11.java | e8073d1b7c3c5ed979afdf60e934506d5473bbae | [] | no_license | linsir6/WeChat_java | a1deee3035b555fb35a423f367eb5e3e58a17cb0 | 32e52b88c012051100315af6751111bfb6697a29 | refs/heads/master | 2020-05-31T05:40:17.161282 | 2018-08-28T02:07:02 | 2018-08-28T02:07:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 424 | java | package com.tencent.mm.plugin.backup.c;
import com.tencent.mm.plugin.backup.f.b;
import com.tencent.mm.plugin.backup.f.b.c;
import com.tencent.mm.sdk.platformtools.x;
class c$11 implements c {
final /* synthetic */ c gUr;
c$11(c cVar) {
this.gUr = cVar;
}
public final void arI() {
x.... | [
"707194831@qq.com"
] | 707194831@qq.com |
a9229588391bcda3cf619c7da1dff7768d6569ee | c5b8c74f97e9e8d38122e307d0f066ef48e819dd | /BackUp/SistemaCZ/SistemaCZ_Android/app/src/main/java/com/example/sistemacz/ListaImoveisTrabalhadosActivity.java | b28f3e4b55a96c95cdc661f3433ab335ffc508fb | [] | no_license | DOUGLASINFO07/SistemaCZ | 74376c3042881c069b09e949d0a8c243a5a94e03 | 9969ee96d178b3823cb12209ba440319f3d48155 | refs/heads/master | 2020-07-07T05:36:32.364696 | 2019-09-18T22:18:10 | 2019-09-18T22:18:10 | 197,274,272 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 387 | java | package com.example.sistemacz;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class ListaImoveisTrabalhadosActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setCo... | [
"douglas.egidio@gmail.com"
] | douglas.egidio@gmail.com |
65c5ae132c3c36f710af0894b8b6a62bd5006cef | 0a9967f12f144774b91c8fa0031c53c6299d22af | /platform-workflow/src/main/java/com/webank/wecube/platform/workflow/parse/BpmnProcessModelCustomizer.java | 92a2eed95e9e28910149504d7b12d3b180234c14 | [
"Apache-2.0"
] | permissive | jeromeji/wecube-platform | 1c8fe9a1ca9006771b06314f1cb0fddb4813d7fe | a070dc2ae57767495a208f759578ec13c77f1a9a | refs/heads/master | 2021-01-08T17:07:13.029381 | 2020-02-21T06:17:10 | 2020-02-21T06:17:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 21,104 | java | package com.webank.wecube.platform.workflow.parse;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.UnsupportedEncodingException;
import java.nio.charset.Charset;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import java.util.... | [
"gavin2lee@163.com"
] | gavin2lee@163.com |
7d3b4a1db637daa0d0f74797d7d6ddde352474b6 | b526ce63f0aebd89e3b2ce34ff357ef4888fc8a5 | /Analysis/src/main/java/edu/run/major/MajorTCSStatisticsToDB.java | f6b1635427ab349e4bbbf7ed5edbe5032f0689b9 | [] | no_license | guxiaoyan5/graduadtionProject | d7e5aa575f749ac42cb1845b230a97effdf4f3d4 | 9bcdec70c2c4cb5cf0ad41ca7dcdab69f72f8beb | refs/heads/master | 2023-04-29T03:44:51.808799 | 2021-05-24T01:18:23 | 2021-05-24T01:18:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,484 | java | package edu.run.major;
import edu.Dao.Class.ClassTCSInputValue;
import edu.Dao.Class.ClassTCSKey;
import edu.Dao.Class.ClassTCSValue;
import edu.Dao.Major.MajorTCSInputValue;
import edu.Dao.Major.MajorTCSKey;
import edu.Dao.Major.MajorTCSValue;
import edu.Infomation.Class.ClassTCS;
import edu.Infomation.Major.MajorTCS... | [
"54840826+love5yan@users.noreply.github.com"
] | 54840826+love5yan@users.noreply.github.com |
3c383668c5943690911cb89a045fbaae267810ea | d023adcd0f3efa57efa06d1b26857bcc460282ea | /NewAccount.java | e6f7aa53fe5e31e42bf3a138585009363ed39481 | [
"MIT"
] | permissive | shikhar29111996/Bank_System | 084295db9a786ea0b3e5639d37dabbe1d1af466c | 8e0681e33295fdf79132bda72a0e355af60e210e | refs/heads/master | 2021-01-22T22:57:20.023748 | 2017-03-20T15:24:08 | 2017-03-20T15:24:08 | 85,592,959 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,353 | java | import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.io.*;
public class NewAccount extends JInternalFrame implements ActionListener {
private JPanel jpInfo = new JPanel();
private JLabel lbNo, lbName, lbDate, lbDeposit;
private JTextField txtNo, txtName, txtDeposit;
private JCom... | [
"noreply@github.com"
] | noreply@github.com |
7c5d97c1b64723090ab8f5b60ea421915f7e024e | d442753aa6c432ca90d837117a529b9422e23ee6 | /src/main/java/com/mybatis/test/binding/MapperProxy.java | 25c22462a10d6a4f17e5cbb1c66bc523c66cbe76 | [] | no_license | 2358723997/mybatis-test | f9cf769afaaa65d206f87e378d6eaa9461362de3 | 0f70ea7f7fe71f9436a4a0fbb205098ca26dcc6d | refs/heads/master | 2023-07-13T17:02:35.132085 | 2021-08-15T15:48:09 | 2021-08-15T15:48:09 | 396,402,780 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,382 | java | package com.mybatis.test.binding;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
import com.mybatis.test.session.DefaultSqlSession;
/**
* MapperProxy类
* MapperProxy代理类,用于代理Mapper接口
*
* @author wangjixue
* @date 8/15/21 9:16 PM
*/
public class Mapper... | [
"2358723997@qq.com"
] | 2358723997@qq.com |
b9974a8e9572d7a3280801001f790edbbf8a3e81 | 2e37d297e8c9782bd4f9349d9bb8e9ee21a51da4 | /AppChatV4/app/src/main/java/com/example/appchatv4/Facebook/SignUpFacebookActivity.java | c290aadb961eb4552a77fa8d2238c678cd63170d | [] | no_license | nguyenven299/LapTrinhAndroid | 1c42bb6cf07d2459a33131026a09373e1930bd6f | 2a764fd42b5696a570865ca28ff0f9e6f0179d62 | refs/heads/master | 2020-08-06T06:00:19.864443 | 2020-05-03T08:22:01 | 2020-05-03T08:22:01 | 212,850,341 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 81 | java | package com.example.appchatv4.Facebook;
public class SignUpFacebookActivity {
}
| [
"nguyenven1999@gmail.com"
] | nguyenven1999@gmail.com |
ce2250efe15896fe305f1be5af6b360a093427c7 | 283a699ad7f59c0ef27f65fa541435ddd44d9a10 | /src/main/java/com/rhjf/salesman/web/util/Test.java | 5c10a6b00f974c4d56e9e55d59485cf4515cf7a1 | [] | no_license | zfy0098/salesman-web | 462a3a4c1153e30bc28cb5d205a45b61032c2fc8 | 48c3ed4731a7d091d0f5a4f8f740d2f482ba1cf9 | refs/heads/master | 2021-01-19T18:23:35.369308 | 2018-03-05T06:33:44 | 2018-03-05T06:33:44 | 101,130,736 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 301 | java | package com.rhjf.salesman.web.util;
import java.util.UUID;
/**
* Created by hadoop on 2017/8/29.
*/
public class Test {
public static void main(String[] args){
for (int i =0 ; i < 5 ; i++){
System.out.println(UUID.randomUUID().toString().toUpperCase());
}
}
}
| [
"zfy0098@163.com"
] | zfy0098@163.com |
c37bd1429de0b67d6bb7d441be9916c4b216aa5c | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/hazelcast/2015/4/MapPutTransientRequest.java | dd4576dacee1d201e8dd5955adcb397c4be249a3 | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 1,781 | java | /*
* Copyright (c) 2008-2015, Hazelcast, 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 required ... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
622691aba90c46f08e03123dc44e6e8e0a8a9791 | 21f7c0afc4f9561498039e1ce516135e16abfc07 | /src/main/java/com/brenolins/cursomc/domain/Endereco.java | 0977e74db81b703df63a4ac5566adcf250af6ab9 | [] | no_license | brenohlins/springboot-ionic-backend | 86adf04c19337798eaff4f1e0b9544e2608ce8d3 | d008f1712fb93917c8465dea1648081d56d41888 | refs/heads/master | 2022-11-18T04:24:47.089495 | 2020-07-19T04:09:26 | 2020-07-19T04:09:26 | 263,360,639 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,047 | java | package com.brenolins.cursomc.domain;
import java.io.Serializable;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import com.fasterxml.jackson.anno... | [
"brenoh21@gmail.com"
] | brenoh21@gmail.com |
3ec06e355d5b1b8a971d02f304cd6421e31d0015 | 190b0d767cc9848beb55bae998f2fd9e8f4541cb | /JavaSE/src/JavaSE_09_API/项目/T_Date.java | 1cb4097d5cab7d1ba172d249b013d63038c0ba9d | [] | no_license | cxysl/mytest | 0b7ad12f64afc21b6a88aff785a0a0610451d092 | d4519acfe2c953cec57015a960337783634393b8 | refs/heads/master | 2022-06-26T14:09:43.686394 | 2020-07-27T06:58:40 | 2020-07-27T06:58:40 | 229,001,336 | 4 | 0 | null | 2022-06-21T02:28:46 | 2019-12-19T07:39:57 | Java | UTF-8 | Java | false | false | 1,351 | java | package JavaSE_09_API.项目;
import java.util.Date;
import java.util.Scanner;
import java.text.SimpleDateFormat;
public class T_Date {
public static void main(String[] args) {
System.out.print("输入商品生产日期(格式:yyyy-mm-dd):");
Scanner reader = new Scanner(System.in);
String str1 = reader.next();
... | [
"463572181@qq.com"
] | 463572181@qq.com |
78904a642ead9c663739c0e56d098b4e00d01018 | 90f17cd659cc96c8fff1d5cfd893cbbe18b1240f | /src/main/java/com/google/firebase/firestore/local/LocalStore$$Lambda$5.java | 454f10005bdc8f24eae1331afa286579bf6aa391 | [] | no_license | redpicasso/fluffy-octo-robot | c9b98d2e8745805edc8ddb92e8afc1788ceadd08 | b2b62d7344da65af7e35068f40d6aae0cd0835a6 | refs/heads/master | 2022-11-15T14:43:37.515136 | 2020-07-01T22:19:16 | 2020-07-01T22:19:16 | 276,492,708 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 733 | java | package com.google.firebase.firestore.local;
import com.google.protobuf.ByteString;
/* compiled from: com.google.firebase:firebase-firestore@@19.0.0 */
final /* synthetic */ class LocalStore$$Lambda$5 implements Runnable {
private final LocalStore arg$1;
private final ByteString arg$2;
private L... | [
"aaron@goodreturn.org"
] | aaron@goodreturn.org |
c21eaa26c265e95e932c6ce1254289d236a94781 | 69285a08dff1c168844a8c420099deabe6f5d385 | /5_year/D5_DifferentialCryptanalysis/src/branch_and_bound/PrecalculationTable.java | 42b03b981e7b81a5ea118059275d06c0ea8b3501 | [] | no_license | Flav1us/Labs | 47b038af9505e6e72d5d0cfd3e4953690014058b | 567ff8b7a58f28eabccb4badcbbf670a1d193b03 | refs/heads/master | 2022-09-22T02:53:21.747550 | 2019-06-25T16:47:39 | 2019-06-25T16:47:39 | 153,999,652 | 1 | 0 | null | 2022-09-08T00:59:37 | 2018-10-21T11:12:16 | HTML | UTF-8 | Java | false | false | 2,960 | java | package branch_and_bound;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.LinkedList;
import java.util.List;
public class PrecalculationTable {
//private static int decrease_multiplier = 1; //for speed during testing
p... | [
"an215@ukr.net"
] | an215@ukr.net |
4f5eb11b9915a23e1fe2a00c3dd7a37f7ad85a15 | ef71494fef6618b48cfbcce2904dfd74b12a8948 | /icloud-stock/icloud-stock-connector/src/main/java/com/icloud/stock/importer/meta/MoreStockInfoImporter.java | 93917f9f0ec8f75805e706e0a11e16472722700e | [] | no_license | djgrasss/icloud-2 | 128d8ba977afc1787f280c9b524d1704035476d7 | 796c0b53af2c05e82ef68f8c140a726e19a0e1ce | refs/heads/master | 2021-01-21T23:58:10.983738 | 2014-09-03T01:41:55 | 2014-09-03T01:41:55 | 23,603,476 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,210 | java | package com.icloud.stock.importer.meta;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import com.icloud.framework.file.TextFile;
import com.icloud.stock.ctx.BaseServiceImporter;
import com.iclou... | [
"jiangning.cui2@travelzen.com"
] | jiangning.cui2@travelzen.com |
76cf80281690885ba1407dda5639c049ad958d4d | fd77766788703190418fab5626f4fec39bf2a736 | /src/main/java/ge/kerketi/kpay/persistence/model/TblGroup.java | 8181ce56265ee58c49ed39af80b89a40460d1fdd | [] | no_license | akkerketi/k-pay | 68acc9b7afcf25c746e1d08579782af065a9bdec | b4a1d03c82834b81e09fb4bf089479eaafeae2b7 | refs/heads/master | 2022-12-27T19:18:36.418330 | 2020-10-07T06:08:40 | 2020-10-07T06:08:40 | 300,927,329 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 887 | java | package ge.kerketi.kpay.persistence.model;
import ge.kerketi.kpay.persistence.model.enums.GroupType;
import lombok.Data;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persist... | [
"ak@kerketi.ge"
] | ak@kerketi.ge |
17a1159984476c2ebbc6d172a0acaf3e81e1ab7a | 7f7065e8d3a6b9a4b1dd5a56adbd8c8cdae956a4 | /src/main/java/ru/ssau/tk/pillank1/Kazakov_Practice/dataTypes/ConsoleOutputOfTypes.java | d9231742e6a8751c5e0d08b1589a84ff24d53191 | [] | no_license | pillank1/Kazakov_Practice | 4a98692d63956539ce19b5c0f6b6df316fabc49b | af10d4623b0e5f61525d5967d094b0dc923e89d3 | refs/heads/master | 2023-02-13T01:31:26.278631 | 2021-01-15T11:18:19 | 2021-01-15T11:18:19 | 295,716,703 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,033 | java | package ru.ssau.tk.pillank1.Kazakov_Practice.dataTypes;
public class ConsoleOutputOfTypes {
public static void printType(byte type) {
System.out.println("byte");
}
public static void printType(char type) {
System.out.println("char");
}
public static void printType(short type) {
... | [
"nikita37pobeditel@mail.ru"
] | nikita37pobeditel@mail.ru |
798145918f82e5925b6eb7d708d7d4d289e20833 | fd4fe835d97778f8a6c597a7bdb80126d0c4e45b | /src/main/java/Shape.java | b1956576455bde071f97ae82470b4454d8298b27 | [] | no_license | mohan-13/ProcessingOOP | d2ebd5eb79e22930111414bc4fe8c8051aa00a9e | f9ed696b929580a6cea6093fe91fad9bf598bf53 | refs/heads/master | 2023-03-21T22:08:36.202467 | 2021-03-10T16:10:47 | 2021-03-10T16:10:47 | 341,786,541 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 120 | java | import processing.core.PApplet;
public interface Shape {
void moveLeftToRight();
void draw(PApplet pApplet);
}
| [
"mohankumar.t@thoughtworks.com"
] | mohankumar.t@thoughtworks.com |
6ca94879bb54252575f88d6dc64d52e14339c5bd | cbb9f3df4011ca7d611f38c5f8e9b2c41e450d3f | /src/main/java/br/com/guilhermealvessilve/jms/thread/JMSPriceThreadFactory.java | e6cbe72cbfc35d979b4e535685a68958419de65e | [] | no_license | guilherme-alves-silve/quarkus-messaging | 324dc8478b5a4bd812235d9f53d3189710b27c5a | 6ee8e84e197cb3c6cd45c754861012340a029e5d | refs/heads/master | 2022-10-18T00:24:27.883309 | 2020-06-15T20:05:39 | 2020-06-15T20:05:39 | 272,532,751 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 757 | java | package br.com.guilhermealvessilve.jms.thread;
import javax.enterprise.context.ApplicationScoped;
import java.util.concurrent.ThreadFactory;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicLong;
@ApplicationScoped
public class JMSPriceThreadFactory implements ThreadFactory {... | [
"guilherme_alves_silve@hotmail.com"
] | guilherme_alves_silve@hotmail.com |
58e5695246d27622d1960a3f72eb46986b9557bc | f766baf255197dd4c1561ae6858a67ad23dcda68 | /app/src/main/java/com/tencent/b/a/a/o.java | 0805de151637f9bead5f6d0bed34a26249a08368 | [] | no_license | jianghan200/wxsrc6.6.7 | d83f3fbbb77235c7f2c8bc945fa3f09d9bac3849 | eb6c56587cfca596f8c7095b0854cbbc78254178 | refs/heads/master | 2020-03-19T23:40:49.532494 | 2018-06-12T06:00:50 | 2018-06-12T06:00:50 | 137,015,278 | 4 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,565 | java | package com.tencent.b.a.a;
import android.content.Context;
import android.provider.Settings.System;
public final class o
extends q
{
public o(Context paramContext)
{
super(paramContext);
}
protected final void a(a parama)
{
try
{
new StringBuilder("write CheckEntity to Settings.System... | [
"526687570@qq.com"
] | 526687570@qq.com |
148d94791dea302097b0c44a09f2d629ae652687 | 5aee2ea5477936af2a70037bb63003e750a9faa5 | /src/DesignPattern/Strategy/Duck/Behaviour/Diet/Diet.java | 76d5427483f92917ce58f56a63bda8b27d43b3e1 | [] | no_license | Will3x/Practise | d41203b2d79a054a15624d6d9c719cf938f323fb | 2dfb6b22da15d07396f7679a7563e9a37ad743c7 | refs/heads/master | 2020-04-27T18:08:37.791605 | 2019-03-29T16:56:09 | 2019-03-29T16:56:09 | 174,556,009 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 101 | java | package DesignPattern.Strategy.Duck.Behaviour.Diet;
public interface Diet {
String diet();
}
| [
"peppingw3@gmail.com"
] | peppingw3@gmail.com |
0b2e4d21d42ef6bea533cdb282e76a8c075c9505 | 942c58ef13d753466b0cfdc95689353b4c281991 | /src/com/robodogs/frc2018/commands/auto/DrivePastLine.java | e5b07e9e3127811a3d3bda5d8f8f8c9959644210 | [] | no_license | dsrasheed/FRC-2018-Robot | c0f3d4bf3c3c3fd6fa42a20c20e6c3c0e9187c24 | be411cc55d6d25bd34137d12dd060bb2f721d301 | refs/heads/master | 2021-09-12T20:01:20.987032 | 2018-04-20T12:11:37 | 2018-04-20T12:11:37 | 119,760,766 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,375 | java | package com.robodogs.frc2018.commands.auto;
import edu.wpi.first.wpilibj.command.Command;
import edu.wpi.first.wpilibj.Timer;
import com.robodogs.frc2018.Robot;
import com.robodogs.frc2018.subsystems.Drive.DriveSignal;
/**;
*
*/
public class DrivePastLine extends Command {
private double startTime;
... | [
"xcub101@gmail.com"
] | xcub101@gmail.com |
14d35d33b11bd8469b9061c0313bc50bc167ccdb | 8e94005abdd35f998929b74c19a86b7203c3dbbc | /src/linkedin/tree/SymmetricTree.java | 42d6b068de9215d8383f2ec2cf417ba4c07d3d73 | [] | no_license | tinapgaara/leetcode | d1ced120da9ca74bfc1712c4f0c5541ec12cf980 | 8a93346e7476183ecc96065062da8585018b5a5b | refs/heads/master | 2020-12-11T09:41:39.468895 | 2018-04-24T07:15:27 | 2018-04-24T07:15:27 | 43,688,533 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,037 | java | package linkedin.tree;
import tree.TreeNode;
/**
* Created by yingtan on 11/19/17.
*
* 101. Symmetric Tree
DescriptionHintsSubmissionsDiscussSolution
Discuss Pick One
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).
For example, this binary tree [1,2,2,3,4,4,3] is... | [
"ying.tan@oracle.com"
] | ying.tan@oracle.com |
c6d5067341e928de29d7431739574fbc618cc307 | a6edd768140cb32c23a54b0430f8a23a69b5f35b | /app/src/test/java/com/example/administrator/myapplication4/ExampleUnitTest.java | b9b501ded3382f4b00565b9544ebe28ed4f19de3 | [] | no_license | lijinpeople2333/myapp1 | 3a94b8c5be04e5a53337508e768897a4af7cb7d4 | 799553524b31311c5a1585faacf64f746de42522 | refs/heads/master | 2021-01-12T15:06:45.522268 | 2016-10-23T13:04:59 | 2016-10-23T13:04:59 | 71,703,294 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 333 | java | package com.example.administrator.myapplication4;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 ... | [
"273513249@qq.com"
] | 273513249@qq.com |
fb94efe98ceaed8f8daf07899c115952bc287dd0 | 8ca9069b8ee82f967791f4650d3e8cc16e1504f8 | /src/test/java/FLUserProfileCollectorTest.java | ae7e367f6595681f2e7ab57233f19d0966de3b56 | [] | no_license | a-pavlov/fantlab | de52871add375684521015b6b6741d1f00c89b3a | 9b7928c9f9e3af38c55efdc298231183cd9382bb | refs/heads/master | 2022-12-03T08:05:54.159611 | 2022-01-13T16:40:00 | 2022-01-13T16:40:00 | 120,786,968 | 1 | 0 | null | 2022-11-16T09:32:25 | 2018-02-08T16:31:02 | C++ | UTF-8 | Java | false | false | 4,503 | java | import lombok.extern.slf4j.Slf4j;
import org.fantlab.FLUserProfileCollector;
import org.junit.Test;
import java.util.regex.Matcher;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
/**
* Created by apavlov on 01.03.18.
*/
@Slf4j
pub... | [
"intser79@gmail.com"
] | intser79@gmail.com |
5d54f1326a3b827f60c76547d19cf13259441cfa | 4289a563563523ea12c7d5a6a6f1224ef185ea15 | /src/level_011_RainbowOfClarity/E_050_chessKnight.java | 012dbcd69c2c1a41e6cb47d4c776fb313b3c57ab | [] | no_license | nguyenlehai/CodeSignalSolution | a7c1c0b7c96c267bd3e10ba411f65d9966b52f8b | dd273a77d5827020c63e5b0f48aca4eefb631934 | refs/heads/master | 2022-11-12T19:05:19.812268 | 2020-07-08T10:14:24 | 2020-07-08T10:14:24 | 274,824,262 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,140 | java | package level_011_RainbowOfClarity;
public class E_050_chessKnight {
/*
Given a position of a knight on the standard chessboard, find the number of different moves the knight can perform.
The knight can move to a square that is two squares horizontally and one square vertically,
or two squares vertically and one sq... | [
"nguyenlehai@hotmail.com"
] | nguyenlehai@hotmail.com |
05abf738f2742cd595b6f46a61a86e8372358d63 | 16021fba8068e54dbeac92395a1d1848d588a80f | /src/main/java/gpstudy/factory/demo1/Div.java | 4d4f2c61dc64e4ca14d6d510540522ff7928fddd | [] | no_license | xuxiaoruirui/demo | 1cfb6348110f80b86af1e484c68f51698c1327ed | 7de0c7563d63803ded7a4f65c90748dfb97d1e4f | refs/heads/master | 2022-06-27T10:27:08.038615 | 2021-08-16T09:09:02 | 2021-08-16T09:09:02 | 229,669,253 | 0 | 0 | null | 2022-06-17T03:35:06 | 2019-12-23T03:25:06 | Java | UTF-8 | Java | false | false | 187 | java | package gpstudy.factory.demo1;
import factory.demo1.Operation;
public class Div extends Operation{
@Override
public double getResult() {
return numberA/numberB;
}
}
| [
"rui.xu@gshopper.com"
] | rui.xu@gshopper.com |
7c29f8846572c784550fd0515865dcfa8d8d18bb | 88a44d178eb0786dfa684ea309596c1f9dcf1c6d | /gemfire/src/main/java/com/TestMain.java | 314d061fe1249b76ab2f5ea3c13111652fc37e7c | [] | no_license | rajiv0903/Java | d77ccb07abbc78f42a9dad16b98db4828afa1829 | 46d99461c9da196a7e91b79ee430c6e9bbf7ae25 | refs/heads/master | 2021-05-07T01:01:26.127786 | 2018-01-15T18:54:16 | 2018-01-15T18:54:16 | 110,309,670 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 844 | java | package com;
import java.time.LocalDateTime;
import java.time.ZoneId;
import java.time.format.DateTimeFormatter;
public class TestMain {
public static void main(String[] args) throws Exception{
//1510976648280
//1510976664925
System.out.println(System.currentTimeMillis());
long prev = 1510976648280L;
T... | [
"rajiv.juprod@gmail.com"
] | rajiv.juprod@gmail.com |
54d58d0df0b40068dd9ebddaa38be1f855dea1d0 | 333142e77e2223c6e4d075c6b6a23f91a8daaa2c | /allcod/SE1/src/FemtoParser.java | f637ff5d824d4ffb12697e7c8f1c4983bd5eca64 | [] | no_license | HatemOrhoma/GameOL | 211c08e009d2ec3acee73f6e82cbbf85eb180386 | fc3938a68720622a13bdc62fd0c8bfb95b0e2568 | refs/heads/master | 2023-08-14T07:17:49.465494 | 2021-10-14T15:50:03 | 2021-10-14T15:50:03 | 207,632,948 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 870 | java |
public class FemtoParser extends Parser {
void Programm() {
VereinbarungsListe();
accept(print);
Ausdruck();
accept(semikolon);
}
void VereinbarungsListe(){
if (nextIs(typeInt)){
WertVereinbarung();
VereinbarungsListe();
}
else {
}
}
void WertVereinbarung(){
accept(typeInt);
accept(be... | [
"hatemorhoma96@gmail.com"
] | hatemorhoma96@gmail.com |
c1d81fa0aa47cc7034a6efc40377d9addb9236ae | ed7a427ae45cea0585484faf03acc9766776cc58 | /src/factory_af/RedPepper.java | 87cc393a806d830e11d646ad9562e5f71d938e26 | [] | no_license | so0choi/DesignPattern | d3030c555e017ce68cb466c6fc23f742e28e900a | cd7eac06945317836aaaa6840f13f2c61be948c1 | refs/heads/master | 2022-12-03T13:52:25.098526 | 2020-08-24T04:43:56 | 2020-08-24T04:43:56 | 262,072,092 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 121 | java | package factory_af;
public class RedPepper implements Veggies {
public String toString() {
return "Red Pepper";
}
}
| [
"simc2644@gmail.com"
] | simc2644@gmail.com |
ebbd9b30596b35868a7e9b3594ad359e9a18d9d8 | e43d5e2445c1679421218a5261b72faba052a648 | /JavaRushTasks/1.JavaSyntax/src/com/javarush/task/task06/task0618/Solution.java | 9222cd62eee2a7e48a1d9aaa03870c83d07415a4 | [] | no_license | SokolY/javarush2020 | a008087efe2c21f79905e2c55129e69063d3adf1 | e8c780605357b8c8c5359a4b64439a76a3a85fd5 | refs/heads/master | 2023-08-03T14:05:40.500475 | 2021-10-06T17:14:14 | 2021-10-06T17:14:14 | 291,798,788 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 355 | java | package com.javarush.task.task06.task0618;
/*
KissMyShinyMetalAss
*/
public class Solution {
public static class KissMyShinyMetalAss
{
}
public static void main(String[] args) {
//напишите тут ваш код
KissMyShinyMetalAss bender = new KissMyShinyMetalAss();
System.out.println... | [
"yura.sokol@gmail.com"
] | yura.sokol@gmail.com |
d32c7bd1e38e0608e9145017f071df417378986c | fdcad577e09a7411e4e86692251c89fd7a66adc3 | /src/test/java/javatrDay1/task5/logic/Logic5Test.java | 561238bc34614fc3a8dcbf41fd94d5c7e5e8b9b3 | [] | no_license | OSmol/ProjectAndrievich | 50e05e89c7b38b365005c5656f866bde30ac8506 | 0cbc62665ebdfb699c5f6f75e19489b2519a10e2 | refs/heads/master | 2021-01-14T19:26:19.200156 | 2020-02-24T14:03:33 | 2020-02-24T14:03:33 | 242,728,522 | 0 | 0 | null | 2020-02-24T12:18:08 | 2020-02-24T12:18:07 | null | UTF-8 | Java | false | false | 433 | java | package javatrDay1.task5.logic;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class Logic5Test {
@Test
void findDividersOfNumberAndSum() {
assertTrue(Logic5.findDividersOfNumberAndSum(6));
assertFalse(Logic5.findDividersOfNumberAndSum(22));
asse... | [
"tatsiana.andryievich@gmail.com"
] | tatsiana.andryievich@gmail.com |
0d31ae22e503ac375c4e093753518b221b85d274 | d548d9f562386c689838938406b4bb9756ebc819 | /tianhe-netty/src/main/java/com/tianhe/framework/netty/online/client/Main.java | cac6f2d26838ffdf3b8e68d8675e906b53f8bd02 | [] | no_license | frametianhe/tianhe-framework | 049392677e7532f2845d3cd57e421e03e423a94f | ed4fec0da86848bc45e3e3c2ac7077c575e7a7b4 | refs/heads/master | 2023-02-20T11:19:40.718464 | 2021-01-25T07:59:17 | 2021-01-25T07:59:17 | 327,812,312 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 627 | java | package com.tianhe.framework.netty.online.client;
/**
* Created by weifeng.jiang on 2017-11-03 10:35.
*/
public class Main {
public static void main(String[] args) throws Exception{
DefaultTestServiceChannel handler = new DefaultTestServiceChannel();
ChannelInfo channelInfo = new ChannelInfo();
... | [
"jiangweifeng@didichuxing.com"
] | jiangweifeng@didichuxing.com |
ac2fec6169975faaa9ca3bc18182e0c0f893022f | fdd0a024fd9f5203b32ba0592c50111bf4c8cdd0 | /aboo/src/main/java/com/kh/aboo/admin/schedule/model/service/impl/ScheduleServiceImpl.java | b939f3e843235de10c83868d203c9834f674fea2 | [] | no_license | season91/aboo | eaeae597ea652c639424ed2fbc2c40272fd191d5 | debdd357a44f43b951466cedd42766d830020230 | refs/heads/main | 2023-06-07T00:33:05.761606 | 2021-06-22T11:54:33 | 2021-06-22T11:54:33 | 350,609,378 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,289 | java | package com.kh.aboo.admin.schedule.model.service.impl;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.stereotype.Service;
import com.kh.aboo.admin.schedule.model.repository.ScheduleRepository;
import com.kh.aboo.admin.schedule.model.service.ScheduleService;
import c... | [
"76516455+IMHEEWON@users.noreply.github.com"
] | 76516455+IMHEEWON@users.noreply.github.com |
f27f6dfb640fe846cbff9fbce0876b7b4e7c498d | cc52669589f3d610272ecd48115614ce32af619d | /TwitVid/src/com/videotweet/DBConnection.java | bfb68268aa36ed530a276f582edd12f51e0009a6 | [] | no_license | selvadinesh/cloud_assign_1 | 0f2489c0803daeae70cb68862127d324cea755fa | 948fa2448f61ee386c56cb28f94b392a31c5018b | refs/heads/master | 2021-01-19T06:31:08.841788 | 2014-03-17T02:41:39 | 2014-03-17T02:41:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 584 | java | package com.videotweet;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public class DBConnection {
public static Connection openConnection() throws ClassNotFoundException, SQLException{
String myDriver = "com.mysql.jdbc.Driver";
String myUrl = "jdbc:mysql://t... | [
"sdt279@nyu.edu"
] | sdt279@nyu.edu |
27663d433430cc93ed5981643bd1a4c924cddbea | 410fb585f1df066579ea640982ce6994a7deadf2 | /src/main/java/com/bachngo/socialmediaprj/service/FriendConnectionService.java | 96df2f02ac7cd95b303267e457c1259f35ba8a0d | [] | no_license | BachNgoH/spring-boot-social-media-app | 24780def3ff97f185dd8ec3bd2962a187a71b252 | ac83bdb879dd7c4e53d577eb5683b6bfc0531fec | refs/heads/master | 2023-07-07T05:52:59.861941 | 2021-08-05T06:12:01 | 2021-08-05T06:12:01 | 383,707,316 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,470 | java | package com.bachngo.socialmediaprj.service;
import java.util.ArrayList;
import java.util.List;
import java.util.Optional;
import org.springframework.stereotype.Service;
import com.bachngo.socialmediaprj.dto.AppUserResponse;
import com.bachngo.socialmediaprj.dto.ConnectionResponse;
import com.bachngo.socialmediaprj.m... | [
"nlmbao2015@gmail.com"
] | nlmbao2015@gmail.com |
f267a139d03772dd846136c1c97fc901509bf334 | 8ef2cecd392f43cc670ae8c6f149be6d71d737ba | /src/com/google/common/collect/RegularImmutableMap$1.java | 60e8bc458c30f7dcdd2fc2ebb5af6424820cb8c3 | [] | no_license | NBchitu/AngelEyes2 | 28e563380be6dcf5ba5398770d66ebeb924a033b | afea424b70597c7498e9c6da49bcc7b140a383f7 | refs/heads/master | 2021-01-16T18:30:51.913292 | 2015-02-15T07:30:00 | 2015-02-15T07:30:00 | 30,744,510 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 549 | java | package com.google.common.collect;
class RegularImmutableMap$1
extends ImmutableMapKeySet<K, V>
{
RegularImmutableMap$1(RegularImmutableMap paramRegularImmutableMap, ImmutableSet paramImmutableSet, int paramInt)
{
super(paramImmutableSet, paramInt);
}
ImmutableMap<K, V> c()
{
return ... | [
"bjtu2010@hotmail.com"
] | bjtu2010@hotmail.com |
6649c821a187464f31bbe4513ac5b9f1355e2faa | 2e34de505149e801f39e6778470252edbaa7ee06 | /Armory/src/java/servlets/SearchCharacters.java | 2d5b1966090af6322765ab397439d55f0986eaeb | [] | no_license | willian-gouveia/Prog4Project | 0ec30e1a75c8bc5ad588f94d093253a5545e5d03 | 3c822d024106b88b5446763b3ebb18402cb59e8c | refs/heads/master | 2022-05-01T09:53:59.761716 | 2015-01-26T21:52:05 | 2015-01-26T21:52:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,857 | 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 servlets;
import DAL.Character;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.ArrayList;
import jav... | [
"kiep_out@hotmail.com"
] | kiep_out@hotmail.com |
5d80a57f0ef9f2d42a904e95e923773e5aee799b | 8831a51eaf07c76482c7dbc5ff2fb987849c2b29 | /build/app/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/com/renan/bem_aventurancas/R.java | bb3a6eb075301e403df22707220929122e910622 | [] | no_license | renanamr/AppCrismando | 72ef2fa78f1efbe3806c49f345a7f354d73cf1ef | d4d41e9d2f97f46b95eeb995bbb1677434fb6e90 | refs/heads/master | 2021-04-24T03:32:13.717844 | 2020-04-02T10:00:26 | 2020-04-02T10:00:26 | 250,068,115 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 72,582 | 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.renan.bem_aventurancas;
public final class R {
public static final class attr {
/**
* Alpha multiplier applied to th... | [
"renanrochamorais@outlook.com"
] | renanrochamorais@outlook.com |
1f09e4e5019a14bfdf66a3084d1ea58a88e750ea | 7e7312070aba187fd8c0e5703b111dde01a28045 | /modules/gesaduan-war/src/main/java/es/mercadona/gesaduan/jpa/tarics/v1/ReasReemplazarJPA.java | 2c1dd9a2192d93432fff88a152380de04ae861f2 | [] | no_license | trinimorillas/gesaduan_online_git | 0ffd0c64846c8be529f1aea992ec4c569bf3cdd2 | c8529f2e4cb88b116f67cf43c63f1284e54df32a | refs/heads/master | 2023-07-30T20:08:26.093976 | 2021-07-28T09:57:01 | 2021-07-28T09:57:01 | 411,603,520 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,691 | java | package es.mercadona.gesaduan.jpa.tarics.v1;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.OneToMany;
i... | [
"raul.chover-selles@capgemini.com"
] | raul.chover-selles@capgemini.com |
001ae712bfff4ff55c037e28db0bca2ee7885a93 | 33b57c7031d40790df941752ed22f60aaa69ff2f | /src/controller/ConnectServer.java | 30a9e03e500404e065fe805af41de5dd43e26391 | [] | no_license | ShaliovArtiom/AIPOS | bbd1941e6c3ae54317dd143213c836325c02168c | 40c56ccf17753a6c79d21658baf3bb7bfe7999e5 | refs/heads/master | 2021-08-11T13:10:35.384571 | 2017-11-13T19:10:58 | 2017-11-13T19:10:58 | 110,590,107 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,635 | java | package controller;
import view.Frame;
import view.MemoFrame;
import javax.swing.*;
import java.io.*;
/**
* Класс, реализующий соединение с сервером
* @author ShaliovArtiom, TruntsVitalij
*/
public class ConnectServer {
/**
* Запрос, который обрабатывает сервер
*/
private static Request request;... | [
"shaliov.artiom@mail.ru"
] | shaliov.artiom@mail.ru |
1c1deaf8e33816843c94ca4de7e4df223cb58184 | ea70247aec6dc5c974a9a5a34623d418cd917593 | /plugins/webjars/src/main/java/juzu/plugin/webjars/WebJar.java | 7953ec94ddd976a457ae12ce3c603822b0e0c846 | [] | no_license | JN88/juzu | 40206b1d02247e270ff668ad3ac6d9ef395834d5 | 4e2d2ed2d002ac40103d7be8886db7d91387420f | refs/heads/master | 2020-12-30T23:08:18.220122 | 2014-02-11T09:06:10 | 2014-02-11T09:19:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,187 | java | /*
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This software is distributed in the hope that it will b... | [
"julien@julienviet.com"
] | julien@julienviet.com |
4cda5a1db358564d905ce8a76fb68b3f1ba57d5b | 71e8533d5cfc7f6d061596b51b6db7a182d0f89c | /.svn/pristine/05/0525768fa22809bca35cd3290d617975af928c29.svn-base | c310ce89f1494e8ef59ca212d49e0756e3cfc290 | [] | no_license | github188/ecms | 04e29a3a3f926242f5690322304822ea7a2b7807 | 9dc62cbca1e8b4c0944f89bbce6ad7bb7148f22f | refs/heads/master | 2020-03-20T00:30:00.280243 | 2018-03-07T03:26:50 | 2018-03-07T03:26:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,127 | package com.ecaray.ecms.commons.exception;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.http.HttpStatus;
import org.springframework.http.converter.HttpMessageNotReadableException;
import org.springframework.web.HttpMediaTypeNotSupportedException;
import org.springframework.web.Ht... | [
"lshstyle@163.com"
] | lshstyle@163.com | |
5c5790d3d0d5c4aa2ad11bb63d6419f9953f7a7a | 123d1715097020ce496032b26d786a36993054eb | /src/test/java/com/gargoylesoftware/htmlunit/html/HtmlTableTest.java | 16d973c6e3f9bf5b797a333e5ddc56f52af0ba52 | [
"Apache-2.0"
] | permissive | 8nevil8/htmlunit | 5db9e1d5984579817b6e7abc02477c561d14b8bd | 1f386be40ee0c9e0e4747205c03f2535acaeeaa9 | refs/heads/master | 2022-07-24T01:16:41.483396 | 2011-12-06T12:46:24 | 2011-12-06T12:46:24 | 2,924,321 | 0 | 0 | NOASSERTION | 2022-07-07T23:03:37 | 2011-12-06T11:41:02 | JavaScript | UTF-8 | Java | false | false | 15,260 | java | /*
* Copyright (c) 2002-2009 Gargoyle Software Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... | [
"kk@kohsuke.org"
] | kk@kohsuke.org |
56ea14529d08266086f6f84365048c53ff6a7b38 | 7b493250111e86a58fdeba55603697661edc0eb4 | /bundle/src/main/java/com/adobe/acs/commons/ccvar/util/ContentVariableReplacementUtil.java | 4f9d5293b099e07391786245c645f703752487b7 | [
"Apache-2.0"
] | permissive | rbotha78/acs-aem-commons | 1d96b37157cbf5f624d81789216a56077979e3d6 | bfe1c01ee1bb5e6af2fa02af7fb66e8975423ee9 | refs/heads/master | 2022-06-30T04:53:53.431252 | 2022-05-31T07:02:36 | 2022-05-31T07:02:36 | 125,922,488 | 0 | 0 | Apache-2.0 | 2022-05-31T21:52:06 | 2018-03-19T21:27:04 | Java | UTF-8 | Java | false | false | 5,937 | java | /*
* #%L
* ACS AEM Commons Bundle
* %%
* Copyright (C) 2021 Adobe
* %%
* 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... | [
"noreply@github.com"
] | noreply@github.com |
15e5396eb274e7a7f1d5185c5ee9fe97e9447ab9 | f06108ac62e9eaf309f3cd68653e43950a8a0b96 | /SpringBatchCSV/src/test/java/com/spring/batch/csv/SpringBatchCSV/SpringBatchCsvApplicationTests.java | 35fb05a34f298722f5d261396d5a42db908b2dc4 | [] | no_license | Mushadiqsk/spring-batch | fbf2283a14d5b81ed848d10ff526c81ea920f584 | 540fe5218b30d748bcfb6a2dbf2acde9a657b321 | refs/heads/main | 2023-04-24T06:42:20.611984 | 2021-05-16T15:32:04 | 2021-05-16T15:32:04 | 367,865,150 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 235 | java | package com.spring.batch.csv.SpringBatchCSV;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class SpringBatchCsvApplicationTests {
@Test
void contextLoads() {
}
}
| [
"mushadiq.shaik-dxc@hpe.com"
] | mushadiq.shaik-dxc@hpe.com |
15a5009f2b2512d7a48d91f93ceba788e1968493 | 39e185d2ed520ce481d8697938caa1c6da3c86ef | /src/com/proyecto/dominio/UserInvitado.java | 7eb9caaecf6240c5e8014005364f3d799e70233e | [] | no_license | neolukas86/WebLiga | d0a36cff2b4da24a14b5b4530ff398796db8a851 | 90880f127a8037e4809379fb5e3ebf8c60fb7d14 | refs/heads/master | 2020-12-24T17:35:41.052061 | 2013-10-10T14:54:38 | 2013-10-10T14:54:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 593 | java | package com.proyecto.dominio;
public class UserInvitado {
private User solicitado;
private User solicitante;
public UserInvitado() {
// TODO Auto-generated constructor stub
}
public UserInvitado(User solicitado, User solicitante){
this.solicitado = solicitado;
this.solicitante = solicitante;
}
public... | [
"neolukas@gmail.com"
] | neolukas@gmail.com |
f8a31d23cb58ea199fa47f46f66986fc775b720e | 9996a5db3c95464d2559f6f0364c7320748f5b42 | /Example1Metamodel/src/example1metamodel/Example1Metamodel.java | 61b138bf6488b70258e5d7e07400c5679f9245d3 | [] | no_license | brontofuzik/thespian | 8f93b35fbd14af0219eac3015b9b94fcef910ce4 | 83ebe949c8446ff0ca22d31350f50bf2a5fe2e47 | refs/heads/master | 2021-01-20T09:09:39.763159 | 2012-04-11T12:21:19 | 2012-04-11T12:21:19 | 37,160,493 | 0 | 0 | null | null | null | null | WINDOWS-1250 | Java | false | false | 5,519 | java | package example1metamodel;
import thespian.semanticmodel.MultiAgentSystem;
import thespian.semanticmodel.fsm.FSM;
import thespian.semanticmodel.organization.OrganizationType;
import thespian.semanticmodel.organization.Competence;
import thespian.semanticmodel.organization.Role;
import thespian.semanticmodel.player.Pla... | [
"lukas.kudela@gmail.com"
] | lukas.kudela@gmail.com |
f6584fa72a223ab1015eb4635c1293f501bd2468 | dceb44b0cde7ed629ee0332fe6d0396011d2221d | /src/selenium/AutomationScript.java | 9e09d91a57739c4651a0f736772e678230e00bc4 | [] | no_license | vani24/intoduction | 2903e181f469559d40e689894e19ec0465f58eab | c478fae6f95dfbf3df31760ce991c9db4db66764 | refs/heads/master | 2020-03-19T07:09:06.840755 | 2018-06-05T05:11:49 | 2018-06-05T05:11:49 | 136,090,571 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 382 | java | package selenium;
public class AutomationScript {
public static void main(String[] args) {
// TODO Auto-generated method stub
Forgot_Password_A();
Check_RemeberMe();
ValidateLoginErrorMessage();
}
public static void Forgot_Password_A() {
}
public static void Check_RemeberMe() {
}
... | [
"vani.shadaksharaiah@gmail.com"
] | vani.shadaksharaiah@gmail.com |
e3608c27a44dea6cfb8d95ef1856d8720c9b3603 | d852471b6035f8bdb48cedc3e07354117e7b9e92 | /src/main/java/no/kantega/forum/jaxrs/dal/ForumDao.java | a5e343ba16698e8ec51df96547d75b7c35c861d2 | [] | no_license | kantega/Flyt-forum-plugin | 8b90b168e349d989acfb6e14a641d081a6fd9492 | 891dcae324379b1bd9a644b9c284a724f4122725 | refs/heads/master | 2022-12-21T04:47:45.713882 | 2020-05-16T11:33:54 | 2020-05-16T11:33:54 | 30,144,193 | 1 | 0 | null | 2022-12-16T02:14:43 | 2015-02-01T11:29:00 | Java | UTF-8 | Java | false | false | 1,866 | java | package no.kantega.forum.jaxrs.dal;
import no.kantega.forum.jaxrs.bol.Fault;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
/**
* @author Kristian Myrhaug
... | [
"kmyrhaug@gmail.com"
] | kmyrhaug@gmail.com |
3d3c58034a137df005d710e6a91a5ad31545bfbc | 846a8c1621bbf0b6d9d00a809c02ea99bb17a1bb | /src/test/java/dev/douglassparker/pixels/ImageAnalysisTest.java | 139a8ef4311d46f530828fbbee57f3fa2abb5950 | [] | no_license | douglassparker/pixels | 92a3463fcd8184043db7d4f8c97de7dd2a65a72d | 1a2037b5e9430c94b26530b2c1ef3172fce63a93 | refs/heads/master | 2021-07-05T08:46:21.301603 | 2019-08-14T18:11:33 | 2019-08-14T18:11:33 | 193,163,892 | 0 | 0 | null | 2020-10-13T14:21:54 | 2019-06-21T21:49:46 | Java | UTF-8 | Java | false | false | 2,796 | java | package dev.douglassparker.pixels;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.is;
import static org.hamcrest.Matchers.notNullValue;
import java.awt.image.BufferedImage;
import java.util.List;
import java.util.Map;
import java.util.function.Function;
import java.util.strea... | [
"douglass.parker@level3.com"
] | douglass.parker@level3.com |
2007ee5bdf6f2e33e799fe651988af00d65a5e96 | 81a8ea40ae38583b94d8eae479c0948620a40d9d | /src/test/java/org/qiunet/handler/mina/client/protocols/ClientMessageCodecFactory.java | b7bc830ee57c67500683bb074d2ee758bb08b8bd | [] | no_license | lstarby/RequestHandler | 65dc2685b3f020c5579d43fd88d98b4f1fc67260 | 7a4c5ddb03b1533ecfa0688b53f9568ebb24843e | refs/heads/master | 2021-09-08T05:03:15.031363 | 2017-03-17T01:35:18 | 2017-03-17T01:35:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 918 | java | package org.qiunet.handler.mina.client.protocols;
import org.apache.mina.core.session.IoSession;
import org.apache.mina.filter.codec.ProtocolCodecFactory;
import org.apache.mina.filter.codec.ProtocolDecoder;
import org.apache.mina.filter.codec.ProtocolEncoder;
import org.qiunet.handler.mina.server.protocols.MessageCod... | [
"qiunet@163.com"
] | qiunet@163.com |
a875acdc84b6c39f773503bd9fb401b0e19074b7 | 03217a03ab6eb49a97f5b9072967c9814f7cf9bf | /src/CollisionInfo.java | 34176e6c65045e5d8e7efddd72d7f44ce98d325e | [] | no_license | Elorl/arkanoid | 5139bffa38954666d5a4fe1c3d359b00a7727ce5 | 31ad806f6f5d2ba96a0d6c4a9d3c96ede70286b4 | refs/heads/master | 2020-03-18T17:59:17.836156 | 2018-05-27T16:48:28 | 2018-05-27T16:48:28 | 135,064,698 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 926 | java | /**
* CollisionInfo.
* @author Elor lichtziger
*/
public class CollisionInfo {
private Rectangle rect;
private Collidable collide;
private Line line;
/**
* CollisionInfo.
*
* constructor.
*
* @param c the Collidable object the collision occur with.
* @param l the... | [
"elor14@gmail.com"
] | elor14@gmail.com |
19669e53e3168a009a079171a05beb0f1682a80c | 13a4b831f636b716263141af1bcd5e8c0946d58a | /designmodel/src/bridge/ConcreteImplementorA.java | 13dca3ddee8a8e79fe2f5d5bbfff03e3ff70f0d0 | [] | no_license | wdl2200/designmodel | bf7921047a4b1151d1d93c399f6c6d1e5f7bce3e | 741ad22779a6c4e252c928b1660f03b6e247c88d | refs/heads/master | 2020-03-11T08:06:10.060473 | 2018-05-23T02:28:06 | 2018-05-23T02:28:06 | 129,859,417 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 205 | java | package bridge;
public class ConcreteImplementorA implements Implementor {
@Override
public void OperationImp() {
// TODO Auto-generated method stub
System.out.println("concreteImplementA");
}
}
| [
"30312335+wdl2200@users.noreply.github.com"
] | 30312335+wdl2200@users.noreply.github.com |
6966caae3fe392a984564f970d7deca31636a6f3 | ff2b88881cee33d6ef12f3215acb1db177174726 | /NetFlixEurekaServer/src/test/java/com/spring/eureka/SpringcloudnetflixeurekaserverApplicationTests.java | 0cb4eec0b19fa89befda63a8abc15118eca338b8 | [] | no_license | Bujail/eurekaserver | 0536f26e945d72aeb9cb2dbe0697890c02abaa63 | ee22538c414878712be968c5e5651292801d8d82 | refs/heads/master | 2021-05-06T17:13:15.177901 | 2017-11-26T07:52:06 | 2017-11-26T07:52:06 | 111,799,176 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 358 | java | package com.spring.eureka;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class SpringcloudnetflixeurekaserverApplicationTests {
@Tes... | [
"ram.b.mohan@capgemini.com"
] | ram.b.mohan@capgemini.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.