blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1333a231c0745af47ed9f0fd1718b8abe29c8ab8 | 88f6153744b05e57627a843b57b835bb566ab6ce | /src/com/email/models/Folder.java | 275b85197714966c0ffc2d4157f2d87bf6d2522d | [] | no_license | guichengwu/WebJamesEmail | 1b15b1ce055397e3491feab9f13b65988effba02 | ad4c37daa88c47ffaeeef9fe8d8c64689f244592 | refs/heads/master | 2021-01-19T07:55:03.062298 | 2015-04-05T13:45:24 | 2015-04-05T13:45:24 | 33,371,389 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 635 | java | package com.email.models;
public class Folder {
private int folderId;
private int userId;
private String folderName;
public Folder() {}
public Folder(int userId, String folderName) {
this.userId = userId;
this.folderName = folderName;
}
public int getFolderId() {
return folderId;
}
public void s... | [
"guichengwu@foxmail.com"
] | guichengwu@foxmail.com |
b2169dc4dce3916ddbd166253bcbd872d21b466d | 13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3 | /crash-reproduction-new-fitness/results/MOCKITO-16b-1-27-Single_Objective_GGA-WeightedSum-BasicBlockCoverage-opt/org/mockito/exceptions/Reporter_ESTest.java | 68921a74ed01eb97c29eee5ac9b78d4d228a645f | [
"MIT",
"CC-BY-4.0"
] | permissive | STAMP-project/Botsing-basic-block-coverage-application | 6c1095c6be945adc0be2b63bbec44f0014972793 | 80ea9e7a740bf4b1f9d2d06fe3dcc72323b848da | refs/heads/master | 2022-07-28T23:05:55.253779 | 2022-04-20T13:54:11 | 2022-04-20T13:54:11 | 285,771,370 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 733 | java | /*
* This file was automatically generated by EvoSuite
* Tue Oct 26 23:06:51 UTC 2021
*/
package org.mockito.exceptions;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameter... | [
"pderakhshanfar@serg2.ewi.tudelft.nl"
] | pderakhshanfar@serg2.ewi.tudelft.nl |
d1585a8da2db51c0847d337f8f9b2ddafd2bf6d9 | feb7d897d34f72b603a7eb662f73815028082c0d | /DrawHeliMapWithForApp.java | bfb2998538588769b190c0da74c50dfe4c262cb4 | [] | no_license | taranudan/DrawHeliMapWithForApp | 781a1b0433ae7b2c045d50cac1c163524605aba5 | 15fd626772b13e6874c52de643379753e5363f4f | refs/heads/main | 2023-07-09T00:42:08.244409 | 2021-07-29T15:46:26 | 2021-07-29T15:46:26 | 390,769,138 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 801 | java |
public class DrawHeliMapWithForApp {
public static void main(String[] args) {
//Constant
final int SCALE = 10;
//Variables
int hX = 5;
int hY = 4;
//Map
for (int y = 1; y <= SCALE; y++) {
System.out.printf("%2d. ", y);
for(int x = 1; x <= SCALE; x++) {
if (x == 1 || y... | [
"noreply@github.com"
] | taranudan.noreply@github.com |
478aa626045a18cdedc6c2d66525b8bc6486200d | 383d0548a82c87e4ec298c9fb94d818e3e7cd6e4 | /nifty-controls-illarion/src/main/java/org/illarion/nifty/controls/dialog/crafting/DialogCraftingControl.java | 402682f927f1b06a27d8827366ee5c5f13bf384d | [] | no_license | KayMD/Illarion-Java | 120bc978b9f4a33f440bc58356e36c9deac881dc | bf704e528d543d3029b07e2888f98b6b32915fb8 | refs/heads/master | 2021-01-18T00:10:06.888376 | 2015-02-06T23:14:25 | 2015-02-06T23:14:25 | 25,314,417 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 24,881 | java | /*
* This file is part of the Illarion project.
*
* Copyright © 2014 - Illarion e.V.
*
* Illarion is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your o... | [
"nitram@illarion.org"
] | nitram@illarion.org |
739bacee01b897660f66b6ebf23e4de4556b6227 | 74b460e67d96f420de0a9eab763bf1b0969d1aa3 | /src/main/java/com/intellij/debugger/streams/trace/impl/interpret/OptionalTraceInterpreter.java | 22f80fe555cb06bca23025decfa5bfefeadfc17d | [
"Apache-2.0"
] | permissive | bibaev/stream-debugger-plugin | aed15d0c64fd188c71361cfd71cef455aa6d779c | 1e4184d83eb0bbc99e878fccb59236937d50c7a1 | refs/heads/master | 2021-03-22T02:56:04.819954 | 2018-01-11T12:50:46 | 2018-01-11T12:50:46 | 80,594,815 | 8 | 5 | Apache-2.0 | 2018-01-11T12:50:46 | 2017-02-01T06:19:05 | Java | UTF-8 | Java | false | false | 3,605 | java | /*
* Copyright 2000-2017 JetBrains s.r.o.
*
* 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 agre... | [
"vitaliy.bibaev@jetbrains.com"
] | vitaliy.bibaev@jetbrains.com |
16a663f639193d9abcaf3b7915075e80a3584b3b | 670da1ba25c83a8cb11b554416650f05f0a1a835 | /app/src/main/java/com/example/kuybeer26092016/lionmonitoringdemo/activitys/HistoryActivity.java | 55e7c21bca0349e18b03c719776583887ab3dbf6 | [] | no_license | 13dec2537/LionMonitoringDemo | 67f0a22a31cd65c454007c98d5219738da67142f | 997fe5d2a0dbae40df03c318995143147f1423dd | refs/heads/master | 2021-01-12T15:59:02.052510 | 2016-11-02T12:13:09 | 2016-11-02T12:13:09 | 69,327,103 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,814 | java | package com.example.kuybeer26092016.lionmonitoringdemo.activitys;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Typeface;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActiv... | [
"13dec2537@gmail.com"
] | 13dec2537@gmail.com |
b6a2d2be4ca0db2fa7848fb0ddf95b266315a78c | b78567357a72f0c9d8478c2598c0dc99f11713ed | /src/com/ithoughts/twentyonedays/EditListActivity.java | abbed6c0dcc2a46f46eb98505242b3faac999be8 | [] | no_license | joelewis/21days | 79993a6af117cf06e71357a32d63139c384f4f4b | f47fc698037004507192ea313f5fc610242aa5b5 | refs/heads/master | 2021-01-23T11:49:30.178123 | 2013-12-03T19:06:25 | 2013-12-03T19:06:25 | 11,198,181 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 8,495 | java | package com.ithoughts.twentyonedays;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import com.ithoughts.twentyonedays.LaunchActivity.AddTask;
import com.ithoughts.twentyonedays.LaunchActivity.UpdateTask;
import android.app.ActionBar;
import android.app.Activity;
import android.app.Ala... | [
"lewis.joe.18@gmail.com"
] | lewis.joe.18@gmail.com |
072abcc72172e5c589aef4b7f5535f533667896d | fc59aeeb55577739535facc80a2b2c62a4fc9d2c | /src/main/java/jdk/com/sun/corba/se/spi/activation/InvalidORBidHelper.java | 215445ef2814db799029a85a9981bcb7576dc60f | [] | no_license | goubo/javaDemo | 8dc1037b824ce71fab4b246fc437fa8aaa66b859 | 35234d9a2b410e17f1672c0b05d2f370b85f806a | refs/heads/main | 2023-03-12T08:27:41.194350 | 2021-02-24T02:08:14 | 2021-02-24T02:08:14 | 340,292,219 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,296 | java | package com.sun.corba.se.spi.activation;
/**
* com/sun/corba/se/spi/activation/InvalidORBidHelper.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /jenkins/workspace/8-2-build-macosx-x86_64/jdk8u271/605/corba/src/share/classes/com/sun/corba/se/spi/activation/activation.idl
* Wednesday, ... | [
"goujinbo@outlook.com"
] | goujinbo@outlook.com |
b98d894f39622384544f1b30100bbf215b1912dd | 689b0ce864edb4126a848279f8af27d73bdc8723 | /src/test/java/com/wrike/WrikeIndexPage.java | db698c4fcc09eb4cdb663c4c46622f95f9fc5c00 | [] | no_license | BorisPetrianik/test-site | 1d1e39bf4ccf21f5b345b8b7d7960125b8985562 | 6e7720b80a19eb3cecfba88ca514ad581e14908d | refs/heads/master | 2021-07-08T13:11:27.613980 | 2019-09-13T12:42:54 | 2019-09-13T12:42:54 | 201,132,295 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,274 | java | package com.wrike;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
public class WrikeIndexPage {
private WebElement content;
private boolean isMobile = true;
public WrikeIndexPage(WebDriver driver) {
driver.get("https://wrike.com");
... | [
"borispetrianik@gmail.com"
] | borispetrianik@gmail.com |
966e5a4fe195af2265d5f2c9918f752bd20deaa8 | 1833be0ae3281e18bfca09fa146f47d57c29a3cf | /dangyeol/src/main/java/com/test/dangyel/dto/testController.java | 79406e48372cd3c02b31b598d511552bce83a7c1 | [] | no_license | dangyeol/dangyeol | 09681ea7c6b829f7264650f2bd56ff960e6bad67 | 69ef5f108b07594c67029582b771b4f3e8f6f3bb | refs/heads/master | 2021-01-20T17:21:36.419375 | 2017-05-26T09:44:56 | 2017-05-26T09:44:56 | 89,780,776 | 0 | 0 | null | null | null | null | ISO-8859-7 | Java | false | false | 1,674 | java | package com.test.dangyel.dto;
import org.springframework.context.support.AbstractApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.MongoTemplate;
public class testController ... | [
"shblu@223.194.30.151"
] | shblu@223.194.30.151 |
757d5de82a1be4e372e37904bb08b2e650a8c3c3 | 1eba8baf46122e5d7f7e0687bb243f4c782ec6b2 | /Fonts/src/com/fonts/awesomefont/AwesomeFontUtil.java | 1dfdfc9653a6c4c9928293a9f768c004f9b22116 | [] | no_license | umarmansuri/imt-android | 1bd312f29a0f692ce93da723f7a5db38d7749915 | 4af234accd5d92d1e4daba17d7b3b12daa070da9 | refs/heads/master | 2016-09-06T04:01:45.939883 | 2013-06-26T22:55:32 | 2013-06-26T22:55:32 | 41,660,773 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 363 | java | package com.fonts.awesomefont;
import android.content.Context;
import android.graphics.Typeface;
public class AwesomeFontUtil {
private static Typeface font;
public static Typeface getFont(Context context) {
if(font == null) {
font = Typeface.createFromAsset(context.getAssets(), "fontawesome-web... | [
"ad.hugon@gmail.com"
] | ad.hugon@gmail.com |
46c93c992b7d4be708b7895a330e0f0b69293b1a | 068370a87a0000415904039f34eda1a6099db098 | /WS_adam/src/com/deimos/adam/AdamServer.java | a7fe71fa126a580ba4ea2435f1d95f4f8349e1b6 | [] | no_license | crueda/WS_ADAM | 0bf7f5f7bab020656033ddf071c6dafdbb5e020a | 0bef0abb096ab146ed9c78a1a1c7c72ff94a5ebd | refs/heads/master | 2016-09-10T18:49:45.982924 | 2013-03-15T12:02:34 | 2013-03-15T12:02:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,486 | java | package com.deimos.adam;
import javax.xml.ws.Endpoint;
import com.deimos.adam.ws.RouteWS;
import com.deimos.adam.ws.UserWS;
/**
*
* @author CARM
*/
public class AdamServer {
private static RouteWS routeWS = null;
private static UserWS userWS = null;
private static Endpoint endpointRoute = null;
public static v... | [
"crueda@gmail.com"
] | crueda@gmail.com |
6e5bc457ba7cc7abbba1e7b5aa3a06c278318a84 | 917e09c5d7ae77473832f0cc7872edff372fb3ec | /DualCamera21/libusbcamera/src/main/java/com/serenegiant/usbcamera/AbstractUVCCameraHandler.java | 0318a0b09ed3e8fe6b8e87dbeb10a801d60f6111 | [] | no_license | stephenshizl/UvcCamera-1 | 0ad67b78dcf701a41c9d72933d5bae08a4fcce85 | 3771a01ca6eac3e2276db408a6401f44c83265eb | refs/heads/master | 2020-04-05T20:07:05.730279 | 2018-06-08T03:44:06 | 2018-06-08T03:44:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,448 | java | /*
* UVCCamera
* library and sample to access to UVC web camera on non-rooted Android device
*
* Copyright (c) 2014-2017 saki t_saki@serenegiant.com
*
* 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 cop... | [
"tangzeyi@cloudwalk.cn"
] | tangzeyi@cloudwalk.cn |
0ec352caba050263b7603a141a49966fd77b92b0 | cfe7d471a902b98263b9ef4fbc179b472501aa48 | /task13/task1324/Solution.java | 531c4219c41bb376e77f6e6fc2d4d4e1c8dbf314 | [] | no_license | alekseykravtchuk/Javarush-task | 3d8b4868356726290917574730a9a88dc753af64 | 915db88c81e6029ed7f3b6f813b05b777da1c139 | refs/heads/master | 2020-04-27T08:55:52.756009 | 2019-05-13T19:17:58 | 2019-05-13T19:17:58 | 174,192,354 | 2 | 0 | null | 2019-05-13T19:17:59 | 2019-03-06T17:46:03 | Java | UTF-8 | Java | false | false | 529 | java | package com.javarush.task.task13.task1324;
import java.awt.*;
/*
Один метод в классе
*/
public class Solution {
public static void main(String[] args) throws Exception {
}
public interface Animal {
default Color getColor(){
return null;
}
default Integer getAge(){
... | [
"alekseykravtchuk@gmail.com"
] | alekseykravtchuk@gmail.com |
3f7ce9d94cf00cdeba5c0e43f11024f176e3b7c3 | 790ff637d1d4dca295c24df792ba4be35d6f14d2 | /src/main/java/home/Task4/CircleFactory.java | cefe04ab0c2fc9aa21587513139bf436871a1592 | [] | no_license | dkorolyuk/helloworld | efab0fd05b1ca8a16323374e803b98c1dc4c5472 | 944ee1af9c26841ab96013fe072982cadaaad680 | refs/heads/master | 2021-04-30T12:49:18.909759 | 2018-04-04T13:25:12 | 2018-04-04T13:25:12 | 121,282,708 | 0 | 1 | null | 2018-03-04T21:31:20 | 2018-02-12T18:07:29 | Java | UTF-8 | Java | false | false | 325 | java | package home.Task4;
public class CircleFactory extends ShapeFactory {
private int getRadius() {
System.out.println("Введите радиус");
return scan.nextInt();
}
@Override
public Circle getShape(){
int radius = getRadius();
return new Circle(radius);
}
}
| [
"dkorolyuk@playtika.com"
] | dkorolyuk@playtika.com |
c48d5a1e25eb02564a32dff43ef3f99258e72053 | 2ed70fd979f9a55496f8ea4d11f7acc84f684580 | /feign-demo/src/test/java/com/rh/project/feigndemo/FeignDemoApplicationTests.java | 63be9e3e31bb0a07ab60428911af179053a6b715 | [] | no_license | Ruh15/examples | 278311898f9fee2321752e0cd343dac19883938a | bcd502e74ae4017d31478c2f7845796bf51ce4a5 | refs/heads/master | 2022-12-23T08:00:22.041744 | 2021-02-23T00:50:08 | 2021-02-23T00:50:08 | 156,630,932 | 0 | 1 | null | 2022-12-16T03:10:19 | 2018-11-08T01:15:25 | Java | UTF-8 | Java | false | false | 353 | java | package com.rh.project.feigndemo;
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 FeignDemoApplicationTests {
@Test
publi... | [
"1170197422@qq.com"
] | 1170197422@qq.com |
22afbcd618ff8e8b3fac067a9b8f355431b22415 | 2cd76b118aa3e0e5073b2c8f4ef0eccca2d31fbe | /tts/AudioPlayer.java | f9f6e46604061c8c9af628df9075f9ab0890af38 | [] | no_license | babaoye/speechSchedulerProgram | c4d6147e2d1966cf5e9eed31ed21245ff217b6d6 | 7d989f0af0aaaeadee3ff25b398867a1dfcadf5b | refs/heads/master | 2020-08-06T04:08:15.709031 | 2019-10-04T14:05:16 | 2019-10-04T14:05:16 | 212,827,036 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 8,042 | java | package tts;
import java.io.File;
import java.io.IOException;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.sound.sampled.AudioFormat;
import javax.sound.sampled.AudioInputStream;
import javax.sound.sampled.AudioSystem;
import javax.sound.sampled.DataLine;
import javax.sound.sampled.Fl... | [
"noreply@github.com"
] | babaoye.noreply@github.com |
9c0c100db9d0d6845acb641d2882eb1c1642cb87 | f2408edc3ab5668dd0d90a7ee4eeb48ee424c3c1 | /hw6/server/ChessServiceImpl.java | 1ff03870ffbd0c236b6d9012de7b8a32306a0061 | [] | no_license | lizhihan-amzn/social-multiplayer-games | 21dd87a8522a8edfc007bde242e754f85e835bd2 | 82b1cc36f7fb5bc5597917e5bf82b3839d934297 | refs/heads/master | 2023-08-05T11:03:38.790508 | 2013-04-21T14:47:43 | 2013-04-21T14:47:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,490 | java | package org.zhihanli.hw6.server;
import java.text.DateFormat;
import java.util.HashMap;
import java.util.Date;
import java.util.LinkedList;
import java.util.List;
import org.shared.chess.*;
import org.zhihanli.hw6.client.ChessService;
import org.zhihanli.hw6.client.MoveSerializer;
import org.zhihanli.hw8.GamePeriodD... | [
"lizhihan1211@gmail.com"
] | lizhihan1211@gmail.com |
f7e95f80ac4ab649c14863133e4b98b913e9baaf | d5c5cfe894ae5833918bd396c5bd01fc8a1a8ffa | /bump-fitlibrary-eclipse-workspace/fitlibrary-2.0-from-Zip/src/fitlibrary/dynamicVariable/VariableResolver.java | 946e0e17a9d6ec1fc640dad534bdb80ac327dc02 | [] | no_license | afamee/DbFit-deps | 80db2fc3919c30b900c01012788d293ea5e1c07c | 2610dfc6f4573e3eda3a8c68369d23b4571547da | refs/heads/master | 2020-04-02T18:28:37.519147 | 2015-07-11T13:55:42 | 2015-07-11T13:55:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 329 | java | /*
* Copyright (c) 2010 Rick Mugridge, www.RimuResearch.com
* Released under the terms of the GNU General Public License version 2 or later.
*/
package fitlibrary.dynamicVariable;
import fitlibrary.table.Tables;
import fitlibrary.utility.Pair;
public interface VariableResolver {
Pair<String,Tables> resolve(String... | [
"mark_matten@hotmail.com"
] | mark_matten@hotmail.com |
10a8bd83b58bb005ec5ef4df174f555b9b5ff66f | a7667b6267041dfe584e5b962ba91e7f2cd5272b | /src/main/java/net/minecraft/network/Packet.java | 29ed4b104425dfece60488443fb1c0cff9783704 | [
"MIT"
] | permissive | 8osm/AtomMC | 79925dd6bc3123e494f0671ddaf33caa318ea427 | 9ca248a2e870b3058e90679253d25fdb5b75f41c | refs/heads/master | 2020-06-29T14:08:11.184503 | 2019-08-05T00:44:42 | 2019-08-05T00:44:42 | 200,557,840 | 0 | 0 | MIT | 2019-08-05T00:52:31 | 2019-08-05T00:52:31 | null | UTF-8 | Java | false | false | 273 | java | package net.minecraft.network;
import java.io.IOException;
public interface Packet<T extends INetHandler> {
void readPacketData(PacketBuffer buf) throws IOException;
void writePacketData(PacketBuffer buf) throws IOException;
void processPacket(T handler);
} | [
"rostyk1@hotmail.com"
] | rostyk1@hotmail.com |
96a1e673465f884c9b8c453256f8907baa692cbc | e1b2608c9e8841fd0e4e771604ee1403c039f89c | /modue-app/app/src/main/java/com/kren/jpms/app/spring/AppConfig.java | a529e17060205cd338a08a816475e0fa1931f955 | [] | no_license | krenMaksim/jpms | 3c31e4b58ffd03bbf02851afada4bf9aa5c82b22 | 395944473964a8b823234d24d082ab8a2dee7d17 | refs/heads/master | 2022-07-05T00:54:34.009599 | 2020-05-25T04:49:00 | 2020-05-25T04:49:00 | 254,554,299 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 273 | java | package com.kren.jpms.app.spring;
import com.kren.jpms.service.spring.ServiceConfig;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;
@Configuration
@Import(ServiceConfig.class)
public class AppConfig {
}
| [
"krenmaba@gmail.com"
] | krenmaba@gmail.com |
f36a751f8b33c7a4737e83c8d0d9becf2c2b6515 | 3c3972a9608065cce9af5032e748c4bf1270fdd4 | /java/com/plane/plane/GameActivity.java | 661e76124e6a5c1fcca07c07b1dc6e866d7fe8d4 | [] | no_license | ytyz1307zzh/Plane-Fighting | b1bfafb5df8427ce58bf296307599ba98039515f | 1900dd71d65553e1b0e980a00c2b13dd6e9b18e0 | refs/heads/master | 2020-03-18T19:24:34.670797 | 2019-10-27T14:51:14 | 2019-10-27T14:51:14 | 135,152,535 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,911 | java | package com.plane.plane;
import android.app.Activity;
import android.os.Bundle;
import com.plane.plane.game.GameView;
/**
* Created by 俊 on 2018/5/22.
*/
public class GameActivity extends Activity {
private GameView gameView;
@Override
protected void onCreate(Bundle savedInstanceState)... | [
"noreply@github.com"
] | ytyz1307zzh.noreply@github.com |
e18826e923756ff88cbb9cf9be1afe843f278de2 | 7dc9622dd18814420c902b24c00905426fc9fdde | /drw/somethinelse.java | 2c8738bdb8c865ab969b5ace46bb5805befcc202 | [] | no_license | aaronbae/leetcode | 8ad620dd12998d7a750173752f348ca6ac7819d4 | 4cdcb4f31f2b7c02e43a0757e04a9709cc6ede5d | refs/heads/master | 2022-12-18T22:34:59.071961 | 2020-09-18T23:46:55 | 2020-09-18T23:46:55 | 276,296,573 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 680 | java | // you can also use imports, for example:
import java.util.*;
// you can write to stdout for debugging purposes, e.g.
// System.out.println("this is a debug message");
class Solution {
public int recurse(Tree current, int prevMax){
if(current == null){
return 0;
}
int result ... | [
"aaron@aaronbae.com"
] | aaron@aaronbae.com |
95b9c38d82463f0339e539b5eca03cef6417106b | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/25/25_36a032d2498bd0a949c54a7ddd6da8ecb92e633b/TCPio/25_36a032d2498bd0a949c54a7ddd6da8ecb92e633b_TCPio_t.java | 63e856496e3973c61f9541f28c6ca132c760e025 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 3,547 | java | /**
* DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
* Version 2, December 2004
*
* Copyright (C) sponge
* Planet Earth
* Everyone is permitted to copy and distribute verbatim or modified
* copies of this license document, and changing it is allowed as long
* as the name is... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
905d71d42c3930ea10b2526411e7c79f7c5c028a | f984f3663f927f7f35c93e6b4bf3a394bf5e146f | /littlethings-conversation-api/src/main/java/xyz.auriium.littlethings.conversation/applicant/CaWith.java | edf9157d206a7d46e0ed26ea969a2a426a1e5f4d | [] | no_license | auriium/LittleThings | 73cc2a1a324da3177dc584f4d7b9c4ee6451d927 | 00a8e8e2695bc22cf91004aebfc4b62fa9e4f6fc | refs/heads/master | 2023-08-06T09:14:25.240472 | 2021-10-08T22:46:31 | 2021-10-08T22:46:31 | 383,290,874 | 0 | 0 | null | 2021-10-01T05:45:49 | 2021-07-05T23:59:27 | Java | UTF-8 | Java | false | false | 792 | java | package xyz.auriium.littlethings.conversation.applicant;
import xyz.auriium.littlethings.conversation.ConversationApplicant;
import xyz.auriium.littlethings.conversation.ConversationDirective;
import xyz.auriium.littlethings.conversation.RemapFunction;
import java.util.List;
public class CaWith implements Conversati... | [
"aukrais@gmail.com"
] | aukrais@gmail.com |
df20d04615f52c96e344ca61f692e66520dd9800 | 7890873b732492ae2d8abd8f8c02e2ffd2decd46 | /netty-chat/src/main/java/com/charjay/chat/protocol/IMDecoder.java | 9c608976d38cc84a463b07d9017c153f20467d35 | [] | no_license | svcgv/LearnJavaIo | 54da6b148d5099daadc5b86f3c825fd47b8012a4 | ff6a8843503b8785a8865b97221bd2ac93a8a711 | refs/heads/master | 2020-04-22T16:48:17.465342 | 2019-02-13T14:34:36 | 2019-02-13T14:34:36 | 170,520,443 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,392 | java | package com.charjay.chat.protocol;
import io.netty.buffer.ByteBuf;
import io.netty.channel.ChannelHandlerContext;
import io.netty.handler.codec.ByteToMessageDecoder;
import java.util.List;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.msgpack.MessagePack;
import org.msgpack.MessageTypeEx... | [
"hb1230123@hotmail.com"
] | hb1230123@hotmail.com |
d104c2ce99aff0160547e881b860da1b096662b1 | 065926e599d28e87144060f675a6e3132d697171 | /CustomCalendar/app/src/test/java/com/maxovch/customcalendar/ExampleUnitTest.java | f59994146fe1082530355cb01b20999c5c900427 | [] | no_license | Alcatraz7676/Mospoliteh-labs | d6658a4d5fec1fa42a271dc3df6b3393ee2a1415 | b5818e405ccdb741c22aef1eb7715cb4ba264701 | refs/heads/master | 2021-09-02T03:55:31.933678 | 2017-12-30T04:58:05 | 2017-12-30T04:58:05 | 104,569,357 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 404 | java | package com.maxovch.customcalendar;
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 ... | [
"maxim.ovchinnikov97@gmail.com"
] | maxim.ovchinnikov97@gmail.com |
24d57f69559ac6ac9f94587a5a671d37a50e6e33 | 96663812e800a7a92b66092825920fbcb7ca92ef | /src/FlappyBird/WindowForFlappyBird.java | 65f51c7bdb55a57bfa7cac308ce219b85cb7de3a | [] | no_license | Krasav4k1/myGame | fe688de9551e57cec37d10e3946e00e35b0db5b8 | 49cdfcb7e4e37a238a10b32649df2ec299b1e463 | refs/heads/master | 2016-08-12T19:09:25.249198 | 2016-03-07T13:58:34 | 2016-03-07T13:58:34 | 53,161,511 | 1 | 0 | null | 2016-03-07T13:58:35 | 2016-03-04T19:50:30 | Java | UTF-8 | Java | false | false | 423 | java | package FlappyBird;
import javax.swing.*;
public class WindowForFlappyBird extends JFrame{
WindowForFlappyBird(){
super("Flappy Bird");
GamePanel panel = new GamePanel();
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
setSize(GamePanel.wigth,GamePanel.heigth);
setLocationRela... | [
"Andrii Blyzniuk"
] | Andrii Blyzniuk |
4acf1bfdbec3b25ff9bc1c48a609884b582d4d7e | 9a6ff59085000029f252fae079ce167545f5c421 | /src/main/java/org/launchcode/models/Language.java | 277e77033da8dc5998b77f4791261aeabb6ee79a | [] | no_license | KevinStock/hello-spring | 4f2ac1822db245506016f1ff5d9f222282c9cdbc | cb81b2187d7cdba1f4539daddf6d20a485360c10 | refs/heads/master | 2020-12-24T11:53:36.269010 | 2016-11-06T18:05:09 | 2016-11-06T18:05:09 | 73,008,831 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 313 | java | package org.launchcode.models;
public class Language {
private String name;
private String greeting;
public Language(String name, String greeting) {
this.name = name;
this.greeting = greeting;
}
public String getName() {
return name;
}
public String getGreeting() {
return greeting;
}
}
| [
"kevin@kevinstock.net"
] | kevin@kevinstock.net |
0c5ba1775a4a16a8dfea42820ca71f47bdf10a52 | 208ac6bb8a2f9b78c6afa15d255814200733de59 | /SW_Expert Academy/swea_2068.java | b63fd7366696ce71d1624360c0fa6fba59b02484 | [] | no_license | yagee97/algorithm | 2832e976b13df6a431c1a02aab400a943b099bd0 | f40918e810fee1d5f78894461e9b5c4b9cf61fe2 | refs/heads/master | 2021-06-05T12:27:43.911932 | 2020-07-25T14:19:48 | 2020-07-25T14:19:48 | 140,398,432 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 424 | java | //2068. 최대수 구하기
package Swea;
import java.util.Scanner;
public class swea_2068 {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int t = sc.nextInt();
for (int tc = 1; tc <= t; tc++) {
int maxEle = 0;
for (int i = 0; i < 10; i++) {
int input = sc.nextInt();
if (maxEl... | [
"yagee97@naver.com"
] | yagee97@naver.com |
19477fd8f930f313977cb61a392c3f01d7d778c5 | 7e17bb086050da97753e3dfc014162f8b9707606 | /project/guntiproject/src/guntiproject/ViewStockUsage.java | ee1c884502eeeb6861a2a5f1787e8a49afaf6122 | [] | no_license | pravalikagunti/DatabaseProject | 5777f548941095092dd3d7fda4b095e57d3f6d1c | 72958b2168c5afdfa5319fe0b9254ea8fcf8da90 | refs/heads/master | 2021-04-26T23:17:36.219671 | 2018-03-05T19:08:36 | 2018-03-05T19:08:36 | 123,964,838 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,815 | java | /*
* Gunti database project
*/
package guntiproject;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.Vector;
import javax.swing.JOptionPane;
import javax.swing.table.DefaultTableModel;
public class ViewStockUsage extends java... | [
"pravalikagunti@gmail.com"
] | pravalikagunti@gmail.com |
b708596cfc4235491121cfe643786a995b997c6c | 43da78b54b722f0e89aa893f6a56eae95c2a3112 | /instances/src/main/java/com/github/tonivade/purefun/instances/EIOInstances.java | 3c4599f39ab4e38a28bb19f61d4d0b527671c0c0 | [
"MIT"
] | permissive | FuncGuy/purefun | 5287977439e2712d9df05683444162f44a8c5f3c | 0505e58d03b301f1c4449602ff77ba88fef13d3f | refs/heads/master | 2021-01-01T12:09:27.625175 | 2020-02-06T20:21:56 | 2020-02-06T20:21:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,780 | java | /*
* Copyright (c) 2018-2020, Antonio Gabriel Muñoz Conejo <antoniogmc at gmail dot com>
* Distributed under the terms of the MIT License
*/
package com.github.tonivade.purefun.instances;
import com.github.tonivade.purefun.Consumer1;
import com.github.tonivade.purefun.Function1;
import com.github.tonivade.purefun.H... | [
"antoniogmc@gmail.com"
] | antoniogmc@gmail.com |
b2518f6d8a7c720cffe85d3d6971fd3c8008b78a | fdfa7fec9a1876f6af1f697daaca64cb86c943d4 | /chapter_001/src/test/java/ru/job4j/HelloWorld/CalculateTest.java | 2371d9b636dca421351e0621c2220727904cf8dd | [
"Apache-2.0"
] | permissive | Apeksi1990/asemenov | a574875606a9e4a6e0167426f03b765c931c8f96 | 853db63344f499d816e7d30598ca638792fdc401 | refs/heads/master | 2020-06-13T05:36:30.235847 | 2017-10-01T14:59:50 | 2017-10-01T14:59:50 | 75,487,184 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 703 | java | package ru.job4j.HelloWorld;
import org.junit.Test;
import java.io.ByteArrayOutputStream;
import java.io.PrintStream;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.assertThat;
/**
* Class CalculateTest решение задачи части 001 урока1.
* @author asemenov
* @since 1
*/
public class Calcula... | [
"apeksi1990@gmail.com"
] | apeksi1990@gmail.com |
b64720e80e0237133d6eaf6a17363ddf39c968d2 | 147104b284683b9285db49e719144479aef35300 | /findbugsTestCases/src/java/sfBugs/Bug2382279.java | 2639ee349c6b5af3796c9def8dddbe9c15fb681f | [] | no_license | gleclaire/findbugs-2.0.2 | b092cc5efbb443df7f8fe944375f10744c00f495 | e8ebba0e775bed94940ac8a581ccc0a4fbb23db7 | refs/heads/master | 2021-01-01T19:28:46.435973 | 2013-01-29T23:52:19 | 2013-01-29T23:52:19 | 7,505,038 | 3 | 2 | null | 2016-03-03T12:06:57 | 2013-01-08T16:34:14 | Java | UTF-8 | Java | false | false | 2,081 | java | /* ****************************************
* $Id$
* SF bug 2382279:
* OBL and ORD false positives on java.sql.Statement.close()
*
* JVM: 1.5.0_16 (OS X, PPC)
* FBv: 1.3.7-dev-20081212
*
* Test case based on example code from bug report
* **************************************** */
package sfBugs;
import... | [
"garvin.leclaire@gmail.com"
] | garvin.leclaire@gmail.com |
47be8199d24da67ef00503191b5153830eb84cc2 | c8aefd1403b1e9a0646de1a49d9e7bee71533a2a | /app/src/main/java/com/kaiueo/atss/GetSummaryFromUrl_interface.java | 44169997c55055d5bc5d65814a7e5e4d4a6d2c64 | [] | no_license | kaiueo/ATSSAND | cead2e4be1dfa4a758acdab80b2efaeedc765917 | a53821bc6232008d495cf93f8c8f7a09c6db33f5 | refs/heads/master | 2021-04-28T14:32:13.926394 | 2018-03-29T11:31:44 | 2018-03-29T11:31:44 | 121,967,260 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 433 | java | package com.kaiueo.atss;
import retrofit2.Call;
import retrofit2.http.Body;
import retrofit2.http.Field;
import retrofit2.http.FormUrlEncoded;
import retrofit2.http.Header;
import retrofit2.http.POST;
/**
* Created by zhangke on 18/02/2018.
*/
public interface GetSummaryFromUrl_interface {
@POST("api/v1/summar... | [
"kaiueo@outlook.com"
] | kaiueo@outlook.com |
26f46e9f9cd743c0a78537b3ae940bb5db702bf9 | fbfb5b64695f1c0aaf8a0eb01cef0f51963c7130 | /src/pl/MechanicX/service/UserCarService.java | 140b151f3aff2d3c7a696cad0cc24122c9ff0c76 | [] | no_license | cwiaralol/Projekt | fb28ae67a545fd0144771ce375d83909a5f93781 | ac54d2fbece8c9f9292d828e40829e608ffaa9f6 | refs/heads/master | 2022-09-03T07:51:20.865846 | 2020-05-29T11:49:05 | 2020-05-29T11:49:05 | 267,838,120 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,820 | java | package pl.MechanicX.service;
import java.util.List;
import pl.MechanicX.beans.User_Car;
import pl.MechanicX.dao.UserCarDAO;
import pl.MechanicX.dao.DAOFactory;
public class UserCarService {
private static UserCarService instance;
private UserCarService(){}
public static UserCarService getInstance... | [
"noreply@github.com"
] | cwiaralol.noreply@github.com |
2d97836d6750ff7f7ede07645b76310e27487a4e | 340e096d233f8e4ec5927a039822f76b5111728f | /api/src/main/java/marquez/db/MapperUtils.java | b70c7650b7386cd7c392f70dc261b8ff806d8f33 | [
"Apache-2.0"
] | permissive | pratikmallya/marquez | b785da64900b0e33d9ab5d0e6220a6e9c741ee41 | 66715e8bf0764908e133805d28206107c37c6963 | refs/heads/main | 2023-03-16T01:22:31.802279 | 2021-03-09T01:48:34 | 2021-03-09T01:48:34 | 346,081,728 | 1 | 0 | Apache-2.0 | 2021-03-09T17:04:43 | 2021-03-09T17:04:42 | null | UTF-8 | Java | false | false | 601 | java | package marquez.db;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import java.util.HashSet;
import java.util.Set;
import lombok.extern.slf4j.Slf4j;
@Slf4j
public class MapperUtils {
public static Set<String> getColumnNames(ResultSetMetaData metaData) {
try {
Set<String> columns = new H... | [
"noreply@github.com"
] | pratikmallya.noreply@github.com |
31c250496b3fbdf4fdd43acacd705413503473b8 | 145565c3d7bcad765d49422b57e3647f5aa22c5e | /src/OopLecture/UserTools.java | 3713fb1ebb62bc9b6f5e6ce06634eca069d264d0 | [] | no_license | Santamaria-Alex/codeup-java-exercises | 406d8e6343f1f2533fac9b8663022d20b0c700e9 | 5448c0a92458a1ab47f4805e4c910c446861e2af | refs/heads/main | 2023-05-21T19:58:36.432465 | 2021-06-13T04:21:17 | 2021-06-13T04:21:17 | 369,643,562 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 497 | java | package OopLecture;
import java.util.Scanner;
public class UserTools {
public static Scanner scanner = new Scanner(System.in);
public static void logIn(User u){
System.out.println("Please enter your password: ");
String userPassword = scanner.nextLine();
if (userPassword.equals(u.pa... | [
"santamariaalex146@gmail.com"
] | santamariaalex146@gmail.com |
17c759feb6e755453c8a585d76db0cd4c9636b6d | 69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e | /methods/Method_43397.java | d0e28482d4eb0c3232f7739be348ddb579229b13 | [] | no_license | P79N6A/icse_20_user_study | 5b9c42c6384502fdc9588430899f257761f1f506 | 8a3676bc96059ea2c4f6d209016f5088a5628f3c | refs/heads/master | 2020-06-24T08:25:22.606717 | 2019-07-25T15:31:16 | 2019-07-25T15:31:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 454 | java | /**
* ??????????
* @param currencyPairs
* @throws IOException
*/
public BitZSymbolList getSymbolList(CurrencyPair... currencyPairs) throws IOException {
List<String> symbolList=new ArrayList<>(currencyPairs.length);
Arrays.stream(currencyPairs).forEach(currencyPair -> symbolList.add(BitZUtils.toPairString(curr... | [
"sonnguyen@utdallas.edu"
] | sonnguyen@utdallas.edu |
7d2127f8d6ddbccac939aee1ec07b99d308f3c8b | 06c0f862c2e6e24b722aab51603fc47a6bf4f2eb | /petclinic-app/src/main/java/io/thundra/petclinicapp/vet/Vet.java | 896379a3acd12b07afd7c82904f6411d402f4676 | [
"LicenseRef-scancode-generic-cla",
"Apache-2.0"
] | permissive | mariswa/thundra-sidekick-petclinic-demo | f8e6d0011e1da397e93233b3ab2c2e99b95e44a9 | 3e1332f2b389d54683e7230eb26076319c984db5 | refs/heads/master | 2023-05-02T18:24:19.377869 | 2021-05-04T13:43:41 | 2021-05-04T13:43:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,391 | java | /*
* Copyright 2012-2019 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"noreply@github.com"
] | mariswa.noreply@github.com |
92b0dc9e2d20169321735be6bd844b41e0077ef2 | a96a0dfcb78c74bf55c87f9666741483d1571a0f | /src/main/java/com/yoda/portal/content/data/HomeInfo.java | 591d93e64c77968d8a9fab1dfc863cdc0b2f4621 | [] | no_license | askaralim/device-centre | 398b9fa9e658bc4a1318f77304042fc78ced2f9f | b93ccceb40dff8bb0575f992e87a40059d128b69 | refs/heads/master | 2020-04-06T17:59:17.520529 | 2018-11-29T02:48:55 | 2018-11-29T02:48:55 | 157,680,692 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 989 | java | package com.yoda.portal.content.data;
import java.util.List;
import com.yoda.homepage.model.HomePage;
import com.yoda.kernal.model.Pagination;
public class HomeInfo extends DataInfo {
List<DataInfo> homePageDatas;
DataInfo homePageFeatureData;
String pageTitle;
Pagination<HomePage> page;
public Pa... | [
"asikaer.alamujiang@accenture.com"
] | asikaer.alamujiang@accenture.com |
d2ae003e75064de30725c24a0eea5c3e98baa2e3 | 395e397c5203400517c787de087ed6864c7fe343 | /src/modifiers/Simple.java | 00fc323e75cbcf11a9495f58fe74983ef6148364 | [] | no_license | nilimapradipm/javaproject | 7deae726341bcc04e3d9d4d6074b9a9fe49d0ef8 | 5d6dce771c950d0fef5bc8f72ed04d34b46a47b5 | refs/heads/master | 2023-08-02T07:07:41.411544 | 2021-10-03T12:51:47 | 2021-10-03T12:51:47 | 413,063,659 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 509 | java | package modifiers;
class A{
//int data=40;
//void msg(){System.out.println("Hello java");}
//private int data=40;
//private void msg(){System.out.println("Hello java");
public int data=40;
public void msg(){System.out.println("Hello java");}
}
public class Simple... | [
"79101346+nilimapradipm@users.noreply.github.com"
] | 79101346+nilimapradipm@users.noreply.github.com |
97cd1008301addba8841931e7508687fdb788e15 | 0523e3ed8fe3d87c97c71b105813eb623f50a4e3 | /src/main/java/com/ciisa/controller/EspecialidadController.java | 4ea7056d46fbb620eb038ffb83c62b9ac696dafa | [] | no_license | dev-miguel-resources/clase5-springboot | 0687f585748c37938c13f24f0abe50ad57a9c242 | c740e9c0e0aef6ab7900fa69693552abd7fd8bcb | refs/heads/master | 2020-09-08T02:01:53.729391 | 2019-11-11T12:52:29 | 2019-11-11T12:52:29 | 220,979,531 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,598 | java | package com.ciisa.controller;
import java.net.URI;
import java.util.List;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.hateoas.Resource;
import org.springframework.hateoas.mvc.ControllerLinkBuilder;
import org.springframework.http.HttpStatus... | [
"ingenieromiguelch@gmail.com"
] | ingenieromiguelch@gmail.com |
ec710029040e9b7af9dcdbbe91d074391750deab | 01cef2298308cae637d22c3cde92bc21a4ed040b | /src/main/java/org/cn/socket/core/SocketServer.java | 69fa67f901c4189e09c015552fb2685fbd037f8d | [] | no_license | findById/proxy | a80c69df320a2207f9d3dfb2252d0fe57f0bba3d | b75531ac8880ee0922cc540297c602a0e38cbbf9 | refs/heads/master | 2021-01-21T14:04:58.802484 | 2016-04-26T09:58:07 | 2016-04-26T09:58:07 | 39,049,136 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,981 | java | package org.cn.socket.core;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.nio.ByteBuffer;
import java.nio.channels.AsynchronousChannelGroup;
import java.nio.channels.AsynchronousServerSocketChannel;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import... | [
"328559929@qq.com"
] | 328559929@qq.com |
5fc11cb064d4563be6f27f9311f0a66124e27e29 | 4db2a7c65611c7a140b3f84ca218cedd1126ac2b | /src/main/java/co/com/prueba_tecnica/util/Constantes.java | ac71e947ddb8f3c9902c9bdff81285661559eb14 | [] | no_license | eidisoviedo/PrecioPaquetesSofka | 009e4bf11cdadf47e33bb9308980921ecc15bd99 | 03252d35dcdbbf83675ed23dcb7bcac8ed4e20a2 | refs/heads/master | 2022-12-16T21:17:20.491487 | 2020-09-04T21:32:42 | 2020-09-04T21:32:42 | 292,950,325 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 863 | java | package co.com.prueba_tecnica.util;
public class Constantes {
public static final String INFO_DESPEDIDA = "Hasta luego";
public static final String INFO_TRANSACCION_EXITOSA = "Paquete registrado exitosamente";
public static final String INFO_CAPACIDAD_ALCANZADA = "Capacidad de carga máxima alcanzada";
public sta... | [
"wjbuelvas@gmail.com"
] | wjbuelvas@gmail.com |
43c4e71dc2f6fef7b91659e863d6468faa8f2eba | cc57be84a678de6661a122c95226bc7b3845b388 | /src/main/java/com/nextech/erp/model/Status.java | 2faedf07238d3bf25aa3ae79fca67741e4c84aac | [] | no_license | renatoapcosta/Erp_project | 5cd4a6f43d2877e53fc3e144321170d6bc00a945 | 0e071ecd487081454fefdd2075871d7e586c6a54 | refs/heads/master | 2021-01-19T17:25:54.702365 | 2017-02-18T14:32:39 | 2017-02-18T14:32:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,643 | java | package com.nextech.erp.model;
import java.io.Serializable;
import javax.persistence.*;
import javax.validation.constraints.Size;
import org.hibernate.validator.constraints.NotBlank;
import com.fasterxml.jackson.annotation.JsonIgnore;
import java.sql.Timestamp;
import java.util.List;
/**
* The p... | [
"shahadeochavan@gmail.com"
] | shahadeochavan@gmail.com |
8a3275ea1ca05a0116a5292fdcef4e0be648a9aa | 491f39db6b557dd845236b9d5375030047a09dea | /src/main/java/com/hirak/ecommerce/app/dto/OrderFormDto.java | 80187f90b45bd1230874dcd06f3a436c358a3f35 | [] | no_license | hirakm53/ecommerce-app | 4a5741daa42d5d4f9a47aa6fac0cfe3516ebaa15 | f7d417ed0cc51a5a4ec0eb3a3293543eb557c004 | refs/heads/master | 2022-07-05T20:15:09.702608 | 2020-05-14T06:16:59 | 2020-05-14T06:16:59 | 263,563,021 | 0 | 0 | null | 2020-05-14T06:17:01 | 2020-05-13T07:56:23 | null | UTF-8 | Java | false | false | 548 | java | package com.hirak.ecommerce.app.dto;
import java.io.Serializable;
import java.util.List;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import lombok.ToString;
/**
* @author hirak_mahanta
*
*/
@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
@T... | [
"hirak.mahanta@bounceshare.com"
] | hirak.mahanta@bounceshare.com |
62d03b7d56fe1868838f6ee1a278bed8d97add39 | 514821b7aee885cd3e05211598ef152e09b22e61 | /app/src/main/java/com/lai/mtc/MTC.java | 67af68ba118cfe4d05c46bc2ef9d1fba7cae3ae7 | [
"Apache-2.0"
] | permissive | WarrenLin/Comic-MTC | 667e6fec19acc05d4e21a8352bdce1a2f54beb0a | 05fe07169cd8f984916e1b3a28db6f4bbc847991 | refs/heads/master | 2021-04-09T11:17:37.149698 | 2018-03-15T09:10:13 | 2018-03-15T09:10:13 | 125,485,019 | 1 | 0 | null | 2018-03-16T08:15:00 | 2018-03-16T08:14:59 | null | UTF-8 | Java | false | false | 1,345 | java | package com.lai.mtc;
import android.app.Activity;
import android.app.Application;
import com.lai.mtc.dao.bean.MyObjectBox;
import com.lai.mtc.di.component.DaggerAppComponent;
import com.lai.mtc.mvp.http.RetrofitHelper;
import javax.inject.Inject;
import dagger.android.AndroidInjector;
import dagger.android.Dispatch... | [
"laishujie@126.com"
] | laishujie@126.com |
a025dad7a0ea5f590dad16445ad76459a01b4f95 | 2d746a29a2e6833b8f6e7d62b2c1d716fd08085d | /FilaLista/app/src/main/java/com/desarrollodeaplicaciones/filalista/Fuze.java | d4c73a8d9b3a1807a26df0c17eb450ee009f6d68 | [] | no_license | Irbing5070/AplicacionInterfaz | 859b49d24d71853ec8622fce98b94823456c5938 | 339b592de4d74ddd720105d7d6029852f291e286 | refs/heads/master | 2021-01-20T11:56:52.140921 | 2017-02-21T05:41:40 | 2017-02-21T05:41:40 | 82,640,055 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 804 | java | package com.desarrollodeaplicaciones.filalista;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
/**
* Created by Irbing on 15/02/2017.
*/
public class Fuze extends AppCompatActivity {
Button btn... | [
"irbingmtzg@outlook.com"
] | irbingmtzg@outlook.com |
65b29fe6d6d719ffa529dc2e4ad4c7a183619a51 | f52981eb9dd91030872b2b99c694ca73fb2b46a8 | /Source/Plugins/Core/com.equella.core/src/com/tle/freetext/IndexedItemFactory.java | cbad1823cca68d2a114d112423203eff4b1f6af7 | [
"BSD-3-Clause",
"LGPL-2.0-or-later",
"LGPL-2.1-only",
"LicenseRef-scancode-jdom",
"GPL-1.0-or-later",
"ICU",
"CDDL-1.0",
"LGPL-3.0-only",
"LicenseRef-scancode-other-permissive",
"CPL-1.0",
"MIT",
"GPL-2.0-only",
"Apache-2.0",
"NetCDF",
"Apache-1.1",
"EPL-1.0",
"Classpath-exception-2.... | permissive | phette23/Equella | baa41291b91d666bf169bf888ad7e9f0b0db9fdb | 56c0d63cc1701a8a53434858a79d258605834e07 | refs/heads/master | 2020-04-19T20:55:13.609264 | 2019-01-29T03:27:40 | 2019-01-29T22:31:24 | 168,427,559 | 0 | 0 | Apache-2.0 | 2019-01-30T22:49:08 | 2019-01-30T22:49:08 | null | UTF-8 | Java | false | false | 843 | java | /*
* Copyright 2017 Apereo
*
* 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 wr... | [
"doolse@gmail.com"
] | doolse@gmail.com |
5d0a34bbdd12aae0883c593fbaa23c717a4b0569 | 173e8b54facc664fd5f5c11bd5a8d63a8efa25ed | /app/src/main/java/xyz/iiemyewrs/www/technica/activities/Events.java | f2e1fd821fddcddfacf739ac21f2a99565729bf4 | [] | no_license | rohittayal595/TerraTechnica | e3a202fdd9b56ec54913df549da3a163034227c7 | 3d1461a44dffd41957be72aa7c82cba11a67422e | refs/heads/master | 2021-01-20T10:56:29.085157 | 2016-04-01T12:47:25 | 2016-04-01T12:47:25 | 55,229,545 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 16,092 | java | package xyz.iiemyewrs.www.technica.activities;
import android.content.Intent;
import android.support.design.widget.TabLayout;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v4.app.DialogFragment;
import android.support.v7.app.AppCompatAc... | [
"rohittayal595@gmail.com"
] | rohittayal595@gmail.com |
dcd14d87668a5841ecf12fc4de6c190cb4698a57 | 5675fa422cdc15704cd08cfc8b40bcb50530c882 | /src/main/java/com/lcf/model/Categories.java | 1c19348463b8929a072750567a157cfc26e2c7d6 | [] | no_license | liujianview/myBlog | 7b05b5cf9a3e9cb5d21c53a3a0dcf5b81104632b | ccb247daa1d0e373f6e04942546b25fb042762bc | refs/heads/master | 2023-03-14T22:37:14.005692 | 2021-03-26T02:49:57 | 2021-03-26T02:49:57 | 331,816,935 | 10 | 1 | null | null | null | null | UTF-8 | Java | false | false | 220 | java | package com.lcf.model;
import lombok.Data;
/**
* @author: liuchuanfeng
* @Date: 2020/7/17 20:49
* Describe: 文章分类
*/
@Data
public class Categories {
private int id;
private String categoryName;
}
| [
"1546855350@qq.com"
] | 1546855350@qq.com |
98df53132b7a02fadb03964b0e01c489809e2176 | d19584bbb38d095f9c6fd400435b306aea5037b7 | /src/main/java/com/admission/dao/StudentEnquiryRepository.java | 3e860553778c1e1b37c2759283e9809cf726f355 | [] | no_license | Anu421/Teamproject2 | 7ab84834c151f97af69021d0c8de38cbaf2543eb | 7d162bf5e3954ef59b2dd2b3957a6df2b562f237 | refs/heads/master | 2023-05-04T13:46:21.873795 | 2021-05-28T05:47:32 | 2021-05-28T05:47:32 | 371,590,211 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 470 | java | package com.admission.dao;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import com.admission.model.StudentEnquiry;
/**
* @author ${Vijay Gupta}
*
* Aug 25, 2017
*/
@Repo... | [
"vjgupta57@gmail.com"
] | vjgupta57@gmail.com |
93dfba5d1a9f377e4103cf1f49b3f647ce23f07b | f0feba498c295e7675ef94438fa22fd26264c385 | /analysis/src/com/ls/common/User.java | 17a7574446ddd25d571db07a47b22fcd60373a2e | [] | no_license | Neil-123-aaa/trifle | e4df9b7a35efd5b76314d490072605b6f1c189e6 | cf2cb2a9d7afd47ac436fcf96c7e6fa6debcf75e | refs/heads/main | 2023-06-04T10:12:22.990681 | 2021-07-02T16:38:11 | 2021-07-02T16:38:11 | 382,400,846 | 0 | 0 | null | 2021-07-02T16:18:20 | 2021-07-02T16:18:19 | null | UTF-8 | Java | false | false | 1,146 | java | package com.ls.common;
public class User {
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getPassword()... | [
""
] | |
f8b0655971da77032bcdfea9bcacad93e1923c0b | e8efa92f57bb5cffddf627123924f7a22f5a34ae | /src/projetoed/menus/MenuPrincipal.java | 1daf68e486588d3bffd6e0ec6e26adca35b7063f | [] | no_license | AnBruLuMaMi/projeto-ed | 686ce9de73dc01713ab039a50412e2b9934099a9 | 85953d3b7600d0a8e16273c1e1c6ba4d695f055b | refs/heads/main | 2023-05-12T22:14:34.547580 | 2021-06-02T01:10:11 | 2021-06-02T01:10:11 | 373,001,207 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,533 | java | package projetoed.menus;
import projetoed.menus.interfaces.IMenu;
public class MenuPrincipal extends Menu {
public MenuPrincipal() {
super("Estruturas de Dados", false, "Encerrar");
opcoes.add(new OpcaoMenu(1, "TAD-Lista Arranjo", "", () -> exibirMenuOpcao(1)));
opcoes.add(new Op... | [
"noreply@github.com"
] | AnBruLuMaMi.noreply@github.com |
d3df4bfe047d3988ff4252f4509a500945baa9c5 | ed019fb45159d3b043547d5e019f0252d889466f | /友寻/android/iyouxun/src/com/iyouxun/data/beans/NewsAuthInfoBean.java | 77a08fb220331ce5f3ee732684c10423cb3fd9e7 | [] | no_license | chao2android/iOSProjects | 601ed216d28b076bab40e16491131f7e2df35941 | 9adf136126e4b7b8e1729aeb0188855ea28f52ac | refs/heads/master | 2021-01-20T15:42:29.510229 | 2015-12-29T04:50:23 | 2015-12-29T04:50:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 580 | java | package com.iyouxun.data.beans;
import java.io.Serializable;
import java.util.ArrayList;
/**
* 动态查看权限信息
*
* @ClassName: NewsAuthInfoBean
* @author likai
* @date 2015-3-7 上午10:50:49
*
*/
public class NewsAuthInfoBean implements Serializable {
/**
* @Fields serialVersionUID : TODO
*/
pri... | [
"wanglei890925@163.com"
] | wanglei890925@163.com |
cf774d5c1e539993ee7081658b2519403f6fbf04 | 805cfdcbb01b5eef63975f99f737515e5f90500b | /app/src/main/java/com/fortunekidew/pewaad/activities/settings/NotificationsSettingsActivity.java | 42725904fa3c70f440727d880619dca71c154305 | [] | no_license | brianmwadime/Pewaa-Android | 6d1cd6df49ce275136ed82e326bdb1aa9687e733 | e793143e7b06473e86cfd22772b6c2cd32e455f6 | refs/heads/master | 2020-02-13T17:46:12.912616 | 2017-10-20T13:19:36 | 2017-10-20T13:19:36 | 70,031,998 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,608 | java | package com.fortunekidew.pewaad.activities.settings;
import android.graphics.Color;
import android.media.Ringtone;
import android.media.RingtoneManager;
import android.net.Uri;
import android.os.Bundle;
import android.preference.ListPreference;
import android.preference.PreferenceActivity;
import android.preference.Ri... | [
"mwadime@fortunekidew.co.ke"
] | mwadime@fortunekidew.co.ke |
2cf441fb737ac4d1db5f6eb9989a0d58f885f18d | 1074c97cdd65d38c8c6ec73bfa40fb9303337468 | /rda0105-agl-aus-java-a43926f304e3/xms-delivery/src/main/java/com/gms/delivery/dhl/xmlpi/datatype/error/response/ExportDeclaration.java | 9cefcf64d1dd82cb74d498213c5c1a4c8c297f49 | [] | no_license | gahlawat4u/repoName | 0361859254766c371068e31ff7be94025c3e5ca8 | 523cf7d30018b7783e90db98e386245edad34cae | refs/heads/master | 2020-05-17T01:26:00.968575 | 2019-04-29T06:11:52 | 2019-04-29T06:11:52 | 183,420,568 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,004 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
// 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: 2016.01.18 at 0... | [
"sachin.gahlawat19@gmail.com"
] | sachin.gahlawat19@gmail.com |
364f2d1988a4748e8070dd54c5e5bfe2a80dffeb | 985ec86b2e44a636424979e49b03a1d3b4c2db83 | /src/main/java/com/company/springdemo/test/algorithm/MergeTwoSortedLists.java | 2b3006bf6b8430bea9027107beb2ff0541016c5b | [] | no_license | repacker/springdemo | b5b4385b4d00dfa5fd43c4858160f12636fb6fb7 | f5a4dac90f8f183eaa149e04d07b723faf8fd05d | refs/heads/master | 2022-07-11T10:36:31.025018 | 2020-12-07T07:25:37 | 2020-12-07T07:25:37 | 131,399,920 | 2 | 1 | null | 2022-06-17T01:58:49 | 2018-04-28T10:27:45 | Java | UTF-8 | Java | false | false | 1,383 | java | package com.company.springdemo.test.algorithm;
/**
* @Auther: whs
* @Date: 2019/2/18 11:36
* @Description: 合并两个排好序的链表
* 每次比较两个链表的头结点,将较小结点放到新的链表,最后将新链表指向剩余的链表
*/
public class MergeTwoSortedLists {
public ListNode mergeTwoLists(ListNode l1, ListNode l2) {
ListNode head = new ListNode(0);
ListN... | [
"1493743519@qq.com"
] | 1493743519@qq.com |
c3b491e428390bfd0578072e8ecd2ce52a0603d4 | 654fb9b784ca4057462cbd9c81d3ad4b02113842 | /src/test/java/nl/hu/tho6/persistence/connection/ConnectionFactoryTest.java | 8bf2a8023cfab0dd94fe31a9f7c150774ff5aaab | [] | no_license | Jfeurich/codereview | 127186decb95258675dec9c8f98aca04530f63db | 1a44058d27d34a8d6dfb78725f443742a10888bc | refs/heads/master | 2020-04-10T21:29:38.560052 | 2016-03-09T09:45:45 | 2016-03-09T09:45:45 | 52,348,575 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 977 | java | package nl.hu.tho6.persistence.connection;
import org.junit.Test;
import org.junit.Before;
import org.junit.After;
import java.sql.Connection;
/**
* ConnectionFactory Tester.
*
* @author <Authors name>
* @since <pre>Jan 23, 2015</pre>
* @version 1.0
*/
public class ConnectionFactoryTest {
@Before
public vo... | [
"jayh4x0r@gmail.com"
] | jayh4x0r@gmail.com |
5f5e6663e2da00aa319894685842a3ef19661cbc | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/13/13_4f460e91791b71a01bca23c643dcf12129e60170/Config/13_4f460e91791b71a01bca23c643dcf12129e60170_Config_t.java | 357061809776bb063dd422a8804b465089063007 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 1,943 | java | package Identitaet;
public class Config {
/**
* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
* TODO: EDIT THIS TO SET CORRECT LOCATIONS WHEN FILES NOT FOUND
* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*/
// private static final... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
83bce545abea45dbf9b7e8071cf0a17ad291de05 | 7d141df9522db7451b58f5476a5358041fc62ea9 | /Java Module/Java/CoreJava/Demo_Lesson3/src/com/igate/ln4/demos/BoxMain.java | 25ae52616afe5c916d7350d4564e67080342c15d | [] | no_license | gowtham789/IGATE_J2EE | c6a2947ad6e0a42f88efe457c6f657da41a4a83c | 248b6dedafd6a6a0f649c790bdbd5a2aec46a0c7 | refs/heads/master | 2020-04-21T20:32:33.096040 | 2019-02-09T09:02:41 | 2019-02-09T09:02:41 | 169,848,370 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 300 | java | package com.igate.ln4.demos;
public class BoxMain {
public static void main(String[] args) {
Box b1;
b1=new Box();//Default constructor is called
System.out.println("B1 = "+b1.calculate());
Box b2;
b2=new Box(7,5,10);//Param const
System.out.println("B2 = "+b2.calculate());
}
}
| [
"gowtham.guntoju@capgemini.com"
] | gowtham.guntoju@capgemini.com |
a8c70f5bec5ed596e56793f8a0e569c0eb36ff1e | d9f65159d571d94de5f4ee5f80a4b350b7caa88d | /E-commerce/PracticeWebServices/src/main/java/com/example/PracticeWebServices/controllers/AddressController.java | 62dbc286cd3ff12bb54d178e0d3b61afa4198368 | [] | no_license | yousefokasha61/E-commerce | 7ffe1cbdcddf57762f8c04231a4f8489ce1265f7 | 11c2bf51e744d8629716dc921ecfe6a6f6f9398a | refs/heads/master | 2022-04-18T12:19:24.756084 | 2020-04-17T20:47:27 | 2020-04-17T20:47:27 | 249,040,783 | 0 | 0 | null | 2020-04-17T20:47:28 | 2020-03-21T18:54:07 | Java | UTF-8 | Java | false | false | 1,169 | java | package com.example.PracticeWebServices.controllers;
import com.example.PracticeWebServices.domain.Address;
import com.example.PracticeWebServices.service.AddressService;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework... | [
"yousefokasha61@gmail.com"
] | yousefokasha61@gmail.com |
b2c8016f4b136fc1db0709e5f3924a9bca6b27a4 | 37719514c5925b214e209093f57b7671cdc61760 | /src/test/java/com/testangularjhipster/app/web/rest/UserResourceIntTest.java | 7b8caa9d9321d278cac7ca9cd1b5e81d3a631b06 | [] | no_license | eternels1/projet-front-angularFirmwareManagement | 9f1ad9c11bf4bc7475cab7d75625474008f5b8e4 | d9d98d37fa3966ddc105c0bbda3fba1af72f21df | refs/heads/master | 2020-03-19T03:08:54.910572 | 2018-06-06T11:20:41 | 2018-06-06T11:20:41 | 135,699,871 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 26,785 | java | package com.testangularjhipster.app.web.rest;
import com.testangularjhipster.app.ReferenceTestAngularJhipsterApp;
import com.testangularjhipster.app.config.CacheConfiguration;
import com.testangularjhipster.app.domain.Authority;
import com.testangularjhipster.app.domain.User;
import com.testangularjhipster.app.reposit... | [
"khalid.abarou@sogeti.com"
] | khalid.abarou@sogeti.com |
89b69d7957d762cdaf5841212d9e44869e6a01dd | 945d959d49279b4ac5ab69ae66d42bdf4b5a58d0 | /riptide-logbook/src/main/java/org/zalando/riptide/logbook/LogbookPlugin.java | c090acc0f938c2bbc76ed4e5eb584c3b91c8df02 | [
"MIT"
] | permissive | jrehwaldt/riptide | 6404368c193a2e9fa380d4c38f8f486204b69d5e | e79a64372255f6711cb84754078a05b7da4b69da | refs/heads/master | 2020-07-23T01:10:47.726421 | 2019-09-09T08:39:53 | 2019-09-09T08:39:53 | 207,395,712 | 0 | 0 | MIT | 2019-09-09T20:11:31 | 2019-09-09T20:11:30 | null | UTF-8 | Java | false | false | 2,248 | java | package org.zalando.riptide.logbook;
import lombok.AllArgsConstructor;
import org.apiguardian.api.API;
import org.springframework.http.HttpOutputMessage;
import org.zalando.logbook.Logbook;
import org.zalando.logbook.Logbook.RequestWritingStage;
import org.zalando.logbook.Logbook.ResponseProcessingStage;
import org.za... | [
"w.schoenborn@gmail.com"
] | w.schoenborn@gmail.com |
e57a0472c6bab163813483010f43c20adf1edc07 | 2a4ca87ac5271118b2ae77c3c849eebf6f01ba7f | /app/src/main/java/com/example/matchesapp/ui/send/SendViewModel.java | c2b9694986857c90a39fb5558f799087a9dfefe7 | [] | no_license | Vasantikaradage/MatchesApp | daa075142cf630dbe39f39956d040a3cc9be009c | 6fd98decc757897ec733a0ab7026e3637fe8ce9c | refs/heads/master | 2022-12-05T01:12:53.093953 | 2020-08-24T17:09:24 | 2020-08-24T17:09:24 | 289,989,135 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 445 | java | package com.example.matchesapp.ui.send;
import androidx.lifecycle.LiveData;
import androidx.lifecycle.MutableLiveData;
import androidx.lifecycle.ViewModel;
public class SendViewModel extends ViewModel {
private MutableLiveData<String> mText;
public SendViewModel() {
mText = new MutableLiveData<>();
... | [
"irapocketschool@gmail.com"
] | irapocketschool@gmail.com |
10ef3d1c9d8999a7b31bf5faeac7c489b7cf576c | bf0b206648bc423a7090824a824276ec89fdfa58 | /firstProject/src/control/WhileExe.java | c2978baf15326fb44ce1b90cdc2887bce61bb1ac | [] | no_license | PGParkJeonguk/first-project | 2a84272ac940c6bee1f834a2e4e119d3a5dae4cb | fd985e61c64105337e4d080c1216ed3008ce5466 | refs/heads/master | 2023-08-10T16:39:21.617267 | 2021-09-16T14:32:08 | 2021-09-16T14:32:08 | 406,186,118 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 871 | java | package control;
public class WhileExe {
public static void main(String[] args) {
// while 구문을 사용해서 1 ~ 10까지 출력
int i = 0;
while(i <= 10) {
System.out.println(i);
i++;
}
System.out.println("==============끝1");
//while 구문을 사용해서 10까지 짝수 출력
int i2 = 2;
while(i2 <=10) {
System.o... | [
"USER@DESKTOP-2MISF3S"
] | USER@DESKTOP-2MISF3S |
d754a86f1281a2b147f2048b9b3e211e063d800e | 8d099cc4d029b515cb3871cd3c0ca79d777d1290 | /src/main/java/com/eomcs/basic/ex02/Exam0310.java | 2c29e10a83e6bac5e670aff0d8eb22904fed71ae | [] | no_license | dong3512/bitcamp-study | 0623a96a40b3deb71dbb683dcae69ee01b44a52e | 66d32dc2ea5d4f53bf9c792289c71d7709c5f546 | refs/heads/main | 2023-04-27T05:30:28.828597 | 2021-05-20T08:48:04 | 2021-05-20T08:48:04 | 326,534,763 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,070 | java | // java.util.Date 클래스 - 생성자 활용
package com.eomcs.basic.ex02;
import java.util.Date;
public class Exam0310 {
public static void main(String[] args) {
// Date() 기본 생성자
Date d1 = new Date(); // 현재 시간을 저장한다.
System.out.println(d1);
// Date(long) : 1970-01-01 00:00:00 부터 지금까지 경과된 밀리초
Date d2 = new ... | [
"dlehddls1015@naver.com"
] | dlehddls1015@naver.com |
5313e80a9af6ccc4a6109dde6f9e600bc7bd9f38 | c5c52e6e24ceac0de6fbea9967a6087e3273ff1b | /Board/src/main/java/com/multicampus/biz/board/BoardDAO.java | db670bee44c9723ec6475bda574fd3c3bf3908e6 | [] | no_license | ddasix/eGov | e6a935b659ee85b4dc068dbdece87953b335fda0 | ff07926955c661e51572e11618980230365eb18e | refs/heads/master | 2020-04-06T04:44:05.663388 | 2017-02-24T07:14:46 | 2017-02-24T07:14:46 | 82,897,471 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 369 | java | package com.multicampus.biz.board;
import java.util.List;
import com.multicampus.biz.board.vo.BoardVO;
public interface BoardDAO {
public void addBoard(BoardVO vo);
public void updateBoard(BoardVO vo);
public void deleteBoard(BoardVO vo);
public BoardVO getBoard(BoardVO vo);
public List<BoardVO> getBoardLis... | [
"hyosik@ecis.co.kr"
] | hyosik@ecis.co.kr |
bb44888ed007808236c4203d079ebcf399deda05 | 3afb8d20a32801534aeb9c85eb304f993616a443 | /src/main/java/com/owl/service/IQuartzService.java | c42ea5349b3551b3128f28cc0bc698301023f0e6 | [] | no_license | liuaolwz/quartz-demo | 4ef38a02ae0522d2e4778b38cfca5332f890bbd3 | 67728d13066858feccdb890eccdb4725fbf41dc1 | refs/heads/master | 2021-07-14T23:05:02.565497 | 2017-10-20T09:20:15 | 2017-10-20T09:20:15 | 107,572,599 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,300 | java | package com.owl.service;
import com.owl.api.request.RegistRequest;
import com.owl.domain.TaskInfo;
import org.quartz.SchedulerException;
import org.quartz.Trigger;
import org.quartz.TriggerKey;
import org.quartz.impl.jdbcjobstore.TriggerStatus;
import java.util.List;
/**
* quartz service interface
*... | [
"liuao@glzc.com"
] | liuao@glzc.com |
bbf7fe83b8bb580ca4dcb90ba90fc824cef2e85e | 571f6f651896e9e22bb7754a20b9df5aec4ea4dc | /src/test/java/com/trng/cucks/api/ReportGenerator.java | 41d45137a5e11a2021bd2c6584e068d20639b8d7 | [] | no_license | kumbhapr/cucks-report | 9015f7fb7500cdb78feb8056ae82b71b78b1915a | e82e9176cea6b509b100c219673fbb4f17ab394b | refs/heads/master | 2021-01-07T20:01:16.862535 | 2020-02-20T09:56:09 | 2020-02-20T09:56:09 | 241,806,560 | 0 | 1 | null | 2020-10-13T19:41:05 | 2020-02-20T06:03:35 | Java | UTF-8 | Java | false | false | 1,510 | java | package com.trng.cucks.api;
import java.io.File;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import net.masterthought.cucumber.Configuration;
import net.masterthought.cucumber.ReportBuilder;
import net.masterthought.cucumber.Reportable;
import net.masterthought.cucumber.json.suppo... | [
"kumbhare.prasad@gmail.com"
] | kumbhare.prasad@gmail.com |
176bfff02483de0f4b8f831fd5cc464e248b5813 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-large-project/src/main/java/org/gradle/test/performancenull_367/Productionnull_36635.java | 75984c917833ff55941142cf8e6110397d0f476a | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 588 | java | package org.gradle.test.performancenull_367;
public class Productionnull_36635 {
private final String property;
public Productionnull_36635(String param) {
this.property = param;
}
public String getProperty() {
return property;
}
private String prop0;
public String getPr... | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
735bd1b3f239b4c7a573a17f979a8d6dbbf60712 | a4d98b1a5840b3c46be03d6a8a6bd76e2a92c390 | /src/main/java/ma/emsi/devoir/ecommerce/EcommerceApplication.java | 3f3c3cf3b96787f62b2c37678afb29211ad6230b | [] | no_license | Mercies/eCommerce_project | 75f5ddd4442d12b009200e46875e3e59637f250b | db36381da6a81e7648139a93047ac2da334c6efc | refs/heads/master | 2023-02-15T04:53:24.934044 | 2021-01-10T17:41:26 | 2021-01-10T17:41:26 | 328,441,949 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,043 | java | package ma.emsi.devoir.ecommerce;
import java.util.ArrayList;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.ApplicationContext;
import ma.emsi.devoir.ecommerce.domaine.ArticleVO;
import ma.emsi.devoir.ecommer... | [
"karami.rahma@gmail.com"
] | karami.rahma@gmail.com |
3cba0b83a051a17763cc48fe484664d43132423f | 4d4e8f439efc461e4a89ce3a73097390b48e5dc8 | /2er-version-springSOAPProducing/src/main/java/io/spring/ex4/webservice/package-info.java | db75e55984531a7fe978f95cdb0d5c53449e92f7 | [] | no_license | lanaflonform/spring | fad0fb9e9a262206d1dc0b7dc32af8211e34c761 | d06b15918e95cdd173491ca33a54381e532a1fc3 | refs/heads/master | 2021-04-13T20:30:50.757731 | 2020-03-20T18:53:08 | 2020-03-20T18:53:08 | 249,185,954 | 0 | 1 | null | 2020-03-22T13:10:43 | 2020-03-22T13:10:42 | null | UTF-8 | Java | false | false | 520 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// 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.03.10 at 03:49:3... | [
"karim.dahdouh.fr@gmail.com"
] | karim.dahdouh.fr@gmail.com |
91ce28f83e5f72564a8780452aef6dde73e7d417 | fb3457c3039fafa6f4b8c2a75af502af456b41bd | /bansystem-bukkit/src/main/java/ch/dkrieger/bansystem/bukkit/event/BukkitNetworkPlayerReportsAcceptEvent.java | a670cceaa99b3f96829a2a9d943e5fa2d0ee18af | [
"Apache-2.0"
] | permissive | craftermc-net/DKBans | 6c8535cea146a40632d191be5f4ed2432045b925 | 5c2a2701d0bf13891a8220d908dc70d8d7221337 | refs/heads/master | 2023-05-10T22:07:28.099242 | 2023-05-04T13:18:13 | 2023-05-04T13:18:13 | 585,097,586 | 0 | 0 | Apache-2.0 | 2023-01-04T10:06:55 | 2023-01-04T10:06:54 | null | UTF-8 | Java | false | false | 1,299 | java | /*
* (C) Copyright 2018 The DKBans Project (Davide Wietlisbach)
*
* @author Davide Wietlisbach
* @since 30.12.18 14:39
* @Website https://github.com/DevKrieger/DKBans
*
* The DKBans Project is under the Apache License, version 2.0 (the "License");
* you may not use this file except in compliance with the Licens... | [
"davide.wietlisbach@icloud.com"
] | davide.wietlisbach@icloud.com |
4c7d4d5907260cc325baa45a4b2ad45982ecf19f | 16bd3ab03a5c5066aba0ee5939a359b49d3a62d4 | /furpnt/src/main/java/com/navi/furpnt/dao/CategoryDaoImpl.java | 5ffbb0ed6a4a695197f238f359fe1956634fbc8e | [] | no_license | naveenakumari/pretty | 69a4179eb4625438c5c4e82d816bc6d5fd84da80 | 838c94c4c2a4c3bd7915bc16bf8c2fbc96f25d2b | refs/heads/master | 2020-07-15T08:43:44.913274 | 2016-09-26T15:50:50 | 2016-09-26T15:50:50 | 67,035,046 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 817 | java | package com.navi.furpnt.dao;
import java.util.List;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.criterion.Restrictions;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository... | [
"naviswetty459@gmail.com"
] | naviswetty459@gmail.com |
ae1ac38ca2d383f19846b45684f9b41b68b34982 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/32/32_910e60b1f437a42e2fa240462a0cc8695d4c5d5b/JdbcConer/32_910e60b1f437a42e2fa240462a0cc8695d4c5d5b_JdbcConer_s.java | 928fe55f0cdec0632d0c2342323d6858fcb90a31 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 8,847 | java | package uk.ac.starlink.ttools.cone;
import java.sql.Connection;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.logging.Logger;
import uk.ac.starlink.table.StarTable;
import uk.ac.starlink.task.BooleanParameter;
import uk.ac.starlink... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
5824c548d53dfdd216869e2b0a775be46160829c | 18618473781c61496563069175cb1b734e024ff0 | /q-store/src/main/java/q/dao/page/GroupJoinCategoryPage.java | aba89f847e96b2b8d46863f8c9743273908c3252 | [] | no_license | ssyangy/q | a8d0821e440671b09ea3f0764d39f5e38af0d895 | 0341902727f05152721b24e4309ae297518a3b19 | refs/heads/master | 2021-03-12T22:20:23.269137 | 2011-06-24T01:54:37 | 2011-06-24T01:54:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,983 | java | /**
*
*/
package q.dao.page;
import java.util.List;
/**
* @author seanlinwang at gmail dot com
* @date May 16, 2011
*
*/
public class GroupJoinCategoryPage extends Page {
private static final long serialVersionUID = 8186458581959280224L;
private List<Long> categoryIds;
private Long categoryId;
privat... | [
"xalinx@gmail.com"
] | xalinx@gmail.com |
5f88a90cf454597d32101fe41a0f0d80e21cf20b | 88f4bc3e21fb3e0ba8189b99fdd18a475cbeebc8 | /E-Farming/src/java/mypackage/ProductServlet.java | 62d2721dfd128977568a759c17e60a856a9f1111 | [] | no_license | JenishMor/E-farming | 7fdbd7c6806f7f5fef2e6a19d83be5264aad3465 | 3682bfe8440305d466f63962ffb184ade492236a | refs/heads/main | 2022-12-09T17:42:20.590633 | 2022-12-03T04:28:17 | 2022-12-03T04:28:17 | 487,707,860 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,907 | java | package mypackage;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.PreparedStatement;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.sql.*;
/**
*... | [
"noreply@github.com"
] | JenishMor.noreply@github.com |
6cacbdad02e1333303250eee85193924f4341264 | 7ace4a94316e13245aee24787409467e5349d4ea | /config/src/main/java/com/mnomoko/app/repository/CustomerRepository.java | b6b0813ed67194629716093558fdb7d5a395e24e | [] | no_license | mnomoko/candy-shop | bdcf33caa6d06002dc8de0b2b20f10d1885c75e1 | d31f9c2bf564b20c8c0853b2bea40c8323adbe4f | refs/heads/master | 2022-12-12T03:22:58.884770 | 2019-11-23T21:05:28 | 2019-11-23T21:05:28 | 214,896,553 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 335 | java | package com.mnomoko.app.repository;
import com.mnomoko.app.model.Customer;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import javax.transaction.Transactional;
@Repository
@Transactional
public interface CustomerRepository extends JpaRepository<Custo... | [
"m.nomoko.fr@gmail.com"
] | m.nomoko.fr@gmail.com |
f23bc61748aa2fb84097a39ec5f30aeac8f3c421 | 16d5e88ffe2bcf3268c5133084be1877de8b4bb3 | /Panabee-Backend/src/main/java/com/niit/PanabeeBackend/dao/UserDao.java | d2cd12c3acbf9466356ffb886dfc453a54cb136a | [] | no_license | Arijit07/PanabeeBackend | 51b77ad9eeefb7c1a1188d97d002c11c91651f84 | 3c9c91155880f8aebb32a3a7d89ad27d61a07f20 | refs/heads/master | 2020-04-26T16:50:24.536358 | 2019-03-04T07:25:45 | 2019-03-04T07:25:45 | 173,693,740 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 404 | java | package com.niit.PanabeeBackend.dao;
import java.util.List;
import com.niit.PanabeeBackend.model.Users;
public interface UserDao {
public boolean saveUser(Users user);
public boolean updateUser(Users user);
public boolean deleteUser(Users user);
public List<Users> getAllUser();
public Users UserAuthenticatio... | [
"="
] | = |
b15cd0c878ffc053abff9c1ab76441f4af3cec8b | a9477fb97d4debe1099b915c995810a147057469 | /src/dto/SheduleDTO.java | 3cd4927997ae809e42c72cc3aa14d1f0766e696c | [] | no_license | Isurumayanga97/DoctorChanneling | 598d5be43cea9844142788e0f9cfa4d7db34f59f | 6a4903463a1fe01cc4146997e49c7211a919d795 | refs/heads/master | 2020-06-05T03:15:54.068025 | 2019-06-17T07:25:01 | 2019-06-17T07:25:01 | 192,294,450 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,254 | 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 dto;
/**
*
* @author User
*/
public class SheduleDTO {
private String DoctId;
private String DoctName;
pri... | [
"umayangaisuru97@gmail.com"
] | umayangaisuru97@gmail.com |
5c6f3fbe614630979ea1489a80a009b98327fe93 | 5faabc8bf7fa0df1e33c73e593e04e5bf5c0e079 | /Java-Learning/First JDBC use/src/model/StringArithmetic.java | 2c93e70346be59edc7f7b20ec31f0fc272941af8 | [] | no_license | gmarczyk/Old-stuff | 6fc4cd2df3528d13db007894e0f68b121c77e6ca | 6293c52eb595f450d7ec940381d665809eb3d1cf | refs/heads/master | 2020-03-17T01:09:52.240840 | 2018-05-12T13:36:16 | 2018-05-12T13:36:16 | 133,142,364 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 27,120 | java | package pl.polsl.java.marczyk.model;
import java.util.ArrayList;
/**
* Provides chosen basic and advanced arithmetical functions performed on
* numerical values represented by String type.
*
* @author Marczyk Grzegorz
* @version 1.0.3
*/
public class StringArithmetic {
public StringArithmetic(... | [
"noreply@github.com"
] | gmarczyk.noreply@github.com |
072998d6cc298f5744038efcd44d7e9b0ea98c21 | 5674b95147b978c45dda5ab1baab9c604c2cbd14 | /spring-cloud-zuul/spring-cloud-zuul-filter/src/main/java/com/laiyy/gitee/zuul/springcloudzuulfilter/filter/PostFilter.java | eccc03e5967e9c9312453c4d16034738826b8a64 | [] | no_license | laiyy0728/springcloud | 2950c6455aecd6f13ac170bf8d6963c500f39bab | 1f460fef4b6fdf9e8ba3e4cbf7ee0b8a16842c0b | refs/heads/master | 2020-05-07T17:48:15.458971 | 2019-04-18T14:55:05 | 2019-04-18T14:55:05 | 180,738,410 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,560 | java | package com.laiyy.gitee.zuul.springcloudzuulfilter.filter;
import com.netflix.zuul.ZuulFilter;
import com.netflix.zuul.context.RequestContext;
import com.netflix.zuul.exception.ZuulException;
import org.apache.commons.lang.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework... | [
"="
] | = |
8088a5cda2a79bf40d177c423f735b249f500c6d | 5cecafbb6e7fd7b61494f8ca50fec1c8bdf4adeb | /netflix/src/Tablet.java | 8d37ec44c75ee574060558094b4e496517d6edff | [] | no_license | Massoudas/Netflix | 862a34e39fd603fac3a0f13764e54371d6784c77 | e1d42803c9af14105e83c0e5f6bfecfacdab5da3 | refs/heads/master | 2021-05-21T04:22:29.435139 | 2020-04-02T18:53:11 | 2020-04-02T18:53:11 | 252,540,430 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 38 | java | public class Tablet extends Device{
}
| [
"massoudrmz@gmail.com"
] | massoudrmz@gmail.com |
c6614697b6d5dc11bdb587a105c0e70b4d528bd0 | d349df69a0d837e501d684bb881ccac266be1071 | /fancyApp/src/main/java/com/meplus/fancy/utils/FIRUtils.java | 83eb637832233a44915ef8a2ec5aaca3e70a4327 | [] | no_license | DreamFly111/MePlus | 90659265790478de1053570b6f4b80dc1e580f08 | 58504cf56f7d733378d831785eb7b6e1cfa4dc5a | refs/heads/master | 2021-01-17T13:01:08.345495 | 2016-06-12T07:19:46 | 2016-06-12T07:19:46 | 59,458,730 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,736 | java | package com.meplus.fancy.utils;
import android.content.Context;
import android.util.Log;
import com.marvinlabs.intents.MediaIntents;
import com.meplus.fancy.Constants;
import com.meplus.fancy.model.entity.FirVersion;
import cn.trinea.android.common.util.PackageUtils;
import im.fir.sdk.FIR;
import im.fir.sdk.VersionC... | [
"1320027594@qq.com"
] | 1320027594@qq.com |
d0de946317df3ac94bc3ed9bd2e210618f0cb0b4 | ca7b16c021874e80a07c92b92d42637bcc805bd0 | /src/listener/main/AssemblyGenListener.java | 1cd26eab696e56c2609ea02eea9123be7be1cce3 | [] | no_license | BOGUENSONG/item3 | 877cd19c3337275a083d8d60229bfce28335a46f | e36f0c890eb2720d5de1fccff035ff3fc5e597ce | refs/heads/master | 2020-09-20T22:26:50.690278 | 2019-12-26T01:23:19 | 2019-12-26T01:23:19 | 224,606,006 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 13,751 | java | package listener.main;
import org.antlr.v4.runtime.tree.ParseTreeListener;
import org.antlr.v4.runtime.tree.ParseTreeProperty;
import generated.MiniCBaseListener;
import generated.MiniCParser;
import generated.MiniCParser.ParamsContext;
import static listener.main.AssemblyGenListenerHelper.*;
import stat... | [
"idsonic95@gmail.com"
] | idsonic95@gmail.com |
6e3a44760b131188441f74453e8df6af7922458d | 70b52156c30ca560a6f23dcabb3fe70ed2adc1b0 | /src/main/java/br/ufsc/bridge/res/dab/medicoesobservacoes/ResABMedicoesObservacoes.java | c97782b8965ee9075c58e24efc25453583c0edb1 | [
"MIT"
] | permissive | gpfurlaneto/res-api | de757813c42544792bd09f631d41303f89595ff5 | 04be57b1934b9edafbfb16b1239fb1c05cfcdf58 | refs/heads/master | 2020-12-24T12:05:35.817766 | 2016-10-28T20:02:05 | 2016-10-28T20:02:05 | 73,075,630 | 0 | 0 | null | 2016-11-07T12:20:34 | 2016-11-07T12:20:34 | null | UTF-8 | Java | false | false | 729 | java | package br.ufsc.bridge.res.dab.medicoesobservacoes;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import lombok.Getter;
import lombok.Setter;
import br.ufsc.bridge.res.dab.medicoesobservacoes.crianca.ResABCrianca;
import... | [
"fernandobt8@gmail.com"
] | fernandobt8@gmail.com |
ed3030742d92f65dd5b8e6a73d7c9da15c76a0b5 | 2ce21de88ad55a3a9efbf0da8d55388e034c9df7 | /HiiChat/app/src/main/java/com/example/hiichat/UI/VideoChatActivity.java | d377ef128be4d74ac2d4a5b2d22dabc5c0165356 | [] | no_license | Chienpt35/HiiChat | 60c851c534c4ee63d11c939d24cae2e41f3d5ad6 | 6da2f7324e1cfcf358b423b741eefb732e4db33f | refs/heads/master | 2022-12-19T03:22:09.220414 | 2020-09-22T09:33:38 | 2020-09-22T09:33:38 | 256,989,823 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,623 | java | package com.example.hiichat.UI;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.Manifest;
import android.content.Intent;
import android.opengl.GLSurfaceView;
import android.os.Bundle;
import android.util.Log;
import android.widget.FrameLayout;
import android.widget.... | [
"57400423+Chienpt35@users.noreply.github.com"
] | 57400423+Chienpt35@users.noreply.github.com |
e2bc8a00ae1c1b5d1281621c1fea3267da8a40e3 | ce02d86957716559c18e69770c8cf88e09c9ffeb | /src/main/java/com/zsmart/gestionComptabilite/GestionfstApplication.java | 7b1512c7bc204aec2d2b29a8912bc5fc5d3a5a57 | [] | no_license | onehappypie/gestioncontabiliteFST | 27ebd8ef3c1032f4c40959432ee18256e68f42c3 | f228ede2bb417656ea6dfad35237693b64a59595 | refs/heads/master | 2022-04-24T07:43:14.043289 | 2020-04-26T18:02:16 | 2020-04-26T18:02:16 | 254,715,803 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 343 | java | package com.zsmart.gestionComptabilite;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class GestionfstApplication {
public static void main(String[] args) {
SpringApplication.run(GestionfstApplication.... | [
"mouradxhicham@gmail.com"
] | mouradxhicham@gmail.com |
e2b193993a244e7e5e553bd63a2f8eee4f9796f1 | 8685e6b7e2bf17a0fb1051d1d43aa3edc5cdf353 | /product-service-Java-SpringBoot-Docker-Liquibase/src/test/java/com/ajith/product/repository/ProductRepositoryTest.java | 8b13ae2a2c0537c972cda900674a1c056d96784d | [] | no_license | tanbinh123/SpringBoot-Docker-Liquibase-ShoppingData | aa7bb801ee1bfb5c8b2ad3f80c71e44c9a1d43d6 | 074207fd3c8c8504faf30e35d612c8c0df884d73 | refs/heads/master | 2022-11-11T10:19:40.607163 | 2020-06-24T08:07:08 | 2020-06-24T08:07:08 | 475,396,014 | 1 | 0 | null | 2022-03-29T10:43:52 | 2022-03-29T10:43:51 | null | UTF-8 | Java | false | false | 1,409 | java | package com.ajith.product.repository;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import java.util.List;
import javax.annotation.Resource;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.autoconfigure.... | [
"noreply@github.com"
] | tanbinh123.noreply@github.com |
204862f8b566f6c6e87ecce3a735a8a049c0bef5 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/9/9_4e1247e6ccf5246d054cc8f0ab1d0db760618a72/Preferences/9_4e1247e6ccf5246d054cc8f0ab1d0db760618a72_Preferences_t.java | 9ec6f75f08d61fe733ee1365427f9377225bcc53 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 8,987 | java | package mollusc.linguasubtitle;
import mollusc.linguasubtitle.subtitle.utility.CommonUtility;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.util.Map;
/**
* @author mollusc <MolluscLab@gmail.com>
* Dialog Preferences
*/
public class Preferences ext... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
9ddac90ac8473695b1b655a1f792c436d8fef005 | e54e2abdf9c02b650fde9e878a13b908a559a35f | /Test2e/src/junit_tests/TestUtilities.java | a1fc76723c466a64594375e4b43f2842f66107c6 | [] | no_license | kaya-kaan/EECS1022-W21-workspace | 07deca6095730af3a0035ae7265466cdbfeb7cdd | eac927f43ac4a6297ee302cb7947617e47c479b1 | refs/heads/main | 2023-08-18T11:06:59.533047 | 2021-09-09T04:32:40 | 2021-09-09T04:32:40 | 329,209,055 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,357 | java | package junit_tests;
import static org.junit.Assert.*;
import org.junit.Test;
import model.Utilities;
public class TestUtilities {
/*
* Tests related to Task 1
*/
@Test
public void test_task1_01() {
int[] seq = {1, 2, 3, 4, 5};
int[] expected = {1, 2, 3, 4, 5};
assertArrayEquals(expected... | [
"70816118+kaankaya7@users.noreply.github.com"
] | 70816118+kaankaya7@users.noreply.github.com |
508eb141821c44171cd25f342ef0987e1aec082e | a82243ec9911708d12a074633ae9ebb97192d0bc | /sandbox/cpe/de.nagarro.nteg.domain.model/de.nagarro.nteg.domain.model/src-gen/org/example/domainmodel/domainmodel/ContentElement.java | fb7eddc681088ac8ae2caa5a86d0b438a92b77e1 | [] | no_license | nteg/MDSD | 404e6a1d324e6f24ff25c98c405cfa95554fa73c | 403b5e0bd5175348a955b0418a8c0be8d8059f0a | refs/heads/master | 2021-01-17T10:05:50.389173 | 2016-09-20T06:48:23 | 2016-09-20T06:48:23 | 30,355,905 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,793 | java | /**
*/
package org.example.domainmodel.domainmodel;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Content Element</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.example.domainmodel.domainmodel.ContentElement#... | [
"cristina.petra@nagarro.com"
] | cristina.petra@nagarro.com |
43a83adc84499e1e9cc432948de5bdd0b9c597c9 | 485c39292b1990c66e9b085ddd120d43194d166a | /pullFreshView/src/test/java/com/pull/sdk/util/ExampleUnitTest.java | eda16b02269605c22d3017cc5c4f7fd0e1385a89 | [] | no_license | eastman-sz/CommonLibsProjs | 964ec18ee9674f33c08fbc5171777b5207e24347 | 89bb5a799b7866dcd6ca222fc3f890e82caf8e0c | refs/heads/master | 2021-01-25T13:18:17.620057 | 2019-01-15T05:57:21 | 2019-01-15T05:57:21 | 123,551,665 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 395 | java | package com.pull.sdk.util;
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 addi... | [
"Quiet800"
] | Quiet800 |
8b791913aafd030cb190c3fb4573c6f5d7aa3cbe | 0af16729dab8b476d9d71073692cf92cf778ecc2 | /com.wwm.proto.email.integration/src/test/java/com/wwm/proto/email/integration/DoSomethingUsingComplexRulesTest.java | 99ca1e3e6e7afd7d97b961dcfad3ad7e0f087ec2 | [] | no_license | whirlwind-match/whirlwind-apps | 7992d03f14ddcd20b3df2417e8da322b0bda6b43 | 528573b41c9ce3118652f4fc792f10364c275cba | refs/heads/master | 2021-05-28T11:01:19.194917 | 2011-03-04T13:32:37 | 2011-03-04T13:32:37 | 1,226,048 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 773 | java | package com.wwm.proto.email.integration;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.integration.channel.DirectChannel;
import ... | [
"neale.upstone@opencredo.com"
] | neale.upstone@opencredo.com |
92bbbc2f00f82b34e5ce168401654c3a6e10b39a | 3c44a71f3513360bf3e2b4a1963366e37bcbacb8 | /src/main/java/com/travel/rest/RestException.java | f053e60f0573c37021a66002a7c1a4fde53c4345 | [] | no_license | pengqiuyuan/travelDemo | de9821079efe300d484e1d889e6edb14214cd5d2 | df5ec641d0d811f44b441d02ef76943e2e37d22a | refs/heads/master | 2021-05-08T01:52:35.509837 | 2017-10-23T04:32:25 | 2017-10-23T04:32:25 | 107,932,156 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 786 | java | /*******************************************************************************
* Copyright (c) 2005, 2014 springside.github.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
*******************************************************************************/
package com.travel.rest;
import org.s... | [
"pengqiuyuan@idatage.com"
] | pengqiuyuan@idatage.com |
bfbd29162a64f7a1dcc60e6b46247b45a7663674 | f6e8b5549ec12ea697ecf5541f67ba4e23ef6a41 | /src/problem_22.java | 4069842b840e50f19888a15b85922f9ad7da0cb4 | [] | no_license | XKange/jianzhioffer | 7823ee096cf5d23592767445927e67633dbe0c9c | fa5366224885cf66a9c89e2ea532ff5f925db8e1 | refs/heads/master | 2021-09-04T17:39:05.856795 | 2018-01-20T15:52:08 | 2018-01-20T15:52:08 | 103,528,476 | 0 | 0 | null | 2017-10-17T02:27:15 | 2017-09-14T12:18:45 | null | UTF-8 | Java | false | false | 929 | java | import java.util.ArrayList;
import java.util.LinkedList;
import java.util.Queue;
/**
* Coded by kangkang on 2017/12/19
* Description: 从上往下打印出二叉树的每个节点,同层节点从左至右打印。
*/
public class problem_22 {
public ArrayList<Integer> PrintFromTopToBottom(TreeNode root) {
ArrayList<Integer> result = new ArrayList();
... | [
"676613599@qq.com"
] | 676613599@qq.com |
2f109309c020c876f998e7f223c60b75798b1fdb | a747bfcde628abbb4821254759c0491dae6a94ab | /src/tables/Pays.java | fc961229abe75b0e92655ccdcef6bfe27d4a4c60 | [] | no_license | LeaVigli/CPOA-VIP | 951ad43860da2d1a2196f5f6c15e09486a1b1b48 | 5e69956f0f261401991b0fa78544f739fe522694 | refs/heads/master | 2021-04-15T05:05:04.096992 | 2017-06-16T15:40:04 | 2017-06-16T15:40:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 248 | java | package tables;
/**
*
* @author Alice
*/
public class Pays {
private String pays;
public Pays() {
}
public Pays(String pays) {
this.pays = pays;
}
public String getPays() {
return pays;
}
}
| [
"alice.desforges@live.fr"
] | alice.desforges@live.fr |
bb6fb0c189e7653ca7cd427122e16f0367729877 | 09dddd5881e2a74aa791da304eb3485bd9978e36 | /CuentaProyecto/src/cuentaproyecto/TestCase/CuentaTest.java | e24da8bb62949ae9ef00b3cb5464caa12cd18c40 | [] | no_license | leonelguccione/Ejemplos-Test-de-Unidad-y-aserciones | 89b327aff4548e423a349f1cce84e6230774f8d6 | 3414ce5b1f376a200ce41c57116f9c3539d73b2d | refs/heads/master | 2021-06-07T01:48:31.823240 | 2016-09-13T22:02:25 | 2016-09-13T22:02:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 624 | java | package cuentaproyecto.TestCase;
import cuentaproyecto.Cuenta;
import cuentaproyecto.Persona;
import junit.framework.TestCase;
public class CuentaTest extends TestCase
{
private Cuenta cuenta;
@Override
protected void setUp()
{
Persona cliente = new Persona("Juan González", "33435332");
... | [
"leonel@leonel-QAL50"
] | leonel@leonel-QAL50 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.