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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
19cfac32622cebd8e930723bf93c9cacefe4fa7a | 88407296e0dff332d33d82b3e2f8a2aca19e2489 | /00_algorithm/algo_basic/src/rhtn_homework/BOJ_1600_๋ง์ด๋๊ณ ํ์์ญ์ด.java | cfee8ab66bcb7057660a18435bc32307c0e62ebc | [] | no_license | Kwon-Nam-Boo/algorithm | 1ee50de85084503bfea1d3f30ca2dac7094738f5 | 834ea72faf61b7b2f90ac1891bca2e8ef2e16f01 | refs/heads/master | 2023-05-08T14:07:10.009952 | 2021-06-05T07:25:32 | 2021-06-05T07:25:32 | 296,360,983 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,659 | java | package rhtn_homework;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.LinkedList;
import java.util.Queue;
import java.util.StringTokenizer;
public class BOJ_1600_๋ง์ด๋๊ณ ํ์์ญ์ด {
private static StringBuilder sb = new StringBuilder();
private static int K; //... | [
"lukas523@naver.com"
] | lukas523@naver.com |
ea3c15c9d53f370c41429c275b0cf0e295d16fd0 | aca5a5b0322328ef479b7d375ab6bb990e9f7574 | /jdk1.8.0_66_src/src/org/omg/PortableServer/REQUEST_PROCESSING_POLICY_ID.java | 92ee6420a30b95e2b3fb1689105e163aede1f55f | [
"Apache-2.0"
] | permissive | codecly259/read-source | 8970b37614294622b9d09b78f0b1fba3bfef97c1 | 84f31d4b1f86e8fee3c2a161251e7ccecd4ac223 | refs/heads/master | 2021-01-21T12:52:52.762373 | 2016-04-08T14:47:54 | 2016-04-08T14:47:54 | 53,556,248 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 499 | java | package org.omg.PortableServer;
/**
* org/omg/PortableServer/REQUEST_PROCESSING_POLICY_ID.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/re/workspace/8-2-build-windows-amd64-cygwin/jdk8u66/5298/corba/src/share/classes/org/omg/PortableServer/poa.idl
* Monday, November 9, 2015 10:52:... | [
"maxinchun0215@qq.com"
] | maxinchun0215@qq.com |
488bb233963407e31c9e43d604caa18066b72b4b | 459d0fdc9b9e47070e6816e3df3ea36f2ff17669 | /src/worldjam/time/ClockSettingChange.java | 39fa1c5ceb32ab42a07b908f5093491d8202eed8 | [] | no_license | sebouh137/WorldJam | 9974f187d96004f09a963c7c130b49ffa9f8230a | b6460f78771583f6c23ff393e9e95e91e4630022 | refs/heads/master | 2021-12-24T14:37:49.672727 | 2021-12-17T02:24:52 | 2021-12-17T02:24:52 | 138,897,246 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 130 | java | package worldjam.time;
public class ClockSettingChange {
ClockSetting newSetting;
ClockSetting prevSetting;
long effective;
}
| [
"sebouh.paul@gmail.com"
] | sebouh.paul@gmail.com |
589021ee9fee1fd42a46af00f512b4e06c27404b | 06a4d9e92548237c2f8cc6548ff68d417be5e5ce | /DESIGNPATTERNS/FACTORYMETHODPATTERN/src/Bakery.java | 84005089f201824ecdc80b6f57149ff5a3d23e5a | [] | no_license | ucsp09/UCSPRATHYUSH_DESIGNPATTERNS | 5b27f22716673c613912e59602c1686ad28da40d | 3a8d18f60af81303a53cd38311222bc71b0cc57a | refs/heads/master | 2022-11-17T21:50:31.261470 | 2020-07-14T13:49:02 | 2020-07-14T13:49:02 | 279,538,974 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 415 | java | package FACTORYMETHODPATTERN.src;
public class Bakery {
public Cake makeCake(String cakeType)
{
if(cakeType.equals("Chocolate"))
{
Cake cake=new ChocolateCake();
return cake;
}
else if(cakeType.equals("Strawberry"))
{
Cake cake=new Str... | [
"ucsp09@gmail.com"
] | ucsp09@gmail.com |
755e61fcab43f4c4b82ac003719d85805bd9a2c3 | 6ef1e6020f67e52972f8091b42625308aa278a9f | /app/src/main/java/com/WordInTouch/UI/DialogSpinner.java | 9ebcc9540835b47676dd8bcb12103363aa82f019 | [] | no_license | RepoZero/WordInTouch | 8f9a5248f33ad9b9366f82f722532e760b6136c7 | 73ef85883ec5656ae1ce1c11ab05dc1f088a7078 | refs/heads/master | 2021-04-27T03:27:45.658015 | 2018-02-24T07:16:53 | 2018-02-24T07:16:53 | 121,666,658 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,963 | java | package com.WordInTouch.UI;
import android.content.Context;
import android.database.Cursor;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
import android.text.TextUtils;
import android.view.LayoutInflater;
import android.view.MenuItem;
import androi... | [
"smrahmadi12@gmail.com"
] | smrahmadi12@gmail.com |
779b40d2030d74f954277b2650f1917f079b14bd | bda7c94f567ec25cba52c1b6d2a946d6bbeaf808 | /Modul01/DataTypes.java | edf6e073f07fa5ac94ff57d63f3906c7479cfd9d | [] | no_license | rahmatulaina/PraktikumJavaa01 | 035875179e6d284c4ca6266830b94c8bf3dcfdf5 | b6745cd9fdbacd5d2bfb2a865e80fe01bbd8e5ac | refs/heads/master | 2022-06-29T13:56:19.741280 | 2020-05-08T09:25:20 | 2020-05-08T09:25:20 | 258,449,239 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,233 | java | import javax.swing.JOptionPane;
import java.util.scanner;
public class DataTypes{
public static void main (String [] args){
Scanner scanner = new Scanner(System.in);
String namaDepan = "Rahmatul";
String namaBelakang = "Aina";
int usia = 18;
int targetTahunKuliah = 4;
double ipk = 3.89764512;
char nil... | [
"rahmatulaina28@gmail.com"
] | rahmatulaina28@gmail.com |
a83b9859eb150a00389eee4f549e43e27b772f34 | d6683e977520a16260aaca42c68463e9db11d86f | /a6-design-pattern-23/src/create/builder/hello1/model/Floor.java | ed0de0860b31127dc4687aea793e40ea33a04f32 | [] | no_license | saysky/java-basic | 82217be9d48e111b4a67504adbd9be9d95345b77 | 036d6b81aea7edb72050b563108b6cf11da21dd2 | refs/heads/master | 2022-12-14T11:53:21.585932 | 2020-09-12T09:41:19 | 2020-09-12T09:41:19 | 294,902,537 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 62 | java | package create.builder.hello1.model;
public class Floor {
}
| [
"847064370@qq.com"
] | 847064370@qq.com |
d1ad28a1f387716c8cd6490fc3737f59d18c5788 | fb70e6d16baecf886869e14eb439fe334954b39e | /Lezerkardosjdk/java/org/omg/PortableInterceptor/IORInterceptor_3_0Helper.java | e28a9c2cf25ad3bfc36617d06c51bc7cdd194118 | [] | no_license | Savitar97/Prog2 | ae5dfc46c8fc61974e4c2ddb59ce9e23ab955d23 | 8bc2c19240862218b1b06c4b5abe9081747a54c0 | refs/heads/master | 2020-07-25T00:16:11.948303 | 2020-02-29T23:49:42 | 2020-02-29T23:49:42 | 208,092,693 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,341 | java | package org.omg.PortableInterceptor;
/**
* org/omg/PortableInterceptor/IORInterceptor_3_0Helper.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /build/openjdk-8-mHow25/openjdk-8-8u222-b10/src/corba/src/share/classes/org/omg/PortableInterceptor/Interceptors.idl
* Thursday, July 18, 2019... | [
"atoth1571@gmail.com"
] | atoth1571@gmail.com |
cf5fbe431cee2eb693908940051754429280f52f | bbc4dce909498c4594be32f1c47ec02c96fee2ed | /ex02/src/main/java/org/zerock/persistence/ReplyDAOImpl.java | 6d4891a2bb9fd127d4be502cf8496e58857668a6 | [] | no_license | dodo95123/gugu | ec65f1b9ccb52bf0523349f0f31994184ab1a3a3 | 8703853aa4bc4b6028748759fd7958f16430a4fa | refs/heads/master | 2020-03-10T12:14:14.054447 | 2019-05-21T08:33:25 | 2019-05-21T08:33:25 | 129,372,827 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,531 | java | package org.zerock.persistence;
import static org.springframework.test.web.servlet.result.MockMvcResultHandlers.log;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.inject.Inject;
import javax.xml.stream.events.Namespace;
import org.apache.ibatis.session.SqlSession;
i... | [
"SIST184@SIST-184"
] | SIST184@SIST-184 |
21993ea2a54ad2c9dd26e2d006a691ab42ca8ba7 | c06f76c0e82d4cf1ce1d9b8d2f15209f47a1aa4a | /src/utils/MathOperation.java | 6c120984ab54daf59cfafe0a515d333ff4898ed1 | [] | no_license | Dryunkaaa/Calculator | 53afcfba661d78bcf16237eed82b02b0d1b47c26 | 3d165c2ea52998e67b379c8ffff60d6639ce5a68 | refs/heads/master | 2020-12-18T15:46:42.932346 | 2020-01-21T21:44:48 | 2020-01-21T21:44:48 | 235,444,438 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 91 | java | package utils;
public interface MathOperation {
float calculate(float a, float b);
}
| [
"dryunkaaa@gmail.com"
] | dryunkaaa@gmail.com |
bbfadb5440e719765931e19d4918b3bdbf64c8d7 | 8a7c933847b996a0aa0cb0919ba0a3ec3ccc294d | /actions/pageObjects/facebook/PORegisterManageGenerator.java | 0f4c23315d8ce916e6d2681b459e49e4346af854 | [] | no_license | vnguyenhuy/Hybrid-famework-bankguru | 9e3e2e0deca12cf37568e949b1bdf73b81c20eb6 | 1e682f9cca3e4bb04b9ad1b0cf82611e2d14ecdc | refs/heads/master | 2023-06-15T10:11:42.505790 | 2021-07-16T13:44:33 | 2021-07-16T13:44:33 | 380,194,445 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 382 | java | package pageObjects.facebook;
import org.openqa.selenium.WebDriver;
public class PORegisterManageGenerator {
private static RegisterPO registerPage;
public static RegisterPO getRegisterPO(WebDriver driver) {
if(registerPage == null || !registerPage.getDriver().equals(driver)) {
registerPage = new... | [
"vnguyenhuy@gmail.com"
] | vnguyenhuy@gmail.com |
565f501ac17d316b3f023db1dadfc265b946f8ca | 7625f5335f43a13a065555ab7368951e0619b948 | /EX4/FOLDER_2_SRC/TokenNames.java | be62a54bdec3309347b4105b5a251c9891c16376 | [] | no_license | Itayventura/COMPILATION | 66b894800e25651c99e48990aaf73d85446e518d | 12a335bceaef18d3aa0d59714b48dff40002670b | refs/heads/master | 2022-04-10T14:23:34.882582 | 2020-03-03T18:44:51 | 2020-03-03T18:44:51 | 220,198,760 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,898 | java |
//----------------------------------------------------
// The following code was generated by CUP v0.11b 20160615 (GIT 4ac7450)
//----------------------------------------------------
/** CUP generated class containing symbol constants. */
public class TokenNames {
/* terminals */
public static final int TIMES = 7... | [
"noreply@github.com"
] | Itayventura.noreply@github.com |
ea2cfcff865a39319ada21bce4c6fe7020a039da | cdd1deb456c263d817972cd4af958ce2d666a922 | /app/src/main/java/com/example/nisch100/call_a_bus/AlarmNotificationReceiver.java | 4d9d18eb366391ba5a1d6f71951c6487a63b1e43 | [] | no_license | knagpal97/CallABus | 358275e95f6cb1cc175fce93632f384f864c4ffe | 58d9fa1b47146f4dd37c3034f62c1b0b012ae763 | refs/heads/master | 2020-09-09T06:18:43.132764 | 2018-12-04T03:11:27 | 2018-12-04T03:11:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,834 | java | package com.example.nisch100.call_a_bus;
import android.Manifest;
import android.app.Notification;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.BroadcastReceiver;
import android.content.ComponentName;
import android.content.Con... | [
"knagpal@cyquent.com"
] | knagpal@cyquent.com |
8587d8c2b4c666064c7545a4d405d554110409c2 | 9bc442aa6d126927bb169a6faf4595ab0d399291 | /src/main/java/com/appliance/auth/ApplianceAuthServerApplication.java | 4c2f63f163e43c442e55bfce6421f73f5a11d098 | [] | no_license | codingexam/appliance-auth-server | 0013ba03dda098aea166d702d0b9ac64395d15ce | 614045846eda44d2135e5a332c4fe4b8989c0240 | refs/heads/master | 2023-09-05T08:53:12.512090 | 2021-10-20T04:29:32 | 2021-10-20T04:29:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 337 | java | package com.appliance.auth;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class ApplianceAuthServerApplication {
public static void main(String[] args) {
SpringApplication.run(ApplianceAuthServerApplication.cla... | [
"ashwinipawale87@gmail.com"
] | ashwinipawale87@gmail.com |
7af22caad6cf70c61243085efd407fa27ac15526 | 56fc4669bf59f34dd8a96ba0c128ee7072efec48 | /src/integration/java/org/springframework/data/tarantool/integration/repository/query/CartridgeReactiveTarantoolPartTreeTest.java | 9064e1c6d10e3449bc8857de63b51cffce6d4d65 | [
"Apache-2.0"
] | permissive | selevinia/spring-data-tarantool | b8628146bbb6b7d86e2e5965d9702c5733f35d1f | edadd70e6b98bb8a4612f7c017c0cdb58be02143 | refs/heads/main | 2023-08-14T01:01:54.582671 | 2021-09-22T08:29:01 | 2021-09-22T08:29:01 | 390,988,426 | 0 | 0 | Apache-2.0 | 2021-09-02T08:07:51 | 2021-07-30T08:23:09 | Java | UTF-8 | Java | false | false | 2,518 | java | package org.springframework.data.tarantool.integration.repository.query;
import org.junit.jupiter.api.Test;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.an... | [
"arublev@phoenixit.ru"
] | arublev@phoenixit.ru |
426573386968cf3741e69d27c8ceaa48f94d6cc0 | 966e468acfd8cceaaf37c43094ae5abb09864c25 | /app/src/main/java/com/example/mob204_ps08611/MainActivity.java | baab2414ddda31c6ad17787c0bfda4d906dd7726 | [] | no_license | minhnc0208/MOB204_PS08611_Assignment | 52a3b232f760ea30facf155ad94ea842c4037893 | 64f7f358784edc6b39ccb7be0b8f32e21d1d9cdf | refs/heads/master | 2022-02-21T02:02:35.715686 | 2019-09-25T08:45:50 | 2019-09-25T08:45:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,852 | java | package com.example.mob204_ps08611;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.CheckBox;
import android.widget.EditText;
import android.widget.Toast;
import androidx.appcompat.app.AppC... | [
"53040823+minhnc02082000@users.noreply.github.com"
] | 53040823+minhnc02082000@users.noreply.github.com |
99e699110a360a39eabf710e628d383a988993f2 | a26b4763a9e2b07390bbba2860c75c53d9f73a4d | /app/src/test/java/com/example/hal_kumar/testapp/ExampleUnitTest.java | 80c7d32fbff017a3982dda81cd8dd9f956f1332a | [] | no_license | harshmalik/parsepush | 112712cfe43fd0cb64529fc0eb9db54eb57660cc | 9a52e4d82e72fc3c5fbe4223e3bce2a315540410 | refs/heads/master | 2021-01-19T04:22:14.789155 | 2016-12-09T20:28:53 | 2016-12-09T20:28:53 | 62,414,241 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 322 | java | package com.example.hal_kumar.testapp;
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);
}... | [
"harshkumarmalik@gmail.com"
] | harshkumarmalik@gmail.com |
446bdc3c087e1e4cf83278458e11b92d07bd5600 | fca29d54905a2edd7fd4db82500bba9c43701966 | /Java-DB-Fundamentals/DatabasesFrameworks-Hibernate&SpringData/EXAMS/photography_workshops_exam/src/main/java/softuni/dto/Export/LocationsExportXmlDto.java | 5cded0c593322aa9cb0fddc3dc03951d8298ae99 | [
"MIT"
] | permissive | yangra/SoftUni | 4046bd28e445f6cef98d2ee31179ba22892e6589 | 2fe8ac059fe398f8bf229200c5406840f026fb88 | refs/heads/master | 2021-01-13T15:16:53.303291 | 2018-04-22T18:19:58 | 2018-04-22T18:19:58 | 78,928,699 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 723 | java | package softuni.dto.Export;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import java.util.List;
@XmlRootElement(name="locations")
@XmlAccessorType(XmlAccessType.FIELD)
pub... | [
"brambazluk@gmail.com"
] | brambazluk@gmail.com |
1d0d2c0d8f86f9ee0911c64f07000f63241322f4 | 7a789bfdc6968db6a990dc1a47247fa12b5d7fb2 | /src/main/java/com/finneasy/app/controller/BlogController.java | 2bab1603ef5b1339febfafbf5105e62477985b11 | [] | no_license | Brainstormers-HackItOut/finneasy-backend | 3f64455cff347def7b385630982942e5a885ae89 | 3746123d4da2b544db7b7fc3c533cc967644efdf | refs/heads/master | 2023-08-12T11:00:10.693213 | 2021-10-17T05:25:20 | 2021-10-17T05:25:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,500 | java | package com.finneasy.app.controller;
import com.finneasy.app.model.BlogModel;
import com.finneasy.app.service.BlogService;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
import java.util.List;
@RestController
@RequestMapping("/blog")
public class BlogController {
... | [
"dynamic.malay@gmail.com"
] | dynamic.malay@gmail.com |
c5ec750f51d042cda26d55a3f55510a6cca2033d | 04965f76110c19e3c856f37b21e3f7b5beab7434 | /src/Play.java | a72f66868b2ab0033a99c625192d3925f995f000 | [] | no_license | AndrewDang-Tran/ColorRunner | e6c4635af2ea2e6de7afcb4587cfcd9b3f4c2439 | a05fb1a7684b565c6d6732987dd35d4a9969bf2d | refs/heads/master | 2021-01-01T20:06:02.469402 | 2015-09-21T17:21:18 | 2015-09-21T17:21:18 | 42,881,343 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,149 | java |
import java.util.LinkedList;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.Screen;
import com.badlogic.gdx.graphics.GL10;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graphics.g2d.BitmapFont;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.badlogic.gdx.math.Rectangle;
/**
*
... | [
"andrewdt1506@gmail.com"
] | andrewdt1506@gmail.com |
1853cb821acddad787fbfa98c9d5d0ec6bca255f | b7f79bb394d3f9ad7453b43cc798d6a8abf422fb | /src/main/java/chylex/hee/mechanics/brewing/TimedPotion.java | 1142f0948fad465250b9792f11fb9bb21057542f | [] | no_license | soundlogic2236/Hardcore-Ender-Expansion | 665d101de707842ac6b27bd4698513a1dee16276 | f1576e6b891329608921a82d01a4ea1096ff469b | refs/heads/master | 2021-01-22T09:50:39.930925 | 2015-01-17T23:16:43 | 2015-01-17T23:16:43 | 28,930,889 | 0 | 0 | null | 2015-01-16T19:38:30 | 2015-01-07T19:46:51 | Java | UTF-8 | Java | false | false | 1,538 | java | package chylex.hee.mechanics.brewing;
import net.minecraft.item.ItemStack;
import net.minecraft.potion.Potion;
import net.minecraft.potion.PotionEffect;
public class TimedPotion extends AbstractPotionData{
protected int startDuration,maxDuration,durationStep;
public TimedPotion(Potion potion, int requiredDamageVal... | [
"chylex@fo2.cz"
] | chylex@fo2.cz |
868c1b05a3135e9b63fcfe5219ce7eddf5a7f508 | e47b847cc29a1f5d8db86fc03529604663a958db | /Backend/src/main/java/com/cc/web/entity/SetInfo.java | 5a1ac6a292c6bcb47dc34b46d20ebf48a9c97406 | [] | no_license | AzoriusSergh4/ColorConfluence | 68a8afe191dde20d9d4177b082293246228d034c | 1e0a112c82a7aa49c38d2f496fb5c0a6e7ee374f | refs/heads/master | 2023-01-24T21:23:16.928585 | 2022-05-07T08:44:14 | 2022-05-07T08:44:14 | 206,517,059 | 1 | 1 | null | 2023-01-07T00:55:50 | 2019-09-05T08:45:37 | Java | UTF-8 | Java | false | false | 1,014 | java | package com.cc.web.entity;
import com.fasterxml.jackson.annotation.JsonIdentityInfo;
import com.fasterxml.jackson.annotation.ObjectIdGenerators;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity
@JsonIdentityInfo(
... | [
"AzoriusSergh4@users.noreply.github.com"
] | AzoriusSergh4@users.noreply.github.com |
00bd43d14ffb3d96a9b8a09d5aee429799e7ad38 | e617129fbeb56a9e26fc5e67f6adfdedbef3a6b3 | /StringAndTextProcessingEXC/src/StringExplosion.java | 1e9dada45ef98c0e331b8a3ad65c95f308d7e1b0 | [] | no_license | vaskot06/TechModule-Java | 862e23880cb7d4dac807e26f3d79a7ec3177c170 | eecbbcbdb7f2d1ef2e604fc7a1495db638fb080e | refs/heads/master | 2020-06-14T20:35:28.921783 | 2019-09-17T18:24:55 | 2019-09-17T18:24:55 | 195,118,699 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,129 | java | import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Scanner;
import java.util.stream.Collectors;
public class StringExplosion {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
List<String> input = Arrays.stream... | [
"noreply@github.com"
] | vaskot06.noreply@github.com |
efd08d662e8ea340caa16b9b5ff580398c54701b | ab435a7868626f9936054f52be7f33a6341b41b0 | /src/for_myself_testing/GOF_patterns/visitor/Database.java | be9bb64276995e9d9c107443795c7f97701d7671 | [] | no_license | Eugen02/forMyself | be8a7b2bc5c4f3036230b0b95557408128db6c7e | dc621425ff56f630dc8d04ba3fb9981266e21bda | refs/heads/master | 2022-12-07T16:15:21.414724 | 2020-08-28T10:16:41 | 2020-08-28T10:16:41 | 289,933,868 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 205 | java | package for_myself_testing.GOF_patterns.visitor;
public class Database implements ProjectElement {
@Override
public void beWritten(Developer developer) {
developer.create(this);
}
}
| [
"zhenyazhogolev70@gmail.com"
] | zhenyazhogolev70@gmail.com |
9d96212fda27de87ac5b7f04f446313e4961ffb5 | a19ff30eed0e7add379bbc32c721e68628f28395 | /src/common/AnimationA.java | 7e12367ccdcdd69f17a51bdface943df28407d15 | [] | no_license | oMisterMo/PacMan | 763f76ea060c609840db2c253e71abd5d305f70e | 32c84d95df136b4329f3ed1e8e404fa35aecf68e | refs/heads/master | 2020-03-17T16:00:39.379774 | 2019-03-31T00:35:08 | 2019-03-31T00:35:08 | 133,731,945 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,670 | java | /*
* Copyright (C) 2019 Mohammed Ibrahim
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is ... | [
"mo-a-ibrahim@hotmail.co.uk"
] | mo-a-ibrahim@hotmail.co.uk |
03f3bdf09dbfd4bb0541ed37204cb0f48a8b3312 | 4a40e89fe380d5a53a5430fbdac6cf798e72feab | /app/src/main/java/com/example/mvpexample/network/ApiService.java | 11aeb867d6aea9de482d39e1da2dbcd0e1c84998 | [] | no_license | OHrydko/GithubProfile | 5a44429c089feaf0613f0e9f1ae950174631388c | 7174a1b1ca3e25718831d032de5093d2ec9283f8 | refs/heads/master | 2020-06-07T06:24:58.265639 | 2020-03-20T18:42:48 | 2020-03-20T18:42:48 | 192,948,764 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 489 | java | package com.example.mvpexample.network;
import com.example.mvpexample.model.Github;
import com.example.mvpexample.model.GithubRepository;
import java.util.ArrayList;
import io.reactivex.Observable;
import retrofit2.http.GET;
import retrofit2.http.Path;
public interface ApiService {
@GET("users/{name}")
Obse... | [
"s1a2s3h4a656@gmail.com"
] | s1a2s3h4a656@gmail.com |
f602125beecc30445372ece1249ef03213cd868b | 2b438c607ca0b2ee575eec4752cc7c5c7792f4cc | /JDBC_Pool_Connector/database/Connector.java | fb56a0a66c02a128f50c8ef6d2f7df521540a77d | [] | no_license | cherkavi/java-code-example | a94a4c5eebd6fb20274dc4852c13e7e8779a7570 | 9c640b7a64e64290df0b4a6820747a7c6b87ae6d | refs/heads/master | 2023-02-08T09:03:37.056639 | 2023-02-06T15:18:21 | 2023-02-06T15:18:21 | 197,267,286 | 0 | 4 | null | 2022-12-15T23:57:37 | 2019-07-16T21:01:20 | Java | WINDOWS-1251 | Java | false | false | 3,353 | java | package database;
import java.io.File;
import java.io.IOException;
import org.hibernate.Session;
import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.ResultSet;
import database.wrap.*;
/** ะบะปะฐัั, ะบะพัะพััะน ะฟัะพะธะทะฒะพะดะธั ัะพะตะดะธะฝะตะฝะธะต ั ะฑะฐะทะพะน ะดะฐะฝะฝัั
, ะฟะพััะตะดััะพะผ Hibernate ะธ Connection */
pub... | [
"technik7job@gmail.com"
] | technik7job@gmail.com |
606b3d9fce03919a455859c7682c8a9dd7647b03 | 1db0be86554f8461115d27efeac6daebb6677dc4 | /src/com/company/sixthstream/CollectAverager.java | 4e45435aefc7ec04acf6334409c63e7249c9a979 | [] | no_license | vsvdevua/funcJavaprogr | d81aafb5cc4337161c15dbb6b8a5f12894c868d4 | 1e10080a8bc36d50b6e551769ff3efd833ecf037 | refs/heads/master | 2023-02-09T00:45:57.656864 | 2021-01-04T11:28:48 | 2021-01-04T11:28:48 | 326,662,912 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,174 | java | package com.company.sixthstream;
import java.util.concurrent.ThreadLocalRandom;
import java.util.stream.DoubleStream;
class Averager{
private double total;
private long count;
public Averager() {
}
public void include(double d){
total +=d;
count++;
}
public void merge(Av... | [
"vsvdevua@online.ua"
] | vsvdevua@online.ua |
a8094ddecce034e14a4f941d55beb4abc9e650ed | 703e78795c4b170b402c24a891f1019bdaa119a9 | /plm-payloadprocess-ms/src/main/java/com/jci/payloadprocess/domain/ERPMapperEntity.java | 1708e04a2014b1ad6b037facdd3a6e7f2a75f15a | [] | no_license | santhoshanna/working | b5b7ffdeb8d1e26a157595f46c5cfdaf908f38ef | 519436f78bc996912d0dc4405e49caae1d06b229 | refs/heads/master | 2020-04-11T08:58:41.365276 | 2016-09-14T07:04:20 | 2016-09-14T07:04:20 | 68,181,861 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 468 | java | package com.jci.payloadprocess.domain;
public class ERPMapperEntity {
private String erp;
private String plant;
private String region;
public String getErp() {
return erp;
}
public void setErp(String erp) {
this.erp = erp;
}
public String getPlant() {
return plant;
}
public void setPlant(String plan... | [
"cups@jci.com"
] | cups@jci.com |
47cce4afaa4b3c12cf293063dd324554b31bde60 | 22b4290ed896a33a9407f3364a6f0d25e7230f74 | /src/br/com/wmitrut/cadastrousuarios/ListaPessoasActivity.java | 9d1f89e083e273abdd5b9fab40fc08d610c02028 | [] | no_license | Wmitrut/Calendar_Crud_android | 0dce00a5707c7f3b61baf40fb0b1c87f8ce596f3 | 7454c8362367e54556e2378ba3e178c7b465a20b | refs/heads/master | 2020-04-05T19:32:10.984206 | 2014-09-15T15:50:17 | 2014-09-15T15:50:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,527 | java | package br.com.wmitrut.cadastrousuarios;
import java.sql.SQLException;
import java.util.List;
import br.com.wmitrut.cadastrousuarios.R;
import com.j256.ormlite.dao.Dao;
import android.os.Bundle;
import android.app.Activity;
import android.content.Intent;
import android.view.Menu;
import android.view.View;
import and... | [
"wellingtonmitrut@gmail.com"
] | wellingtonmitrut@gmail.com |
7dea4d2cd6c74f9e89a94efbc665910a9e253048 | be57dc3c1c879afee41fe4c019db7674bcf46dfc | /itil/src/main/java/net/eulerframework/web/module/demo/dao/QueueDefinitionDao.java | c1ca0c094f711f9157d78ccff5578bd85810ab42 | [] | no_license | cFrost-sun/itil | 7c63dd39b0338f5680700df30c67a20a38bebbc5 | f0580070e672be852740a36903d96fb43c2ac305 | refs/heads/master | 2021-01-18T16:08:51.247501 | 2017-04-25T14:44:49 | 2017-04-25T14:44:49 | 86,715,536 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 621 | java | package net.eulerframework.web.module.demo.dao;
import java.util.List;
import org.hibernate.criterion.DetachedCriteria;
import org.hibernate.criterion.Order;
import net.eulerframework.web.core.base.dao.impl.hibernate5.BaseDao;
import net.eulerframework.web.module.demo.entity.QueueDefinition;
public class QueueDefini... | [
"cFrost@eulerproject.io"
] | cFrost@eulerproject.io |
bf15f662506245c06e7c8e888638c15cef4cee29 | c02b2f1f9d841227f19ba2a6ce0a94dc6a1af606 | /src/main/java/cn/jbolt/admin/wechat/user/WechatUserService.java | 458b2a7e02adb709b983c283114e82faa08ce554 | [] | no_license | Freedom-Gundam-X10A/JZ-Industrial-Cloud-Platform | c45755798eead396ff9d6b13e31f3c7342e8ec63 | 6e60e8bb8482051ba9e742ea2fb4decb6d91b195 | refs/heads/master | 2022-09-14T20:03:24.983875 | 2019-12-31T08:56:13 | 2019-12-31T08:56:13 | 232,018,355 | 0 | 2 | null | 2022-09-01T23:18:29 | 2020-01-06T03:39:46 | JavaScript | UTF-8 | Java | false | false | 13,679 | java | package cn.jbolt.admin.wechat.user;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import com.jfinal.aop.Inject;
import com.jfinal.kit.Kv;
import com.jfinal.kit.Ret;
... | [
"1442182361@qq.com"
] | 1442182361@qq.com |
6fc9f1bdce2fa9d680e216ac7e1293133cd39c40 | b1cd9245ecd263b187c12e6264b15b8d2223890b | /src/vista/VistaInventario.java | 386413ad06323cd416a5a14deca32d54918cdd8a | [] | no_license | mgomezu/ProyectoPOO | 3e8433bb65de3ab0a9d7c757265b1667d37456fd | 770b1e60b138dc1c1be20ad5a61f0f7ef3bb0b82 | refs/heads/master | 2023-05-05T10:18:39.652175 | 2021-05-26T19:39:26 | 2021-05-26T19:39:26 | 371,149,211 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,509 | java | package vista;
import Modelo.Auto;
import java.io.File;
import java.util.ArrayList;
import java.util.Scanner;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import javafx.scene.control.ListView;
import javafx.... | [
"mgomezu@unal.edu.co"
] | mgomezu@unal.edu.co |
0283f70cffd97ceec15553cc555d373f743ce6ab | a02c2a1d858050f594303123b41af72488dcbccd | /service/src/main/java/com/oneday/service/state/ReceiverState.java | 6159c574b59759e79c53278055563817db9db53c | [] | no_license | KiteSquare/oneday | 003844e5cdc6da1f94a3b666f2ac406428591260 | b4de7e06b3d48e213904def4177eb5a75d67b9bc | refs/heads/master | 2021-01-24T10:40:43.223269 | 2017-12-05T10:56:12 | 2017-12-05T10:56:12 | 70,301,155 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 499 | java | package com.oneday.service.state;
/**
* ๆฅๅ่
่กไธบๆฅๅฃ
* @author fanyongpeng [15104723@qq.com]
* @version 1.0 2016/9/7 15:56
*/
public interface ReceiverState {
/**
* ๆฅๆถ่ฟฝๆฑ
* @return ็ฎๆ ็ถๆๅผ
*/
Integer receive();
/**
* ๆ็ป
* @return
*/
Integer reject();
/**
* ๆฅๅ
*... | [
"yongpeng.fan@dmall.com"
] | yongpeng.fan@dmall.com |
4a3d8098ae8574ad035cc7ca42743c8e9f1f0a5b | 6a53b62e6cc1fd5a67ba094208d6e92059876357 | /app/src/androidTest/java/com/blacknebula/vocalfinder/ExampleInstrumentedTest.java | bc3fae164c61a8c21c14a8e8c204b3b772624090 | [
"MIT"
] | permissive | kill0u/VocalFinder | 59e6523080ddf834042d3552c12604df39142ae5 | d3f6f235d97267a8b548f49bc8027edafa705287 | refs/heads/master | 2022-12-19T16:49:16.775467 | 2020-10-28T11:53:32 | 2020-10-28T11:53:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 758 | java | package com.blacknebula.vocalfinder;
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.*;
/**
* Instrumentation test, which will execute on an ... | [
"hazem.benkhalfallah@influans.com"
] | hazem.benkhalfallah@influans.com |
3e835b9d7aaac07dac96925fe83c441e53ae0e92 | 671ad7e56d8e9909e5470a82398e44d281f3e5b9 | /src/main/java/ru/nsd/exceptions/UserBuildException.java | c8d0563dabef556f2ed8a06e711244c718aecbad | [] | no_license | hwimahw/LifePlanner | f733d88c6dc01f185a5787d069395dc01eee7e42 | 2a40a4ae454f2d24348fb8ef601312da5e67a15d | refs/heads/master | 2023-01-05T20:33:36.898568 | 2022-12-29T07:11:36 | 2022-12-29T07:11:36 | 223,160,731 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 209 | java | package ru.nsd.exceptions;
public class UserBuildException extends RuntimeException {
public UserBuildException() {
}
public UserBuildException(String message) {
super(message);
}
}
| [
"hwimahw@gmail.com"
] | hwimahw@gmail.com |
a2830a38cd5644d59b3fa9deb46c714d612d37c5 | 7e651dc44a5fd2b636003958d7e5a283e1828318 | /minecraft/net/minecraft/client/renderer/block/statemap/BlockStateMapper.java | 37b961f3252ce89167ba4617ec8e6cf533e345e3 | [] | no_license | Niklas61/CandyClient | b05a1edc0d360dacc84fed7944bce5dc0a873be4 | 97e317aaacdcf029b8e87960adab4251861371eb | refs/heads/master | 2023-04-24T15:48:59.747252 | 2021-05-12T16:54:32 | 2021-05-12T16:54:32 | 352,600,734 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,369 | java | package net.minecraft.client.renderer.block.statemap;
import com.google.common.base.Objects;
import com.google.common.collect.Maps;
import com.google.common.collect.Sets;
import net.minecraft.block.Block;
import net.minecraft.block.state.IBlockState;
import net.minecraft.client.resources.model.ModelResourceLocation;
... | [
"unconfigured@null.spigotmc.org"
] | unconfigured@null.spigotmc.org |
d79c7e34b1726ffd3f7b7522c7f082136498f6da | 959ed696338217c15c873d33bb86404427be87ef | /src/test/java/com/mcb/creditfactory/repository/CarRepositoryTest.java | 6ee35ee17992fe7d19b880608256920d4d9aa6cb | [] | no_license | nostrilsOfFate/mkb-test-task | 9037ec72715f571140f2e2b67138e51a372c4662 | 21224bfd6673d6890f828f73edbac02b55566f81 | refs/heads/master | 2020-12-06T18:31:58.687837 | 2020-01-09T17:54:02 | 2020-01-09T17:54:02 | 232,526,209 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,125 | java | package com.mcb.creditfactory.repository;
import com.mcb.creditfactory.model.Assessment;
import com.mcb.creditfactory.model.Car;
import com.mcb.creditfactory.util.CarTestData;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.... | [
"aleksandrovaelena777@gmail.com"
] | aleksandrovaelena777@gmail.com |
6775d7ca698e248265f2ce5435ccc238d93eed94 | 874197f5e6ba2abb8cd304d976fb22e3936c4370 | /app/src/main/java/com/vikcandroid/placexpress/comapany_fragments/Accommodation.java | 536651cca09d9cef66bbfa975d08b6946441f4ca | [] | no_license | Vikctar/OnLocation | 61a9e93ce5dde43518c54f9d4063912bce5270ee | 14e8808dbef64397fcd6bdbaa4df379954eb8b87 | refs/heads/master | 2021-01-17T14:22:55.701954 | 2016-07-22T13:32:28 | 2016-07-22T13:32:28 | 36,694,020 | 0 | 0 | null | 2016-07-22T13:32:29 | 2015-06-01T23:00:18 | Java | UTF-8 | Java | false | false | 2,960 | java | package com.vikcandroid.placexpress.comapany_fragments;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
im... | [
"vikc.steve@gmail.com"
] | vikc.steve@gmail.com |
4ea68fb7bec3e31c0be8de5ab4d3f07fd6630519 | fe683ed48fb6d21e981b8a96d35d001a56dd294c | /app/src/main/java/com/weareforge/qms/activities/NewIndustyActivity.java | 795c0d1900757e8704cf90fb28bdbfcd4a3f024d | [] | no_license | amirmhrzan1/industrydiary | 421f187b65fa536a2fb473abf35c90c379f03962 | aa6e4077cfe453bddb90bf1e6f110eeeaeb2109d | refs/heads/master | 2021-01-11T02:11:48.610601 | 2016-08-01T04:03:13 | 2016-08-01T04:03:13 | 70,795,358 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 26,087 | java | package com.weareforge.qms.activities;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.os.Bundle;
import android.support.v4.app.FragmentActivity;
import android.support.v4.app.FragmentManager;
import android.support.v4.content.ContextCompat;
import android.support.v4.view... | [
"pragt.me@gmail.com"
] | pragt.me@gmail.com |
ced0a6b4e93301faa6c0f5f4ceb2f701de8c8450 | 4e390e1d3ee8db4277d7e86c74e67730a3583a1b | /components/jacorb_components_sources/component-1/jacorb/test/regression/src/org/jacorb/test/orb/RecursiveParam.java | 28aa6ede714fedf787178266ce2250c733127e3a | [] | no_license | WasteService/WasteService.github.io | 6dd28b9673895dc53c00bfee751a0378d684813a | fefe1185e6c7a53806f28e759f5104904a80db01 | refs/heads/master | 2023-01-05T09:56:28.057174 | 2020-10-28T10:13:53 | 2020-10-28T10:13:53 | 307,663,150 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,787 | java | package org.jacorb.test.orb;
/*
* JacORB - a free Java ORB
*
* Copyright (C) 1997-2001 Gerald Brose.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* ... | [
""
] | |
ee50190379ab0cc5adcd8d753f69c7cbbb4392e4 | bc7370cfb5ccc61072444d1dde0701abb7640cb2 | /lhdc/src/public/nc/vo/sxlhscm/lhdayproduct/AggDayProductHVOMeta.java | 8ee0dd8788d3a7a5b1fef8f54e29d2c80e2f4527 | [] | no_license | guowj1/lhprj | a4cf6f715d864a17dcef656cee02965c223777f2 | 70b5e6fabddeaf1db026591d817f0eab91704b58 | refs/heads/master | 2021-01-01T19:53:53.324175 | 2017-09-25T09:14:17 | 2017-09-25T09:14:17 | 98,713,984 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 537 | java | package nc.vo.sxlhscm.lhdayproduct;
import nc.vo.pubapp.pattern.model.meta.entity.bill.AbstractBillMeta;
public class AggDayProductHVOMeta extends AbstractBillMeta{
public AggDayProductHVOMeta(){
this.init();
}
private void init() {
this.setParent(nc.vo.sxlhscm.lhdayproduct.DayProductHVO.class);... | [
"guowenjialy@163.com"
] | guowenjialy@163.com |
8e64ed12996bf86ffde60d5730853c7a6094d15c | 0e6557a73a00f0684a9f40f7f300f78dd633379b | /app/src/main/java/com/febriaroosita/swt/DisambiguatorPrefixRule18b.java | 21c668180ff7ff96bcc04cbdf3941798e34d59ab | [] | no_license | febriaroo/ieditor | 6b031f7d00c160dce23dac81eeca7014d821558a | eaa4b31697fddf83390630bacfd93fed3dbfba02 | refs/heads/master | 2021-01-21T13:07:40.866586 | 2015-12-16T20:37:27 | 2015-12-16T20:37:27 | 42,501,497 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 537 | java | package com.febriaroosita.swt;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
* Created by febria on 11/4/15.
*/
public class DisambiguatorPrefixRule18b implements DisambiguatorInterface
{
public String disambiguate(String word){
String match = "";
String pattern = "^meny([... | [
"febriaroosita@gmail.com"
] | febriaroosita@gmail.com |
18d01a4fc55910a392d07a33e8cf5a6736fd1e08 | ac23bc1191d743845bc23cd88fedb957a4bc930d | /MovingAverage/src/main/java/MapReduce/MRFramework/test.java | f3899f5d448e325083ddc30f2c3674ba128a255b | [] | no_license | pingrunhuang/LearningHadoop | 87d2d65577fc49549e38d7dd9f4af256f8707aab | 10a739cf6e540d1b2f5ce814824f713c7749935f | refs/heads/master | 2020-12-30T13:38:26.239353 | 2017-05-27T13:58:54 | 2017-05-27T13:58:54 | 91,230,835 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 696 | java | package MapReduce.MRFramework;
import org.junit.Test;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
public class test {
@Test
public void testCompositeKeyCompareTo(){
CompositeKey key1 = new CompositeKey("abc", 12345L);
Composite... | [
"pingrunhuang@gmail.com"
] | pingrunhuang@gmail.com |
c4eebffb6d27577ca3329ba4cf948953b566b003 | 5cf8888f01beee24b014c9e7525d68b0fa4325dc | /own/course_practise/src/main/java/observer/data_modification_listener/ForecastDisplay.java | 54c65c75e9b1205d56c44153fbca3d291c704bf3 | [
"Apache-2.0"
] | permissive | ljaljushkin/PatternPractise | b5b5272c5e4896d636b72c4b7852773a1fc0d872 | dfbe337f0da2428b37f6171a9522502c1e05e26f | refs/heads/master | 2021-01-10T08:10:49.270243 | 2015-12-09T07:27:33 | 2015-12-09T07:27:33 | 46,216,082 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,039 | java | package observer.data_modification_listener;
public class ForecastDisplay implements DataListener, DisplayElement {
private float currentPressure = 29.92f;
private float lastPressure;
private Initiator weatherData;
public ForecastDisplay(Initiator weatherData) {
this.weatherData = weatherData;... | [
"nikolay.lyalyushkin@intel.com"
] | nikolay.lyalyushkin@intel.com |
17d046820b140ea30ec19b2e4e9d486a531f4f69 | c39d2f290467db4465ba857c94a3cd152f55513f | /src/main/java/br/com/teste/main/MainDAO.java | 26e04d19aa0c5d6296923e10aaaef0ba955bfe64 | [] | no_license | DfranciscoNogueira/usando-secondary-table-hibernate | 884d8d98d7b39ea4afb075fc46b315ff9dfc7118 | 068efa2a730933b7bfa630cc2641dd7303fa9fcd | refs/heads/master | 2021-01-15T08:36:42.039244 | 2016-09-18T03:09:39 | 2016-09-18T03:09:39 | 68,491,118 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 710 | java | package br.com.teste.main;
import java.util.List;
import org.hibernate.Query;
import br.com.teste.bean.Pessoa;
import br.com.teste.dao.DAO;
/**
*
* @author Diego_Francisco
*
*/
public class MainDAO extends DAO {
public static void main(String[] args) {
List<Pessoa> pessoas = findPessoas();
... | [
"diego.francisco.nogueira"
] | diego.francisco.nogueira |
7cc71e2c82652f45ce1355e5175b0cec6bfdf564 | 77b7f3b87ef44182c5d0efd42ae1539a9b8ca14c | /src/main/java/com/turnengine/client/api/local/action/ActionCache.java | 9277ac2fc0677301be58853c1cd24a10cab61e1b | [] | no_license | robindrew/turnengine-client-api | b4d9e767e9cc8401859758d83b43b0104bce7cd1 | 5bac91a449ad7f55201ecd64e034706b16578c36 | refs/heads/master | 2023-03-16T05:59:14.189396 | 2023-03-08T14:09:24 | 2023-03-08T14:09:24 | 232,931,212 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,251 | java | package com.turnengine.client.api.local.action;
import static com.turnengine.client.api.local.action.ActionTargetType.SOURCE;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
import com.google.common.collect.ImmutableList;
import com.robindrew.common.collect.... | [
"robin.drew@gmail.com"
] | robin.drew@gmail.com |
55f86b499ab019ecdd93ff0fceff28d463da4484 | 2624a375473f6fe56233c8560363c286b199416f | /05ExpresionesRegulares/src/mx/com/test/PatternMatches.java | 3108ab02a19e82885ee6336214303d3b6bf28877 | [] | no_license | pablonolasco/Curso-Java-Profundida | 657ed61ab43dfb3f1c6d4a2b13425315de71c03a | 31ef8185ebe85c78d58eac1242cec9747755bb76 | refs/heads/master | 2023-04-02T22:13:42.134222 | 2021-04-18T16:19:50 | 2021-04-18T16:19:50 | 331,140,573 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,675 | 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 mx.com.test;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
*
* @author Windows10
*/
public class Pat... | [
"pablo.nolasco@live.com.mx"
] | pablo.nolasco@live.com.mx |
5b0e30e0939ae3732d09f18674bae15215aa26be | b2ca6a40b25d590f0016c4f29c57b3e84bcc2364 | /Chaine de Responsabilitรฉ/src/TestDistributeur.java | e90f1203af786453f60a243c929655e23e8224fb | [] | no_license | Fantemis/Java | 7d1add394ecc27f713d72db498c0a217f7261ce6 | d7d89bfda9c4c58b8e0c0d2542bcc86a10cc492e | refs/heads/master | 2021-05-07T09:17:06.044359 | 2017-11-04T11:22:51 | 2017-11-04T11:22:51 | 109,488,883 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,697 | java | import java.util.List;
public class TestDistributeur {
public static void main(String[] args) {
Distributeur d = new Distributeur(10, 10, 10);
List<Couple> proposition = d.donnerBillets(10);
System.out.println(d.toStringProposition(proposition, 10));
d.recharger(10, 10, 10);
proposition = d.donnerBillet... | [
"adel.mekki1998@hotmail.fr"
] | adel.mekki1998@hotmail.fr |
29e14be4e679e5a649dbadbf0e0bf97bea998b77 | 76427a65b7da7b1eb28deec9af803632266dbe54 | /src/main/java/com/jeeplus/modules/meiguotong/web/module/ModuleHtmlNameController.java | f1047260401097b3a9eb29183b4712a29632315d | [] | no_license | wmzrPsz/meiguotong | 9225eb103e60769aa46ccefb5c45e91368b40137 | 7eb89d08b0f271fab2544512969015f2ecd1df13 | refs/heads/master | 2022-12-22T09:01:38.852734 | 2019-06-07T07:26:28 | 2019-06-07T07:26:28 | 190,703,947 | 0 | 0 | null | 2022-12-16T10:51:45 | 2019-06-07T07:22:54 | Java | UTF-8 | Java | false | false | 7,825 | java | /**
* Copyright © 2015-2020 <a href="http://www.jeeplus.org/">JeePlus</a> All rights reserved.
*/
package com.jeeplus.modules.meiguotong.web.module;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.validation.... | [
"psz199616@gmail.com"
] | psz199616@gmail.com |
548d1c66cd505fd89c710ace0c707bde712c20df | 8a6ad0a4ed3668b116510a4e78a685576218ea96 | /SuperSimpleStocks/src/main/java/gbce/stocks/BuyOrSell.java | 2dc74139a073db1cdada7a70ed08fa7e15004076 | [] | no_license | IainMuir/Super-Simple-Stocks | bb62e886e4b5f550b54841518e9279d7b1337cc1 | 7ad5a6d33abb8402a36fa053b85e89f770756d89 | refs/heads/master | 2021-01-11T22:28:26.737725 | 2017-01-15T02:25:59 | 2017-01-15T02:25:59 | 78,967,604 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 66 | java | package gbce.stocks;
public enum BuyOrSell {
BUY,
SELL
}
| [
"noreply@github.com"
] | IainMuir.noreply@github.com |
1f89822b39f3d28c091d0fe8adf0b1e0eff2d1fa | dcefd96a707d439ca2248eceeb0f63d32a7ae7eb | /spring-boot-jpa-repo/src/main/java/com/example/jpa/entity/Album.java | 277ad748073f44b05e9337391d41ac8a19eca911 | [] | no_license | kavya-amin/FSD-Spring-Boot | d7d0105bbbaa6ace26815e7d26fb3f59d59565d4 | f29bf57a4baf774d09962dee06cd919e76a4aba1 | refs/heads/master | 2023-04-27T17:08:34.639768 | 2019-12-16T05:41:17 | 2019-12-16T05:41:17 | 219,980,316 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 776 | java | package com.example.jpa.entity;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax... | [
"b8ibmjava19@iiht.tech"
] | b8ibmjava19@iiht.tech |
44dfa9ec9885d952155708f08f6ba2fde579e1bf | a1e035b37dca560f0018c1cfb0af938fef273f39 | /gate-server/src/main/java/com/ppdai/stargate/service/ApplyService.java | 767b0be6f47ca5d973ea71e2cd5175d3d68b2209 | [
"Apache-2.0"
] | permissive | IceRedTea/stargate | b80b6f0111d04fbad5b8d026eccb1f0130596ccc | a4ae2540f512f374af149ea5b94303dc1db8a484 | refs/heads/master | 2023-03-08T13:12:26.978566 | 2021-03-01T05:48:55 | 2021-03-01T05:48:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,359 | java | package com.ppdai.stargate.service;
import com.alibaba.fastjson.JSON;
import com.ppdai.atlas.client.api.ApplyControllerApi;
import com.ppdai.atlas.client.invoker.ApiException;
import com.ppdai.atlas.client.model.ApplyDto;
import com.ppdai.atlas.client.model.ResponsePageVOApplyDto;
import com.ppdai.auth.common.identity... | [
"zhangyicong@ppdai.com"
] | zhangyicong@ppdai.com |
2c5c9a40c0f7d581163bd58bd7cb1dcb8ab1e2de | 1f35fba66d5167a2dc41cba836301e632ade0dc4 | /GameDev/GameMaker/GMBuilder/src/com/cristiano/java/gm/builder/factory/BuilderFactory.java | 968fb534a2c501679f01ed9060da04e17bb47321 | [] | no_license | cristianoferr/projetos | 67ccfaa3d8e6701c70a5135f3675d5fd3099ef9f | 1d00a2ba9cd5180243afdc61730d95caae188c0f | refs/heads/master | 2021-01-17T13:06:38.352334 | 2017-07-31T19:13:46 | 2017-07-31T19:13:46 | 19,613,602 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,504 | java | package com.cristiano.java.gm.builder.factory;
import java.io.IOException;
import java.util.List;
import com.cristiano.consts.Extras;
import com.cristiano.java.bpM.ElementManager;
import com.cristiano.java.bpM.entidade.AbstractElement;
import com.cristiano.java.gm.consts.GameComps;
import com.cristiano.java.gm.ecs.En... | [
"cristianorj@gmail.com"
] | cristianorj@gmail.com |
51406c1298df6c31ba5a898bca1a95c6b458a3cc | 39d47ee091b6de167905791945687fc7426a2792 | /src/main/java/com/ge/predix/cyber/csam/ehsender/services/StatsService.java | 552d3f8e25562b349eb51ff34e18b57a7bee6304 | [] | no_license | saggik/eh-sender | 107dbcd3041114da3f7b858475c282fbfa0cde44 | 9d741cb2258c5487a8e283f42fad1cb322330259 | refs/heads/master | 2020-12-02T19:17:56.910443 | 2017-07-05T13:06:31 | 2017-07-05T13:06:31 | 96,320,121 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 291 | java | package com.ge.predix.cyber.csam.ehsender.services;
public interface StatsService {
String getStats();
int incrementAndGetSent();
int incrementAndGetAccepted();
int incrementAndGetFailed();
int incrementAndGetExceptions();
int incrementAndGetReconnects();
void clearAllCounters();
}
| [
"saggi.khohlov@ge.com"
] | saggi.khohlov@ge.com |
6b34230c65a76bf2f681f8fc7eb09246a9fe81a4 | c2d9b3ba042ec2121cbbbc0b0d4305097085a67f | /src/main/java/springframework/converters/IngredientCommandToIngredient.java | 0bcfad0c22958d3a348797fe5648fdc852326d9b | [] | no_license | siddharthashankarblore/spring5-mongo-recipe-app | 9722de6a623772e2e2c94775b05a8a85484e5e69 | 4d95222135e9589f5a29716f9bb98d779701c3b4 | refs/heads/master | 2020-06-26T22:51:20.513364 | 2019-07-31T14:37:41 | 2019-07-31T14:37:41 | 199,778,856 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,371 | java | package springframework.converters;
import springframework.commands.IngredientCommand;
import springframework.domain.Ingredient;
import springframework.domain.Recipe;
import org.springframework.core.convert.converter.Converter;
import org.springframework.lang.Nullable;
import org.springframework.stereotype.Component;
... | [
"sonumca04@gmail.com"
] | sonumca04@gmail.com |
3163601d19a2c55db3580bb4642492e70d6cca63 | bca9e0f6bc8da05f151b15af4e7c5aef9e7c12ab | /ch02/HelloWorldApp.java | bea0b7f42f99b538fad739625d8ba39db8f91dbf | [] | no_license | PengShanshan99/SoftwareDevelopmentPractice | 5a0fdae26a70136c75f268f6873e1ff1b17dccc7 | 4cf0b11681c9fab0132f62962bcbbf8ea3a64756 | refs/heads/master | 2020-03-20T20:40:07.564569 | 2018-08-17T08:02:44 | 2018-08-17T08:02:44 | 137,699,874 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 124 | java | public class HelloWorldApp {
public static void main (String args[] ){
System.out.println("Hello World!")
}
}
| [
"noreply@github.com"
] | PengShanshan99.noreply@github.com |
83d394563e5f589867c4ced5bcd9a3152de97c39 | 18ef51388272d898489ff95217583b54a7db001e | /MainApp/Servers/SAGA-API/src/main/java/saga/events/vehiclePartsEvents/CategoryRollbackEvent.java | c2cce50c4e36a9f9875054ac60a3cd0ad97ebe46 | [] | no_license | mihajlo-perendija/XML_WS | 3af15ac23bf59bf7115debe54a2818f2b13b8ba1 | c824109180c948d2801d86a9f710af1f4206dfc9 | refs/heads/master | 2022-11-24T12:49:22.675449 | 2020-07-11T19:35:10 | 2020-07-11T19:35:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 761 | java | package saga.events.vehiclePartsEvents;
import saga.commands.TypeOfCommand;
public class CategoryRollbackEvent {
private Long categoryId;
private TypeOfCommand typeOfCommand;
public CategoryRollbackEvent(){
}
public CategoryRollbackEvent(Long categoryId, TypeOfCommand typeOfCommand) {
t... | [
"petrosbasic@gmail.com"
] | petrosbasic@gmail.com |
9728a8b2b0fd8d38750e266e1a5f2bb6405c5174 | 0f67df05f6f62556a9bb9883cc355d3cd0d095eb | /Assertion.java | efaea745434c06d3810567484ba81393a9866b5b | [] | no_license | Shailendra-Java/Basics-of-java | 884f173047c7b89e86b550807810f870c0944a2d | 92be749b1828ccee737fd335c3bcb690d127c179 | refs/heads/master | 2022-12-21T02:48:58.369318 | 2022-12-10T14:46:35 | 2022-12-10T14:46:35 | 117,135,657 | 5 | 6 | null | 2022-12-10T14:48:49 | 2018-01-11T18:13:32 | Java | UTF-8 | Java | false | false | 296 | java | class Assertion
{
static int val = 3;
// Return an integer.
static int getnum()
{
return val--;
}
public static void main(String args[])
{
int n;
for(int i=0; i < 10; i++)
{
n = getnum();
assert n > 0; // will fail when n is 0
System.out.println("n is " + n);
}
}
}
| [
"shailendrasingh2011@live.in"
] | shailendrasingh2011@live.in |
59d8aa1aa8e3a8755baf397f9c636a5cbdd70390 | 3ea2af490a593c179bda8bfa53fa150c4fe2e494 | /hasib/Face.java | 4a4879635046e9f8f42dd7648e06f09dd4f63bc4 | [] | no_license | hasibulhasib18/CG-Lab | 03660ccd2771b1b750a46f9f60686089466361f1 | 23a0d790b530d6912573492e449f65eb66a5c610 | refs/heads/master | 2020-03-26T05:02:44.968416 | 2018-08-13T06:01:50 | 2018-08-13T06:01:50 | 144,535,783 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 731 | java | package h1;
import java.awt.Graphics;
import java.awt.Color;
import javax.swing.JFrame;
public class Face extends JFrame
{
public Face()
{
setTitle("FaceDraw");
setSize(960,960);
setVisible(true);
setDefaultCloseOperation(EXIT_ON_CLOSE);
}
public void paint(Graphics g)
{
g.setColor(Col... | [
"noreply@github.com"
] | hasibulhasib18.noreply@github.com |
dededf18cefd1eb2aef99b895b8aced87e6fb19d | f1ee6daa3bc85dc958acda6a95bf24b16ab17a0b | /src/main/java/com/rbac/domain/User.java | 6a105d4d536686a259d38e640bbd4ac66fc3c8ea | [] | no_license | rRupeshRanjan/spring-security-demo | 4aea82406e4e96ba4b338291883cfe59d0d76891 | 26fa3dc069d75ce79ea31646d469c5ace8557372 | refs/heads/master | 2023-03-02T16:54:10.323912 | 2021-02-02T07:02:25 | 2021-02-02T07:02:25 | 289,476,564 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 810 | java | package com.rbac.domain;
import com.fasterxml.jackson.annotation.JsonIgnore;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import java.util.Collection;
@Data
@AllArgsConstructor
@NoArgsConstructor
@Entity
public class User {
@Id
@GeneratedV... | [
"rupeshranjan409@gmail.com"
] | rupeshranjan409@gmail.com |
3a3835b6e16cf5792cf2cc8f667bea369620d031 | 0831dfb10b82f6d97c1eecf33d8cbf538effe0e1 | /photoselecter/src/main/java/utils/ViewPagerFixed.java | 632da4ab4b220ee07f0ed5960dcb426c57933983 | [] | no_license | choubaguai/PhotoSelecter | 628a9f7ea9a27104f8d19518f7a1d4d79222789e | 15ea734f5f3b45b9b0349db7ef99dc1ea227cdf3 | refs/heads/master | 2021-01-20T20:53:34.694221 | 2016-07-22T09:02:33 | 2016-07-22T09:02:33 | 63,753,596 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 952 | java | package utils;
import android.content.Context;
import android.support.v4.view.ViewPager;
import android.util.AttributeSet;
import android.view.MotionEvent;
/**
* ไฟฎๅคๅพ็ๅจViewPagerๆงไปถไธญ็ผฉๆพๆฅ้็BUG
*/
public class ViewPagerFixed extends ViewPager {
public ViewPagerFixed(Context context) {
super(context);
}
... | [
"superbro@163.com"
] | superbro@163.com |
ee9b8198d23ccde3312a17d70c7195600f0fc932 | 2fc471ee2198ca596bd7fbdbb6b4cd5227d55db1 | /src/main/java/se2xb3/data/processing/IProcessor.java | 69d353ab5ed4258748138300be872932a88d1761 | [] | no_license | DawsonMyers/TwitterTrends | cf78595e43129c820edf76ff0f38e42b3d578ac1 | 50cd021e8b0521bec99736f368b3d2641ee8aad4 | refs/heads/master | 2021-01-20T18:39:32.380990 | 2017-05-11T02:16:10 | 2017-05-11T02:16:10 | 90,926,500 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 289 | java | package se2xb3.data.processing;
/**
* Classes that implement this interface provide a strategy for processing an
* instance of a generic parametrized type.
* @author Dawson
* @version 1.0
* @since 3/11/2017
*/
public interface IProcessor<T> {
Object process(T t);
}
| [
"myersd1@mcmaster.ca"
] | myersd1@mcmaster.ca |
d8be026e4deff11ded6fb62cc915b37a50ef40a8 | 79bb32e1e964e4e31d444e548b839ba783a14f3a | /FigureDrawingPractis/src/util/Util.java | 3ebb0bef273151a11a2de9ba753607e800cd6ede | [] | no_license | Kay-Bernhardt/Figure-Drawing-Practice | 277c9e8762e86a7d6f65993a52089c91075653a2 | 212232a8e656055e9deb53f94eef3f0c062ca561 | refs/heads/master | 2021-04-30T18:07:40.257969 | 2017-01-30T22:09:54 | 2017-01-30T22:09:54 | 80,320,387 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,531 | java | package util;
import java.io.File;
import java.net.URLConnection;
import java.util.ArrayList;
import java.util.Random;
import javafx.application.Platform;
import javafx.scene.control.Alert;
import javafx.scene.control.Alert.AlertType;
import javafx.scene.control.DialogPane;
import javafx.scene.media.Media;... | [
"Lord Administrator@DESKTOP-G8EVORH.telus"
] | Lord Administrator@DESKTOP-G8EVORH.telus |
81cd912dda78c07470f05a00f66016f9edf40e0f | e73025430f98612b4bce8faa13abdee1243bb9cd | /module03-examples/module03-question13/src/main/java/com/spring/professional/exam/tutorial/module03/question13/Runner.java | 20b8f0b27f61a2d753db9faca7c544ddd4e10387 | [] | no_license | a2ankitrai/spring-cert-code-examples | 938ddb647518e735c0ddba3b3809f95ea58750b3 | 491718751129bb0c09cb7bc2608934f7aedb2e81 | refs/heads/master | 2023-03-29T22:16:25.459200 | 2021-03-31T06:32:13 | 2021-03-31T06:32:13 | 331,714,577 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,238 | java | package com.spring.professional.exam.tutorial.module03.question13;
import com.spring.professional.exam.tutorial.module03.question13.service.EmployeeService;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import org.springframework.context.annotation.ComponentScan;
@ComponentSc... | [
"ankit.rai@payconiq.com"
] | ankit.rai@payconiq.com |
c87b350541e034ba0de52b16903a2cb3c468001c | 493de7ac514e61503ecb8016a9dd1f429ea789de | /src/main/java/br/com/escolaapi/security/TokenAuthenticationService.java | 59bc5a772e8be7fe9f8652b4b0e0c23db6435d44 | [] | no_license | ovofilho/escolaapi | 21060ba826df257476e9d29002ed18d41085946b | f2ea979bfe51afea126c7f25f953afbb909e0dc3 | refs/heads/master | 2023-02-11T03:18:25.684242 | 2021-01-15T22:10:12 | 2021-01-15T22:10:12 | 330,000,436 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,770 | java | package br.com.escolaapi.security;
import java.io.IOException;
import java.util.Collections;
import java.util.Date;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.security.authentication.UsernamePasswordAuthenticationToken;
import org.springfra... | [
"orlandofilho@gmail.com"
] | orlandofilho@gmail.com |
3138386c6b16ec9d8facf37cfd903b8c2c7a0427 | 32b769224a0fcd5cfd4746c2911c87b733b04375 | /app/src/main/java/id/ardpratama/arth/jadwalku/TugasHar.java | 21396ac756629d007ae0a65fb9834a624e14fd53 | [] | no_license | nadhirfr/Jadwalku | 8f1f86109fcc0c9b2139b600e5488be3668bb0de | 7a1dbb0187558eb94b187f798f678ae5137dad38 | refs/heads/master | 2020-12-24T21:37:12.682980 | 2016-04-26T15:47:36 | 2016-04-26T15:47:36 | 57,141,293 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,387 | java | package id.ardpratama.arth.jadwalku;
import android.app.ActionBar;
import android.app.ListActivity;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.util.Log;
import android.view.MenuItem;
import android.view.View;
import android.wi... | [
"nadhir.fahrul.rozam@gmail.com"
] | nadhir.fahrul.rozam@gmail.com |
59679bc52ebb608657a08d300a2850036a46dc74 | 18d6e1fb411ae6ce1ef95098ede41ae67c9cf2b5 | /dogs-api/src/main/java/org/woofenterprise/dogs/validator/DateBeforeValidator.java | c61742c78f20be33cd1f33db21f68de29322aced | [
"MIT"
] | permissive | WoofEnterprise/DogOrientedGroomingSystem | f829c92b2068df1f5e7f6682e4d7a18ff3264743 | 15a94dac8232e8e854333ffe854c6ddeb8584a9d | refs/heads/master | 2021-01-10T14:37:14.937899 | 2016-01-23T16:56:07 | 2016-01-23T16:56:07 | 44,673,008 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,025 | 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 org.woofenterprise.dogs.validator;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFo... | [
"misostc@hotmail.com"
] | misostc@hotmail.com |
29a0f54f4e9728f71d13e671ccec5fe14b1d8c8e | ab44c89cfa179bd7a5e90f19634363eed12c572d | /laba5/src/Main.java | 25a988c76031cfc536a4578bec469df9223ebdbb | [] | no_license | vrnchll/PI-6sem | 8aa427a625ddb657c774d64116aafcda9324eeb6 | 43f95ffad0fd52a7bbe7900c06a57cd012c1ab2c | refs/heads/main | 2023-05-14T11:26:59.201578 | 2021-06-09T07:15:52 | 2021-06-09T07:15:52 | 360,947,126 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 893 | java | import First.Second.Third.AAA;
import java.util.Date;
public class Main {
public static void main(String[] args) {
AAA person = new AAA();
person.setName("Veronika");
person.setFatherName("Sergeevna");
person.setSurname("Bobrik");
person.setBirthday(100,9,20);... | [
"noreply@github.com"
] | vrnchll.noreply@github.com |
bc2e5c13bd65db4c3c366ea66b574f90ac098291 | 63a1dfd2b676360488285a1047286270114bdac4 | /src/main/java/model/Student.java | b717601784b5e8521d59c4d4b70e6531fc5b6ce5 | [] | no_license | it-academy-pl/tdd-and-mockito | 8af0316ce765caacd2334846e13d070137e499df | 6cc7909a1119580deb488382aaa580c53885ed79 | refs/heads/master | 2020-04-27T20:56:23.346038 | 2019-03-17T00:02:37 | 2019-03-17T00:02:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 142 | java | package model;
public class Student {
private long id;
private String name;
private String surname;
private String pesel;
}
| [
"raf.bednarz@gmail.com"
] | raf.bednarz@gmail.com |
7a1df5656e5ef6fa206ac9bd4133b83788708731 | eb0aea06af80dc7618b353b361aededded9d7ec4 | /hzed-services/mall-admin/src/main/java/com/central/mall/admin/service/OmsOrderService.java | 6cb0c8d76cfae901abb49bd0faa1404c9a7c2e06 | [
"Apache-2.0"
] | permissive | lailvliang/mall-cloud | c00c029755cc2ab81e3dc541ce43f9f003cc0d0d | fc108f04f658321f6fac18cb1528bb9f412739ec | refs/heads/master | 2022-07-10T14:48:28.102999 | 2020-01-11T14:49:38 | 2020-01-11T14:49:38 | 230,188,342 | 0 | 0 | Apache-2.0 | 2022-06-17T02:47:49 | 2019-12-26T03:27:34 | Java | UTF-8 | Java | false | false | 1,217 | java | package com.central.mall.admin.service;
import com.central.mall.admin.dto.*;
import com.central.mall.admin.model.OmsOrder;
import org.springframework.transaction.annotation.Transactional;
import java.util.List;
/**
* ่ฎขๅ็ฎก็Service
* Created by macro on 2018/10/11.
*/
public interface OmsOrderService {
/**
... | [
"123456"
] | 123456 |
a2ad825c9a5701f2cfd1808e3cded5fcbae8d2e8 | b15e90860c66444388ae39d2b13e3617685fff2f | /app/src/main/java/com/dewii/mpeapp/constants/Constants.java | 4f53f7d14f267034a976f1cace805356aae472be | [] | no_license | deviprasaddayal12/MPE | 5414de78d127bf6b99ebafef8890a9dc68309334 | 01100d07989578ee502f16282c1c47f465eb60dc | refs/heads/master | 2022-04-11T09:46:03.128755 | 2020-03-29T21:56:16 | 2020-03-29T21:56:16 | 251,141,704 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 501 | java | package com.dewii.mpeapp.constants;
import com.dewii.mpeapp.BuildConfig;
public final class Constants {
private Constants() {
}
public static final String APP_ID = BuildConfig.APPLICATION_ID;
public static final class Api {
private Api() {
// last = 0
}
}
publi... | [
"deviprasaddayal12@gmail.com"
] | deviprasaddayal12@gmail.com |
787fa3cda70e005c61a4674e3e0e4612f4dc6917 | e432c689d2c5813b52df2e5d3737bc9210c9f822 | /src/server/GameServer.java | b59ab196afee4885f6395a4caa33774e55a6dd70 | [] | no_license | Martinch0/Sknat | ac9332b970c7e192a60bed6d19ff53b39c57c551 | 3b5440c635cc26526300bed1fbd1148dae36fcad | refs/heads/master | 2021-01-20T17:19:26.959737 | 2016-06-11T15:23:55 | 2016-06-11T15:23:55 | 60,778,098 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 23,270 | java | package server;
import game.GameData;
import game.objects.Key;
import game.objects.Objective;
import game.objects.Obstacle;
import game.objects.Projectile;
import game.objects.Tank;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Random;
import map.Maps;
import networking.Server2Client;
impo... | [
"martinsmihov@gmail.com"
] | martinsmihov@gmail.com |
c87e55fd48324706540e1f11d8155286c6f62cd6 | 97621af47796887e9da819c044ac7bb234cc2fab | /src/main/java/learn/classloader/ManagerFactory.java | 200faa4d0edd774531c9d4b65fe826b804f40712 | [] | no_license | hkruni/learn | eef920f0b6c2f3dc57237c637100562d473cdab3 | acf7ac38c81ae7d10212e0c20febd804cbdfeb01 | refs/heads/master | 2022-12-22T18:55:52.177587 | 2019-07-23T07:15:31 | 2019-07-23T07:15:31 | 141,568,519 | 0 | 0 | null | 2022-12-16T00:55:21 | 2018-07-19T11:14:03 | Java | UTF-8 | Java | false | false | 375 | java | package learn.classloader;
import java.util.HashMap;
import java.util.Map;
public class ManagerFactory {
//่ฎฐๅฝ็ญๅ ่ฝฝ็ฑป็ๅ ่ฝฝไฟกๆฏ
private static final Map<String ,LoadInfo> loadTimeMap = new HashMap<String ,LoadInfo>();
public static final String CLASS_PATH = "";
public static final String MY_MANAGER = "com... | [
"hkruni@163.com"
] | hkruni@163.com |
7bf3e04ffecb348f20343c70957fcefd9d8a7422 | 5b82e2f7c720c49dff236970aacd610e7c41a077 | /QueryReformulation-master 2/data/ExampleSourceCodeFiles/Parameter.java | 542d01d4115bdde52d5b8768fa3aeddaaf6ab734 | [] | no_license | shy942/EGITrepoOnlineVersion | 4b157da0f76dc5bbf179437242d2224d782dd267 | f88fb20497dcc30ff1add5fe359cbca772142b09 | refs/heads/master | 2021-01-20T16:04:23.509863 | 2016-07-21T20:43:22 | 2016-07-21T20:43:22 | 63,737,385 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,646 | java | /Users/user/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/Parameter.java
org eclipse internal workbench java util collections java util map org eclipse core commands parameter org eclipse core commands parameter values org eclipse core commands typed parameter org ecl... | [
"muktacseku@gmail.com"
] | muktacseku@gmail.com |
62705d56e572d45372559665a7beb99c876d3c33 | c18cc42afdc0c2a7a20f63b882b97f3329d77d69 | /src/main/java/com/testing/web/rest/dto/package-info.java | 63860573b4e6ef1882f1fc699324bb009f2ae0f6 | [] | no_license | nilpaco/testing | 7e6883d7a2e20f41b51a6ebee736bc18e2e9a176 | 04559d10a52fb0ca2f112f3b858539c71918b8b1 | refs/heads/master | 2021-01-10T06:24:27.261245 | 2016-02-23T18:29:53 | 2016-02-23T18:29:53 | 52,381,875 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 104 | java | /**
* Data Transfer Objects used by Spring MVC REST controllers.
*/
package com.testing.web.rest.dto;
| [
"nil.panes@gmail.com"
] | nil.panes@gmail.com |
ac07ed46dbd460c291d0b45328ac348405d7cbc9 | d8d363290bd92a866058f37eb7eecce295038d8a | /src/main/java/com/liyan/store/repository/ShopingCarRepositry.java | 2025d0a9fbbd3634b5b5329a0f432a04a8cbb12a | [] | no_license | iamsmartloser/store-service | ef9709972afe7228b9714ef89d3b298e9f1677fb | cd46618ef6a23a54d33a3626ba70aa87e0d5c7ec | refs/heads/master | 2022-03-01T10:00:54.655479 | 2019-10-14T07:19:25 | 2019-10-14T07:19:25 | 214,617,055 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 757 | java | package com.liyan.store.repository;
import com.liyan.store.domain.Product;
import com.liyan.store.domain.ShopingCar;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository... | [
"121484818@qq.com"
] | 121484818@qq.com |
2b613ecb7fd2bfcce0bb79ec46f8d2448de6e3db | 9db4f6236479404bccc03ae106a1c46fe2e44b63 | /src/net/margaritov/preference/colorpicker/ColorPickerDialog.java | f41f258ea67f889d2a10de540fab03c995b92bdd | [
"Apache-2.0"
] | permissive | mintkat/packages_apps_Settings | cb046acfe00f80ed041321f7347602c8e6fd1426 | 5491954573d3b08dad1c10cce1983d2ebf763983 | refs/heads/marshmallow | 2021-01-22T15:21:30.779562 | 2016-05-05T02:04:36 | 2016-05-20T03:51:00 | 47,557,039 | 0 | 0 | null | 2015-12-07T14:29:14 | 2015-12-07T14:29:13 | null | UTF-8 | Java | false | false | 22,024 | java | /*
* Copyright (C) 2010 Daniel Nilsson
* Copyright (C) 2013 Slimroms
* Copyright (C) 2015 DarkKat
*
* 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/licen... | [
"jaysonedson@gmail.com"
] | jaysonedson@gmail.com |
ffe79f7fc98cf114ddc7e439f6923b71cb6a76e1 | afe2f284d88becc93277be6690dd8582e83443f9 | /Spring-enviroment/spring-core-demo/src/main/java/com/revature/spring_core_demo/Student.java | d2915637b8e0cd4c4bfa4f058bc608fc097fdce8 | [] | no_license | LeylaShams/RevatureDeveloper | 8735feada9e63778337db46f6d4a0ce0be551678 | 7524fcb8b190c9e8e135486d9bb91f4628e14500 | refs/heads/main | 2023-08-13T21:09:52.751162 | 2021-09-21T02:53:59 | 2021-09-21T02:53:59 | 386,102,779 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,060 | java | package com.revature.spring_core_demo;
public class Student {
private int studentId;
private String studentName;
private String studentAddress;
public int getStudentId() {
return studentId;
}
public void setStudentId(int studentId) {
System.out.println("set Id");
this.... | [
"leyla.shams@revature.net"
] | leyla.shams@revature.net |
1966d6a7f9b63c0d0c504681d8216c0148162f58 | 353fd25040f0b2780ad9c1525882e41fb2b556f5 | /android/app/src/main/java/com/tutorialrootmodalstore/MainApplication.java | 0e1cb5c2365d327e1cb7ba02f8be94295ba88741 | [] | no_license | lfkwtz/tutorial-root-modal-store | 2fe456518125bfcf01aafae1356672436d6db3eb | c8ab122c051a6c041ae8907c0c21814514f46b07 | refs/heads/master | 2023-01-13T01:47:38.105031 | 2020-01-09T16:59:45 | 2020-01-09T16:59:45 | 231,470,301 | 0 | 0 | null | 2023-01-05T04:49:44 | 2020-01-02T22:35:03 | JavaScript | UTF-8 | Java | false | false | 2,289 | java | package com.tutorialrootmodalstore;
import android.app.Application;
import android.content.Context;
import com.facebook.react.PackageList;
import com.facebook.react.ReactApplication;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.facebook.soloader.SoLoader;
import java.la... | [
"lefkowitz.michael@gmail.com"
] | lefkowitz.michael@gmail.com |
85fdcc93732218339c603024c5449680782dd028 | eb132b54c6255942d632d195791b6fe124c0e6a3 | /spring-security-oauth2-content-resource/src/main/java/com/tang/oauth/content/resource/web/TbContentController.java | 3a9df4b74ef6a8ac974118cc37d8db488cf50aa8 | [] | no_license | tangxiaonian/spring-security-oauth2 | bfd553c3924444b829c6392fce6d8cbe5f5709aa | bbfbaecd8c94cdfc6c1606d0ce6903d807b190ff | refs/heads/master | 2020-07-06T08:41:47.353012 | 2019-08-18T04:12:07 | 2019-08-18T04:12:07 | 202,957,867 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 878 | java | package com.tang.oauth.content.resource.web;
import com.tang.oauth.content.resource.domain.Tb_content;
import com.tang.oauth.content.resource.dto.ResponseResult;
import com.tang.oauth.content.resource.service.TbContentService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.ht... | [
"2684270465@qq.com"
] | 2684270465@qq.com |
35cab2598b30b9a36ea63cba03a12b02e8ac2ecf | d237437f471853bc45767b724cba0573aa970b54 | /app/src/main/java/com/alabhya/Shaktiman/Adapters/ProducerOrderViewPagerAdapter.java | b473eb959de28fe73c2268e510b1c8c0ed417471 | [] | no_license | cracken47/ShaktimanApp | 0a6a8cbbb8caf6067cc6345061111495eb8a47dc | 029418245f206dda62fb98c85a669271716ddea7 | refs/heads/master | 2020-06-10T16:57:22.135733 | 2019-02-04T02:26:29 | 2019-02-04T02:26:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,076 | java | package com.alabhya.Shaktiman.Adapters;
import java.util.ArrayList;
import java.util.List;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import androidx.fragment.app.FragmentManager;
import androidx.fragment.app.FragmentPagerAdapter;
public class Prod... | [
"alabhyap@gmail.com"
] | alabhyap@gmail.com |
193d1ccf0851a1103db1129eef64c8904948f60b | ed49254b278b48473c9bdf1c3e70ef8010e83cf7 | /BayesBaseNew/src/edu/cmuO/tetrad/search/fastica/swing/NumberDialog.java | d7e8f22f690a0d3fc69cf242b1139e287c7ba9a4 | [] | no_license | sfu-cl-lab/exception-mining | 5ac1e70a9a527d4129d77df66e536c287e5b4e25 | 7b80481f7d906a49db99901adb4059b273ac6af6 | refs/heads/master | 2021-05-31T22:36:21.973306 | 2016-05-15T22:05:14 | 2016-05-15T22:05:14 | 58,755,606 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,219 | java | package edu.cmu.tetrad.search.fastica.swing;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.WindowEvent;
/**
* This dialog can be used to input a number.
*
* @author Michael Lambertz
*/
public class NumberDialog extends JDi... | [
"sriahi@sfu.ca"
] | sriahi@sfu.ca |
38b6dfd5d3e90b871772244adc8dfc0f086fa1a7 | 96196a9b6c8d03fed9c5b4470cdcf9171624319f | /decompiled/com/google/android/gms/wearable/internal/r.java | 198a90a1091f10d4f4658cc796e60c76225c94a6 | [] | no_license | manciuszz/KTU-Asmens-Sveikatos-Ugdymas | 8ef146712919b0fb9ad211f6cb7cbe550bca10f9 | 41e333937e8e62e1523b783cdb5aeedfa1c7fcc2 | refs/heads/master | 2020-04-27T03:40:24.436539 | 2019-03-05T22:39:08 | 2019-03-05T22:39:08 | 174,031,152 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 700 | java | package com.google.android.gms.wearable.internal;
import android.os.Parcel;
import android.os.Parcelable.Creator;
import com.google.android.gms.common.internal.safeparcel.SafeParcelable;
import com.google.android.gms.wearable.c;
public class r implements SafeParcelable {
public static final Creator<r> CREATOR = n... | [
"evilquaint@gmail.com"
] | evilquaint@gmail.com |
9ce8b7faff2319e57d0516e57112cc7baa280171 | 5a60a659463684241d6113a2176ed10adf1ad4a8 | /FileOpreraitons/src/main/java/com/model/RegUser.java | 1155b36e710af1a988504d9e5ea556687c42388f | [] | no_license | jainnneel/FileOperation | f23abef4680792e3f35b12e764c15f848d2cbcc7 | 26be7406d82280ca1812493a6ca0cab8ec973cce | refs/heads/master | 2023-04-15T22:22:54.997274 | 2021-04-23T07:18:39 | 2021-04-23T07:18:39 | 307,987,000 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,371 | java | package com.model;
import java.sql.Date;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity
public class RegUser {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private int id;
... | [
"jainneel9933@gmail.com"
] | jainneel9933@gmail.com |
1129d23972063a3fdb8b0d359e888d20847ddaa3 | 677aca602c03bc9279549b357065cc80cfc934ad | /sources/spring-interceptor/src/test/java/com/schlimm/springcdi/interceptor/ct/_92_C1/interceptors/OldSecurityInterceptor.java | 9fd934ec80ce83dd85bf7dd8c00566ac1c66d789 | [
"MIT"
] | permissive | nschlimm/spring-interceptor | 6e0e8353b18e50649fbd4c4bc71c87dd37dba200 | a8982b9daae3d301a714771eeec494fb55fd9008 | refs/heads/master | 2022-05-03T03:06:10.582277 | 2018-12-22T18:56:16 | 2018-12-22T18:56:16 | 2,148,480 | 6 | 4 | MIT | 2020-10-12T18:26:38 | 2011-08-03T13:13:03 | Java | UTF-8 | Java | false | false | 673 | java | package com.schlimm.springcdi.interceptor.ct._92_C1.interceptors;
import javax.interceptor.AroundInvoke;
import javax.interceptor.Interceptor;
import javax.interceptor.InvocationContext;
import com.schlimm.springcdi.interceptor.ct._92_C1.bindingtypes.Secured;
@Interceptor @Secured
public class OldSecurityIn... | [
"niklas.schlimm@provinzial.com"
] | niklas.schlimm@provinzial.com |
e6c1ced07b6fd9398def701fb327dc636088702f | 44949d8b10bed9dbcaeb8b5ba9beac4f0a31016a | /app/src/main/java/com/shun/campuswork/activity/SplashActivity.java | 9efe15b3736d025e820e4266f0ea829944aafa7e | [] | no_license | yankaics/CampusWork | 7856b8806afab03932d11dc6c793757f18b0ca5d | ca3876ab98bccedb90b1e531f414a7780dcf14a9 | refs/heads/master | 2021-01-16T01:07:11.322303 | 2016-02-24T07:19:02 | 2016-02-24T07:19:02 | 62,309,810 | 0 | 1 | null | 2016-06-30T12:43:55 | 2016-06-30T12:43:55 | null | UTF-8 | Java | false | false | 1,267 | java | package com.shun.campuswork.activity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import com.google.gson.Gson;
import com.shun.campuswork.R;
import com.shun.campuswork.domain.UserInfo;
import com.shun.campuswork.global.GlobalContants;
import com.shun.campuswork.tools.SharedPrefer... | [
"929182889@qq.com"
] | 929182889@qq.com |
57e4344e61df0839386e796f0fb13eba297d7c6f | e80c98cb01ec399f9591bae8bd0f0146a6dd8dc3 | /varsql-core/src/main/java/com/varsql/core/db/VarSqlDbDataType.java | 973f6ad3687c55fc1e9d38f8e817394a12408cba | [] | no_license | pencake-squad/varsql | e1de151d7a24bf36e1a41f7b195a96aca31df600 | 4aeec201e4dd2e68513886328f9069509664b023 | refs/heads/master | 2022-12-26T01:33:44.954011 | 2020-10-11T14:25:29 | 2020-10-11T14:25:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 395 | java | package com.varsql.core.db;
public enum VarSqlDbDataType {
NUMBER(1)
,STRING(2)
,DATE(3)
,BINARY(4)
,OTHER(99);
private int typeNum;
VarSqlDbDataType(int typeNum){
this.typeNum = typeNum;
}
public boolean isNumber() {
return this.typeNum ==1;
}
public boolean isString() {
return this.typeNum... | [
"0skym@ytkim"
] | 0skym@ytkim |
fa4048ce351c759041ccd47d66336f66af89adc2 | 8947af914429e8d6399401f4c40e18978ad5ed4c | /src/main/java/org/gbif/api/model/collections/AlternativeCode.java | de21a82040045b2e323f856a3d75e88c5ec55ace | [
"Apache-2.0"
] | permissive | gbif/gbif-api | 899d09328ce5d2bd0c70da3f0ca6a8a25d4a4c00 | a014a17eca88cf3ab5357a0fc5b6b9458c53db81 | refs/heads/dev | 2023-08-18T16:09:06.973670 | 2023-08-18T10:28:48 | 2023-08-18T10:28:48 | 15,052,119 | 24 | 8 | Apache-2.0 | 2023-06-14T22:56:26 | 2013-12-09T16:12:41 | Java | UTF-8 | Java | false | false | 2,064 | java | /*
* Copyright 2020 Global Biodiversity Information Facility (GBIF)
*
* 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 requ... | [
"asturcon1234@gmail.com"
] | asturcon1234@gmail.com |
e45677e7220b9bfdbf42c1b1c766e3731addc0c2 | bcc6301d9d827e24b1238316383597f5cbff1a70 | /teamcity-atmosphere-chat-example-server/src/main/java/ru/mail/teamcity/ChatPageController.java | a945fcaebffce3f3cf2ea0585bf77ec31dacc341 | [] | no_license | grundic/teamcity-atmosphere-chat-example | 18ade7460a9691c7f709c56da34e84c4c914def9 | 835561ebf3ca15c5eee6b5201cdb8b764fe74cf6 | refs/heads/master | 2021-03-12T20:35:11.932939 | 2015-04-20T08:12:55 | 2015-04-20T08:13:43 | 34,247,549 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,192 | java | package ru.mail.teamcity;
import jetbrains.buildServer.controllers.BaseController;
import jetbrains.buildServer.web.openapi.PluginDescriptor;
import jetbrains.buildServer.web.openapi.WebControllerManager;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import org.springframework.we... | [
"systray@yandex.ru"
] | systray@yandex.ru |
623f0a3711fc4dd88c34c8da97b715896e5fdcf9 | 065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be | /eclipseswt_cluster/27089/src_1.java | a4bef17b04db9caeaf21b4bc6b35942675c7fabd | [] | no_license | martinezmatias/GenPat-data-C3 | 63cfe27efee2946831139747e6c20cf952f1d6f6 | b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4 | refs/heads/master | 2022-04-25T17:59:03.905613 | 2020-04-15T14:41:34 | 2020-04-15T14:41:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 133,881 | java | /*******************************************************************************
* Copyright (c) 2000, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | [
"375833274@qq.com"
] | 375833274@qq.com |
7dd7a29f4345bd8c31f0c23260361d21049478a6 | 3ec9afe192d80941888595083aaaef8b7b569fc5 | /content/content-tool/tool/src/java/org/sakaiproject/content/tool/ResourceTypeLabeler.java | bc63db54daa18e5713008355406346830a32c507 | [
"ECL-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | marktriggs/nyu-sakai-10.4 | 570912a2a00f2ea26aa079b11e91a35d048f1000 | 022f2e81599260500e5c17f16f856b7b1bac378c | refs/heads/scormcloud | 2021-01-15T18:08:50.060553 | 2015-08-10T06:32:41 | 2015-08-10T06:32:41 | 38,663,237 | 0 | 2 | null | 2016-03-10T00:10:19 | 2015-07-07T04:04:56 | Java | UTF-8 | Java | false | false | 3,505 | java | /**********************************************************************************
* $URL$
* $Id$
***********************************************************************************
*
* Copyright (c) 2007, 2008 The Sakai Foundation
*
* Licensed under the Educational Community License, Version 2.0 (the "License"... | [
"mt1970@nyu.edu@66ffb92e-73f9-0310-93c1-f5514f145a0a"
] | mt1970@nyu.edu@66ffb92e-73f9-0310-93c1-f5514f145a0a |
718229733c4f20def8383787082096fdde3f29bc | 8ee6ac79b9d2c403d04c1bccd63df022395491ec | /microservice-cloud-consumer-product-80/src/main/java/com/wangweichao/springcloud/service/ProductClientService.java | abe4f7c30482dfc1357afcd888e83a1322adbe83 | [] | no_license | 13127766006/microservice-cloud | 85eab67a56d31eb09c86a6d55b9f8b59d5a04ea8 | ee464f048f90acf2aed2e7b9527fa91aed1f04aa | refs/heads/master | 2022-06-21T22:13:09.380376 | 2020-02-25T07:39:30 | 2020-02-25T07:39:30 | 242,938,770 | 0 | 0 | null | 2022-06-21T02:51:50 | 2020-02-25T07:37:13 | Java | UTF-8 | Java | false | false | 974 | java | package com.wangweichao.springcloud.service;
import com.wangweichao.springcloud.entities.Product;
import com.wangweichao.springcloud.service.ipml.ProductClientServiceFallBack;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework... | [
"weichao.wang@cognizant.com"
] | weichao.wang@cognizant.com |
f4e7d46f84f7b619490c88170a3da37e4162da82 | 902cf40a647426eb4bb2eaee697f57fd29bf885c | /Lesson5/src/ru/khusyainov/hw5/KnapsackObjectImpl.java | 1c9c7dd444752b50376c3dcfd599f17a86756b36 | [] | no_license | PaLoMaster/AlgorithmsOnJava | 294ac0af9c95e404e029c92929c186f3d5efd93f | 55f3be367e190220fe12dc4d91fd42cdc41f6c00 | refs/heads/master | 2020-04-06T11:44:49.688472 | 2018-12-16T05:45:34 | 2018-12-16T05:45:34 | 157,428,496 | 0 | 0 | null | 2018-12-16T05:45:35 | 2018-11-13T18:41:17 | Java | UTF-8 | Java | false | false | 1,554 | java | package ru.khusyainov.hw5;
import java.util.Objects;
public class KnapsackObjectImpl implements KnapsackObject {
private final String name;
private final int weight;
private int price;
public KnapsackObjectImpl(String name, int price, int weight) {
this.name = name;
this.... | [
"renat.programmizm@yandex.ru"
] | renat.programmizm@yandex.ru |
afffbd09f41ae580303df92aa40f24f414de7e1e | 708ea6601698302043640f760f7bfd0edbc47d1a | /nimble-dagger2/src/main/java/com/lenguyenthanh/nimbledagger2/data/model/User.java | 6282204c5a16ed1167cd8f26cbc61375f790ef40 | [
"Apache-2.0"
] | permissive | lenguyenthanh/nimble | a8cb67856d0b798da4392e5e360b4de1e406c5fb | 94d88bcf9f89382ed7e2c8ea7bc26658defc81fe | refs/heads/master | 2021-01-21T13:48:40.969076 | 2016-05-09T14:32:38 | 2016-05-09T14:32:38 | 52,316,952 | 30 | 4 | null | 2016-05-09T14:32:38 | 2016-02-23T00:30:21 | Java | UTF-8 | Java | false | false | 936 | java | /*
* Copyright 2016 Thanh Le.
*
* 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... | [
"lenguyenthanh@hotmail.com"
] | lenguyenthanh@hotmail.com |
dcddd92727f85d488788292ed0254a877a7a93bf | 3b64171aac3099ace432b44f975a1f00abef26dc | /src/suparnaNJune20/Assignment_35/GetUniqueValue.java | 1de4e0de4468bf7310392e30d28b601eb27f5e91 | [] | no_license | KrishnaKTechnocredits/JAVATechnoJun20 | a80b97c0c80f3a70bd5205bcf1de0db76e1d7b25 | 197e81594254cd05cb42d576720f473edb446b72 | refs/heads/master | 2022-12-22T23:48:51.680861 | 2020-09-24T04:45:23 | 2020-09-24T04:45:23 | 272,046,021 | 0 | 0 | null | 2020-09-24T09:02:14 | 2020-06-13T16:31:43 | Java | UTF-8 | Java | false | false | 1,553 | java | package suparnaNJune20.Assignment_35;
/*
Assignment 35: Retrieve all unique names from given array.
String[] name1 = {"Palak", "Viresh", "Yash", "Aavruti"};
String[] name2 = {"Deavina","Palak","Viresh", "Nikhil"};
output : [Palak, Viresh, Yash, Aavruti,Deavina,Nikhil]
*/
import java.util.ArrayList;
import java.util.A... | [
"nikam.suparna.s@gmail.com"
] | nikam.suparna.s@gmail.com |
0b7bf5810e0ef6bb8e6ccf718bd28b23f53ec874 | d8c5d5675a323b7532bd11b98546eef4fd076029 | /app/src/main/java/com/example/todolist/data/TaskDbHelper.java | ffc18e7616594dcd994af8a5fb9c945bfe461105 | [] | no_license | kebie98/ToDoList | 79051d7d6e58af106860c9ca409880f44caec720 | 48d8053267e1d9f4ec24ce992ff0f1ab7f38237d | refs/heads/master | 2023-04-01T03:44:42.016626 | 2021-04-06T21:53:51 | 2021-04-06T21:53:51 | 354,427,503 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,304 | java | package com.example.todolist.data;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import com.example.todolist.data.TaskContract.TaskEntry;
public class TaskDbHelper extends SQLiteOpenHelper {
//The name of the database
private... | [
"kel.biesinger@gmail.com"
] | kel.biesinger@gmail.com |
5a52300238628915181bbec14d496790787a3725 | f3035291d1bcb099501da0e0974929f7c3d5ecbb | /src/main/java/com/chipmunk/dao/UserDao.java | fa3490995b11cac7ef1c13053dcff4424cb59c79 | [] | no_license | mengyonglong/chipmunk | 11b8fe313237e808a07a4e6d8807d1164df4ef9f | 77e223b6e28c357d4c2391f71cf59f7140655bb0 | refs/heads/master | 2023-01-23T15:36:21.074434 | 2020-11-14T02:46:40 | 2020-11-14T02:46:40 | 312,722,694 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 223 | java | package com.chipmunk.dao;
import com.chipmunk.model.User;
public interface UserDao {
//็ปๅฝ
public int userRegister(User user);
//ๆณจๅ
public User userLogin(String user_name, String user_password);
}
| [
"65746079+mengyonglong@users.noreply.github.com"
] | 65746079+mengyonglong@users.noreply.github.com |
b09c3c3281f3b7274db5a840ad24617e2c516bba | f696c50d279279106ad570550294171e747c8984 | /src/Interface/ObjectSelectorPanel.java | 90eb38d94e088ec3a935905a11923ec498053526 | [] | no_license | EeroLempio/SoftwareRenderer | 50fa17fc3339380daeaf3b4dc016e3df6ed83cf9 | f00364e9be43165b981ebc5acd4360b77aaeeea2 | refs/heads/master | 2021-04-30T12:34:12.642116 | 2018-02-12T17:26:40 | 2018-02-12T17:26:40 | 121,277,843 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,535 | java | package Interface;
import RenderingEngine.Constructs.BaseObject;
import RenderingEngine.Constructs.EngineObject;
import java.util.ArrayList;
import java.util.List;
import javax.swing.event.TreeSelectionEvent;
import javax.swing.event.TreeSelectionListener;
import javax.swing.tree.DefaultMutableTreeNode;
import javax.s... | [
"noreply@github.com"
] | EeroLempio.noreply@github.com |
b245deac9593f8daa4fa4ad6d53432c6459cdb26 | d6dac5683c12b7abebcdd7938658b71858008bbe | /src/main/java/com/bw/git2/Test2.java | 4af58083bec8ed8d04a8772182489635ac0c2079 | [] | no_license | mener0188/git2 | 1fdf9e0ac985df1cd477983b1992d5cede0899a5 | c26f70d50173ccaecb88ef9d0a1194023c991790 | refs/heads/master | 2020-11-26T21:11:31.783616 | 2020-08-27T01:05:00 | 2020-08-27T01:05:00 | 229,206,095 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 159 | java | package com.bw.git2;
public class Test2 {
public static void main(String[] args) {
//test
System.out.println("---------------------git2");
}
}
| [
"mener0188@163.com"
] | mener0188@163.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.