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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d516c5f665417bfae83db97560dfb1594d3f00bc | e3f778bff4ff856de0dabccff672da420810c462 | /src/a/array/search/BinarySearch.java | 4639010fb3d078772eca94f1d3658c623cadb14f | [] | no_license | junjunlei/data-structures-alogrithms | b8157a6746ca27e0203b8364d2d18fc42d8dd7e2 | c21615babb66bbe2008bf1cace0a9ca3331f6db1 | refs/heads/master | 2023-01-27T22:30:53.781631 | 2020-12-07T01:51:29 | 2020-12-07T01:51:29 | 311,261,691 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,869 | java | package a.array.search;
/**
* 二分查找算法
* <p>
* 思路:while循环或者递归
*
* 效率 log(n)
*
* @author junjun.lei
* @create 2020-11-09 16:15
*/
public class BinarySearch {
public static void main(String[] args) {
int[] arr = {1, 2, 3, 4, 5, 6, 7};
int i = binarySearchWhile(arr, 8);
int i2 = binaryS... | [
"junjun.lei@hand-china.com"
] | junjun.lei@hand-china.com |
80e3903bd38047ea8ebde95028282c7d8178d47c | c885ef92397be9d54b87741f01557f61d3f794f3 | /tests-without-trycatch/Closure-110/com.google.javascript.jscomp.ScopedAliases/BBC-F0-opt-80/7/com/google/javascript/jscomp/ScopedAliases_ESTest.java | 4ffcafacb157374be4212b25bd6b06699eba2af0 | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 7,745 | java | /*
* This file was automatically generated by EvoSuite
* Wed Oct 13 16:44:19 GMT 2021
*/
package com.google.javascript.jscomp;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import com.google.javascript.jscomp.AbstractCompiler;
import com.google.javascr... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
5c0fd6e3251322295166746f3997c96561a06a3f | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.qqlite/classes.jar/com/tencent/mobileqq/activity/photo/MediaFileFilter$2.java | a20a5ce6eab7802970f4ed80f0432c3b3f44be23 | [] | no_license | tsuzcx/qq_apk | 0d5e792c3c7351ab781957bac465c55c505caf61 | afe46ef5640d0ba6850cdefd3c11badbd725a3f6 | refs/heads/main | 2022-07-02T10:32:11.651957 | 2022-02-01T12:41:38 | 2022-02-01T12:41:38 | 453,860,108 | 36 | 9 | null | 2022-01-31T09:46:26 | 2022-01-31T02:43:22 | Java | UTF-8 | Java | false | false | 619 | java | package com.tencent.mobileqq.activity.photo;
enum MediaFileFilter$2
{
MediaFileFilter$2()
{
super(str, i, null);
}
public boolean filter(String paramString)
{
paramString = MimeHelper.a(paramString);
return (paramString == null) || (!"image".equals(paramString[0])) || (!MimeHelper... | [
"98632993+tsuzcx@users.noreply.github.com"
] | 98632993+tsuzcx@users.noreply.github.com |
fe1d3ae02836411bdc8dd767f9e1743aab7e7922 | 9710069ab25df4f29a816a31cc4f827f38bc5d40 | /src/Acceso_Datos/SeccionJpaController.java | 1c00fe1e447a2b2ae12f03977720fd0db5f9da22 | [] | no_license | ChristianNunz/ControlDeNotas-JJB | 7880f19b57241804ad97e50186bcac8f9daec11f | 778ff33f70b930a64aaa5f20f30f166c757f4cb5 | refs/heads/master | 2020-07-06T13:56:20.334901 | 2020-03-17T23:28:05 | 2020-03-17T23:28:05 | 203,039,302 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,211 | 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 Acceso_Datos;
import Acceso_Datos.exceptions.NonexistentEntityException;
import Acceso_Datos.exceptions.PreexistingEntityExcep... | [
"christian.nunez@catolica.edu.sv"
] | christian.nunez@catolica.edu.sv |
db61d38de2fc89c3e9d3fc4d0e231261c0114cba | 9af89e6a56cb6daac61e445eec47688c4610dec2 | /SpringBootSecurityJwt/src/main/java/cogent/demo/payload/response/MessageResponse.java | 889a74c42107a0df864bff5c7b352fcd6a4f6d21 | [] | no_license | rahmed14/WalkingFootwear | 436ca7573ecdec514e648f0f0afa91acf4c78ea8 | b0aaed61fab6ee35160ff18e1af0fddd5138734b | refs/heads/master | 2023-01-16T01:38:04.229064 | 2020-11-12T04:50:40 | 2020-11-12T04:50:40 | 310,379,012 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 298 | java | package cogent.demo.payload.response;
public class MessageResponse {
private String message;
public MessageResponse(String message) {
this.message = message;
}
public String getMessage() {
return message;
}
public void setMessage(String message) {
this.message = message;
}
}
| [
"ayonbd.usa@gmail.com"
] | ayonbd.usa@gmail.com |
cc178937856a934022015371cef50ca92d584fd9 | 82a89a3fdb3422053ab39e76f0fb8ca36b8c261f | /leetcode/src/main/java/com/db117/example/leetcode/solution13/Solution1346.java | 49987139a28a0daba6c0550cbabe7bb3d0050aac | [
"Apache-2.0"
] | permissive | db117/example | f0dc692e9b81bc287fbb18e055d2d65e55ebba04 | ce0b32dbb2a0a28b6a2f72de175c9e2a65201a62 | refs/heads/master | 2023-04-14T13:59:38.642034 | 2023-04-07T02:03:56 | 2023-04-07T02:03:56 | 149,304,840 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,320 | java | //给你一个整数数组 arr,请你检查是否存在两个整数 N 和 M,满足 N 是 M 的两倍(即,N = 2 * M)。
//
// 更正式地,检查是否存在两个下标 i 和 j 满足:
//
//
// i != j
// 0 <= i, j < arr.length
// arr[i] == 2 * arr[j]
//
//
//
//
// 示例 1:
//
// 输入:arr = [10,2,5,3]
//输出:true
//解释:N = 10 是 M = 5 的两倍,即 10 = 2 * 5 。
//
//
// 示例 2:
//
// 输入:arr = [7,1,14,11]
//输出:true
//... | [
"z351622948@163.com"
] | z351622948@163.com |
3efb2c2e33375fb5068dfdfa5921d11e45095f96 | 09df7bbdc51d242d787822da24e4a6f6b785bd7e | /common/src/main/java/org/anyway/common/ProcesserConfig.java | 6912d61265fe6c50ca407511ddcc00ff13f55980 | [] | no_license | wengfujia/anyway-project | 66b39e40ba081147fd2e8e2a17bc7d130add811a | 40a96119de3c355d3a226315dc98a5bc104ee68f | refs/heads/master | 2021-05-03T17:46:29.306275 | 2017-10-17T05:50:35 | 2017-10-17T05:50:35 | 67,350,617 | 3 | 2 | null | null | null | null | UTF-8 | Java | false | false | 5,470 | java | /**
* processer服务的配置信息
*/
package org.anyway.common;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.anyway.common.utils.FileUtil;
import org.anyway.common.utils.LoggerUtil;
import com.nikhaldimann.inieditor.Ini... | [
"wengfujia@sina.com"
] | wengfujia@sina.com |
377ad1ff711dc7ba030ba43cd8e4dc4d224de55f | 09e9e10bf174f31201bef424dae0c647c668332e | /Laboratorio 4/Tarea/Lab04-Tarea/src/Supermercado/Producto.java | ba563a0e5a580c77855dad351cad75ed60872db7 | [] | no_license | LilNoob23/Algoritmica-II | be11bcdf840752fb2e5890feeea79d1005f7b400 | 8c8d124fd9929829966bf53d037b4219a0eca917 | refs/heads/master | 2020-12-19T19:38:59.886732 | 2020-02-25T02:43:11 | 2020-02-25T02:43:11 | 235,831,413 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 50 | java | package Supermercado;
public class Producto {
}
| [
"guerrecasi@hotmail.es"
] | guerrecasi@hotmail.es |
92962af5e6cf7a3e9c5bef34a288125114750e11 | 1381dad04e4ba6dcdd854b378cb6a264adf98383 | /MIDIDriverSample/src/jp/kshoji/driver/midi/sample/MIDIDriverMultipleSampleActivity.java | 0abf2c53b08d3aa1762590308de6ca1043df326b | [
"Apache-2.0"
] | permissive | with-dream/YAMAHA_key_mapping | 415a892f1d11471cd2e6d1874b831afe0a2d4baa | 57f8dd2048606dddc6d9a2cb89c289dfbf8fdd57 | refs/heads/master | 2020-03-26T04:39:29.618322 | 2018-08-13T01:33:50 | 2018-08-13T01:33:50 | 144,514,896 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 23,816 | java | package jp.kshoji.driver.midi.sample;
import android.graphics.PorterDuff.Mode;
import android.hardware.usb.UsbDevice;
import android.media.AudioFormat;
import android.media.AudioManager;
import android.media.AudioTrack;
import android.os.Bundle;
import android.os.Handler;
import android.os.Handler.Callback;
import and... | [
"854415002@qq.com"
] | 854415002@qq.com |
a05133694714232102878c01f4350ecba7fc43f3 | 3e85b71ef3ba3d6083311b98feb40dcc545b734c | /app/build/generated/source/r/debug/android/support/graphics/drawable/animated/R.java | b72100fc4a3a51e3e2ddea05972f8fef1edc1393 | [] | no_license | dravgit/MRZreader | 951f5a0220c1cf90db2be3676c6b656bb4a5a077 | 30ac57f50a60dbc15154e6af2045bc6f9f32f05f | refs/heads/master | 2020-09-20T01:42:52.947289 | 2019-11-27T05:16:48 | 2019-11-27T05:16:48 | 224,343,956 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,882 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.graphics.drawable.animated;
public final class R {
public static final class attr {
public static f... | [
"drafter.drafter33@gmail.com"
] | drafter.drafter33@gmail.com |
0e0b4f3fe47cb9ac1ef6f478bd2eb9d3cf6b5c8f | 1ab5ee3b3e2064705bc619e627c8b7ed2d68a781 | /src/main/java/io/oconsent/api/OcConsentAnalyticsApiController.java | 453d5b247591e244cb55a717276d00949f9da7c3 | [] | no_license | OConsent/oc-openapi | 5a456a6826c4614764c4addecd1316b10ab6d235 | 03e67299dff8ec271317359f33cebd3179ee7ffc | refs/heads/main | 2023-02-24T05:00:15.896593 | 2021-01-30T09:27:25 | 2021-01-30T09:27:25 | 334,371,764 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,691 | java | package io.oconsent.api;
import io.oconsent.model.InlineResponse200;
import io.oconsent.model.NewOcConsentAnalytics;
import com.fasterxml.jackson.databind.ObjectMapper;
import io.swagger.v3.oas.annotations.Parameter;
import io.swagger.v3.oas.annotations.enums.ParameterIn;
import io.swagger.v3.oas.annotations.media.Sch... | [
"subhadip_mitra@hotmail.com"
] | subhadip_mitra@hotmail.com |
4924e8e0f88a69310ce75b9f77ea5b62b61aa290 | 1e914120ee2d6577cff712b1d32b1f5ad7489183 | /model/src/main/java/com/abiquo/server/core/enterprise/PrivilegesDto.java | 1aee85ffde2a3bb024e1adf7d2bd188312e9865d | [] | no_license | david-lopez/abiquo | 2d6b802c7de74ca4a6803ac90967678d4a4bd736 | ae35b1e6589a36b52141053f9c64af9fef911915 | refs/heads/master | 2021-01-24T02:38:39.290136 | 2011-11-28T08:36:53 | 2011-11-28T08:36:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,291 | java | /**
* Abiquo community edition
* cloud management application for hybrid clouds
* Copyright (C) 2008-2010 - Abiquo Holdings S.L.
*
* This application is free software; you can redistribute it and/or
* modify it under the terms of the GNU LESSER GENERAL PUBLIC
* LICENSE as published by the Free Software Foundatio... | [
"sergi.castro@abiquo.com"
] | sergi.castro@abiquo.com |
93c24176ec887da9bc004ce8d69c9077e865cb3b | 4f8d3d322b9fe3a1e205579a17c55d611b1f671d | /app/src/main/java/com/techlead/bloodbank/RegisterActivity.java | 03404505a9ba712db533f7060566e71f356166f4 | [] | no_license | itsaashishrajput/BloodBank | ebc1f955d41019d89dfe3c65ac6b3d234cc382d6 | ba925ce4bd4924240a6bd3dd5e225bf0f5c8d1e9 | refs/heads/master | 2023-06-06T07:58:22.607363 | 2021-06-27T11:59:29 | 2021-06-27T11:59:29 | 380,683,777 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,922 | java | package com.techlead.bloodbank;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
... | [
"rajput.aashish012@gmail.com"
] | rajput.aashish012@gmail.com |
ad38302c193ce2dc26f9eb1c818a7f9673dfd312 | 0c021f87c3a0f9adc28c003d73efa9cf6f4bd159 | /doc-control-app/doc-control-app-spring/src/main/java/it/akademija/wizards/security/payload/JwtAuthenticationResponse.java | 8605189f9163375c9abf77653effcc8cd0b4a8e4 | [] | no_license | Aidas2/Dokumentu_valdymo_sistema_Others | 8a21e7407e51fa1650af2d1f0512cbdb54b20684 | a64d6ca49d52c4a11526a0fc01c62d1a76395a12 | refs/heads/master | 2022-06-14T23:58:27.693189 | 2021-03-20T13:20:37 | 2021-03-20T13:20:37 | 226,668,936 | 1 | 0 | null | 2022-06-01T09:35:11 | 2019-12-08T13:06:04 | JavaScript | UTF-8 | Java | false | false | 603 | java | package it.akademija.wizards.security.payload;
public class JwtAuthenticationResponse {
private String accessToken;
private String tokenType = "Bearer ";
public JwtAuthenticationResponse(String accessToken) {
this.accessToken = accessToken;
}
public String getAccessToken() {
retur... | [
"aidas.pupelis@gmail.com"
] | aidas.pupelis@gmail.com |
38d001314c83110e65493c662d64bd22a1797d2e | a533596108f4fd67020ccaba02b40e455d31dda3 | /ProgettoBriscolaProva - Versione 2.0/src/main/java/com/mycompany/progettobriscolaprova/JMazzo.java | 6dad855ef4af82fcb1b3e1d314a5357d176566a0 | [
"Apache-2.0"
] | permissive | Mattimbro01/Progetto-Gestioni-Briscola | 69c6c3ad10fbd438660661d4fc53014ff5c41b1a | 10c1b6932eee1dc0321354cf4e1357e657a48f7f | refs/heads/main | 2023-02-03T14:05:07.647528 | 2020-12-22T11:15:44 | 2020-12-22T11:15:44 | 311,249,273 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,185 | 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 com.mycompany.progettobriscolaprova;
/**
*
* @author HP
*/
public class JMazzo {
public JMazzo() {
... | [
"noreply@github.com"
] | Mattimbro01.noreply@github.com |
4a27a21e6a526951acbd2fd464f66ef0ec3dc431 | 61140f6db4f91e188ceb1d41fc33280a9fd55133 | /HandyApp/app/src/main/java/com/example/sudin/handyapp/nextpage.java | 06302c36ef21e9e3d9e57bbcc30e105457a9768e | [] | no_license | sudeen/Android-Projects | 396c2b801897a2d874f0cd45f8385f9a82b4d4dd | 5d6e8865e5188a914ee72854cfd2e64ffebdf385 | refs/heads/master | 2020-03-28T05:41:44.048251 | 2018-09-07T08:08:19 | 2018-09-07T08:08:19 | 147,791,496 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,659 | java | package com.example.sudin.handyapp;
import android.app.Activity;
import android.app.ListActivity;
import android.database.Cursor;
import android.os.Bundle;
import android.provider.ContactsContract;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.Bu... | [
"ranjitkarsudeen14@gmail.com"
] | ranjitkarsudeen14@gmail.com |
46c6562bcf54c81174b173d380d7c21e1318b559 | 2b6a3a58315f9f1c76812e6a4c21e0a2f22f3b82 | /src/main/java/mod/azure/dothack/items/ebwizadry/ItemEBWand6.java | 1185199ae720fee3c323b599893a3dfe2ec4baa8 | [
"MIT"
] | permissive | Darkhax-Forked/dotHackWeapons | 3976cb5afc0795551a41a340abd722a13351c8df | 0e01e43ced3f62525a99f84b07435dddf9c58541 | refs/heads/master | 2020-11-24T12:41:53.035628 | 2019-12-15T08:10:36 | 2019-12-15T08:10:36 | 228,148,431 | 0 | 0 | MIT | 2019-12-15T07:51:18 | 2019-12-15T07:51:17 | null | UTF-8 | Java | false | false | 5,524 | java | package mod.azure.dothack.items.ebwizadry;
import java.util.Random;
import electroblob.wizardry.Wizardry;
import electroblob.wizardry.constants.Constants;
import electroblob.wizardry.constants.Element;
import electroblob.wizardry.constants.Tier;
import electroblob.wizardry.item.IManaStoringItem;
import electroblob.wi... | [
"rcraft@cyberconnects2.com"
] | rcraft@cyberconnects2.com |
877bb636a8dcb0f21784016cdb316a53179b6db6 | d44c925adc62a8d24fb734578bef82f55de93be1 | /src/main/java/br/csi/dao/AtividadeDAO.java | 5fb147279a2a4b754414e57608b628cc33f61a0e | [] | no_license | adrianoluisalmeida/alunoDiarioSpring | 65fe8c8e9258d7a5e696cd7b3c9468a8ede2e6fb | f09b9de96ec24c4727567d2d750b7191f575ba23 | refs/heads/master | 2021-08-22T05:59:06.849573 | 2017-11-29T12:31:16 | 2017-11-29T12:31:16 | 111,875,482 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,862 | java | package br.csi.dao;
//import br.csi.modelo.Aluno;
import br.csi.modelo.Atividade;
import br.csi.modelo.Turma;
import br.csi.util.ConectaPostgres;
import java.util.Date;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.Time;
import java.util.ArrayList;
import org.springframework.stereotype.... | [
"adriano@taskka.com.br"
] | adriano@taskka.com.br |
6b2b600d7fce29c11151e0e380f10536c7f59d50 | 29b72f6cc5730f990262cb24a336adf8d13a5a31 | /sdk/src/test/java/com/finbourne/lusid/model/GetDataMapResponseTest.java | 75b9ffd3a944efdddd5cf882c50d2958b6a27622 | [
"MIT"
] | permissive | bogdanLicaFinbourne/lusid-sdk-java-preview | 0c956b453f5dd37888f11e0128d8a2e32abda236 | 3e6d1ed20bf398fafed58364360895a1f2f0476f | refs/heads/master | 2023-04-06T06:21:49.057202 | 2021-04-19T18:50:06 | 2021-04-19T18:50:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 31,068 | java | /*
* LUSID API
* # Introduction This page documents the [LUSID APIs](https://www.lusid.com/api/swagger), which allows authorised clients to query and update their data within the LUSID platform. SDKs to interact with the LUSID APIs are available in the following languages and frameworks: * [C#](https://github.com/... | [
"concourse@finbourne.com"
] | concourse@finbourne.com |
c718f9deaebd2005ce3bdbfbfae19a12abe0a5df | 3b6218ff504e6afec1c99ce1d33ed301b910d2a1 | /src/main/java/com/jfinal/template/stat/Lexer.java | 016ce52f67f60e1b38b5fcab350de4e718e16b24 | [
"Apache-2.0"
] | permissive | tcggy2/jfinal | 2dff04907c068a416c14cab876f8952728812f82 | 15c2ac8eb07977edf632e00fde77a097185af659 | refs/heads/master | 2022-04-22T06:24:25.871795 | 2020-04-14T06:56:48 | 2020-04-14T06:56:48 | 255,533,452 | 0 | 0 | Apache-2.0 | 2020-04-14T06:55:00 | 2020-04-14T06:54:59 | null | UTF-8 | Java | false | false | 16,368 | java | /**
* Copyright (c) 2011-2019, James Zhan 詹波 (jfinal@126.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 copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless... | [
"jfinal@126.com"
] | jfinal@126.com |
c2ea66a60522c23b257ce21a0725b2ed94648f40 | 28e8cfb58683170e4afc586ee2dedd12a478a3a7 | /src/main/java/com/se2automate/util/VoiceUtil.java | 3d56ebe2da757933533c5a9e64d235f3962cf327 | [
"MIT"
] | permissive | gpprakash1989/GoogleVoiceTest | e1004e8cad2423cc2944e1eaf030b62f7ba5625f | ccc2f9dc8db1c21dc2f0a376e1f5fb3317a7f3a4 | refs/heads/master | 2021-10-09T20:23:21.175840 | 2019-01-03T07:11:23 | 2019-01-03T07:11:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,687 | java | package com.se2automate.util;
import in.co.gauravtiwari.voice.client.VoiceAutomationClient;
import in.co.gauravtiwari.voice.clientresources.ClientOperationException;
import in.co.gauravtiwari.voice.clientresources.Voice;
import in.co.gauravtiwari.voice.design.Language;
import org.slf4j.Logger;
import org.slf4j.Logger... | [
"tigaurav@amazon.com"
] | tigaurav@amazon.com |
6216b9da3035fccf3f3a5ecff1a66449de3cac5d | 04b345c9ef008b3b189d5a4ba3c6e766b18c5ec0 | /Qualiti Delivery/br/com/qualiti/delivery/view/CreateEditProduto.java | 33e451e1bd38bf58249d9cc56eed33f2697d8bc7 | [] | no_license | oromar/java-projects | 64ef6903ef0857fb4ab9281db9c181eb9b2795e7 | 4ce75b02056fa01f7e58c65373d32f5ea954001d | refs/heads/master | 2021-01-18T12:35:14.536573 | 2016-02-23T18:26:31 | 2016-02-23T18:26:31 | 41,676,325 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,629 | 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 br.com.qualiti.delivery.view;
import br.com.qualiti.delivery.entidades.Produto;
import br.com.qualiti.delivery.negocio.Fachada... | [
"oldm@cin.ufpe.br"
] | oldm@cin.ufpe.br |
5d24fc52e88888700c00cf6f9024641bd823522b | 73610143bf176c4a8e8abcd37756cc8b0a76facc | /Spring-MongoDB/src/main/java/com/raj/bean/Car.java | 0785706c8eb4507e279a45ea1efd1fe140f2606d | [] | no_license | Raj-Tomar/Spring-MongoDB | 1931ee918300e0ffb5c6466fe13a9f44effb18ff | d0cee3e992a29235d9d02e240c4507870e38e658 | refs/heads/master | 2021-01-02T09:39:38.852108 | 2017-08-03T20:06:30 | 2017-08-03T20:06:30 | 99,269,703 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 925 | java | package com.raj.bean;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
@Document(collection = "cars")
public class Car {
@Id
private String id;
private String brand;
private String model;
public Car(String brand, String model) {
super()... | [
"Raj@Raj-Tomar.mshome.net"
] | Raj@Raj-Tomar.mshome.net |
f0bc4a917e2560a1dd8172804356c49fe873a72b | 95012f1f676ac540ea01bb92673e67b667736eae | /app/src/main/java/com/example/ls/shoppingmall/home/activity/HealthInquriActivity.java | adcf42d80d7deb7df2063e5ee9c0e668d917ffc7 | [] | no_license | luhenchang/MedicalAppSendToGitHub | ffbdd5095a969c5ddeca8264c65238690f597f58 | 66c98bf8ae4eb46dd48993dab90af46934408d91 | refs/heads/master | 2020-03-12T06:05:09.624283 | 2018-08-29T08:11:13 | 2018-08-29T08:11:13 | 130,477,785 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,018 | java | package com.example.ls.shoppingmall.home.activity;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.support.v7.app.AppCompatActivity;
import android.... | [
"1276998208@qq.com"
] | 1276998208@qq.com |
f76a94b61424b46ddba1caef39c33aa83ee4b728 | a2e6b17e7d4f6eab733faeb48b4294fa74f121e6 | /boot-example-advance/boot-example-guava-rate-limit/src/main/java/com/boot/example/cache/GuavaRateLimitTest2.java | de346680c3867da618971f399c21753bdeac3347 | [] | no_license | a601942905git/boot-example | 016449748f9a0586aae94156aee5aa01637752a8 | f97533e9afb6b79b8e76769937fbeee6e1160aed | refs/heads/master | 2023-06-21T18:22:56.049676 | 2023-05-24T10:52:20 | 2023-05-24T10:52:20 | 158,686,857 | 19 | 6 | null | 2023-06-14T22:47:32 | 2018-11-22T11:07:06 | Java | UTF-8 | Java | false | false | 1,019 | java | package com.boot.example.cache;
import com.google.common.util.concurrent.RateLimiter;
import java.time.Clock;
import java.util.concurrent.TimeUnit;
/**
* com.boot.example.cache.GuavaRateLimitTest2
*
* @author lipeng
* @dateTime 2018/12/4 下午6:07
*/
public class GuavaRateLimitTest2 {
public static void main... | [
"lipeng@jd.com"
] | lipeng@jd.com |
7f794860221b3dc669cea61d282b0698e40b401c | 7cf9e6de264cf51bc2814297a3702897911b8476 | /src/main/java/org/ota/tiger/App.java | 9a0880d5232e677878faab6d6234b314da4251e6 | [] | no_license | kyo-qin/tiger | 31c1aa94beba8a42c30d3d0f1cc2318a7a437bb5 | cab8dbc474c7ac4bcbf26e80811d4f96494f76b1 | refs/heads/master | 2020-03-25T04:01:47.004094 | 2018-12-21T01:18:42 | 2018-12-21T01:18:42 | 143,374,194 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 176 | java | package org.ota.tiger;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}
| [
"kyo-qin@163.com"
] | kyo-qin@163.com |
a9fea4ad68204d86951bedfd47767a85721121e0 | c46d4daa8e9f3ae10698d28211a591cf65bbe61e | /rocketmq-spring-boot-autoconfigure/src/main/java/com/github/thierrysquirrel/core/factory/ConsumerFactory.java | 6515f3a66da6a5ad6fa5a1a64ddd17f9fa6cb8f9 | [
"Apache-2.0"
] | permissive | naturalation/rocketmq-spring-boot-starter | 9a552faf095b410490694b1879dc93619a83c384 | 8e4fee522324d005d85e7fafd9be26bc1b756af4 | refs/heads/master | 2020-06-16T19:16:50.590375 | 2019-07-07T17:15:29 | 2019-07-07T17:15:29 | 195,676,209 | 0 | 0 | Apache-2.0 | 2019-07-07T16:57:36 | 2019-07-07T16:57:36 | null | UTF-8 | Java | false | false | 656 | java | package com.github.thierrysquirrel.core.factory;
import com.aliyun.openservices.ons.api.Consumer;
import com.aliyun.openservices.ons.api.ONSFactory;
import com.aliyun.openservices.ons.api.order.OrderConsumer;
import java.util.Properties;
/**
* ClassName: ConsumerFactory
* Description:
* date: 2019/4/27 15:55... | [
"thierry@example.com"
] | thierry@example.com |
5cf5bd9b1cca2a522a8d5bbe243f2b65f2051b0b | 0d27fd64b86245f4cc7f3151d125635d8167759d | /app/src/test/java/com/mmali/assignment1/ExampleUnitTest.java | b738c7c452ac9d1235213c5efcce5861c97545f3 | [] | no_license | mmehdiali5/AssignmentOne | 3e91d4a326a95bb121dbf0d13342cff28bec28af | a9e5ff41143038ff45f25d917016c18ca50c450a | refs/heads/master | 2023-03-29T06:37:12.161974 | 2021-04-03T23:05:10 | 2021-04-03T23:05:10 | 354,296,294 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 382 | java | package com.mmali.assignment1;
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 ... | [
"kaka15121472@gmail.com"
] | kaka15121472@gmail.com |
ca33d0645e0307416a9730475e9b7f2b75c553a0 | 2f8bcd14a2a2c7a3a1bb6a4e6dcc061447608680 | /Bird.java | 1041badedabf565cfaeed84a4ef94479d449e78a | [] | no_license | Sai-sindhu-ch/Polymorphism | cbefea1807087fba25b01522888045bcba579ea3 | 9757abc5b2df858b550aaa9f7a802e90fe39a754 | refs/heads/master | 2020-05-29T20:55:49.298494 | 2019-05-30T07:08:00 | 2019-05-30T07:08:00 | 189,363,567 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 317 | java | package polymorphism;
interface Fly{
void goForward();
void goDown();
}
class Bird {
public static void main(String[] args) {
Duck duck = new Duck();
duck.goForward();
duck.goDown();
Finch finch = new Finch();
finch.goForward();
finch.goDown();
}
} | [
"noreply@github.com"
] | Sai-sindhu-ch.noreply@github.com |
6b3adfc8db9b8a86ae4e146528784fb7e84f29e2 | b67fcc05d7753cf6ba4a83f67f2036e2ec26a3e3 | /src/main/java/com/crud/tasks/controller/TaskController.java | d78d5617859a8c8777dacda41606ecb492ad5bee | [] | no_license | apazdzio/projekt-aplikacji | fb5d0213e81cbb7d4ee30fadfaeab99aaae1b22e | a3f6f26f6ef7fbf9428ea7ecf7547e104d3874e1 | refs/heads/master | 2021-08-31T18:51:19.572137 | 2017-12-22T12:34:47 | 2017-12-22T12:34:47 | 106,740,248 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,577 | java | package com.crud.tasks.controller;
import com.crud.tasks.domain.TaskDto;
import com.crud.tasks.mapper.TaskMapper;
import com.crud.tasks.service.DbService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import java.util.List;
import static org.springfr... | [
"“anna.pazdzioch@aviva.pl"
] | “anna.pazdzioch@aviva.pl |
9750f1aba301fa95a91d700ee19846d2202b8364 | 7e3307994f7a8bcfeeda3e45ba025ab83f617090 | /src/EstruturaAcoplacao.java | 851bd5207925a14531a8daa4fd9c7a37c82e3cb3 | [
"MIT"
] | permissive | HeitorAlves/AppCalcR.Gado | 281670968af0544b3590bbe1872d3c8b72b152c6 | df604e495f2567a4fb6dc593d3a56347f3dac3e3 | refs/heads/master | 2021-08-18T21:33:44.583412 | 2017-11-23T23:55:59 | 2017-11-23T23:55:59 | 108,762,780 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,370 | java |
import java.text.DecimalFormat;
public class EstruturaAcoplacao {
Alimento alim;
float porcAlim_pQ;
float porcFinal;
public EstruturaAcoplacao(Alimento alim,float porcentagem ){
this.alim = alim;
this.porcAlim_pQ = porcentagem;
this.porcFinal = 0;
}
public E... | [
"heitoralves07@hotmail.com"
] | heitoralves07@hotmail.com |
4af9406bebd13923ce1832a19a5a2b0969d54954 | 1d94371896bc4d25f4e03440f140e6ee7e8c8e7d | /src/main/java/com/lvshen/demo/design/singleton/LazySingleton.java | 3b949949dfc54fc43d76545197a36062c96eedd4 | [] | no_license | lvshen9/demo | e567a0a128132ad4a4e483de4359bd5039cb3341 | 6614734fd4c027edc6dacd171ff4bf4c9704e72c | refs/heads/lvshen-dev | 2023-06-21T20:44:58.669502 | 2022-12-20T09:10:23 | 2022-12-20T09:10:23 | 246,201,859 | 10 | 10 | null | 2023-06-15T16:21:13 | 2020-03-10T03:43:45 | Java | UTF-8 | Java | false | false | 464 | java | package com.lvshen.demo.design.singleton;
/**
* Description:懒汉式单列
*
* @author yuange
* @version 1.0
* @date: 2019/12/30 10:01
* @since JDK 1.8
*/
public class LazySingleton {
private static volatile LazySingleton instance = null;
private LazySingleton(){}
public static synchronized LazySingleton g... | [
"1587023453@qq.com"
] | 1587023453@qq.com |
ea06149c16a00fb66a752b42a4971553a88e0ecf | 091829d65b28e8c5b2a418a37d8a12fe9046acc2 | /src/com/service/datastore/MessageService.java | 8633c44014e1464821ef048fc7709af64e475fb0 | [] | no_license | mahmoud201203661/Private | ccdb4cc4b16d7034b4dc875c17f72b147dcd26a0 | b97a570a9a5f13087d9b419fe5f061bb2f07f1cf | refs/heads/master | 2016-09-06T16:39:46.974120 | 2016-02-20T13:09:21 | 2016-02-20T13:09:21 | 37,098,154 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,481 | java | package com.service.datastore;
import javax.ws.rs.FormParam;
import javax.ws.rs.POST;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import com.controller.DatastorePreparedStatement;
import com.entities.ConversationEntity;
import com.entities.MessageEntity;
import com.google.... | [
"mahmoudelprins22@gmail.com"
] | mahmoudelprins22@gmail.com |
b90dab62c997f2d43abc1af582bb36eb9384e407 | 7a7950d70224ff8fb2765a9798e056366eb9cfcd | /src/fundamentos/operadores/TipostringEquals.java | e1fa4494db32241e75003347cd74fa936c686c0a | [] | no_license | Jader-Arruda/CursoJava13Cod3r | 29eb1bc22cd18fa26f40f54baf3f2572fbee8ad5 | 58275efc26e0e300e90a28d36c00dce6ad5e87fb | refs/heads/master | 2022-04-27T07:22:29.372887 | 2020-05-02T19:11:30 | 2020-05-02T19:11:30 | 257,751,584 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 425 | java | package fundamentos.operadores;
import java.util.Scanner;
public class TipostringEquals {
public static void main(String[] args) {
System.out.println("2" == "2");
String s = new String("2");
System.out.println("2" == s);
System.out.println("2".equals(s));
Scanner entrada = new Scanner(System.in);
... | [
"gabrielsoaresprogramador@gmail.com"
] | gabrielsoaresprogramador@gmail.com |
148aaca16c3f996b17af4cbef4aa01280a5509a0 | 67f0e9962a6a60aa6823ec58c9f7e67c917d4283 | /gen/com/wangban/test_thinkandroid/R.java | c58dc3c23c0e09fe2c898cd28047c683202fc128 | [] | no_license | yzbbanban/Test_thinkandroid | f894d201ae4414d0a3819992f07055a3163a9302 | 687cf3f602e2c86f2b67e701b6b4c0c16a79d773 | refs/heads/master | 2020-04-02T06:05:53.687966 | 2016-07-22T10:25:22 | 2016-07-22T10:25:22 | 63,939,420 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,436 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.wangban.test_thinkandroid;
public final class R {
public static final class attr {
}
public static final class di... | [
"yzbbanban@live.com"
] | yzbbanban@live.com |
2b16d8e57220dd6e7927d7be654b43321c573a47 | b199f10ec3eb88faeda0b27289eb4aa1a421cd41 | /src/main/java/com/javaegitimleri/petclinic/HalBrowserSecurityConfiguration.java | 1a00259ead4ec511bffded338c83109ab946b7bd | [] | no_license | mekar4306/petclinic | d8aab72fe7dfe241e27d03587d8699d70b9171b5 | 8636af5b8674e2a7aee7896886cc484147660e8c | refs/heads/master | 2022-09-22T21:06:45.236099 | 2020-05-27T06:14:23 | 2020-05-27T06:14:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 693 | java | package com.javaegitimleri.petclinic;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.annotation.Order;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.config.annotation.web.configuration.WebSecurityConfig... | [
"mkaradayi43@gmailcom"
] | mkaradayi43@gmailcom |
162a810d80e383e575e706d786faf5413319cace | cac6bdf5e10f81b6e865f943fc779f484860e6fb | /src/com/pat/basic/Main1034.java | 73f5ea375aa2e47748e75ce0e31e3ef7a0fd65f9 | [] | no_license | CH1211/PAT | b5ccd856d50554378fd31c56ad798ad569ec30f0 | 3686c1edffbf766ded16f944f2441e73a3cd0149 | refs/heads/master | 2023-03-14T21:22:32.335586 | 2021-03-09T08:12:01 | 2021-03-09T08:12:01 | 340,668,057 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 540 | java | package com.pat.basic;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.nio.Buffer;
/**
* @author ch
* @version 1.0
* @date 2020/12/25
* @description
*/
public class Main1034 {
public static void main(String[] args) throws IOException {
Buffere... | [
"534104469@qq.com"
] | 534104469@qq.com |
35b9db61d37661592eae497ff06f20b53d46821e | f1f156c306863269c37aa84a7d63ba389ebe7c43 | /CS 271 project1/sprint1/UserDatabase.java | 6919cfa6572a7aca9fb06c1d2877ecbd83d842dc | [] | no_license | hnlarsen/CSHU271 | fd906055216fe6e55885e648677aca48fb892278 | ac389178cfb6bab26a497e63632020c48d51ec1a | refs/heads/master | 2020-03-28T06:56:00.442890 | 2018-09-20T04:03:58 | 2018-09-20T04:03:58 | 147,870,583 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,722 | java | package sprint1;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
import java.security.InvalidParameterException;
import jav... | [
"noreply@github.com"
] | hnlarsen.noreply@github.com |
885ac9a80624655a26053528c6e83eebbc2d5cef | cf33a7956437e5831e14134d9481890e84c3aef1 | /Java基础精讲/第06节_Java核心_流程控制之循环结构/01_代码/代码/BreakAndContinue/src/cn/itcast/demo/ContinueDemo1.java | ff3320810e6374b6b55fa68a80386948e2e18072 | [] | no_license | kurakikyrakiujarod/java_ | 262497482a32f7abf99b92c2bd09ebcb97039b22 | 46410c83c36e9ff93b5d7f6f1cad126da809c8cd | refs/heads/master | 2020-07-16T19:49:49.178282 | 2019-09-10T16:21:59 | 2019-09-10T16:21:59 | 205,856,204 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 739 | java | package cn.itcast.demo;
public class ContinueDemo1 {
public static void main(String[] args) {
//需求: 模拟逢7必过的小游戏.
//1. 通过for循环获取到1~100之间所有的数据.
for (int i = 1; i <= 100; i++) {
//2. 判断当前数字是否是合法数据.
//包含7或者是7的倍数, 这些数据都是不合法的.
if (i % 10 == 7 || i / 10 % 10 == 7... | [
"1172486898@qq.com"
] | 1172486898@qq.com |
3e1d3ffc1be0ba88302244300bc1919ce5adbf9d | 52dfa1c40adddfebfeca1c0869d7602f926e4eee | /src/main/java/com/example/skkj/entity/Level.java | ec5e389762cddd6560ae0b85f5a5d15a49796c0f | [] | no_license | YongLWei03/SKKJCW | ef6b287328b4a02a7a153e745272a38b14a56c83 | f1bb985ec5915947030ac54413ddae5ccd29cbb9 | refs/heads/master | 2021-09-15T23:53:53.223132 | 2018-06-13T06:48:07 | 2018-06-13T06:48:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,166 | java | package com.example.skkj.entity;
import java.io.Serializable;
import java.util.List;
public class Level implements Serializable {
private String deviceType;
private String deviceId;
private String isRoot;
private String reportPeriod;
private String captureMode;
private String sensorAddr;
... | [
"925333840@qq.com"
] | 925333840@qq.com |
12f34cfcf208bf7f048bba8839a96d57cc5a46d3 | 6d57bc7937193585dd4f1596561cfd4f10376940 | /movie-info-service/src/main/java/io/princedonkor/movieinfoservice/Controller/MovieResource.java | 65e49296b76e057850e4e032f6cba3d5afc58876 | [] | no_license | prince7475/SpringBootMircoservices | 58d7fef1f26634dc438028bb06bdc7ea339a7c31 | 2728a2ba5a7624e53da08af8858d0044e29a0072 | refs/heads/master | 2020-05-02T10:05:45.277344 | 2019-03-28T01:00:05 | 2019-03-28T01:00:05 | 177,888,226 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 519 | java | package io.princedonkor.movieinfoservice.Controller;
import io.princedonkor.movieinfoservice.Model.Movie;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
@RequestM... | [
"prince7475"
] | prince7475 |
a3bb75a5929131045ec791c2c4cc7ca0d76a37f7 | 0ff9e35469a8aefb7cb223a7f60175e040c6d172 | /app/src/main/java/com/anonymous/latticeaid/ui/Chat/UserMessage.java | 0590dbb40403549b38e78bfa0533ecfacee504ed | [] | no_license | jobann/Lattice-Aid | 6f64c309b2305d5c02bd8f1f6c3db6a173b01dda | e1abf2bd3dc732643a30c977d28e3e60b1d08e7a | refs/heads/main | 2023-03-28T07:59:02.751978 | 2021-03-29T17:00:23 | 2021-03-29T17:00:23 | 337,691,537 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,395 | java | package com.anonymous.latticeaid.ui.Chat;
import android.util.Log;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.Serializable;
import java.util.Date;
public class UserMessage implements Serializable {
String android_id;
String message;
Date date;
double lat;
double l... | [
"kahlon.joban15@gmail.com"
] | kahlon.joban15@gmail.com |
6d77450f826e7f5fd6e21fe25556e9c04f7d68e8 | fc6ce51dbd96c5246b9a5dcd17092dbfd29f38fe | /PlaytoxWebStore/src/com/store/gen/UsersEntity.java | f8d67a5e159e54a63e1b916ccb7fd4d8400c6b3c | [] | no_license | vldpyatkov/PlaytoxWebStore | 09e22e575aa48e6b10a20cf834163b89011332cd | 1c979a58721868febab329b44c210871cb14e4cb | refs/heads/master | 2020-06-04T07:56:47.088713 | 2013-12-15T18:15:11 | 2013-12-15T18:15:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,486 | java | package com.store.gen;
import javax.persistence.*;
import java.util.Set;
/**
* Created with IntelliJ IDEA.
* User: makros
* Date: 12/13/13
* Time: 11:14 PM
* To change this template use File | Settings | File Templates.
*/
@javax.persistence.Table(name = "users")
@Entity
public class UsersEntity {
private S... | [
"vldpyatkov@gmail.com"
] | vldpyatkov@gmail.com |
4f8a85b53536245af328664441f7dc16c92f3e96 | 10568ede568a80b6f927d8d387a2c5c35135cfc7 | /src/main/java/com/x/hashmap/sorting/Employee.java | 272ea0ee7ff26872e1c1605dc0d2a47a7206ac19 | [] | no_license | akshayamangaraj/codepal | 899d47ef36d63eab4df9bf9f4fdf5534409bcad2 | d65143c78751f48289edd00282de276ebbe37a5b | refs/heads/master | 2021-01-20T04:09:11.993766 | 2017-06-05T16:39:32 | 2017-06-05T16:39:32 | 89,647,759 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,083 | java | /**
*
*/
package com.subrat.hashmap.sorting;
import java.util.Comparator;
/**
* @author sparid2
*
*/
public class Employee implements Comparable<Employee>{
private String firstNmae;
private String lastName;
private int age;
private Double salary;
public Employee(String fir... | [
"amangara@stubhub.com"
] | amangara@stubhub.com |
4371fcb7f8b01353f25938eba58dfbbddc9c0087 | b40a98c36bb50656d691ec4d3b4bc81cbfc8d66e | /qwickie.test/testproject/src/main/java/org/qwickie/test/project/issue44/Issue22.java | 9f5d43409a2b364974cb807e359d832fd3927fea | [] | no_license | try0/qwickie | 5145bb6311f1ae769e7eb16fc371f173bbf06d25 | a74d3ecd92669825495c7ebe1f4eadb0d67e4885 | refs/heads/master | 2022-12-28T14:23:56.622437 | 2020-01-16T16:29:52 | 2020-01-16T16:29:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 687 | java | package org.qwickie.test.project.issue44;
import java.util.Arrays;
import org.apache.wicket.markup.html.WebPage;
import org.apache.wicket.markup.html.basic.Label;
import org.apache.wicket.markup.html.list.ListItem;
import org.apache.wicket.markup.html.list.ListView;
import org.apache.wicket.request.mapper.parameter.P... | [
"count.negative@gmail.com"
] | count.negative@gmail.com |
3db6085d6dba76933cf7ce3a48650a0f45d6ae45 | f4955779f4e91cfd35f89770cdd3e3635d631a05 | /Proj_zhz233/src/main/java/com/zhzteam/zhz233/mapper/wlh/PCAccountMapper.java | ce0acef3d0f2c3b49910905e88b356459146b8c7 | [] | no_license | binbinTeam/Project-02 | a237e75239205bb7494ad3eb1e67e15ce21b7df6 | fa79e79911f5a8c86080dea7a9fb4c43a489d456 | refs/heads/master | 2020-03-17T09:40:21.536467 | 2018-06-02T14:47:18 | 2018-06-02T14:47:18 | 133,483,624 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,240 | java | package com.zhzteam.zhz233.mapper.wlh;
import com.zhzteam.zhz233.model.AccountModel;
import org.apache.ibatis.annotations.*;
/**
* @描述
* @参数 $params
* @返回值 $return
* @创建人 wenliheng
* @创建时间 2018/5/24
*/
@Mapper
public interface PCAccountMapper {
@Select("select * from tab_account")
AccountModel selectAll... | [
"657728737@qq.com"
] | 657728737@qq.com |
6b28c16641409844714a9140226e11f25bf78902 | 9b802b5993887db1dbef3ddd0be640d3e33a42cf | /src/main/java/com/mdy/dzs/game/fight/factory/choosetarget/impl/RowChooseTarget.java | 53e946ab8d4859c2bbc4e191b579f6ae4ff4675f | [] | no_license | daxingyou/dzs_server | 75175c72ee8aad1084f1beffb938ba2a504bf1de | c7dd3b39fbfbdb996eea0ba570ac2eecacc6d861 | refs/heads/master | 2022-11-25T15:26:07.976868 | 2020-07-31T07:01:09 | 2020-07-31T07:01:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 841 | java | /**
*
*/
package com.mdy.dzs.game.fight.factory.choosetarget.impl;
import java.util.Arrays;
import java.util.List;
import com.mdy.dzs.game.fight.main.FightMain;
import com.mdy.dzs.game.fight.main.Fighter;
/**
* 8 一排(一排最多3个)
* @author fangtong E-mail: 10786912@qq.com
* @version 创建时间:2014年9月28日 下... | [
"tulilu2014@gmail.com"
] | tulilu2014@gmail.com |
87109733bff3b0cb7122bda7625ebc6eccfa628e | 435e8e93147a3cdb162207151819d2bdafbe66e2 | /config-client/src/main/java/com/ralapchi/configclient/controller/ConfigController.java | b49712ac9859affae71dad1af57ea90dc4b4e0c5 | [] | no_license | ralapchi/springcloud | c8415d5a4f32bd98ddf4b6f789cecf7de24cd649 | 72751837998a14cdd6a5db9dca854f3687508923 | refs/heads/master | 2020-03-20T13:22:03.359131 | 2018-09-27T09:09:20 | 2018-09-27T09:09:20 | 137,453,845 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 512 | java | package com.ralapchi.configclient.controller;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.cloud.context.config.annotation.RefreshScope;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RefreshScope
... | [
"ralapchi@126.com"
] | ralapchi@126.com |
d3eb8d0dab6f1f306e634bb90001834231522736 | 990984aa2a07fe6cb50a898f2a7c2df7a5441532 | /src/co/jp/fujixerox/FXWebRTC/PeerViewActivity.java | f88d4fa262fcdeed343d458d6b7a123873d60174 | [] | no_license | dandy613/Android-WebRTC-1 | 3576cd3bb96a4bb15681a57dcce64e9c6629a027 | c1ebeb1bb21d1a834aaaf57ce882269d0477f5f3 | refs/heads/master | 2021-01-14T12:35:48.504163 | 2014-01-10T08:05:15 | 2014-01-10T08:05:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,689 | java | package co.jp.fujixerox.FXWebRTC;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.ProgressDialog;
import android.content.*;
import android.os.AsyncTask;
import android.os.Bundle;
import android.os.Looper;
import android.support.v4.content.LocalBroadcastManager;
import android.util.Log;
... | [
"lapmore@gmail.com"
] | lapmore@gmail.com |
c97636a3f94f705b63cf5109265d3409a87c0edb | f6c3c7c50a219dbe892bf155c930f54cd28f8632 | /Bhaskara/src/bhaskara/Bhaskara.java | 685b0d4ccbd4bd2766a7a673a5dad5b57b9cdc81 | [] | no_license | BrandonCarlos/Estruturas-de-dados | 3c4a700fe02094d043505719567ea627cd59c04e | 5bf11aac0d210edbf1e4221b2ed1d458a256dc5e | refs/heads/master | 2021-03-13T19:42:55.600776 | 2020-03-12T00:08:05 | 2020-03-12T00:08:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 109 | java | package bhaskara;
public class Bhaskara {
public static void main(String[] args) {
}
}
| [
"brandon_marzo@hotmail.com"
] | brandon_marzo@hotmail.com |
b909c38f229f060e4504867e54a6fd6c2d6a4241 | de3e95d046a94b8cd987c327cfa48bd22dcb28cd | /src/main/java/schr0/chastmob/entity/ai/EntityAIChastCollectItem.java | 12d55379a7893d66701fa83b660524f5f5f282bb | [] | no_license | Schr0/ChastMob | 40841cb1edc35a94b1a674d5067e36c8ebd569c2 | e6b52e5fd1c1ddf5b4f13b6a6c5ad362f5b29b2e | refs/heads/master | 2021-01-13T11:45:11.591265 | 2018-12-31T17:39:16 | 2018-12-31T17:39:16 | 77,762,800 | 8 | 4 | null | 2018-12-31T17:39:17 | 2017-01-01T02:13:16 | Java | UTF-8 | Java | false | false | 3,959 | java | package schr0.chastmob.entity.ai;
import java.util.List;
import javax.annotation.Nullable;
import net.minecraft.entity.item.EntityItem;
import net.minecraft.inventory.IInventory;
import net.minecraft.item.ItemStack;
import net.minecraft.tileentity.TileEntityHopper;
import net.minecraft.util.math.AxisAlignedBB;
impor... | [
"oitea20140828@gmail.com"
] | oitea20140828@gmail.com |
4541676dca126ba809da509028b4cfc0f9926fdf | 416adf06aa6cbd44dc52f6563c9ff57fe5030bd2 | /src/deling/cellcom/com/cn/adapter/FragSaleListAdapter.java | 364fccc1b1981b2d5a64ce180a4f53852643d9f0 | [] | no_license | wenpys/ouxuan | 4ecc455154eb6b04e5353ee542abde8d4cec670a | 343416e8d560d7b71e5cc4e9fdf31b068d05d6d2 | refs/heads/master | 2021-01-23T01:21:17.641729 | 2017-03-28T16:21:48 | 2017-03-28T16:21:48 | 85,901,262 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,822 | java | package deling.cellcom.com.cn.adapter;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Map;
import com.squareup.picasso.Picasso;
import cn.jpush.a.a.ac;
import android.app.Activity;
import androi... | [
"Administrator@DESKTOP-M36MM4D"
] | Administrator@DESKTOP-M36MM4D |
fe82e4b82c6b9b759f5b5973cc1bb65f430703a8 | 9cde9ded07c9fbe61b23ba814ccb1c1f7dac3267 | /restapi/src/main/java/eu/com/impress/model/EvalSdp.java | 862d5acbafe65471c1b6c07b4f6e4c29116564d8 | [] | no_license | ffborelli/impress-dev | f12128f156c8c19ee848544a39d389b608a6c0fc | c65c1ef01364deb4ccfa6a96e4d2b997d98db493 | refs/heads/master | 2020-12-12T16:17:38.000934 | 2016-12-19T21:50:10 | 2016-12-19T21:50:10 | 47,829,815 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 8,515 | java | package eu.com.impress.model;
import java.io.Serializable;
import javax.persistence.*;
import java.sql.Timestamp;
/**
* The persistent class for the eval_sdp database table.
* uid bigint NOT NULL,
exp int NOT NULL,
resource_type int references resource_type(id_resource_type),
resource int NOT NULL reference... | [
"ffborelli@gmail.com"
] | ffborelli@gmail.com |
7d7d18619cb9a1e7d16dd0b55d2393a035b98889 | 28baaf83bdb8405e73d1a02a0f72313fd2b60fe7 | /src/com/example/pmudemo/view/ErrorViewHolder.java | 695932eadcc337b218d9276081831e1b5ab90d2d | [] | no_license | lovelease/pmudemo | de9060c3276d4cca00015c1adf2c0270e6d04fe8 | 97f0c0de6fc0b15b6b60fe0ceb15c2e8ace6d477 | refs/heads/master | 2020-04-09T11:27:26.545926 | 2014-06-29T11:54:18 | 2014-06-29T11:54:18 | 20,800,832 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 315 | java | package com.example.pmudemo.view;
import android.view.View;
import android.widget.ImageView;
/**
* ErrorViewHolder class
* Used when send message error
*
* @author weishijie
*
*/
public class ErrorViewHolder {
public ImageView error;
public void removeError()
{
error.setVisibility(View.GONE);
}
}
| [
"weishijie@pset.suntec.net"
] | weishijie@pset.suntec.net |
2787e7a96febd8c8c82739eb1e7ee7c2e9eda15d | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/elastic--elasticsearch/610ce078fb3c84c47d6d32aff7d77ba850e28f9d/before/PreBuiltAnalyzers.java | 352c6dee8c9af398d04a78c3eef5929f951f9041 | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,875 | java | /*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
add1fd240b52188904bf25f80c64aaa5ba4dec0c | 77d404587a019c5e0aad91ce399d4c42736b90ac | /IdeaProjects/Demo001/src/com/example/day17作业/b/Colous.java | 4ddef9ee1e0563ab7868c6eafa068e0303a50655 | [] | no_license | yan13960/Ideaproject | dc895e10817a3ca87c649a45572edab545a9141a | 68180e916a8694a92a813c1adec99e9362aa76d0 | refs/heads/master | 2023-08-22T23:59:39.919458 | 2021-10-25T17:02:01 | 2021-10-25T17:02:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 169 | java | package com.example.day17作业.b;
/**
*
*/
public class Colous implements PaperColor {
@Override
public String getColor() {
return "彩色";
}
}
| [
"1396045173@qq.com"
] | 1396045173@qq.com |
2100308e0fff0ace5e7ba260ba19988ab2b4796b | 91268ae3404b2122ad37e884f54c8793df257d02 | /src/test/java/com/lambdaworks/redis/commands/transactional/SetTxCommandTest.java | 50f9849276d584d3d0c6e393b997193bc9148cd0 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | tanming1003/lettuce-core | bee42eb150ab5c5e94a7152b10d47c26d8ffb169 | 5d1f1fcd04f6de97fb419c1ccf133831ac4c6047 | refs/heads/master | 2021-07-10T19:50:04.536719 | 2017-10-12T21:40:25 | 2017-10-13T07:49:30 | 106,836,063 | 1 | 0 | null | 2017-10-13T14:40:25 | 2017-10-13T14:40:25 | null | UTF-8 | Java | false | false | 1,013 | java | /*
* Copyright 2011-2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"mpaluch@paluch.biz"
] | mpaluch@paluch.biz |
62118d08229da066dd6d9872190f678c19307732 | b629d07cc4d70c7c45b1cef1f13be30fea438a62 | /HotelManagement/src/hotelmanagement/SMnew.java | fb6043a03a6f836eee9ef26074e485aa285fcb7d | [] | no_license | asifaman/HotelManagement | 9626753a9957e068df04e2a995a7bbd54d64c3ab | 475486785c02fab7d360c17de41af28bb6bb1f31 | refs/heads/master | 2020-04-27T07:35:34.371055 | 2015-02-18T04:56:06 | 2015-02-18T04:56:06 | 30,930,718 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,473 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package hotelmanagement;
import Utility.Utility;
import Utility.Utility2;
import javax.swing.JOptionPane;
/**
*
* @author SABER
*/
public class SMnew extends javax.swing.JDialog {
private boolean isNew;
Object[... | [
"asifaman31@yahoo.com"
] | asifaman31@yahoo.com |
1307aac615fd8cd22d424e062fd2ab852afe47d4 | 6fded89b8dfa1f439616ce9eaaacb21976b09563 | /src/cz/autoclient/GUI/summoner_spells/InputSummonerSpell.java | f706507bf4d4762db5437c9d25140b1bd27dc633 | [] | no_license | BenjaminBNielsen/auto-client | 7ddfce7646a7fd53d01a90937a292c3671a41b00 | 75aa2b9a1fc85d5cf91c67fb19adc2874e3dfae5 | refs/heads/master | 2021-01-12T19:31:13.832279 | 2015-05-24T00:51:32 | 2015-05-24T00:51:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,536 | 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 cz.autoclient.GUI.summoner_spells;
import cz.autoclient.event.EventCallback;
import cz.autoclient.settings.Input;
i... | [
"jmareda@seznam.cz"
] | jmareda@seznam.cz |
6f5aaeb078defba2cfbdc7622012f7e6080aa9c6 | d0fd9424b3f11c1555e8c19bbc465b5432d9c16e | /app/src/main/java/com/zebra/printstationcard/templates/SelectedTemplateJobActivity.java | 4da17e1c4ea22953d067898044ca9469db1fcc80 | [] | no_license | DanielAltino/Projeto-Impressora-Zebra | 8c05dcf0368f21755f403de4099b739e8709b905 | c2a8fc7fef8ec35a5380fac7cf4bb27b36894794 | refs/heads/master | 2020-07-13T20:46:11.874311 | 2019-09-02T17:40:19 | 2019-09-02T17:40:19 | 205,151,408 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,460 | java | /***********************************************
* CONFIDENTIAL AND PROPRIETARY
*
* The source code and other information contained herein is the confidential and exclusive property of
* ZIH Corp. and is subject to the terms and conditions in your end user license agreement.
* This source code, and any other infor... | [
"danielaltino19@gmail.com"
] | danielaltino19@gmail.com |
46a9e246854ba2c2ac92515fc6ea946775ae1aba | fe34a576993ca77fbc8b1c5c09e7123a4f2ed2d4 | /app/src/androidTest/java/com/fragments/justus/mystories/ApplicationTest.java | 71c313d70cea91fc13dc72948750bb3387bf1365 | [] | no_license | kyaloj-zz/my-stories | f960b46d579a4c2dd732ae890e4934af71eda5e4 | f7f4c4a2a4a7499d99a11a37a096c5da73bba0e6 | refs/heads/master | 2021-05-28T14:41:45.429228 | 2015-04-23T11:08:47 | 2015-04-23T11:08:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 361 | java | package com.fragments.justus.mystories;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
... | [
"jmbaluka@mfarm.co.ke"
] | jmbaluka@mfarm.co.ke |
301b02c49ce46545cfdcd24d6e00f6b6381ca4c4 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_b78ce9a0608a08b1ad56367fd09a11753ee79237/ChannelImpl/2_b78ce9a0608a08b1ad56367fd09a11753ee79237_ChannelImpl_t.java | c2f13f8a2a0ca45e9826b4ce0fbad73220e93fe8 | [] | 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 | 69,596 | java | /*
* Copyright 2007-2008 Sun Microsystems, Inc.
*
* This file is part of Project Darkstar Server.
*
* Project Darkstar Server is free software: you can redistribute it
* and/or modify it under the terms of the GNU General Public License
* version 2 as published by the Free Software Foundation and
* dis... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
fb0a4f0bd4e5d4a38a783358c36f30563ad1e681 | 1c6b1b1a752dc28d3b6527f737d7b9b98b7fc779 | /src/main/java/org/onnx4j/onnx/prototypes/OnnxProto3.java | d78e58efe64f5100c0128b1e3e7ff29229e35431 | [
"Apache-2.0"
] | permissive | moxuyou/onnx4j | 897762bb01c28de2b6d5a48675ae91a8639ef602 | 30985d80c3f1405f817be5927041f87732c2b874 | refs/heads/master | 2020-11-23T18:36:56.785721 | 2019-12-13T05:05:24 | 2019-12-13T05:05:24 | 227,770,868 | 1 | 0 | null | 2019-12-13T06:22:14 | 2019-12-13T06:22:13 | null | UTF-8 | Java | false | true | 872,468 | java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: onnx.proto3
package org.onnx4j.onnx.prototypes;
public final class OnnxProto3 {
private OnnxProto3() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAll... | [
"formaten@users.noreply.github.com"
] | formaten@users.noreply.github.com |
6f40bc6e5da7b7766b697cd1a5368d9968ca6ff6 | 94abad55ef05f6979a21402ab57d4f4a4873f1c6 | /src/main/java/br/com/ivana/springPost/model/Pokedex.java | 6dfce24b1652dfbb7046d8f2f5e5c2985f575013 | [] | no_license | ivana-queiroz-assis/springpost | 6254c1300caafe198b73084835f4fdcb968d89e7 | a134081fb9941591123d18e79a4fef9024b95d00 | refs/heads/master | 2021-04-15T04:32:55.729173 | 2018-03-27T02:47:12 | 2018-03-27T02:47:12 | 126,613,992 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,321 | java | package br.com.ivana.springPost.model;
import java.io.Serializable;
import javax.persistence.Embedded;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import javax.persiste... | [
"ivanaqueirozassis@hotmail.com"
] | ivanaqueirozassis@hotmail.com |
59ae4e7987368fd8d63eee962343d0ace5aca069 | 1f19aec2ecfd756934898cf0ad2758ee18d9eca2 | /u-1/u-11/u-11-f3754.java | 7f9aeb8a4ac8ae53dc6ef5685391fecd9b5e54cb | [] | no_license | apertureatf/perftest | f6c6e69efad59265197f43af5072aa7af8393a34 | 584257a0c1ada22e5486052c11395858a87b20d5 | refs/heads/master | 2020-06-07T17:52:51.172890 | 2019-06-21T18:53:01 | 2019-06-21T18:53:01 | 193,039,805 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 106 | java | mastercard 5555555555554444 4012888888881881 4222222222222 378282246310005 6011111111111117
9678382438666 | [
"jenkins@khan.paloaltonetworks.local"
] | jenkins@khan.paloaltonetworks.local |
e3a10e54d14a4c3609cce2be315d10b451342ac4 | c3adebe2cc533a59b4f1c419bc825c66f59d47f5 | /src/sample/model/Person.java | 5e329068f6ecf34f41add6be69cf71d9c42ae6ae | [] | no_license | MarekPelka/javafx-DatabaseClient-BusLines | 617854afc8d2c5f419a2fd286e204d914c32e57e | 164b4374cca4df398ea4c30fa905d743542ada55 | refs/heads/master | 2021-01-21T09:06:27.497088 | 2017-03-19T21:56:34 | 2017-03-19T21:56:34 | 82,856,896 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 825 | java | package sample.model;
import javafx.beans.property.SimpleStringProperty;
import javafx.beans.property.StringProperty;
public class Person {
private int id;
private final StringProperty name;
private final StringProperty surname;
public Person()
{
this(0, null,null);
}
public Person... | [
"grzesgrzes95@wp.pl"
] | grzesgrzes95@wp.pl |
7bbf5df2ff9b43c13aa4cdd553f0f924c493afb5 | 15a93234746a82107ba37af856d5b938c2cf1398 | /app/src/main/java/com/org/network/di/ActivityModule.java | b48bb242c009ac4a47ee5aa515588b76b9453f87 | [
"Apache-2.0"
] | permissive | quhong/networkTest | 4a55f584115de1e4e7dc849bb3a637ea284e5fb4 | e20161810241e371222c6b221726f209e5fa73fa | refs/heads/master | 2020-03-25T10:10:11.603770 | 2018-08-06T07:33:00 | 2018-08-06T07:33:00 | 143,685,588 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 96 | java | package com.org.network.di;
import dagger.Module;
@Module()
public class ActivityModule {
}
| [
"quhong094@gmail.com"
] | quhong094@gmail.com |
5185dffe1c9745901f0f452b4ecde0464b739c5b | e4d49951680e5cb76bb7ce5195fcda50e078a257 | /src/main/java/lumien/randomthings/block/BlockPod.java | 0aff7b338fc910d599136de543dc24bf922c3a08 | [
"MIT"
] | permissive | hanleybrand/minecraft_lumien231_Random-Things | 7854527b70e8f5416da56c252675edca577ab9ed | bba049b0fe8e3aa88fc9c7a8c427a591c4caf498 | refs/heads/master | 2020-12-11T09:14:35.007556 | 2015-09-15T13:36:05 | 2015-09-15T13:36:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,424 | java | package lumien.randomthings.block;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import lumien.randomthings.item.ModItems;
import net.minecraft.block.material.Material;
import net.minecraft.block.state.IBlockState;
import net.minecraft.init.Items;
import net.minecraft.item.ItemStack;
imp... | [
"lumien231@users.noreply.github.com"
] | lumien231@users.noreply.github.com |
80d2d3a5dd49428cb089a862b8afe0312fd58759 | ccf0dbed897f100c0f7b08875cf397504ef80415 | /jetbrick-commons/src/main/java/jetbrick/lang/tuple/Tuple3.java | 248b14d93c95a99453e918745dbe5184d4f73924 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | subchen/jetbrick-all-1x | 0019b08e908ac454ee9aefa8a2fb0b972ac94961 | abe54629a508592287afe5ca4ffc93bf8bf4940c | refs/heads/master | 2023-06-15T20:24:29.959390 | 2014-10-09T09:37:47 | 2014-10-09T09:37:47 | 19,665,561 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,951 | java | /**
* Copyright 2013-2014 Guoqiang Chen, Shanghai, China. All rights reserved.
*
* Email: subchen@gmail.com
* URL: http://subchen.github.io/
*
* 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 Licen... | [
"subchen@gmail.com"
] | subchen@gmail.com |
a636d6d6dc043a46c3eab9c405e59ac3c4dcd7da | 3ed9b803f4be8ce16502cb61fcc015fa7c6f19df | /build/generated/src/org/apache/jsp/Ejercicio02_jsp.java | c720b13a654eae8263ab916c5a00931389dd72f7 | [] | no_license | Unicaes/Multiplataforma | 0ceb916875e16de0e5bcfa566b124b2e831bfbbc | 551bb0b5fad007e96693868dcfcbb4213fd2ed81 | refs/heads/master | 2023-08-27T20:29:26.873822 | 2021-10-02T00:42:51 | 2021-10-02T00:42:51 | 412,647,444 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,981 | java | package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class Ejercicio02_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static final JspFactory _jspxFactory = JspFactory.getDefaul... | [
"bryanmauriciopalma@hotmail.com"
] | bryanmauriciopalma@hotmail.com |
287a89a7d84f154545abaf526077ea2587e16dac | 8e61c92e78c0bb18b35a2ee4a0c4c3a4bcd2c3a9 | /AlgorithmicTasks/src/main/java/checker/check/package-info.java | de88f8e8cc2083875a412f82577882e2a4dea826 | [] | no_license | alex-skorikov/IPAddress | 6c77b5d99e7874672327e0aaf94c0424d0b990eb | d946bca9ae8fad32c8e06b6c3236db1d68629ba5 | refs/heads/master | 2020-11-25T10:20:32.672915 | 2020-07-13T04:17:34 | 2020-07-13T04:17:34 | 228,616,490 | 0 | 0 | null | 2020-01-31T18:28:26 | 2019-12-17T12:54:54 | Java | UTF-8 | Java | false | false | 48 | java | /**
* Check package.
*/
package checker.check; | [
"the.na4ig@gmail.com"
] | the.na4ig@gmail.com |
e06ddb7020144a30d7057187adc78ba386fc4b57 | 992a31fbf0b72248f956353a8714d7964075a550 | /app/src/main/java/com/example/sketch/newsdotnet/ArchiveNewsFragment.java | a5e1fd746dd820ec56d66764814fb92b8ff23612 | [] | no_license | sketchturner/NewsDotNet | ee0d67da581406f2e424a4314912d8f0b625abe4 | ffe1a66bcf2bd1c4d02bc3b8519be05cf582fee3 | refs/heads/master | 2021-01-10T21:23:41.867793 | 2015-06-16T22:32:33 | 2015-06-16T22:32:33 | 37,409,294 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,452 | java | package com.example.sketch.newsdotnet;
import android.app.Activity;
import android.app.FragmentTransaction;
import android.content.ContentValues;
import android.location.Address;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Bundle;
import android.app.Fragment;
import android.support.v7.widget... | [
"o.titomyr@gmail.com"
] | o.titomyr@gmail.com |
668ae1bcee07dcb4b3f1a152b478246dc5eb8fe2 | 669c9969af6eb47cf13b1eee64c90b4971ff1b4b | /toast-backend-main/src/main/java/com/ngteam/toastapp/services/CategoryService.java | 1a2b31b9aa18d61d7bddc0a36641cf4b042afbbc | [] | no_license | oleg-romanov/ToastBackEnd | 3105b429875a0b35792422af11f3805a5e5fa3ea | 50f3c24a284b52fc36f514ed9dbdc86ac1bfa648 | refs/heads/main | 2023-05-09T08:09:19.153759 | 2021-05-28T21:58:14 | 2021-05-28T21:58:14 | 370,687,879 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 580 | java | package com.ngteam.toastapp.services;
import com.ngteam.toastapp.dto.in.CategoryDto;
import org.springframework.http.ResponseEntity;
public interface CategoryService {
ResponseEntity createCategory(String authorization, CategoryDto categoryDto);
ResponseEntity updateCategoryById(String authorization, Category... | [
"55031494+oleg-romanov@users.noreply.github.com"
] | 55031494+oleg-romanov@users.noreply.github.com |
41420d0a14e9e0e6e216d295fa1ba2ac0d6c87ed | 310df90d55b4f57978ba4ab1ce9ba4550c0d43c9 | /KClientChat/src/com/zkai/chat/view/ChatMainThread.java | 9c590e5627b7456752c2652b68c43db1e0b28569 | [] | no_license | Super-Supreme/Chatroom | 06fae26856ddbeefbb6a171b97aafa1a5781cd79 | 0c36aa34433c3398b1c89385ed5648bb411f57e3 | refs/heads/master | 2020-04-02T06:15:32.152282 | 2018-12-14T09:11:07 | 2018-12-14T09:11:07 | 154,138,091 | 0 | 0 | null | 2018-11-27T07:45:28 | 2018-10-22T12:16:19 | Java | GB18030 | Java | false | false | 1,151 | java | package com.zkai.chat.view;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.Socket;
import com.zkai.chat.util.ChatUtils;
public class ChatMainThread implements Runnable {
private Socket socket;
private String userName;
public ChatMainThrea... | [
"noreply@github.com"
] | Super-Supreme.noreply@github.com |
6b3bfa4caab7f99cdec8c5d76f2edcd5941522d5 | c13da44fd0627df92d8c17b8cc248bb05ce5e8af | /src/main/java/chart/waterloo/plot/MarkerInterface.java | ad7be2618514366fb27190485e2eb19ca8e0591b | [
"Apache-2.0"
] | permissive | AdamStuart/appFX | a411929b3f2249205b0a7a862bc594b24f63ecf4 | 3e87cea537cb777ccaad312a31a1be916482e24e | refs/heads/master2 | 2021-01-24T06:47:20.363628 | 2017-05-16T18:27:31 | 2017-05-16T18:27:31 | 43,520,600 | 2 | 2 | null | 2016-06-07T21:49:58 | 2015-10-01T20:55:19 | Java | UTF-8 | Java | false | false | 1,252 | java | /*
*
* <http://sigtool.github.io/waterlooFX/>
*
* Copyright King's College London 2014. Copyright Malcolm Lidierth 2014-.
*
* @author Malcolm Lidierth <a href="https://github.com/sigtool/waterlooFX/issues"> [Contact]</a>
*
* Project Waterloo is free software: you can redistribute it and/or modify
* it unde... | [
"adamtreister@gmail.com"
] | adamtreister@gmail.com |
dff1691260b106a823ce35e380179bf845a8fc9a | f6d17defdfe7fb54966f156baa8907d326ae26f7 | /src/ciftsayilar/Main.java | 98ec5335830c3ef8379f7edea8a37ba25a7c9447 | [] | no_license | enescelep/patika-java-101 | 6d3dd4c2ffd0a0ceb289279f61abf6f3b110554f | 7ed66604608b3bf0945620b0e8c92a45be2a1ae2 | refs/heads/master | 2023-06-05T10:11:00.113763 | 2021-06-21T16:18:41 | 2021-06-21T16:18:41 | 376,852,000 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 521 | java | package ciftsayilar;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int total = 0, num, count = 0;
System.out.print("Please enter the number: ");
num = scanner.nextInt();
for (int i = 1; i <=... | [
"73299223+enescelep@users.noreply.github.com"
] | 73299223+enescelep@users.noreply.github.com |
4d70a2c2d6f532ebb14b4017eb9f089e6de3e690 | 12d19fb2cbb1d4cb4a74466c86b7b6a7c4d1e07e | /src/main/java/pfa/demo/security/SecurityConfig.java | bbffdefcb501d8bb4709b5b6bf4e81178879e413 | [] | no_license | abdelkalek/-GestionCentreFormation | 65c5ff20233478fe1c538e9468743597113406f2 | 01d6438f8bb7afad1498e2def7a28e584ff96a13 | refs/heads/main | 2023-06-08T05:48:29.282278 | 2021-06-12T08:22:46 | 2021-06-12T08:22:46 | 376,238,098 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,108 | java | package pfa.demo.security;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
import org.springframework.security.config.annotation.web.bu... | [
"abdelkalek@gmail.com"
] | abdelkalek@gmail.com |
54f8a6f55591f8a9f36aecc8588fd514c015fd52 | d706c68bff118051ad52cd666af74ac8bb21f5aa | /myCourse/src/view/HomePane.java | d92b1b951b485eb6a631c6564ca3102d0615cf2f | [] | no_license | Ryzar/Uyphuli | 89b6cc806e94d68fb6f691ab383c8698ffc6ac54 | 63eee808f6cb172b08b7feff56c7faa6ecc0ae16 | refs/heads/master | 2021-05-04T10:33:46.639530 | 2016-04-09T14:48:34 | 2016-04-09T14:48:34 | 55,815,538 | 0 | 1 | null | 2017-02-11T00:29:06 | 2016-04-08T23:23:24 | Java | UTF-8 | Java | false | false | 952 | java | package view;
import java.awt.GridLayout;
import java.awt.Insets;
import javax.swing.JButton;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.SwingConstants;
import javax.swing.border.EmptyBorder;
import main.IconLibrary;
public class HomePane extends JPanel {
JButton listButton, graphBu... | [
"markus.anthony.garcia@gmail.com"
] | markus.anthony.garcia@gmail.com |
c5efa447d25354ea579cfaed73261de3c81213cb | 05dfd3b46b9328d8259afdc259b0255b5e262302 | /savewords-renove/gen/sw/main/BuildConfig.java | faba7c3cd74090fb73a87fc0d27fee5557ff0300 | [] | no_license | pisapapiros/Savewords | e630635973792b2f6266dfbcf84a05ac357259e3 | 3669c313905157029e047bccdd84cf3644f8e065 | refs/heads/master | 2021-01-25T05:34:29.263916 | 2013-01-06T19:24:21 | 2013-01-06T19:24:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 149 | java | /** Automatically generated file. DO NOT MODIFY */
package sw.main;
public final class BuildConfig {
public final static boolean DEBUG = true;
} | [
"Pablo@Pablo-PC"
] | Pablo@Pablo-PC |
3d5958b8005d70e1e6c3d6e1de3c4d77c32e3a9e | 3a66db67db2255eaf94e61bf9bebd7ada0e49330 | /src/main/java/net/chwthewke/maven/protobuf/ProtocTestCompileMojo.java | 20c40689d60818e6ca0ab462514a995630d7927b | [] | no_license | chwthewke/chwthewke-protobuf.mojo | b778f7a8f310fe8dc12836e506da2e964abb363a | 6f991659c28b38301486f7733221ae8398ab15ac | refs/heads/master | 2021-01-19T00:08:06.157072 | 2014-06-02T10:03:16 | 2014-06-02T10:03:16 | 34,840,480 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,183 | java | package net.chwthewke.maven.protobuf;
import com.google.common.collect.ImmutableList;
import net.chwthewke.maven.protobuf.source.ProtocolSource;
import net.chwthewke.maven.protobuf.source.ProtocolSourceFactory;
import java.nio.file.Paths;
import static net.chwthewke.maven.protobuf.MojoType.TEST;
/**
* G... | [
"tdufour@ankama.com"
] | tdufour@ankama.com |
53ec20bee7566bb3e390832fdfcbefe09e497b1f | a35e16a787a1b348d8d3f05e5b1a0dda046d3a0c | /basic/src/main/java/com/sny/tangyong/basic/BasicErrorReportActivity.java | b1cacb02d7736f2f1b6400bd6f5eabe2ce0b9894 | [] | no_license | tangyong3g/Android-Road | e6161c7198dda1f8bb6bfd99e5a1777594cc38ae | 43e7c2ac8f0b4639105cb5a8b86099a83fbe9da7 | refs/heads/master | 2020-04-15T06:48:55.288998 | 2016-07-09T08:13:59 | 2016-07-09T08:13:59 | 8,734,686 | 5 | 2 | null | null | null | null | UTF-8 | Java | false | false | 924 | java | package com.sny.tangyong.basic;
import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
/**
* 错误反馈提示
*/
public class BasicErrorReportActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState)... | [
"tylertang@tcl.com"
] | tylertang@tcl.com |
ab747759cc29539cd05b9623e9b51778b7169873 | d90895810ec04f169b1d1f48b75470bd08c220f5 | /jbpm-nrp-vdml/src/main/java/org/jbpm/vdml/services/impl/namedmeasures/AbstractDurationStrategy.java | 8199aee651d5fe40cf9799536fe31b27256c249f | [] | no_license | ifu-lobuntu/jbpm-nrp | 58c965ac767ada990b5e3862390dd616647a0dfc | 8db8bbbeab263f39c48d8b4691c867ec2fcc87ff | refs/heads/master | 2021-01-19T00:01:43.319216 | 2016-08-07T07:33:05 | 2016-08-07T07:33:05 | 42,999,423 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 419 | java | package org.jbpm.vdml.services.impl.namedmeasures;
import org.joda.time.DateTime;
public class AbstractDurationStrategy {
Double calcDurationInMinutes(DateTime from, DateTime to){
if(from==null||to==null){
return null;
}
long l = to.getMillis() - from.getMillis();
retu... | [
"ampieb@gmail.com"
] | ampieb@gmail.com |
9ed2ce4a12b1f5bc331164cd3cbe03b9d95147bb | 9b825b16ebd79ab179148498da58c95827a56869 | /jse/src/oop01/syntax/AverageA519.java | ebc33047a0797231e5cec189615be6847c1799fd | [] | no_license | jwjang81/jse-2 | 809990d02f170a75eb63376e3231a06a74d84c11 | c73c499c215c96449bef4cc91cd4d25ab76599db | refs/heads/master | 2020-12-30T22:44:17.067718 | 2015-05-21T02:57:38 | 2015-05-21T02:57:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,571 | java | package oop01.syntax;
public class AverageA519 {
String name;
int kor;
int eng;
int tot;
double avg;
public static void main(String[] args) {
/*학생 객체 생성 및 메모리 할당*/
AverageA519 hulk = new AverageA519();
AverageA519 iron = new AverageA519();
AverageA519 hawk = new AverageA519();
/* 이름 저장*/
hulk.name ... | [
"onsoftel@hanmail.net"
] | onsoftel@hanmail.net |
ade96b701fca4006e653d91d6166ed5618d59170 | d265272d9313c6ea636472d84754405a1bf9d035 | /reddit/reddit-api/src/main/java/com/upgrad/reddit/api/RedditApiApplication.java | 562f745311701e422a281a470cedb85e06dc05c1 | [] | no_license | sumeett00/Reddit-app | a242eef484db7c8eabf82587b178cff3cd3832c5 | e3676d135270b7c15bd60a5f977c3b00fbb0d9bb | refs/heads/master | 2022-06-13T16:53:26.413132 | 2020-05-07T16:25:52 | 2020-05-07T16:25:52 | 262,101,461 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 474 | java | package com.upgrad.reddit.api;
import com.upgrad.reddit.service.ServiceConfiguration;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.Import;
@SpringBootApplication
@Import(ServiceConfiguration.class)... | [
"sumeett99@gmail.com"
] | sumeett99@gmail.com |
be8dab3113f12d18a3783c1fd6b02240052239d6 | 29c4b14d99a30074602047e642ccd38a355557eb | /SumOfDigitsTest.java | e8880c69f08fd0ead9398b18db9982179333ce79 | [] | no_license | gayathiriravichandran/Redington | 04832c20c00d087d7e93b54c7a0cfcc0f08e606c | 2c3078e928292409fd0a71d6e6e4346f79ed7fdf | refs/heads/master | 2022-04-11T21:00:58.737679 | 2020-03-11T11:29:20 | 2020-03-11T11:29:20 | 197,902,813 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 252 | java | package com.redington.java.testpractice;
public class SumOfDigitsTest {
public static void main(String[] args) {
// TODO Auto-generated method stub
SumOfDigits s1 = new SumOfDigits();
s1.getInput();
s1.findSumofDigits();
}
}
| [
"noreply@github.com"
] | gayathiriravichandran.noreply@github.com |
3803d724bcad90fda0c6b2afa80c3b0995690140 | 6b710a389648613a42c240a903a1f620b95abce4 | /java_exam/src/myjavatestpakage/Restaurant.java | 597f5a9c724239a8fc37022302b727139b783a07 | [] | no_license | aa1107/app_exam | d269863102da0a6b480146249bd5ec2073fdc340 | d5a253c026e546272b35f7e090a53d69a7c1dc23 | refs/heads/master | 2021-05-14T03:55:56.468520 | 2018-04-11T07:00:26 | 2018-04-11T07:00:26 | 116,629,009 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 356 | java | package myjavatestpakage;
public class Restaurant {
public static void main(String[] args){
Food food = new Food();
Waiter Waiter = new Waiter("웨이터", food);
Chef Chef = new Chef("주방장",food);
System.out.println("시작!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
Waiter.start();
Ch... | [
"ss77344@hanmail.net"
] | ss77344@hanmail.net |
a94daadc99910b1ecd9e1b7c42bd5d3a756f4bc5 | f0c8f872404e2d4a8f33296a1e9b690054f1bfc3 | /src/cardgame/Queueable.java | 90e0697d5b589c97e726ba33c5993b4df03d7d6f | [] | no_license | Dthompson1411/BasicCardGame | f2ef2e3116feb819bff986569cf5ddc716cc2b91 | cd7224724c32bf0cdbf4660f5eb1de21fe0e68ea | refs/heads/master | 2020-03-27T05:58:11.028032 | 2018-09-05T07:30:59 | 2018-09-05T07:30:59 | 146,067,552 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,413 | java | /*
* Author: David Thompson
* Course: COP2551
* Semester: Spring 2016
* Project #:
* Title:
* Due Date:
*
* Description:
*
*
*
*
*/
package cardgame;
/**
* Provides the methods required to implement a priority queue of Card objects.
*
* This interface MUST be implemented by a class.
* i.e., publ... | [
"dthompson1411@gmail.com"
] | dthompson1411@gmail.com |
6b36499253c4112727ccef83091bd693195d4ec4 | 00b070467a7a9d53bfbd3ec7984782b3ac45db73 | /app/src/androidTest/java/com/bjnangle/rainbow/app/ExampleInstrumentedTest.java | 78cdbc86f373add67a677568ed9b3c51d3c5ce1d | [] | no_license | kym2005/Rainbow | a722b7c9fe7a788cfd7e04066d318dbeab345b41 | 19045603f7532debd673d4380168b82fbc1975ef | refs/heads/master | 2021-01-21T11:37:51.684807 | 2017-05-19T00:49:40 | 2017-05-19T00:49:40 | 91,750,304 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 752 | java | package com.bjnangle.rainbow.app;
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 And... | [
"kym2005@126.com"
] | kym2005@126.com |
b76e7c654535c12046b039eed21522c54c2c2f36 | 59993abfd3b10abaddafac55d8802fb161996293 | /src/hr/fer/poslovna/dao/IDao.java | 02e0b3e3efe9044c2bdb817377e9f6f8e62e6fd7 | [] | no_license | xylik/adhoc-mobileBI | 8a4b99f26f5518994de799a4ca2b73e00d8b7a4a | 5d7eb44f578e889ababa2e16e084fe197fd5a3bd | refs/heads/master | 2020-12-24T16:14:40.833892 | 2015-06-15T16:17:56 | 2015-06-15T16:17:56 | 37,472,911 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 140 | java | package hr.fer.poslovna.dao;
import hr.fer.poslovna.model.IResult;
public interface IDao {
public IResult executeQuery(String query);
}
| [
"igor.armus@gmail.com"
] | igor.armus@gmail.com |
44902dc19cc016aa7464af763e5dc9b31e5a73b7 | ed7c210165cfba2066d215652c3e00a53af3f5b7 | /MockDemo2/src/com/sapient/test/SpyTest.java | 358d071d0942fe01d97d0f5fb3cca3fa59a28835 | [] | no_license | saurab2612/sap17 | 8ae82a51841809f89f53a5046028b5aed2cd858d | ca08366a21dd238766c0894b31ece3046da89482 | refs/heads/master | 2021-09-04T05:38:58.132360 | 2018-01-16T11:52:17 | 2018-01-16T11:52:17 | 114,456,397 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,141 | java | package com.sapient.test;
import java.util.ArrayList;
import java.util.List;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.junit.platform.runner.JUnitPlatform;
import org.junit.runner.RunWith;
import org.m... | [
"ssah33@GIVSARDIN31149.sapient.com"
] | ssah33@GIVSARDIN31149.sapient.com |
b510dccccb034e7b463b85975a6b8e34e7492550 | 98c5f3b35ff11b68433c91d88bb577261100356f | /app/src/androidTest/java/com/automsg/sss/automsg/ExampleInstrumentedTest.java | 065fd0ffc7cc1969669217ea7207cb6fc6b2d416 | [] | no_license | SSS15181518/AutoMsg | de8ed338bbcd9b49f256dabe7a071be78667b586 | d7648b4632b7d4bbd8807cfaf4d54c8034711225 | refs/heads/master | 2021-04-12T08:07:00.685605 | 2018-03-20T18:14:37 | 2018-03-20T18:14:37 | 126,062,767 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 747 | java | package com.automsg.sss.automsg;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Android... | [
"subhasourav.singh77@gmail.com"
] | subhasourav.singh77@gmail.com |
495a81428d7ee78748e97452795d3d32e3fddff7 | 7026449ae66601dc3e29b2a88bd7152f50f2ef45 | /DearMyDiary/src/main/java/com/diary/mydiary/dao/DUserDaoImpl.java | 121f67f3d780082e7073be1a6cf2cabf52e4295e | [] | no_license | noheunchong/DearMyDiary | f3b2e14e3385d636ae9fc385a84693b4ed19a275 | 6c5e534d77c6202fd2749dbffb83e549931b1669 | refs/heads/main | 2023-06-24T14:50:41.946025 | 2021-07-23T06:54:47 | 2021-07-23T06:54:47 | 376,825,511 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,132 | java | package com.diary.mydiary.dao;
import org.apache.ibatis.session.SqlSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.diary.mydiary.domain.DUserVO;
@Repository
public class DUserDaoImpl implements DUserDao {
@Autowired
private SqlS... | [
"chonggggg@naver.com"
] | chonggggg@naver.com |
90b6495ebc9648f409180d6d626114ea5043fa97 | b40011ccf7b4f36b1fc68042f9c8882f6031f2be | /src/main/java/ru/usachev/LogiWebProject/dao/OrderDAO.java | cc8b0bb89868895c72e20bbf78ee60ae49212f1a | [] | no_license | alexusachev1999/LogiWeb | 192ecb50dd6e3a522730d4ea2baa3f68cd009f99 | 3a7c0d14371db0e9edb52f76f6be95cbbf7f682b | refs/heads/master | 2023-04-19T03:26:38.244330 | 2021-04-30T13:22:41 | 2021-04-30T13:22:41 | 361,223,507 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 297 | java | package ru.usachev.LogiWebProject.dao;
import ru.usachev.LogiWebProject.entity.Order;
import java.util.List;
public interface OrderDAO {
public List<Order> getAllOrders();
public void saveOrder(Order order);
public Order getOrder(int id);
public void deleteOrder(int id);
}
| [
"sashulya.usachev@list.ru"
] | sashulya.usachev@list.ru |
cd4c785f6187d6778f38bd09a5d0239067dab779 | d30969f72c504ef5745725eec3ead8f442b9c473 | /src/no/hvl/dat102/klient/KlientBSTre.java | c2cf3d716733495b4d4b307ca26181cf18d0fc64 | [] | no_license | h593277/BSTre | b14f70d48380500c2dacf4201bec99ad6982aff7 | 93de01f3aea38ba5bb2da1ca85df6a14f26fbef1 | refs/heads/main | 2023-03-15T00:40:34.451122 | 2021-03-26T11:42:49 | 2021-03-26T11:42:49 | 351,762,709 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,158 | java | package no.hvl.dat102.klient;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import no.hvl.dat102.KjedetBSTre;
public class KlientBSTre {
/**
* @param args
*/
public static void main(String[] args) {
KjedetBSTre bstre = new KjedetBSTre();
bstre.leggTil(7);
bstre.leggTil(5);... | [
"69514021+h593277@users.noreply.github.com"
] | 69514021+h593277@users.noreply.github.com |
7f87874211dfca9b5bf563f22b0141532b1e8c2a | b6e3dafce3d8c9d031eba7960356fe605e69e846 | /app/src/main/java/com/songhaoxiang/myfirstapp/net/download/DownloadThread.java | b4914e265b3f99a810388ee5bcbe3ebc6dc1ea2d | [
"Apache-2.0"
] | permissive | yangzhengze/MyFirstApp | c342cafecca7a643c259691d64cd6925bc79e787 | 3380c843c081639579faf2947a0d8ea95dd3da19 | refs/heads/master | 2020-03-14T00:33:49.918755 | 2017-03-21T11:17:46 | 2017-03-21T11:17:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,837 | java | package com.songhaoxiang.myfirstapp.net.download;
import android.util.Log;
import java.io.File;
import java.io.InputStream;
import java.io.RandomAccessFile;
import java.net.HttpURLConnection;
import java.net.URL;
public class DownloadThread extends Thread {
private static final String TAG = "DownloadThread";
priva... | [
"17839223557@163.com"
] | 17839223557@163.com |
3c4171fb8f7fc3131b5d70707ed37b498c863e42 | 95f858fef69642a2013715796fcc4d5c9d0f056e | /bos-parent/bos-service/src/main/java/com/zhp/bos/service/impl/DecidedzoneServiceImpl.java | 492a67c41895a0de3a6d559cbc9fa0478b21a841 | [] | no_license | meak1102/bos | 6484e8db49641d516cb4307c6181c149a2af3579 | e76529bc18d82f07bd021c3e8cbafa7046a60653 | refs/heads/master | 2021-06-23T10:02:44.225132 | 2017-08-02T05:20:22 | 2017-08-02T05:20:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,906 | java | package com.zhp.bos.service.impl;
import java.util.List;
import org.hibernate.Hibernate;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.PageRequest;
import org.springframework.data.jpa.domain.Specification;
import org.... | [
"1054598852@qq.com"
] | 1054598852@qq.com |
cac137bfdccc8d3bca6622f2b389535fec1656e0 | 5e4ebd6cd61457e0bd3e881d58e2accb3025539a | /src/main/java/ciir/yggdrasil/util/XMLFind.java | 95feb0b531010e3fc2a2a28bde3c6f387b113759 | [] | no_license | jjfiv/chem-q-code | ab0aa3d11766caa2e4867b6ae298e64fa5090d8c | a368579bbf230d20de305ffda2735a9de6f98ae2 | refs/heads/master | 2020-03-10T08:26:36.502977 | 2018-04-12T17:33:09 | 2018-04-12T17:33:09 | 129,285,459 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,595 | java | package ciir.yggdrasil.util;
import org.lemurproject.galago.utility.Parameters;
import org.lemurproject.galago.utility.json.JSONUtil;
import org.w3c.dom.Document;
import org.w3c.dom.NamedNodeMap;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
import org.xml.sax.SAXException;
import javax.xml.parsers.DocumentBu... | [
"jfoley@cs.umass.edu"
] | jfoley@cs.umass.edu |
50ef6f3faa0940e8e9ad760bb7e8838c61df5658 | 3c560474a4a6c8f825bd94382756ec0e5fd0efc5 | /app/src/main/java/com/example/androiddevelopment/pripremnizadatak/model/Glumac.java | f229787bd3b8cddb331a6e3b70939dfc8dbd0073 | [] | no_license | neorns/PripremniZadatak | b09daf0b4c4fee3220423391b345112edca1d803 | 17644dbd7e6bb3c88defdcac276f927bcdcd27e4 | refs/heads/master | 2020-05-21T05:58:31.423247 | 2017-03-19T10:12:49 | 2017-03-19T10:12:49 | 84,582,841 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,275 | java | package com.example.androiddevelopment.pripremnizadatak.model;
import com.j256.ormlite.dao.ForeignCollection;
import com.j256.ormlite.field.DatabaseField;
import com.j256.ormlite.field.ForeignCollectionField;
import com.j256.ormlite.table.DatabaseTable;
/**
* Created by androiddevelopment on 10.3.17..
*/
@Database... | [
"norlovic@gmail.com"
] | norlovic@gmail.com |
d745157e730dcadeb77aa239960638fdfe6cf5c4 | 28ec193f4cadb83ced43cb4f5ad836cfb04846e7 | /src/test/java/com/rakuten/buildcharacterbackend/service/SessionServiceTest.java | 87c1e3d05c5d907fa55888b4b7175bc177a3e1bb | [] | no_license | Renanxc/build-character-backend | 8e79696bc87337de23701416fc30d82f50991b29 | 408ad0a37d950439ca7222f85aa632f3fc2649a2 | refs/heads/master | 2022-12-16T05:57:12.905143 | 2020-09-22T04:47:50 | 2020-09-22T04:47:50 | 292,160,031 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,192 | java | package com.rakuten.buildcharacterbackend.service;
import static org.assertj.core.api.Assertions.assertThat;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.anyString;
import static org.mockito.ArgumentMatchers.anyLong;
import static org.mockito.Mockito.doNothing;
import stat... | [
"renanxcalmon@gmail.com"
] | renanxcalmon@gmail.com |
fd08531123359657dcf7003dd8b7a6213360fa17 | e02d56806e1a16e20895c4b65290a5b7824ac1d7 | /src/main/java/com/hello/screen/FirstTimeInitializer.java | eefa02b89a64bb759287f950a42e27e4e9f78f1a | [] | no_license | Kubarant/HelloScreen | 826728d1682458b99324eadb871ce21f4127738b | 6564d0730b67a5bc253ec355cd0d6e0f120d8e56 | refs/heads/master | 2020-03-25T00:27:17.806388 | 2019-05-21T18:47:14 | 2019-05-21T18:47:14 | 143,184,081 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,151 | java | package com.hello.screen;
import com.hello.screen.datacollectors.biedronka.BiedronkaImageDownloader;
import com.hello.screen.model.CategoryPreferences;
import com.hello.screen.model.Profile;
import com.hello.screen.repository.ProfileRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org... | [
"kiba50@gazeta.pl"
] | kiba50@gazeta.pl |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.