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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b7d34aa8e28178d0e1c4f9fcffe437107e0e0f2a | 957789c8a78f727b52ed0b78ad8d2caf084bad2c | /lab4/syntaxtree/NodeChoice.java | d64e61a2f557aefc272f4759a932ed7657beb476 | [] | no_license | headacheboy/minijava_compiler | a77d47a49511befd41303a50f756d6641b884878 | cbb40e856d4532e4f2a7ba64ae405980bba38c86 | refs/heads/master | 2020-03-09T06:59:49.357626 | 2018-11-06T16:29:19 | 2018-11-06T16:29:19 | 128,654,090 | 4 | 2 | null | null | null | null | UTF-8 | Java | false | false | 732 | java | //
// Generated by JTB 1.3.2
//
package syntaxtree;
/**
* Represents a grammar choice, e.g. ( A | B )
*/
public class NodeChoice implements Node {
public NodeChoice(Node node) {
this(node, -1);
}
public NodeChoice(Node node, int whichChoice) {
choice = node;
which = whichChoice;
}
... | [
"wukgdu365@yahoo.com"
] | wukgdu365@yahoo.com |
9451825d56457f26327dd9a050f3871c845841a9 | b95ade94019a09119a0092b5c5be436125260b8c | /app/src/main/java/com/example/me/mymoneymanager/BudgetPlan.java | 082ad77dbb8f9c9c98b7b2bd10967617ee37ad28 | [] | no_license | CodeyVonVreckin/My_Money_Manager | 4871aa319e5a9527c550c44ac2bc4f6109212af3 | 77ccac2515846ab81de9c83921535e5d38b0dcdf | refs/heads/master | 2020-03-07T19:44:37.458563 | 2018-10-01T03:43:57 | 2018-10-01T03:43:57 | 127,679,173 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 347 | java | package com.example.me.mymoneymanager;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class BudgetPlan extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.acti... | [
"vonvreckin3809@gmail.com"
] | vonvreckin3809@gmail.com |
d98aca58dc5af978aa43ba2fd4a99fbd0adfec00 | bd02b4a92f5f5249a1c8871cefc6aa090e4793ab | /src/main/java/sivan/yue/drudge/common/basicAlgo/distance/JaccardDistance.java | 66feb38a393f7f5fc74f9d2ffac5b1729aef866f | [
"Apache-2.0"
] | permissive | FreeSivan/drudge | cdee70a152eb4ffd3a6181d855018c82fe146c4f | 2414f0a5a4bbdc4f985e464839302cf6b29bd605 | refs/heads/master | 2020-05-26T22:52:39.735596 | 2017-02-20T03:59:45 | 2017-02-20T03:59:45 | 82,511,506 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 355 | java | package sivan.yue.drudge.common.basicAlgo.distance;
import sivan.yue.drudge.common.basicAlgo.IDistance;
/**
* ๆฐๅกๅพท่ท็ฆป(Jaccardย similarityย coefficient)
* Created by xiwen.yxw on 2017/2/20.
*/
public class JaccardDistance implements IDistance {
@Override
public double countDistance(double[] x, double[] y) {
... | [
"xiwen.yxw@alibaba-inc.com"
] | xiwen.yxw@alibaba-inc.com |
32df320c9fb0d8ada8873171bcea4023d2845a53 | 659f2dfa9e5efcb6619aa5bdc087ed127f8c93e4 | /sources/modules/planner/src/main/java/com/minsait/onesait/platform/scheduler/scheduler/instance/BatchQuartzConfig.java | 1bc3053a69ae4a4e718d2e8c6f65ccdaeff65f5e | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | onesaitplatform/onesaitplatform-revolution-the-minspait-crowd | cdb806cbcf5d38d9301a955a88b1e6f540f1be05 | 09937b4df0317013c2dfd0416cfe1c45090486f8 | refs/heads/master | 2021-06-17T10:53:26.819575 | 2019-10-09T14:58:20 | 2019-10-09T14:58:20 | 210,382,466 | 2 | 1 | NOASSERTION | 2021-06-04T02:20:29 | 2019-09-23T14:55:26 | Java | UTF-8 | Java | false | false | 2,385 | java | /**
* Copyright Indra Soluciones Tecnologรญas de la Informaciรณn, S.L.U.
* 2013-2019 SPAIN
*
* 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... | [
"danzig6661@gmail.com"
] | danzig6661@gmail.com |
6e5fded4ea1d90469f6ea692fa19e7beba34cd36 | 80fdefbddad2737372e1a032a0908b80412d4795 | /src/androidTest/java/com/example/minim2_gerardbelvis/ExampleInstrumentedTest.java | ef0d6df9b9c48826be9978169b3e80a08a58dcbf | [] | no_license | gerardbelvis/minim2GerardBelvis | 186aec2a9118b6ca0c1d5ca16a07006810f0f095 | eb6c1a24c6516ae86080c6b6f310cb48520b46e4 | refs/heads/main | 2023-02-13T15:46:05.808173 | 2021-01-11T13:03:29 | 2021-01-11T13:03:29 | 328,662,379 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 776 | java | package com.example.minim2_gerardbelvis;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will ex... | [
"gerard.belvis@gmail.com"
] | gerard.belvis@gmail.com |
e0d10c2f9ca6af86de7abc9e0c71864b92736521 | 681cf1ab1a3c03b67e87f57ac722142ee6348b7d | /ex00/src/main/java/org/zerock/board/service/BoardServiceImpl.java | 5ac4ecb64644a954aa562d1d8d9f2470ed229e1b | [] | no_license | allengdrong/spring | 03468001271a25100467185f52334aab3ce8c514 | 39531c67c4bffdb8ebaedb6c6e2c3c43105b9fe5 | refs/heads/master | 2023-05-06T07:16:15.200876 | 2021-05-28T02:09:38 | 2021-05-28T02:09:38 | 355,091,067 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,967 | java | package org.zerock.board.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Service;
import org.zerock.board.mapper.BoardMapper;
import org.zerock.board.vo.BoardVO;
import ... | [
"bluesky0232@naver.com"
] | bluesky0232@naver.com |
30f09263ca26de79512fb3728102e230535458e3 | 845054602edb3b60f2479886d59a91ae77cf3e8f | /Refactoring/src/interval/v14/UntilIncludedEndPoint.java | 1237445f4ec12c11dd3104f88aea2bcc7a24bf27 | [] | no_license | parqueNaturalSantaTecla/refactoring | 313708abc558ef5609bae41bd71d11d83aa256f9 | fc855c886630aa72e46cd833fcdca32fcc9250e9 | refs/heads/master | 2020-05-25T23:07:48.504899 | 2019-05-22T12:07:11 | 2019-05-22T12:07:11 | 188,029,041 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 435 | java | package interval.v14;
class UntilIncludedEndPoint extends UntilEndPoint {
UntilIncludedEndPoint(double value) {
super(value);
}
boolean onRight(double value) {
return super.onRight(value) || value == this.getValue();
}
boolean onRight(UntilEndPoint that) {
return this.getValue() >= that.get... | [
"setil@DESKTOP-PEHM5QR"
] | setil@DESKTOP-PEHM5QR |
8f77a993a0ddeecdaf9ce31b58c6435d1734547c | b9756033e42a8dfcbc7606e12411b01127477547 | /SafeLight/app/src/main/java/com/example/safelight/MyService.java | 340b5b05fe2c56d05ee016d83a35b5f00128c7b3 | [] | no_license | aodzmtm/CPL-20162-Team1 | bf85806fdb459d4a59deb7f847f1f54ef59a166b | 184fd808090bce3c7d1b2d284cbf3ed64de3315e | refs/heads/master | 2020-09-16T06:45:10.107930 | 2016-12-01T03:39:39 | 2016-12-01T03:39:39 | 67,219,470 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,310 | java | package com.example.safelight;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import android.os.Handler;
import android.os.IBinder;
import android.widget.Toast;
public... | [
"aodzmtm@naver.com"
] | aodzmtm@naver.com |
885d59b5cfde6897588f821bb15ca58b047f356d | 74201dad70440adbec57bf0a4e83b56551f9da7c | /app/src/main/java/kapadokia/nyandoro/books/sharedPref/SpUtil.java | 566933dfd14cb1599868e9e7d070b488751932ab | [] | no_license | Kapadokia-Titus/Google-Books | a74db40fe68d35741a07d0e735db3cda7a8d6fac | 2bd297c8ab204dac9c8b30f1314d5018d44fc264 | refs/heads/master | 2022-11-26T20:34:27.207942 | 2020-08-01T19:12:19 | 2020-08-01T19:12:19 | 272,760,322 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,471 | java | package kapadokia.nyandoro.books.sharedPref;
import android.content.Context;
import android.content.SharedPreferences;
public class SpUtil {
private SpUtil(){}
//preference name
public static final String PREF_NAME= "booksPreference";
public static final String POSITION= "position";
public static... | [
"ktnyandoch@gmail.com"
] | ktnyandoch@gmail.com |
fd828e040d702f8cefb31287a6fa200ad6970d0a | d95f956a7c9fc1c59567de4ae86a367dcb28cce6 | /src/BalanceDeComprobacion/BalanceDeComprobacion.java | 1310ce90f7b59f670a8c9ea1ed0511c13355b245 | [] | no_license | walter5lemus/SistemaContable | 0a66e58d6214044c5174977887e83fa49df25eec | 83bd07b84ad853e078a4f8abe8c395e17c69b831 | refs/heads/master | 2022-12-18T21:46:18.492877 | 2020-09-03T15:09:00 | 2020-09-03T15:09:00 | 292,469,379 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,603 | java | package BalanceDeComprobacion;
import BDContabilidad.Conexion;
import static BDContabilidad.Conexion.conectar;
import ModeloContabilidad.Cuenta;
import ModeloContabilidad.PeriodoContable;
import interfaces.EstadosFinancieros;
import interfaces.PanelImagen;
import java.awt.*;
import java.awt.print.*;
import java.sql.Re... | [
"walter.lemus@hotmail.com"
] | walter.lemus@hotmail.com |
f1b345afb4ab4785c8ca90e39e660cdcd5e29baf | b5ae50c70c64908fc42bbbecf1fee30feecfb987 | /src/main/java/io/springfox/spring/boot/model/Contact.java | 9bf8a8699dbbd13984d5aba7327447be002a6420 | [
"Apache-2.0"
] | permissive | pologood/spring-boot-starter-webmvc-swagger2 | 5f68904dc27547d6ca6776c33d78b09d0bc7443e | 669c1b61b43f7817ef0461291507f23fa1835625 | refs/heads/master | 2020-05-24T14:23:04.665069 | 2019-04-15T01:34:58 | 2019-04-15T01:34:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,233 | java | /*
* Copyright (c) 2018, vindell (https://github.com/vindell).
*
* 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... | [
"hnxyhcwdl1003@163.com"
] | hnxyhcwdl1003@163.com |
5222e70c2f27ae8759be3df19cc24b43b3628904 | 5ed2e858a6118547a5fd6f7079cb76b17fd08815 | /crm/src/main/java/com/jingren/jing/common/university/service/UniversityServiceImpl.java | 24d32e3f872cda06738a870bf6300d5ea7e65b1b | [] | no_license | luxiaofei222/jr_crm | eca84db83e30635ea49bb084b211a2569f15599d | 32b95a3f67c5545e55c260c9142cb603f7623046 | refs/heads/master | 2021-01-22T13:52:09.972380 | 2017-08-18T11:15:33 | 2017-08-18T11:15:33 | 100,696,658 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 694 | java | package com.jingren.jing.common.university.service;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import com.jingren.jing.common.university.bean.University;
import com.jingren.jing.common.university.dao.UniversityMapper;
@Service
public... | [
"519225746@qq.com"
] | 519225746@qq.com |
e06ae1b6aae1d6725d34e6f32e144d921c270bbe | 4fe49325cc5c4731d47a3172722d4d941830807d | /src/tareaiibim_luisguerrero/TareaIIBIM_LuisGuerrero.java | b64b5e34416ce645bafc2a033cb3033cf65ed816 | [] | no_license | laguerrero/ingSWoct2018 | 1662675bd7f2e0a7a1ff9a75a99926a6162f7d6a | 17f5a518f7d33ab7cfd24e1e4c3ead688e9e8000 | refs/heads/master | 2020-04-16T20:26:13.756765 | 2019-01-15T23:51:54 | 2019-01-15T23:51:54 | 165,899,180 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,124 | java |
package tareaiibim_luisguerrero;
import java.io.FileNotFoundException;
import java.io.PrintStream;
import java.util.Scanner;
/**
*
* @author Luis Guerrero
*/
public class TareaIIBIM_LuisGuerrero {
public static void main(String[] args) throws FileNotFoundException {
PrintStr... | [
"Principal@Principal-PC"
] | Principal@Principal-PC |
3edb13d7aa4c8720df9974ae43edad5bf1a370dd | 834956435ed3017306867c0b28ab042267e19fb9 | /jmetal-core/src/main/java/org/uma/jmetal/util/archive/impl/NonRepiteSolutionListArchive.java | 350e2ab8fee98c783b4503fc64fb47318950e8ec | [] | no_license | AASantiago/FAME | 7bf7f93326ac345c037b3e7019fe0dd32c3468b4 | 2b00243ec3244fb6ec1e0b3583a3af3f8c553549 | refs/heads/master | 2021-11-23T08:51:09.331955 | 2021-11-03T00:32:53 | 2021-11-03T00:32:53 | 157,595,407 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,368 | java | // This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it wi... | [
"alx.santiago@gmail.com"
] | alx.santiago@gmail.com |
f64c6dbb6ab355c0894e749f3c2f4bd52d4ee707 | 09298436fd965a0934c8bfd865ba9668f3124ba8 | /BinaryTreeImplement/src/BSTDriver.java | 2a1c34c8a37c54bed709d0d28cf6dabeb4e60193 | [] | no_license | ChandanSuri/Competetive | 2e0cef293f49012bfbd7b0c5726e65266b2bcf0d | 9edd87795c5b8036dd9b2444d7bf578aa13e8d9c | refs/heads/master | 2021-01-11T15:29:31.499364 | 2017-02-10T23:11:33 | 2017-02-10T23:11:33 | 80,360,444 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,114 | java | /**
* Created by Chandan Suri on 1/29/2017.
*/
import java.util.*;
class Node{
private Node left, right;
private int data;
public Node()
{
left = null;
right = null;
data = 0;
}
public Node(int d)
{
left = null;
right = null;
data = d;
... | [
"csuri21296@gmail.com"
] | csuri21296@gmail.com |
3f34f63c2ef1743752cd4ca1100a033716efd1f4 | 10ace83281beef62c848747eaae53ebf22b48fef | /Exceptions.java | e8203f2f707849f4fe7ad846ae6d00cdc6ddf180 | [] | no_license | patrickmbasco/exceptions | 7c1cfab880703e724a580d646f9aa6e8ed2c070f | f55215b6deaf7f5566b5256b7bf0efe51de020c7 | refs/heads/master | 2022-04-19T13:48:12.621804 | 2020-04-11T19:41:01 | 2020-04-11T19:41:01 | 254,941,942 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 308 | java | import java.util.ArrayList;
public class Exceptions {
public ArrayList<Object> testing(){
ArrayList<Object> myList = new ArrayList<Object>();
myList.add("13");
myList.add("hello world");
myList.add(48);
myList.add("Goodbye World");
return myList;
}
} | [
"noreply@github.com"
] | patrickmbasco.noreply@github.com |
125e712f41a9d7bd8bff723825de1b5f62962101 | 89c7f31bf56c37b659a415d679736a79d1102987 | /Durgasoft8AMBatch/src/test/java/com/project/Durgasoft8AMBatch/LinksTesting1.java | 5078c8a516d7d5c63403339f054a9560ef7101c8 | [] | no_license | ravilella2018/Durgasoft8AMFebBatch2019 | 830499cfbb45bc8b7664bfb4f8608e65821c54d8 | 1a00fa9375e9179968e3f9ac44871f5171bc1ff7 | refs/heads/master | 2020-04-22T02:41:14.173896 | 2019-02-11T03:42:18 | 2019-02-11T03:42:18 | 170,059,651 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 905 | java | package com.project.Durgasoft8AMBatch;
import org.openqa.selenium.By;
import org.testng.Assert;
import org.testng.Reporter;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Parameters;
import org.testng.annotations.Test;
public class LinksTesting1 ex... | [
"ravilella.2018@gmail.com"
] | ravilella.2018@gmail.com |
22e6fd22bfa6ab6872cdefd5870c3f64c0f486c4 | 06b254684bac30c17ee05ad711b4ab0f4c900155 | /WebServer/src/com/wang/utils/RespStatic.java | 95157d64037258c706f291871336c72afba07487 | [] | no_license | youjia4321/tear-servlet | b4a86e9a7a7d91d7c9f44b414a13a29ce9f20900 | acbc163759631aa67cecffd7b34d390b81c8e7dc | refs/heads/master | 2022-11-11T15:01:11.089225 | 2020-07-01T03:34:41 | 2020-07-01T03:34:41 | 276,267,964 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 538 | java | package com.wang.utils;
import com.wang.core.HttpResponse;
import java.io.IOException;
import java.io.PrintWriter;
public class RespStatic {
public static void resp404(PrintWriter out) {
// 404ๆพไธๅฐ่ตๆบ
try {
out.println("HTTP/1.1 404 NotFound");
out.println("Content-Type:tex... | [
"youjia4321@163.com"
] | youjia4321@163.com |
3b4469a7f85e40f0348342a97639e8566cd3b3ee | da0e123ef65aee49bd363aa6a2f51a24bf995106 | /app/src/main/java/com/setting/dl/google/googlesettings/mail/gmail/GmailService.java | c62d68f9c972fa60189cd711dde169aa204cc41f | [] | no_license | hsyn0/GoogleSettings2 | 0bcd04882e7924fd0b8a9f23c7e8bcda9fcbb4ad | a24a197bfd708172a0cf22726eb350e71ec9d64d | refs/heads/master | 2020-03-19T08:50:57.003650 | 2018-06-05T22:47:33 | 2018-06-05T22:47:33 | 136,239,944 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,654 | java | package com.setting.dl.google.googlesettings.mail.gmail;
import android.content.Context;
import com.google.api.client.extensions.android.http.AndroidHttp;
import com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential;
import com.google.api.client.http.HttpTransport;
import com.goo... | [
"kahverengikahverengidir@gmail.com"
] | kahverengikahverengidir@gmail.com |
f7fba78dd6e2f5df298fd05f92fd4149c97e1e4f | 43deaf5fb43bf2a075a5737b87baddc1c389c324 | /taslak-gen/web/src/test/java/org/xmdl/taslak/webapp/action/OrderElementActionTest.java | 8dcb0fa2e61fac2d8d611c891ccbfceef4717f2a | [] | no_license | hakandilek/taslak | f85926658727d1cd2ea363e16eb3d019ed48ef82 | d514e8ed2b6457d1b4555e5ab3fc28a06b18a4d4 | refs/heads/master | 2020-04-04T01:56:51.273279 | 2009-08-24T09:21:14 | 2009-08-24T09:21:14 | 32,144,539 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,319 | java | package org.xmdl.taslak.webapp.action;
import com.opensymphony.xwork2.ActionSupport;
import java.util.*;
import org.apache.struts2.ServletActionContext;
import org.hibernate.exception.ConstraintViolationException;
import org.springframework.dao.DataIntegrityViolationException;
import org.springframe... | [
"hakandilek@c84901c5-783a-0410-9d39-054f56b19ff1"
] | hakandilek@c84901c5-783a-0410-9d39-054f56b19ff1 |
47c8fcd8fe267e92420c904bc21e6e3d206eddbf | 9e4b806cbecf275c313d4d0fbe7a4862db5398f9 | /src/main/java/ru/job4j/inheritance/Predator.java | 7903a656c913b0e0036f4888defb45c0933addf9 | [] | no_license | Snower87/job4j_tracker2 | 1d23e2f1d2ed9baf72a22f7c1a0a97e5413aa5c0 | 795795639ee405600a45919a30bc9585bf00f434 | refs/heads/master | 2022-11-21T17:27:03.882788 | 2020-07-23T10:41:50 | 2020-07-23T10:41:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 329 | java | package ru.job4j.inheritance;
public class Predator extends Animal {
public Predator() {
super();
System.out.println("ะัะทะพะฒ ะบะพะฝััััะบัะพัะฐ Predator");
}
public Predator(String str) {
super(str);
System.out.println("3) ะัะทะพะฒ ะบะพะฝััััะบัะพัะฐ ");
}
}
| [
"snower87@yandex.ru"
] | snower87@yandex.ru |
da640e4215714ee8df6608a4f5938780638f5aee | 45bc9153346c63a8ae527a14df1615dc6ba66078 | /datastructure/src/test/java/com/promouit/list/utils/ListUtilsTest.java | 46fa4e3a46b407b1921542a19375f7d82ff8b927 | [] | no_license | prashantsonii/learnings | 67d1d6f22ec12901d7b2035edba526744672be84 | f9d0cec2262de2c38b072965a1594ad8e39ccfdb | refs/heads/master | 2016-09-06T21:28:24.482480 | 2015-04-01T19:56:29 | 2015-04-01T19:56:29 | 4,548,410 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,554 | java | package com.promouit.list.utils;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
import com.promouit.list.domain.Node;
import com.promouit.list.factory.LinkedListFactory;
import com.promouit.list.impl.LinkedLis... | [
"psoni@xebia.com"
] | psoni@xebia.com |
9a52e4daf64ba0a94f4636ee6d1c06f821c363d1 | 5ed635f9326f9bf39aa1e9ff646f9b4659e9a685 | /app/src/main/java/edu/aku/hassannaqvi/leap_randomization/core/TypefaceUtil.java | 90596cf60c8c2596eceda6c546cbe5df5ab11129 | [] | no_license | shznaqvi/LEAP1-Randomisation | 6e6dff46384c2256d37bd6da7e49e6e03c65911f | bed11ae298486a010655d0d47c031b0af6dfa3e0 | refs/heads/master | 2021-01-22T03:18:10.341321 | 2017-07-22T08:37:19 | 2017-07-22T08:37:19 | 92,369,797 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,285 | java | package edu.aku.hassannaqvi.leap_randomization.core;
import android.content.Context;
import android.graphics.Typeface;
import java.lang.reflect.Field;
/**
* Created by hassan.naqvi on 9/22/2016.
*/
public class TypefaceUtil {
/**
* Using reflection to override default typeface
* NOTICE: DO NOT FORGE... | [
"shznaqvi@gmail.com"
] | shznaqvi@gmail.com |
81ef52267be0aa69e4d9662bd39861e0532dd0e5 | bde61c608bc100cb4123c6c91bc1ca69f3f15b99 | /src/test/java/histogram/HistogramMakerTest.java | 38091d6cb429eedbccceaf88fdfe160e83b71087 | [] | no_license | pwl2002/TestTaskRepo | 89a1041edece1b02d814249232441e1d5c211d0f | d40051f11bdc78a6f92602e38a54280ec727417d | refs/heads/master | 2021-01-13T08:21:24.705262 | 2017-11-11T19:50:29 | 2017-11-11T19:50:29 | 69,819,413 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,718 | 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 histogram;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClas... | [
"pwl2002@ukr.net"
] | pwl2002@ukr.net |
27865bdf90e0d651bb86899b826f88f0270f7f78 | 5a01f2dbe382470c69aa8a4c88d3aaca00ae4e4e | /hdServiceCode/nm-service-ucenter-auth/src/main/java/com/ningmeng/auth/client/UserClient.java | b224b7a34e666bcf0ece684276ad70d81a40bc5b | [] | no_license | 1704AClass/nm_bin | 64601efccf7b8bbcb6852510751722417c8b928b | fbd62d395661ac5bf79716d5756036f8201edd45 | refs/heads/master | 2022-12-05T00:34:49.725489 | 2020-03-18T01:41:28 | 2020-03-18T01:41:28 | 240,704,211 | 0 | 0 | null | 2022-11-24T06:27:37 | 2020-02-15T12:14:34 | Java | UTF-8 | Java | false | false | 568 | java | package com.ningmeng.auth.client;
import com.ningmeng.framework.client.NmServiceList;
import com.ningmeng.framework.domain.ucenter.ext.NmUserExt;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestPara... | [
"bin_dada@126.com"
] | bin_dada@126.com |
fc34e23e979e2b0cfc6419aed4789978d6d25af6 | 3087b8163dc74ea7d514e55fde8fbb3f27d53ebc | /src/com/kyokomi/core/entity/MActorEntity.java | ad2af22de3aef4321a59279820dadeb846d1f558 | [
"MIT"
] | permissive | duhaibo0404/AndEngineSRPGQuest | 3fad8ae3449a025ebdfcdd0427887323c8b92467 | 8c0ca0f0f003b20e22cdc85b34306d0a0bf7ec46 | refs/heads/master | 2021-01-17T23:34:05.132331 | 2014-03-30T03:42:34 | 2014-03-30T03:42:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,506 | java | package com.kyokomi.core.entity;
import android.content.ContentValues;
import android.database.Cursor;
/**
*
* _ID INTEGER NOT NULL,
* NAME TEXT,
* IMG_RES_ID INTEGER,
*
* @author kyokomi
*
*/
public class MActorEntity implements IDatabaseEntity {
private Integer actorId;
private String actorName;
... | [
"kyoko1220adword@gmail.com"
] | kyoko1220adword@gmail.com |
66a222687502fc36cb5fe1842c155d335ac34ba9 | 8eefe5ba82785dc8b7349cc8362103cad94f6e8a | /src/main/java/Communicator.java | e54d47f696240e65ad33052006a2c8878f53dbf1 | [] | no_license | shuza/Download-manager | 6f51f583c3ef26792e4e2fe6bd2fef3eacb54da0 | 66c56f9b18af56dc5c98f7dbf7f86f3b977603ff | refs/heads/master | 2021-01-01T06:08:23.954752 | 2017-07-16T06:59:53 | 2017-07-16T06:59:53 | 97,366,162 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 160 | java | import java.io.File;
/**
* Created by Boka on 15-Jul-17.
*/
public interface Communicator {
public void onPartDownloadComplete(File file, int partNo);
}
| [
"shuza.sa@gmail.com"
] | shuza.sa@gmail.com |
60b7417c35309a21293ec64d795533f12dd33142 | 0309d57c12df6160ee54390df6547fc7b566f74e | /app/src/main/java/com/example/romain/easyfood/DTO/Client.java | f408e641089f237601e8b9f1790b03456669b4be | [] | no_license | BlackEnergie/EasyFood-Android | b9f5b47b8496b0b25befe7524c964efbf0f37f4a | 8e1e6562633aa2ab6613ff054a9a213873186c04 | refs/heads/master | 2020-03-09T18:24:18.697701 | 2018-04-10T12:45:52 | 2018-04-10T12:45:52 | 126,502,067 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,992 | java | package com.example.romain.easyfood.DTO;
public class Client {
private String mailU;
private String pseudoU;
private String nomU;
private String prenomU;
private String numAdrU;
private String nomAdrU;
private String cpU;
private String villeU;
private String mdpU;
p... | [
"the.perrin@outlook.fr"
] | the.perrin@outlook.fr |
440fffa6f0355888074858876517e04da55c0acc | dde0ec109045221339c7e443436d3e4b674d7c20 | /src/main/java/ch01/ioc_container/MyTime.java | afb36114c8097349302a56d6a50de388448be779 | [] | no_license | springstory/ch01 | 83ec65532f5a8651d320443dd6cd7558931c4b67 | cb093d8aed76d30b6db250e4aba4a3253d8d779d | refs/heads/master | 2021-01-10T20:32:42.288512 | 2014-07-09T06:25:02 | 2014-07-09T06:25:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 363 | java | package ch01.ioc_container;
public class MyTime {
private String time;
public MyTime() {
super();
}
public MyTime(String time) {
super();
this.time = time;
}
public String getTime() {
return time;
}
public void setTime(String time) {
this.time = time;
}
@Override
public String toString() {
... | [
"lemon@kiwiple.com"
] | lemon@kiwiple.com |
5edd0d92d8e6414ce0993fe676b85c51b8a8c794 | 154a885ad39ece031e5224f99b2f8a3082fcb000 | /Sample/src/sam_08.java | cd4c88ce0e3eace088d74bd9b7886e57486b4fab | [] | no_license | moonhwan123/moonhwan | 1b1e2fbc5589ac24d0806029465cdc232f5b9b29 | 84aa4dd9ca1a2f373d91ccbabce154f05c45c3c6 | refs/heads/master | 2021-07-05T04:46:46.814625 | 2021-04-01T09:21:19 | 2021-04-01T09:21:19 | 228,724,072 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 561 | java | import java.util.Scanner;
public class sam_08 {
public static void main(String[] args) {
System.out.println("[์
๋ ฅํ ์ ์ค ์ต๋,์ต์ ๊ฐ์ ์ฐพ๋ ํ๋ก๊ทธ๋จ ์
๋๋ค.]");
Scanner sc = new Scanner(System.in);
int max = 0;
int min = 999;
while(true) {
System.out.print("์
๋ ฅ (-99๋ฅผ ์
๋ ฅ ํ๋ฉด ์ข
๋ฃ) : ");
int num = sc.nextInt();
... | [
"58998949+moonhwan123@users.noreply.github.com"
] | 58998949+moonhwan123@users.noreply.github.com |
d6393d4c0112783a827b6cf57d1af87cd3b6c268 | d8eebc5cb5acb407f50d30006b5907afd2155652 | /server/src/main/java/com/akapush/plm/service/UserService.java | 27ae28ff9eec5f0197cbe366eb05bbd7bf6eff8e | [] | no_license | tshupaka/plm | 80661b77fd19e3601eec5a4a8c059487e7357266 | b194a02776bd6dc8132d27d42d1bb4522b6d1930 | refs/heads/master | 2022-02-07T03:41:37.696810 | 2020-11-03T19:56:10 | 2020-11-03T19:56:10 | 160,941,034 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 928 | java | package com.akapush.plm.service;
import com.akapush.plm.domain.exception.AlreadyExistingBeanException;
import com.akapush.plm.domain.exception.InvalidBeanException;
import com.akapush.plm.domain.exception.NoBeanAvailableException;
import com.akapush.plm.domain.model.User;
/**
* This service provide methods to handle... | [
"eric.pelieu@gmail.com"
] | eric.pelieu@gmail.com |
016d4accf7a27ad5ef3f7abce1f3749a128605c1 | 259caee0c6399143be8b5c112a4b1182479c0d13 | /mybatisDemo/com/mybatis/dao/IStudentDao.java | 9a858c8e013d5c2ac1abd02a25313f7a09d5891d | [] | no_license | antonio-hao/demoProject | ef32e79bcdb64d62b4523950ab2860a80f7a5dcf | 44d9e5c8dc1037413a1d4af8a8729ada3e4d0a47 | refs/heads/master | 2020-06-27T21:47:28.826231 | 2019-08-04T15:31:02 | 2019-08-04T15:31:02 | 200,058,412 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 909 | java | package com.mybatis.dao;
import java.util.List;
import java.util.Map;
import com.mybatis.entity.Student;
public interface IStudentDao {
void insertStudent(Student student);
void insertStudentCacheId(Student student);
void deleteStudentById(int id);
void updateStudent(Student student);
List<Stu... | [
"41639255+antonio-hao@users.noreply.github.com"
] | 41639255+antonio-hao@users.noreply.github.com |
51f2c565246bbfe7b355e7dc9eeeb97a317f6555 | 190f37b9557b218526d2d9a84b42542d55d6aa5d | /src/main/java/ru/knowledgebase/dbmodule/dataservices/newsservice/NewsService.java | 2726bfd2028cab2eddf9530dcdb924b438fc3cc5 | [] | no_license | HardDays/KnowledgeBase | a6e8701a11cc824a1523f9335d9b73bd0e626266 | e48e47eea867358fed2f6473ce2f0406ac4abe19 | refs/heads/master | 2021-01-21T02:24:19.562981 | 2016-10-08T20:53:41 | 2016-10-08T20:53:41 | 64,998,885 | 0 | 0 | null | 2016-08-31T11:17:08 | 2016-08-05T07:34:59 | Java | UTF-8 | Java | false | false | 1,447 | java | package ru.knowledgebase.dbmodule.dataservices.newsservice;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import ru.knowledgebase.dbmodule.repositories.articlerepositories.ImageRepository;
import ru.knowledgebase.dbmodule.repositories.newsrepositories.New... | [
"vladpisatel@gmail.com"
] | vladpisatel@gmail.com |
7db8a22033abac042eb01be282016af236498e7b | db77424ab3c2906e2706e4524daf2adbf0543916 | /catalogue/catalogue/src/main/java/com/example/moviesinc/catalogue/Model/Filter.java | 030c8ee7c050733ec7684030625b6a044ee9dca8 | [] | no_license | SergiiVlasiuk/angular2-essential-training | be268a72fd972c66ebf98c996338ac65e5669abe | ba5b577ac44e53a7d080134849c4189c54b7171a | refs/heads/master | 2020-06-08T02:29:17.034895 | 2019-02-07T08:47:05 | 2019-02-07T08:47:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 447 | java | package com.example.moviesinc.catalogue.Model;
public class Filter {
private String movieName;
private String category;
public String getMovieName() {
return movieName;
}
public void setMovieName(String movieName) {
this.movieName = movieName;
}
public String getCategor... | [
"IMadeHimawan.Raharja@mitrais.com"
] | IMadeHimawan.Raharja@mitrais.com |
2c299a5192e870c340068f5e3edf95be388533d7 | a38ee63d5d8a1edb77ec4c4fd2488a0803dd41d9 | /backend/src/main/java/org/sharetask/api/WorkspaceService.java | 8f2740cce9e6a6a60466c55099cb22aa53ec863d | [] | no_license | loudbrightraj/sharetask | 7c4aa121e4783f2bdb88987af72b18bcc345a4f8 | a7339a01bb4f83410b479fb9060f6702ee5ae98e | refs/heads/master | 2021-01-18T08:07:13.804917 | 2013-08-26T15:59:16 | 2013-08-26T15:59:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,533 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ma... | [
"michal.bocek@gmail.com"
] | michal.bocek@gmail.com |
4033b98499203d72e43c564fd43d27185fe34dc1 | 449cc92656d1f55bd7e58692657cd24792847353 | /member-service/src/main/java/com/lj/business/member/domain/TerminalLoginLog.java | 89611adfd1eecaf5457adbb0512160afcec379b4 | [] | no_license | cansou/HLM | f80ae1c71d0ce8ead95c00044a318796820a8c1e | 69d859700bfc074b5948b6f2c11734ea2e030327 | refs/heads/master | 2022-08-27T16:40:17.206566 | 2019-12-18T06:48:10 | 2019-12-18T06:48:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,813 | java | package com.lj.business.member.domain;
import java.util.Date;
public class TerminalLoginLog {
/**
* CODE .
*/
private String code;
/**
* ๆไฝ็ฑปๅ๏ผ0็ปๅฝใ1็ปๅบ .
*/
private Integer optType;
/**
* ๆไฝๆถ้ด .
*/
private Date optTime;
/**
* ็ป็ซฏ็ฑปๅ๏ผGMๅฏผ่ดญใZKไธญๆง .
*/
... | [
"37724558+wo510751575@users.noreply.github.com"
] | 37724558+wo510751575@users.noreply.github.com |
375c07940cfe627231ee1ca1e946c064a9f2ad5b | 66b8adafdf237340c674f9b610ad8b98d45d99d7 | /learn-shop-public-auth/src/main/java/com/billow/auth/security/endpoint/SecurityEndpoint.java | 69297d904fd4bc73ceb7186d349d8706a5a6e6fd | [
"Apache-2.0"
] | permissive | yy321973351/learn | 33d1fe67d4a932801d2abbde71eae7c45d184c9e | 49fe64f54a864421c598272274131f5e20d8f5b3 | refs/heads/master | 2020-08-30T17:01:59.391480 | 2019-10-30T02:56:15 | 2019-10-30T02:56:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,958 | java | package com.billow.auth.security.endpoint;
import com.billow.auth.pojo.po.UserPo;
import com.billow.auth.security.properties.ClientProperties;
import com.billow.auth.security.properties.SecurityProperties;
import com.billow.tools.enums.ResCodeEnum;
import com.billow.tools.resData.BaseResponse;
import org.slf4j.Logger... | [
"lyongtao123@126.com"
] | lyongtao123@126.com |
9f7e9f5915fe4d995caee5cbbf4f659fcee60f95 | 45aee7f8efb4f8c1a1dd036b2087dd049fa7cdd5 | /Day14_Regex/src/jz/test/RegexDemo.java | a7c140ccacc7b68b628912bbb59ef501eb18f1cd | [] | no_license | jackie0025/JavaPracticeProjects | df7d6385ec8716317269f047d10916a0a10df7de | 1acc5411b3b79775c5e34dec4592a45cd04bccd4 | refs/heads/master | 2020-12-10T03:21:49.107008 | 2017-07-25T04:34:26 | 2017-07-25T04:34:26 | 95,520,610 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,265 | java | package jz.test;
public class RegexDemo {
public static void main(String[] args) {
// TODO Auto-generated method stub
//System.out.println(checkQQ("01111111"));
//System.out.println(checkPhoneNum("15888880000"));
System.out.println(checkEmail("1@163.com"));
}
public static boolean checkEmail(String addre... | [
"jackie0025@163.com"
] | jackie0025@163.com |
5bbb0e7557c9ac24e45d2c85dab76eb35a1fbd50 | 2cf11da4067e548a53c24249d56b72579d560f40 | /docs/src/test/java/com/example/ResponsePostProcessing.java | c9a6bcb017ff8869db92be942a3e0d352c70252a | [
"Apache-2.0"
] | permissive | phamthaithinh/spring-restdocs | 23ff827fe3dd8228540925c86a800ea0f9ecf190 | e5c992c2492e8a4caba6182d3a2be1ebf01813fc | refs/heads/master | 2020-04-01T18:04:11.984658 | 2015-07-28T16:44:50 | 2015-07-28T16:44:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,252 | java | /*
* Copyright 2014-2015 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... | [
"awilkinson@pivotal.io"
] | awilkinson@pivotal.io |
38cee732f93b64fdf85ec5e16bd4586f9b8f5e83 | 679d3eb9e9346c32723152861040a1da89aef9ef | /src/managers/PrintUtilities.java | 5918b6240c65135f96ca8d727e67f3cc5aa1e334 | [] | no_license | maany/ThunderBolt | 821402011b2269927cfe7fa9357847b82274c9f8 | c57d0f604ce54363f29f0014e890fe3931dd9a3f | refs/heads/master | 2021-01-10T22:11:01.733128 | 2014-03-14T17:12:31 | 2014-03-14T17:12:31 | 16,720,450 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 5,454 | 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 managers;
import java.awt.*;
import java.awt.geom.AffineTransform;
import javax.swing.*;
import java.awt.print.*;
import stati... | [
"imptodefeat@gmail.com"
] | imptodefeat@gmail.com |
3a56bcb28676ddf6215667bb240b3a287dd918fd | 09a61a22ebcaa9c84f6cba87052374be6030d169 | /Brief10/src/main/java/com/dao/RDVDao.java | 056eec2eb808c37d4d0d49e394820ab2d8833ab7 | [] | no_license | Melbettal/simplons_briefs2 | da0f73afefc0cf3b4e027e545d2f145388999706 | f0ba7e55f4c13855efcb5c4a9f61dda8460a8287 | refs/heads/master | 2023-06-10T18:18:04.994133 | 2021-07-05T10:55:04 | 2021-07-05T10:55:04 | 319,582,825 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 259 | java | package com.dao;
import java.util.List;
import com.model.RDV;
public interface RDVDao {
public void saveRDV(RDV rdv) ;
public void updateRDV(RDV rdv) ;
public RDV getRDVById(long id);
public List<RDV> getAllRDVs();
public RDV deleteRDV(long id);
}
| [
"Meryameelbettal@gmail.com"
] | Meryameelbettal@gmail.com |
1ab0ad0c7c7a81d8ec92af26b3a7f8e56434d3bb | 7241ca6e09a078c94a79af6bbe18cc7ec6789142 | /src/cn/itcast/search/AppSet.java | 1892868c70b25818cfe85632b404b846d099ba1e | [] | no_license | kennycaiguo/itcastHibernate0603 | effa6e626a13cb6acab7a86b2202ded2177c353c | 92daa521d00045f92002974b942231cc38eb8e72 | refs/heads/master | 2021-05-26T22:29:50.875202 | 2013-10-19T06:32:48 | 2013-10-19T06:33:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,407 | java | package cn.itcast.search;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.cfg.Configuration;
import org.junit.Test;
public class AppSet {
st... | [
"446029658@qq.com"
] | 446029658@qq.com |
4af163dfc89dab4c0db496f3879c4864b7612ad5 | e84f3a5ee0756030a8d19755bc6296790f56bd35 | /src/java/Servlets/deactiveoractiveAppValidations.java | 2ec4183c969418f7cf5d6647d5523c262e0db994 | [] | no_license | donkaac/AppSt | a47a6d53eb1f7853380b5f716f83e01d4cdd3f19 | 06b4dd571ec9c4ea24505ae3c6182df598687a44 | refs/heads/master | 2020-12-14T09:43:59.927163 | 2016-11-22T19:15:18 | 2016-11-22T19:15:18 | 68,583,337 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,491 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Servlets;
import Datacontroller.DataParser;
import Entities.Apphasstaffvalid;
import Entities.Developervalid;
import... | [
"Ish@Ishan"
] | Ish@Ishan |
56192aa44dcf90cf9643021362622c572477fac8 | ab8c50e2054c9a50ab14d2d1bdfa5153c47e936a | /java-core-lang/src/main/java/com/henryxi/java/core/lang/clazz/TestInterface.java | 2f3b858423220aca887f93792df18a94a3a70930 | [] | no_license | HenryXi/java-core | c7e637d14e6469af6f69ad1ba959a4d4263613be | 1c4cec5e8843ef444e860ccd064e859dcededf22 | refs/heads/develop | 2021-07-16T15:57:16.191848 | 2021-06-03T10:10:14 | 2021-06-03T10:10:14 | 54,711,864 | 1 | 1 | null | 2021-04-26T18:04:52 | 2016-03-25T10:22:37 | Java | UTF-8 | Java | false | false | 71 | java | package com.henryxi.java.core.lang.clazz;
interface TestInterface {
}
| [
"xixiaoyong@xiaomi.com"
] | xixiaoyong@xiaomi.com |
b88e2c53f6b1b606ee8ef347124fc19215e548bc | f684cded357de66f1ffc6d54e4fbd0f5aafaab0b | /branches/JavaBegin-master/src/com/epam/basic/java/begin/module2/task2/Bus.java | 5f62e3a55df50c93c390b2ce5cde89172d8e415a | [] | no_license | ollyyasinski/Module7 | 56a70dbc79be983a7bf23560a7440e88d10fedd9 | fd4836a71833e594dddbd3244756c56bb902ab9d | refs/heads/master | 2021-01-21T07:25:46.509668 | 2017-05-17T19:51:13 | 2017-05-17T19:51:13 | 91,614,171 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,268 | java | package com.epam.basic.java.begin.module2.task2;
import java.util.ArrayList;
import java.util.List;
public class Bus {
List<BusStop> busStops = new ArrayList<BusStop>();
int currentBusStopIndex = 0;
public Bus(List<BusStop> stops) {
busStops = stops;
}
public void move() {
BusStop current... | [
"volha yasinskaya"
] | volha yasinskaya |
b9d8751bd9374fc4adad587f3b4afd14477a3ad9 | b1f15f50cea813e626145958cb96b90a35ce3f0e | /app/src/main/java/com/example/daggerapp/di/qualifier/ApplicationContext.java | c6bdcbaecf99cc624c074b415cf2360d3d93af80 | [] | no_license | sasmita22/Dagger-App | 6754c2f5f9aa99dba9e809a3b2fe3bb3157d0f48 | d827e8faaf338593fae2af4327d37b74bf03623f | refs/heads/master | 2022-11-25T15:59:43.139592 | 2020-07-24T04:20:37 | 2020-07-24T04:20:37 | 281,639,809 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 129 | java | package com.example.daggerapp.di.qualifier;
import javax.inject.Qualifier;
@Qualifier
public @interface ApplicationContext {
}
| [
"hiroshisasmita@gmail.com"
] | hiroshisasmita@gmail.com |
7bebd1f3f8004c3ce7c00922fe7e181f86b0205b | 8b91bb0cedddf50f825020a900187e747064be5e | /src/main/segrae/Anueio.java | 3f0e48190e782d2ebb2b85f17b23565c87427856 | [] | no_license | ValcirJr/SOLID | a2242b5965225b9ae9b70918186ea0a007e53007 | 3b319f2dd622d0e047989d4b2b3eb3be72215764 | refs/heads/master | 2023-08-11T06:53:24.695040 | 2021-10-15T00:50:26 | 2021-10-15T00:50:26 | 417,325,726 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 378 | java | package main.segrae;
import java.math.BigDecimal;
import java.time.LocalDate;
public class Anueio implements Reajuste{
private BigDecimal valor;
private LocalDate dataReajusteAnuenio;
@Override
public BigDecimal valor() {
return this.valor;
}
@Override
public LocalDate dataReaju... | [
"valcir@viasoft.com.br"
] | valcir@viasoft.com.br |
4ee1bd0556dbe64563d2c8538f2f7e04a50ebdb6 | 856ca3d7dcd1d9a7db9e605e7dfaa0c29ddd8e49 | /MyIntent/app/src/main/java/org/techtown/myintent/MainActivity.java | e97a60784db9e894260be65266277028e672eb12 | [] | no_license | hyun12345/android_tutorial | 236facb5d58021f4dd2fb61a58f95f086f4d8676 | 97a6e15cba67dfd49a004d558824cdd78b5d4fe9 | refs/heads/master | 2020-04-02T20:02:38.773649 | 2018-10-26T01:47:04 | 2018-10-26T01:47:04 | 154,756,046 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,763 | java | package org.techtown.myintent;
import android.content.Intent;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.Toast;
public class MainActivity extends AppCompatActivity ... | [
"royalh69@gmail.com"
] | royalh69@gmail.com |
acaa0b3f0f8076bd8e840e2480506493777fae12 | 7e7e7990d488ebb83a1e7fb2c892075aa6f64577 | /app/src/main/java/com/myapplicationdev/android/p05_ndpsongs/MainActivity.java | be415bc6a19ffcdd53ea2270f17e7bfa53fc5eee | [] | no_license | CassandraNg/OurPotatoes | e8f6e6bab2dca7bc89f2127264bad6b3d0b1e389 | 9986ec558574427cc1f80d774b42ef8aa563c2a4 | refs/heads/master | 2023-07-12T00:15:40.152521 | 2021-08-04T07:13:25 | 2021-08-04T07:13:25 | 392,587,368 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,740 | java | package com.myapplicationdev.android.p05_ndpsongs;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.RatingBar;
import android.widget.Toast;
import androidx.appcompat.app.AppCompatActivity;
public cla... | [
"20017476@myrp.edu.sg"
] | 20017476@myrp.edu.sg |
e1f759095e83de0ad66f9e7b4198aea2cca40820 | f0ac177c8825e87f6982023b636a3859206ea7bc | /DataStruceBase/datastructbase/08_HeapAndPriorityQueue/08_HeapAndPriorityQueue/src/Solution2.java | 062e3db248b2a9ede62ae17b1d013f235fea6b1a | [] | no_license | EGjaedong/DataStructureAndAlgorithm | 988e8868e6862c1ab041114761847f4cf313bc21 | 63e9f0c00435fd1b4f6669d7fa28852d66588425 | refs/heads/master | 2020-07-01T02:07:39.880443 | 2019-08-12T01:16:46 | 2019-08-12T01:16:46 | 201,015,640 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,943 | java | import java.util.LinkedList;
import java.util.List;
import java.util.TreeMap;
import java.util.PriorityQueue;
/**
* Created by 63042 on 2019/7/14.
* LeetCode347
* ไฝฟ็จjava็PriorityQueue
* java็priorityQueueๆฏๆๅฐๅ ๅฎ็ฐ็
*/
public class Solution2 {
private class Freq implements Comparable<Freq>{
public int e, ... | [
"hzh_innovation@163.com"
] | hzh_innovation@163.com |
5a0cd02b0787b73a70af206a1a2547c4e048c04c | 10e179e5d70b5e2a10ccd9ec38ff847167df5f13 | /basecorelibrary/src/test/java/com/syc/speech/basecorelibrary/ExampleUnitTest.java | acb80939a264e5f4c3120c041236982642bcaf5b | [] | no_license | sunyuancun/SpeechAndOcr | 7ed23b6ca90a7dfbcf77c7487289be26dbef9e47 | 10dff792ee9680b2c11315ca7c7434336e47b815 | refs/heads/master | 2020-03-26T05:36:02.766419 | 2018-08-13T10:34:31 | 2018-08-13T10:34:31 | 144,564,848 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 408 | java | package com.syc.speech.basecorelibrary;
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
pub... | [
"990385465@qq.com"
] | 990385465@qq.com |
4ba874383fa8c0f483bb4170bf73defb494c35ee | da889968b2cc15fc27f974e30254c7103dc4c67e | /Optimization Algorithm_GUI/src/Algorithm_Carpool/SaNSDE_POP_NEW/Function.java | b84ebcc8c4755e139f6cd68862f2e64a3624e02f | [] | no_license | say88888/My_Project_thesis | fcd4d96b34de8627fa054146eb6164b7c3636344 | 04908ea3ed6b7a9c1939a5d8e16dfc65d66437f4 | refs/heads/master | 2020-04-10T08:32:37.106239 | 2018-12-08T05:52:44 | 2018-12-08T05:52:44 | 160,908,221 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,838 | java | package Algorithm_Carpool.SaNSDE_POP_NEW;
import java.util.ArrayList;
public class Function extends SaNSDE_POP_NEW{
static V_Individual Algorithm1_1(double F,Individual individual_r1,Individual individual_r2,Individual individual_r3,Individual individual,Individual individual_b) {
V_Individual V=new V_Indivi... | [
"gtvsta99@gmail.com"
] | gtvsta99@gmail.com |
6e5ea22431a49ba6da4ef860313d4dd7d49e8a83 | 134950f7f1315d92abc95a1cf6b9c6843dcb5a4b | /Chapter6/spring-bucks/src/main/java/com/geektime/springbucks/support/MoneySerializer.java | ade12d5c157b73b7229140093d8322d373a5a785 | [] | no_license | jinrunheng/spring-family-learn | d773812afed625eb65d2d7e8ec1b9d13ddedc7da | b92a87bd7c116b1c2062cc811260a323167449e1 | refs/heads/master | 2023-04-12T16:18:52.332279 | 2021-05-10T08:19:27 | 2021-05-10T08:19:27 | 305,738,244 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 674 | java | package com.geektime.springbucks.support;
import com.fasterxml.jackson.core.JsonGenerator;
import com.fasterxml.jackson.databind.SerializerProvider;
import com.fasterxml.jackson.databind.ser.std.StdSerializer;
import org.joda.money.Money;
import org.springframework.boot.jackson.JsonComponent;
import java.io.IOExcepti... | [
"1175088275@qq.com"
] | 1175088275@qq.com |
eb032aa029e37fcd094aa07721d310ae140b99e7 | 2ff0adfa6863e51525a3538ee79e6e43a563a480 | /src/main/java/mqtt/controller/HomeController.java | c573c799c225926ba54c8dc999dca8349017addf | [] | no_license | loind89/springboot-mqtt-demo | ef88e35ace1daa1a1622365b79c8e6b30cff2aee | 447bf505b5bb195aa802b4a2ae2682c8fbaa1013 | refs/heads/master | 2020-07-22T23:22:45.780600 | 2015-03-29T19:00:24 | 2015-03-29T19:00:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 319 | java | package mqtt.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
/**
* Created by sfrensley on 3/14/15.
*/
@Controller
public class HomeController {
@RequestMapping({"/","home"})
public String home() {
return "home";
}
}
| [
"shane@drillmap.com"
] | shane@drillmap.com |
7a3933a72392efd0e82e840f12951f152de9a865 | 69e6f6822221088dbb6e27f731fc4d117c20aef3 | /yiQu_Api/src/main/java/com/quanmai/yiqu/ui/grade/FetchBagRecordActivity.java | 72a1e0b1d45c09df51d96409a36fc0a485e312bc | [] | no_license | zengweitao/YiQuLife | f7dd201be283dfd64f7348b4525d328e7b7b94a9 | 30dd021e56c8e0914e2e2c23705baf49ffa319ce | refs/heads/master | 2021-01-01T18:10:57.454138 | 2017-07-25T06:38:40 | 2017-07-25T06:38:40 | 98,272,858 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,568 | java | package com.quanmai.yiqu.ui.grade;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.AdapterView;
import android.widget.LinearLayout;
import android.widget.ListView;
import android.widget.TextView;
import com.handmark.pulltorefresh.librar... | [
"weitao_zeng@jyc99.com"
] | weitao_zeng@jyc99.com |
cad8f17839765673eb90f2e87ab219133e12e7aa | 1ec73a5c02e356b83a7b867580a02b0803316f0a | /java/bj/Java1200/col01/ch05_้ขๅๅฏน่ฑกๆๆฏๅบ็จ/ch05_1_Javaไธญ็ฑป็ๅฎไน/_087_ๆ้ ๆนๆณ็ๅบ็จ/PersonTest.java | 0c63c5e84e84e2030d3cfc3c01147d61ffc28c12 | [] | no_license | jxsd0084/JavaTrick | f2ee8ae77638b5b7654c3fcf9bceea0db4626a90 | 0bb835fdac3c2f6d1a29d1e6e479b553099ece35 | refs/heads/master | 2021-01-20T18:54:37.322832 | 2016-06-09T03:22:51 | 2016-06-09T03:22:51 | 60,308,161 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 795 | java | package bj.Java1200.col01.ch05_้ขๅๅฏน่ฑกๆๆฏๅบ็จ.ch05_1_Javaไธญ็ฑป็ๅฎไน._087_ๆ้ ๆนๆณ็ๅบ็จ;
public class PersonTest {
/**
* ๆต่ฏ
*
* @param args
*/
public static void main( String[] args ) {
Person person1 = new Person();
Person person2 = new Person( "ๆๆฅ็งๆ", "็ท", 11 );
System.out.println( "ๅๅทฅ1็ไฟกๆฏ" );
System.out.println(... | [
"chenlong88882001@163.com"
] | chenlong88882001@163.com |
de94d581acfee7f68d6f446418d46912208b7640 | 6d4734317ff05a7e3943092e4938ed0bad16d225 | /ThinkingInJava/src/initialization/SimpleConstructor.java | 34e35d5d88378baaae84f9ef6e98ed3fb93ef1e4 | [] | no_license | By2048/Java | 05cb9818cbecb5a9fd5d7edcffaed679c2bda989 | 4346b6ef0ba271dcc6b6d2fae5785356d7fe60f7 | refs/heads/master | 2021-01-11T18:53:05.174914 | 2017-12-09T17:25:41 | 2017-12-09T17:25:41 | 95,969,446 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 403 | java | //: initialization/SimpleConstructor.java
package initialization;
// Demonstration of a simple constructor.
class Rock {
Rock() { // This is the constructor
System.out.println("Rock ");
}
}
public class SimpleConstructor {
public static void main(String[] args) {
for(int i = 0; i < 10; i++)
new R... | [
"1247079575@qq.com"
] | 1247079575@qq.com |
69ede4094a9c73d9801f3900134ea8fa14fe5102 | a6bea5abda4cac2175098d7ccaa0eeed39250e9d | /com.qbao.aisr.stuff.algorithm/src/main/java/com/qbao/aisr/stuff/cache/PcCache.java | 5855b322e2e4dd0f541a92769dd9e853831b3951 | [] | no_license | jackandyao/stuff-core | be6cca6a33ed346d646d97961060e5a9c6c17c98 | 3c561a3b83c68b5385d7b2995530931e87492773 | refs/heads/master | 2021-05-09T03:20:37.936326 | 2018-01-28T07:26:45 | 2018-01-28T07:26:45 | 119,237,433 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 346 | java | package com.qbao.aisr.stuff.cache;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class PcCache {
public static Map<String,List<String>> dirIdPcStuffIdListMap = new HashMap<String,List<String>>();
public static List<String> pcStuffIdDefault = new... | [
"786648643@qq.com"
] | 786648643@qq.com |
d85b082f3a3abcb62027ffeb362ea614c0388fe7 | 75bd6a42dc177a8c2e416829538d1f30ffd241f3 | /src/main/java/com/xdx/util/RandomUtil.java | 5eb1e7e785e5d8cf61ba3fc25f2d23edead2498c | [] | no_license | xdxxdx/blog | 5febfe6b8e5d51ed2247f1dfd82374b84e669fc9 | 1df2c0aec5a73338b19c42dc82dcf97660324491 | refs/heads/master | 2022-12-25T04:23:35.756488 | 2019-06-23T11:09:06 | 2019-06-23T11:09:06 | 193,341,898 | 3 | 0 | null | 2022-12-16T07:46:13 | 2019-06-23T11:51:01 | JavaScript | UTF-8 | Java | false | false | 492 | java | package com.xdx.util;
import java.util.Date;
import java.util.Random;
public class RandomUtil {
/**
* ่ทๅๆถ้ดๆณๅ ๅไฝ้ๆบๆดๆฐ
* @return
*/
public static long getTimeStampPlusRand(){
return new Date().getTime()+getRandNum(1, 1000);
}
/**
* ่ทๅไธไธช้ๆบๆดๆฐ
* @param min
* @param max
* @return
*/
public static Inte... | [
"2717814812@qq.com"
] | 2717814812@qq.com |
52d0236d57f7337970489947957d7ddecc11b735 | 70f6c19124c8936209650c6560e3235acdae1c79 | /moviper-passive-views/src/main/java/com/mateuszkoslacz/moviper/base/view/activity/autoinject/passive/ViperAiPassiveActivity.java | 0434f9488c5e94e439a49b72ef7864dd45e33c1d | [
"Apache-2.0"
] | permissive | mkoslacz/Moviper | 5f30865c16eaea03b4206507ea15ce9187491ca7 | 7994cd8824ecc1b376919e047a67afbb6149d58c | refs/heads/master | 2020-08-30T18:59:38.161162 | 2017-07-27T15:24:11 | 2017-07-27T15:24:11 | 66,210,591 | 93 | 15 | null | 2017-04-04T15:27:58 | 2016-08-21T17:10:59 | Java | UTF-8 | Java | false | false | 1,261 | java | package com.mateuszkoslacz.moviper.base.view.activity.autoinject.passive;
import android.support.annotation.NonNull;
import com.hannesdorfmann.mosby.mvp.MvpView;
import com.mateuszkoslacz.moviper.base.view.activity.autoinject.ViperAiActivity;
import com.mateuszkoslacz.moviper.iface.presenter.ViperPresenter;
import co... | [
"mateusz.koslacz@grupawp.pl"
] | mateusz.koslacz@grupawp.pl |
71f8446131d7ebcbf15dc0e5a9b34790b9bd4e3f | ce367b25e7b0b3389c8480d31883b50e7d43f031 | /src/main/java/selenium4/NewWindow.java | 5c379da057b91fe9ee39ba770ccfd3bfb2408b7f | [] | no_license | hemanathanmohan/Hemanathan_AzureTest | 06a457cd9c5a783a62fabfafe5eb290ab88035d6 | 8765bfa99b4f4d631113b0fe03f4d68acd4727b9 | refs/heads/main | 2023-07-06T05:23:31.883256 | 2021-08-02T16:33:27 | 2021-08-02T16:33:27 | 392,020,013 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 958 | java | package selenium4;
import java.io.File;
import java.io.IOException;
import org.apache.commons.io.FileUtils;
import org.openqa.selenium.By;
import org.openqa.selenium.OutputType;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.WindowType;
import org.openqa.selenium.chrome.ChromeDriver;
import org.tes... | [
"hemanm12@in.ibm.com"
] | hemanm12@in.ibm.com |
4d6538c07b9690b995aa55c88f7c1e2159541663 | ca4688531c0d8188e66733ebf97949944c8278ea | /WebResServer/src/test/java/org/unidal/webres/server/AllTests.java | 19eaaa756028bd000b3d8bed2b3067f380f52c56 | [] | no_license | qmwu2000/webres | 274cf3f2c65fb53b2b06d4181d2b4d9ce3819dc5 | 4bacb5a9544bd41db4003f779270cb4bbe950593 | refs/heads/master | 2021-01-17T09:11:13.902019 | 2012-08-01T06:35:07 | 2012-08-01T06:35:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 494 | java | package org.unidal.webres.server;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
import org.unidal.webres.server.taglib.MyTaglibTest;
import org.unidal.webres.server.template.JspTemplateTest;
@RunWith(Suite.class)
@SuiteClasses({
SimpleResou... | [
"qmwu2000@gmail.com"
] | qmwu2000@gmail.com |
d5f0d809ef31ef69ea7a9bfa07f06c96655359e8 | e69e65c2f644357181624d761be8451e05411f71 | /Desk.java | 63b5841cab535ec495ad451ca872388f8f2b7889 | [] | no_license | Amangeldy03kz/arkanoidgame | 77731a99d542b3eb4d8307b47f3a14851d74ef05 | 7e15cae6c51cb0b9d50f46a3ea9ceee14e0635a6 | refs/heads/master | 2021-01-23T06:34:40.951954 | 2017-06-01T07:40:55 | 2017-06-01T07:40:55 | 93,030,045 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,716 | java | package arkanoid;
import javafx.scene.image.Image;
import javafx.scene.image.ImageView;
import javafx.scene.layout.Pane;
public class Desk {
private Pane panel;
private Ball ball;
private static final int DELAY = 1;
private ImageView imv_b,imv_t;
private Image image;
private static final int W... | [
"noreply@github.com"
] | Amangeldy03kz.noreply@github.com |
63b9db74b2f83c81c869740553a2eeff3456e681 | 4237dd7e7bf749c37caaa9f828aa094d2c4ca4d8 | /src/main/java/fst/sir/biblio/dao/TypeAdherentDao.java | ef6b7657166b0a9edd241e869bc9a97cf1bedc13 | [] | no_license | ai-elabdellaoui/gestion_biblio_v3 | 1099e10327b255fb64b9f64adffc12f0935e9c0e | a67baf4e5d072c955a1d26e80f6b01e623af600c | refs/heads/master | 2021-04-08T18:07:28.840936 | 2020-03-20T21:19:43 | 2020-03-20T21:19:43 | 248,798,131 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 434 | java | package fst.sir.biblio.dao;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import fst.sir.biblio.bean.Adherent;
import fst.sir.biblio.bean.TypeAdherent;
@Repository
public interface TypeAdherentDao extends JpaRepository<TypeAdhe... | [
"jeanarnolde1995@gmail.com"
] | jeanarnolde1995@gmail.com |
939cfeb1a17652040d4ff1dc5ca26d037159b439 | f92acf0e8a24a78c31ff5e26c87930462c4343da | /src/main/java/rpc/protocol/RpcDecoder.java | 831c194eba8be95226e007ed5ef8a66c8b5e7e48 | [] | no_license | zhangzd911/test | 377183a810a0b6bf19e74d0a6d4b9bf9e228aa19 | 9223b7bddfcdc59c7990abf6470137ad29fc5d27 | refs/heads/master | 2023-07-18T11:21:11.391339 | 2021-08-31T06:29:13 | 2021-08-31T06:29:13 | 397,918,966 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,502 | java | package rpc.protocol;
/*
* @author zzd
* ่งฃ็ ๅจ๏ผๅฐๆฅๆถ็ๆฐๆฎ่ฝฌๆขๆๅฎไฝ็ฑป๏ผ
*/
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import io.netty.buffer.ByteBuf;
import io.netty.channel.ChannelHandlerContext;
import io.netty.handler.codec.ByteToMessageDecoder;
import java.util.List;
public class RpcDecoder ... | [
"zzd@spacetech.com.cn"
] | zzd@spacetech.com.cn |
c1994c7e28a19da92f843d4df92761b6205d32c9 | 9f1b1a7c9249f2c45efc70823a6923cb2876d7b1 | /android/app/src/main/java/com/sample/MainApplication.java | 5be8cdbfe2a8b11441b9888e71549a65eaa3b389 | [] | no_license | curlyCoder15/sample | a1f7c7a400dd8ff8f678f502ff7e38522aae02ec | 3e8670bf06f7e4dbc411f47728b3fe5dced63564 | refs/heads/master | 2022-12-13T12:07:03.188196 | 2020-01-30T15:03:44 | 2020-01-30T15:03:44 | 237,234,605 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,207 | java | package com.sample;
import android.app.Application;
import com.facebook.react.ReactApplication;
import com.horcrux.svg.SvgPackage;
import com.reactnativecommunity.netinfo.NetInfoPackage;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.facebook.react.shell.MainReactPackage... | [
"noreply@github.com"
] | curlyCoder15.noreply@github.com |
5de76e0f8cf6041bf38263979c7d6d795258648f | 6763bdfff63683265c50bd4b7e511030f5dca318 | /app/src/main/java/com/ls/fragmentation/demo/ui/view/BottomBarTab.java | 19664c9eee9985fabe215cfbd805c696165abf6d | [] | no_license | liushuai95/Fragmentation | 25a1da86e30f9257b04500da44fad51f17687c6c | 091ceb0175592209724daa3016b48624efdbeb28 | refs/heads/master | 2020-12-07T15:11:24.482471 | 2020-01-15T09:03:52 | 2020-01-15T09:03:52 | 232,743,561 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,811 | java | package com.ls.fragmentation.demo.ui.view;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Color;
import android.graphics.drawable.Drawable;
import android.text.TextUtils;
import android.util.AttributeSet;
import android.util.TypedValue;
import android.view.Gravity;
impor... | [
"364477308@qq.com"
] | 364477308@qq.com |
da1e34fe87feabf710d2025f868ffb866a510e3f | 1ab603cf59051477e9b05c05bbc1d60401cd9b2e | /src/test/java/com/ZAP_Selenium/ZapSecurityTest.java | 2f77228cd7936eb260f1174f26089fe0ef2c3a20 | [] | no_license | rajakumarks/zapintegrationwithselenium | 64becf7272e6c8020b7eabf5463be51331cc4c99 | 6e0341b3382c72bd1bb673d8879c6abd0fed87bb | refs/heads/master | 2022-12-29T09:14:01.685385 | 2020-07-21T19:16:07 | 2020-07-21T19:16:07 | 280,187,510 | 0 | 0 | null | 2020-10-13T23:47:25 | 2020-07-16T15:18:47 | Java | UTF-8 | Java | false | false | 11,333 | java | package com.ZAP_Selenium;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.core.IsEqual.equalTo;
import java.util.ArrayList;
import java.util.List;
import java.util.logging.Logger;
import org.junit.*;
import org.openqa.selenium.Proxy;
import org.openqa.selenium.WebDriver;
import org.zapr... | [
"rajakumar.somashekarappa@asurion.com"
] | rajakumar.somashekarappa@asurion.com |
3cd0f793a1940bea65fca3780cd00d04d0c58aef | dd828509ecc90ca77997e8b6a1276c559140d025 | /b2c/b2c-upload/src/main/java/com/mr/controller/UploadController.java | c365d6f3deb4b033effb639a166d9c6d0aaafdb6 | [] | no_license | wanghaizhou123/MR1 | 8a011452e7ea262d8c1da4ede46ba669b172394c | 72bc26b83815368f031f77a35be71ac9341bfafc | refs/heads/master | 2022-12-13T07:48:41.399392 | 2020-09-04T12:59:53 | 2020-09-04T12:59:53 | 292,847,140 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 867 | java | package com.mr.controller;
import com.mr.service.UploadService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springfram... | [
"2337526990@qq.com"
] | 2337526990@qq.com |
29e2d9d5d2a794c8e1873a0ad3c1d478d4dbb39f | 16e18d1e56d0b6790614e8a372c72c9b015ba0f5 | /Q63.java | f1bdc6d40169a84e2742a80abe9f517a98dd7b55 | [] | no_license | subhamrajput/CoreJava-Assignment | 0fe026f567dd7d2e29ef9600cb8cb00535aeaf81 | 34f2d4c1238cb555a08144aaf84748aa62105ab5 | refs/heads/master | 2022-12-26T00:25:32.887356 | 2020-10-06T17:22:36 | 2020-10-06T17:22:36 | 296,423,440 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 514 | java | package p3;
import java.io.DataInputStream;
import java.io.FileInputStream;
import java.io.IOException;
public class Q63 {
public static void main(String[] args) throws IOException {
FileInputStream f=new FileInputStream("E:\\core java\\dir\\abc.txt");
DataInputStream f2=new DataInputStream(f);
int... | [
"noreply@github.com"
] | subhamrajput.noreply@github.com |
ceb17f5a3f94ed890031a6bab1271e486ffa9e79 | c7b1bc125a37c688f8a6832b733ededfcd06f426 | /src/main/java/com/github/rimevel/rimesroofs/setup/Registry.java | a343941e0e2967d30ea95bb8a8ba136ad4df8d6f | [
"MIT"
] | permissive | Rimevel/RimesRoofs | 0f24913499ddd1e8ad0bf124c928675c6f8cb1ea | d77817d634ca0bb379e21f05ee722aab11276dec | refs/heads/main | 2023-08-07T18:19:06.278529 | 2021-09-26T23:18:32 | 2021-09-26T23:18:32 | 410,684,142 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,103 | java | package com.github.rimevel.rimesroofs.setup;
import com.github.rimevel.rimesroofs.Rimesroofs;
import net.minecraft.block.AbstractBlock;
import net.minecraft.block.Block;
import net.minecraft.block.SoundType;
import net.minecraft.block.material.Material;
import net.minecraft.item.BlockItem;
import net.minecraft.item.It... | [
"rimevel@gmail.com"
] | rimevel@gmail.com |
ce229f34468975811ba2f745a6d6d3cdd59cc3d9 | 2717854f82f867b983d0551de1cf147cd7cb7bc1 | /app/mef/presenters/replies/ComputerReply.java | a5dfc5a8e5bafff6f5d8f17bf07d93513fc4b96c | [] | no_license | ianrae/mcomputer | 20687d8154adb89000fd45428763d76106f1c95e | 717b5084bf797777ce460cc326982d8609c30fd4 | refs/heads/master | 2021-01-01T19:11:20.038979 | 2013-10-27T14:51:09 | 2013-10-27T14:51:09 | 13,455,416 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 497 | java | //THIS FILE HAS BEEN AUTO-GENERATED. DO NOT MODIFY.
package mef.presenters.replies;
import java.util.List;
import java.util.Map;
import mef.entities.Computer;
import mef.presenters.MyPage;
import org.mef.framework.replies.Reply;
import com.avaje.ebean.Page;
public class ComputerReply extends Reply
{
// public List... | [
"windward37@hotmail.com"
] | windward37@hotmail.com |
e59d8ba5b406defff89246e6b3541994ba25b092 | 5cc2ecc12777c9aa23eeba2fefa93b6bbe372d59 | /javapro/src/FlowLayoutTest.java | 9de1cb31e054b841502eca72fc90174b2e243215 | [] | no_license | oneso123456789/project | bbffaabbc3547a7a6e369543419c55b4f5017751 | 3096d17604b4d15746e71de6c72e444054aaf0df | refs/heads/master | 2020-03-22T17:21:19.891954 | 2018-02-20T08:29:36 | 2018-02-20T08:29:36 | null | 0 | 0 | null | null | null | null | UHC | Java | false | false | 1,369 | java | import java.awt.Button;
import java.awt.FlowLayout;
import java.awt.Frame;
import java.awt.Panel;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
public class FlowLayoutTest {
private Frame f;
private Button b1, b2, b3, b4, b5;
public FlowLayoutTest() {
// ํ๋ ์ ๊ฐ์ฒด ์์ฑ
f = new... | [
"giduck23@naver.com"
] | giduck23@naver.com |
b687b9c3db50538008807b0c8e42bc0aa872d0fe | 79595075622ded0bf43023f716389f61d8e96e94 | /app/src/main/java/com/google/android/mms/pdu/AcknowledgeInd.java | b43a94891a9ee311acfa74efa51e89ce50e79712 | [] | no_license | dstmath/OppoR15 | 96f1f7bb4d9cfad47609316debc55095edcd6b56 | b9a4da845af251213d7b4c1b35db3e2415290c96 | refs/heads/master | 2020-03-24T16:52:14.198588 | 2019-05-27T02:24:53 | 2019-05-27T02:24:53 | 142,840,716 | 7 | 4 | null | null | null | null | UTF-8 | Java | false | false | 863 | java | package com.google.android.mms.pdu;
import com.google.android.mms.InvalidHeaderValueException;
public class AcknowledgeInd extends GenericPdu {
public AcknowledgeInd(int mmsVersion, byte[] transactionId) throws InvalidHeaderValueException {
setMessageType(133);
setMmsVersion(mmsVersion);
s... | [
"toor@debian.toor"
] | toor@debian.toor |
5a71bae10cfba828837028cc428abda0763c1a4b | c4a1ee5a470679125680d0e524eca17491187019 | /web-service/src/main/java/com/jgermaine/fyp/rest/util/StringUtil.java | c0300f765529b91cb503a5a799a26e7bb8f0332b | [] | no_license | JasonGermaine/Council-Alert | c4fdbf94410c046a36265263f12b32e3c023f97d | 9939e160adca6f059d2e18e91ee8d1f8ce2f2847 | refs/heads/master | 2016-09-06T17:31:24.352985 | 2015-04-27T15:30:39 | 2015-04-27T15:30:39 | 24,409,975 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 287 | java | package com.jgermaine.fyp.rest.util;
public final class StringUtil {
/**
* Determines whether a string is not null and not empty
*
* @param value
* @return isValid
*/
public static boolean isNotNullOrEmpty(String value) {
return value != null && !value.isEmpty();
}
}
| [
"jasonfgermaine@gmail.com"
] | jasonfgermaine@gmail.com |
ea84c1f72857c07b4f427f197e65dd563d100887 | 1c8cbb51dc485cfe0bb8515a3e7a8b6b34769e61 | /app/src/main/java/apptribus/com/tribus/activities/chat_tribu/mvp/ChatTribuView.java | bac14a87eb4fbeea1098c58e8dd17e8dc14b29b9 | [] | no_license | djeane/tribus | f8992249ed4409f9f8a94b7eab4a2a18baf9a7b8 | e819db0e093159da7547464135e8d76162e40735 | refs/heads/main | 2023-01-31T07:36:30.429111 | 2020-12-12T19:38:28 | 2020-12-12T19:38:28 | 320,908,312 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,174 | java | package apptribus.com.tribus.activities.chat_tribu.mvp;
import android.annotation.SuppressLint;
import android.net.Uri;
import android.support.annotation.NonNull;
import android.support.constraint.ConstraintLayout;
import android.support.design.widget.AppBarLayout;
import android.support.design.widget.FloatingActionBu... | [
"djeane_smlf@yahoo.com.br"
] | djeane_smlf@yahoo.com.br |
6cacb11aa69e2034a7d7bb71fc4ebe1286d6ba03 | 9620f456d1702d2252726c068f77ef3accca5f85 | /CommonSearch/fragments/SearchGlobalReultFragment.java | 3091d141b6be97633d83096e718b9a0cda6176a7 | [] | no_license | pankajkamlegate6/moneyCProject | 408b0993996d868781b6d3d5d550fbedf61ec693 | ab03a2757db49830d33374a6bcc0c5c3a562a75d | refs/heads/master | 2021-01-10T05:23:28.533720 | 2016-02-26T07:35:39 | 2016-02-26T07:35:39 | 52,585,523 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 41,181 | java | package com.moneycontrol.handheld.CommonSearch.fragments;
import java.util.ArrayList;
import android.content.Context;
import android.content.Intent;
import android.content.res.Resources.NotFoundException;
import android.graphics.Color;
import android.graphics.drawable.Drawable;
import android.os.AsyncTask;
... | [
"pankaj.kamle@gate6.com"
] | pankaj.kamle@gate6.com |
d4e8bf974162975452fe4d224e1b1a58e6b5c43d | 9a64467fa78cda23bb2bfcc09d0c6c547eeb42ff | /JFileSysLib/src/jfilesyslib/exceptions/NotAFileException.java | 4774275d1d9947ab0943ab65608233fc30b89f6b | [] | no_license | MarcMil/JFileSysLib | ee4feb0505846c83043a16ac3cf5abeea53addd9 | 616d573ac99fb9d12cd9880251b683dbcf02b047 | refs/heads/master | 2021-01-18T14:18:30.036456 | 2013-08-26T14:13:48 | 2013-08-26T14:13:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 314 | java | package jfilesyslib.exceptions;
/**
* May be thrown if the given path is a file/symbolic link to a directory/symbolic link to a directory,
* e.g. if openFile("/") is called
* @author Marc Miltenberger
*/
public class NotAFileException extends Exception {
private static final long serialVersionUID = 0;
}
| [
"marc@miltenberger.eu"
] | marc@miltenberger.eu |
6291a91955d5ab300f281d0f6c6da74d9bef5958 | 3d256f83092d1d55473239656478516efba97f4b | /AssetManagement-Asset-Service/src/main/java/com/cg/AssetManagementAssetServiceApplication.java | 8b4f2ba332862a0da1ab921fae47c91e4fbd41ef | [] | no_license | adityasovani/Sprint-2-Bakcend | 4d92e161ea1604fc4f7568cc6e41296579bc9a9b | 561ba5861b7b13778d6de8f36e9f62332fedd2a4 | refs/heads/master | 2022-08-24T10:58:31.375931 | 2020-05-14T05:16:09 | 2020-05-14T05:16:09 | 263,820,834 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 436 | java | package com.cg;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
@SpringBootApplication
@EnableDiscoveryClient
public class AssetManagementAssetServiceApplication {
public ... | [
"adityasovani44111@gmail.com"
] | adityasovani44111@gmail.com |
e07fe718292a8f7915db0e11d343c2ae820ed38e | f567c98cb401fc7f6ad2439cd80c9bcb45e84ce9 | /src/main/java/com/alipay/api/response/AlipayMerchantMrchsurpActivitysignupCreateResponse.java | c7f00fa3e7316e5b601824590ad89aa04e55395b | [
"Apache-2.0"
] | permissive | XuYingJie-cmd/alipay-sdk-java-all | 0887fa02f857dac538e6ea7a72d4d9279edbe0f3 | dd18a679f7543a65f8eba2467afa0b88e8ae5446 | refs/heads/master | 2023-07-15T23:01:02.139231 | 2021-09-06T07:57:09 | 2021-09-06T07:57:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 769 | java | package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.merchant.mrchsurp.activitysignup.create response.
*
* @author auto create
* @since 1.0, 2021-06-25 14:02:36
*/
public class AlipayMerchantMrchsurpActivity... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
d7108c2d3e3d88085043c43e5c83ddb1e9f44d83 | 3d38c7198eaf456523daa6fabfa5b969a0fe0be1 | /src/searchSorting/HeapSortDemo.java | 185f2b92ca7ae7c6e62c309d00d8b95c02a5948d | [] | no_license | deepikakaushal39/SearchAndSorting | f16887f8d751bae73c30c486634339204a9f17a0 | ef11e3ebe037ef5f96e36f12871b52913c096466 | refs/heads/master | 2020-03-25T21:59:46.134078 | 2018-08-09T20:26:01 | 2018-08-09T20:26:01 | 144,200,005 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,643 | java | package searchSorting;
import java.io.IOException;
public class HeapSortDemo {
public static void main(String[] args) throws IOException {
int[] a={45,32,67,23,101,350,200,6,100};
HeapSort h=new HeapSort(a.length);
h.Build_Heap(a);
for(int i=0;i<a.length;i++)
System.out.println("this: "+a[i]);
h.Heap... | [
"deepika.kaushal39@gmail.com"
] | deepika.kaushal39@gmail.com |
fa91582891de6f047604298e88d545e60e865f06 | 3b71c2ea427ab132de0c31b81c8e97c4f276afa5 | /src/main/java/com/elliott/hs/cards/tier1/demon/FiendishServant.java | 36c5bed5d7e80e15de08e5e38042bb415786f05f | [] | no_license | telliott88/hs_model | 7f32d57ef467597304cfe0ca86c2ea99f9027111 | a1d55faf9ac5f202308f9d89245c480f7924ed55 | refs/heads/master | 2022-12-02T23:14:18.817772 | 2020-08-19T04:07:18 | 2020-08-19T04:07:18 | 288,607,975 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 351 | java | package com.elliott.hs.cards.tier1.demon;
import com.elliott.hs.model.CardImpl;
import com.elliott.hs.model.Tribe;
public class FiendishServant extends CardImpl {
private FiendishServant() {
super("Fiendish Servant", 2, 1, 1, Tribe.DEMON);
}
public static FiendishServant get() {
return n... | [
"tomelliott2405@gmail.com"
] | tomelliott2405@gmail.com |
fd52e9de9cdd26e6abc4d628b791ef4ac7e0b49c | 99b764800912e393d63086b564c579562f4e2fef | /projects/plugins/data_providers/mongodb-datasource-provider/src/main/java/edu/emory/cci/bindaas/datasource/provider/mongodb/outputformat/IFormatHandler.java | 9a8f1965385413b4c43819a91b33b6dd88547a0b | [
"BSD-3-Clause"
] | permissive | sharmalab/bindaas | 81af369323dd34b5efc8d60b47c72b043f8f5584 | 0d3b0af877caae73e784789a41fa6e658204557c | refs/heads/master | 2023-02-18T13:31:20.216968 | 2023-02-07T22:49:22 | 2023-02-07T22:49:22 | 93,875,289 | 5 | 12 | BSD-3-Clause | 2023-02-07T22:49:24 | 2017-06-09T16:01:07 | Java | UTF-8 | Java | false | false | 728 | java | package edu.emory.cci.bindaas.datasource.provider.mongodb.outputformat;
import com.mongodb.DBCursor;
import edu.emory.cci.bindaas.datasource.provider.mongodb.model.OutputFormat;
import edu.emory.cci.bindaas.datasource.provider.mongodb.model.OutputFormatProps;
import edu.emory.cci.bindaas.framework.model.QueryResult;
... | [
"nadirsaghar@emory.edu"
] | nadirsaghar@emory.edu |
c9711ef28438f20b27a79a833029b2ead10571ec | f4c1c206ea37088b26f226864fffee00d0967f7b | /standardstream/src/main/java/com/carnivalmobile/stream/standard/TileStreamActivity.java | d9b68d44d59a326c6adae6addca2977705f46171 | [] | no_license | madamkirsty/MessagesfromTheQueen | 692edbe0d532e770912faf0f54be5fb37b2df057 | 87fdc2dc8f221f613bce09be689738812593cdff | refs/heads/master | 2021-06-25T01:16:48.806728 | 2017-09-11T09:31:53 | 2017-09-11T09:31:53 | 103,117,038 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,918 | java | package com.carnivalmobile.stream.standard;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.ActionBar;
import android.support.v7.app.AppCompatActivity;
import andr... | [
"kmorris@MBA357.local"
] | kmorris@MBA357.local |
7ce64dcc544e18133b8f2da4c553f6b509318f29 | 6075481cce7472fb57399ecd707e01f4310b7c9b | /Stacks/Evaluate Reverse Polish Notation.java | aa2ff576936b5bbaa88ba3b900ee489b54997500 | [] | no_license | AjayBhat29/DSA-Java | e01b26e4d66e47f5e14478b4006066cf9a06eb15 | 3bd182cb07aa9dd3c986dd41ff133e1f4ea0e81f | refs/heads/master | 2023-06-27T00:25:09.576703 | 2021-08-05T06:00:16 | 2021-08-05T06:00:16 | 294,727,862 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,124 | java | /* Evaluate the value of an arithmetic expression in Reverse Polish Notation.
Valid operators are +, -, *, and /. Each operand may be an integer or another expression.
Note that division between two integers should truncate toward zero.
It is guaranteed that the given RPN expression is always valid. That means the expr... | [
"noreply@github.com"
] | AjayBhat29.noreply@github.com |
700d5fb053e906d8670be8f343da5d20e077d213 | 96d5eaa65cd05ff657e3ee1941dcff0080d7c646 | /src/main/java/net/mcreator/breadpack/item/TacoItem.java | fd1e7de45d67c96196824d8d958c59f9af0e6cfa | [] | no_license | nate-moo/Breadpack | 1e2522470e840ed00e676e0cca11bab9aad60159 | 37aa467b392fd210ef1e5606b92a6bd04ff2c6ad | refs/heads/master | 2021-05-22T21:02:08.364431 | 2020-04-05T01:16:14 | 2020-04-05T01:16:14 | 253,094,395 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,081 | java |
package net.mcreator.breadpack.item;
import net.minecraftforge.registries.ObjectHolder;
import net.minecraft.item.UseAction;
import net.minecraft.item.ItemStack;
import net.minecraft.item.ItemGroup;
import net.minecraft.item.Item;
import net.minecraft.item.Food;
import net.mcreator.breadpack.BreadpackElements;
@Br... | [
"unconfigured@null.spigotmc.org"
] | unconfigured@null.spigotmc.org |
aa25a4bed57e028f4e6ae1a3914de7d895c9e612 | 7ab15db23079fb2bf33e7639fcd616ba25ea572f | /app/src/main/java/com/meetutech/baosteel/widget/video/RecordedButton.java | a3d0bffd398e51b28d8c0f4369e243ab25fcbbd0 | [] | no_license | gmgw0909/baosteel-android | 08d54ae9d3e15d3076afc403f5ddaeae0d967fe7 | 37744d76c088f90b40c53a2027ea3db8c6a3ea79 | refs/heads/master | 2023-08-28T03:19:57.853771 | 2021-11-02T03:23:04 | 2021-11-02T03:23:04 | 326,561,413 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,718 | java | package com.meetutech.baosteel.widget.video;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.ValueAnimator;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics... | [
"libao@peilian.com"
] | libao@peilian.com |
ee106bc76c7f5176d4f7695ecee1279735353c72 | 67f6fdd5f57ac9d652410100e3500adc3d5a0cf3 | /shop_service/shop_search_service/src/main/java/com/qf/service/impl/SearchServiceImpl.java | b4185c36cc30ef93921bf117383f092ab252976a | [] | no_license | yingyunzhizi/shop_pom_1901 | cf44dddbd7768322ebd9720a32417bc83ad33726 | c145c4921f20ed72286cd78c9b76ceefbf336bd2 | refs/heads/master | 2022-06-30T18:35:50.075596 | 2019-06-05T16:43:01 | 2019-06-05T16:43:01 | 189,129,917 | 0 | 0 | null | 2022-06-17T02:12:39 | 2019-05-29T01:39:07 | JavaScript | UTF-8 | Java | false | false | 5,282 | java | package com.qf.service.impl;
import com.alibaba.dubbo.config.annotation.Service;
import com.qf.ISearchService;
import com.qf.entity.Goods;
import com.qf.entity.Page;
import org.apache.solr.client.solrj.SolrClient;
import org.apache.solr.client.solrj.SolrQuery;
import org.apache.solr.client.solrj.SolrServerException;
i... | [
"yun@qq.com"
] | yun@qq.com |
47142ecc92493963da37d276e7af320a0b13c6ed | 05bdac6855e8334f0c86df37dd085aa838026a72 | /src/main/java/com/hyx/dp/sum/MinCoinSum.java | ca50f43018ac9e7388fdf203ace26fd9d66ec039 | [] | no_license | hangyuxin/algorithm | 904ae9ec06635af6a43e9180c153dfa736c10a8f | bd98f94cb3925d26e02708a4cf123247f64699b0 | refs/heads/master | 2022-11-27T22:32:37.315718 | 2020-07-18T13:44:57 | 2020-07-18T13:45:14 | 267,520,854 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,326 | java | package com.hyx.dp.sum;
import java.util.Arrays;
/**
* ๆๅฐๆ็กฌๅธ
* ้ฎ๏ผ็ปๅฎไธไธช็กฌๅธ้้ขๆฐ็ปa๏ผไธไธช็ฉๅ้้ขn๏ผๆฑๆๅฐ้่ฆ่ฑๅคๅฐไธช็กฌๅธๆๅฏไปฅไนฐไธ่ฟไธช็ฉๅ
*
* @author sq
* @date 2020/07/13
*/
public class MinCoinSum {
/**
* ๆฑๆๅฐ้่ฆๆๅคๅฐ็กฌๅธ
*
* @param arrays
* ็กฌๅธๆฐ็ป
* @param num
* ๆป้้ข
* @return ๆๅฐ้่ฆ... | [
"yuxin.hang@pactera.com"
] | yuxin.hang@pactera.com |
d19e6586cd4f19a7a4896037424a48b61362ca8f | 6596a5d687d337e488c379dde50042806b7fa7bf | /assistive31/src/main/java/info/earntalktime/at/utils/ATItem.java | 63641f0242d1fed67cd0518f1ac053b3affba2c5 | [] | no_license | AndroVijay/Wily6 | 269b60201ad8fe59fb759d33a09ff722f34afceb | a6cabad3470acbac8aacc61a3e11ea5d40135e24 | refs/heads/master | 2020-04-23T19:35:53.830287 | 2019-02-19T05:19:41 | 2019-02-19T05:19:41 | 171,409,995 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,087 | java | package info.earntalktime.at.utils;
public class ATItem {
private int itemId;
private String itemName = "";
private String itemActionName = "";
private String packageName = "";
private int status = 0;
public int getItemId() {
return itemId;
}
public void setItemId(int itemId) {
this.itemId = itemId;
}
... | [
"vk.adit18@gmail.com"
] | vk.adit18@gmail.com |
c9dadd6f9dcb49d46453d677b4bf5f7a3833cd15 | ef50e50e0b61db62d0476b5b7df3d5f5044a16a9 | /Dynamic_Programming/zurikela/java/ivanbessonov.java | a339524d9bc698ba88e743c148b3e259e0cc648e | [] | no_license | saketrule/Research_Project-HackerRank_CheckStyle | 09fd6ef3a067926c754af693b13566cc55fe16ae | 4334bcbc4620fb94fd3d63034a320756e7233ded | refs/heads/master | 2021-01-22T13:03:08.055929 | 2017-09-12T12:11:19 | 2017-09-12T12:11:19 | 102,361,527 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,820 | java | import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
public class Solution {
public static void main(String[] args) {
int Q = readInt();
char[] buffer = new char[1];
List<MySet> mySets = n... | [
"anonymoussaketjoshi@gmail.com"
] | anonymoussaketjoshi@gmail.com |
94db49edb7f5bd9bc0f263dbc55461f3f4619bfe | 716cfbecd3464ad92a466cad6cea6ab643a47517 | /src/br/com/senac/bo/EnderecoBO.java | 7b1953aa46bebf0786be3edd67d43860763661c7 | [] | no_license | heltonmatiazi/projetoSenacWeb | bf5e1514e6933b149b94c6e3226b332e9b103346 | 5fda9e0d85fa087640e84d28e413930068fa53e9 | refs/heads/master | 2021-01-19T04:47:55.991716 | 2016-11-29T15:24:19 | 2016-11-29T15:24:19 | 69,103,168 | 1 | 0 | null | 2016-11-29T15:24:20 | 2016-09-24T13:13:51 | Java | UTF-8 | Java | false | false | 1,575 | java | package br.com.senac.bo;
import br.com.senac.dao.EnderecoDAO;
import java.sql.SQLException;
import br.com.senac.model.Endereco;
public class EnderecoBO {
/*
public void inserir(Endereco e){
try{
EnderecoDAO enderecodao=new EnderecoDAO();
enderecodao.inserir(e);
} catch (SQLException ex... | [
"heltonmatiazi@gmail.com"
] | heltonmatiazi@gmail.com |
4971e295f5956c5509088b655316450688bc2907 | 4486c433ae5d15954471658f5a042aebeffef588 | /app/src/main/java/com/symbel/orienteeringquiz/fragment/FragmentClasificacionClubes.java | 6f5f6169d3d06e09052e71d4a16d7dce12bf4d26 | [
"Apache-2.0"
] | permissive | EstefaniaGilVaquero/OrienteeringQuizAndroid | 15090c6a7e61afb2228c059ba1a726dbf2e9b81c | 2d12b9856707d1d03cb6d3965b2222d0e96ea403 | refs/heads/master | 2021-05-20T17:54:34.930533 | 2018-05-05T22:30:06 | 2018-05-05T22:30:06 | 60,066,195 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,343 | java | package com.symbel.orienteeringquiz.fragment;
import android.app.Activity;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v7.widget.DefaultItemAnimator;
import android.support.v7.widget.LinearLayoutManag... | [
"estefania.gil@miotek.es"
] | estefania.gil@miotek.es |
9e0fdb1dec0cde709e65c3387316a56af860b74c | 08c5675ad0985859d12386ca3be0b1a84cc80a56 | /src/main/java/org/omg/PortableServer/POAPackage/ServantNotActiveHelper.java | c38f8467fe2d5e741e8eb6dcaba7c701aefe8616 | [] | no_license | ytempest/jdk1.8-analysis | 1e5ff386ed6849ea120f66ca14f1769a9603d5a7 | 73f029efce2b0c5eaf8fe08ee8e70136dcee14f7 | refs/heads/master | 2023-03-18T04:37:52.530208 | 2021-03-09T02:51:16 | 2021-03-09T02:51:16 | 345,863,779 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,496 | java | package org.omg.PortableServer.POAPackage;
/**
* org/omg/PortableServer/POAPackage/ServantNotActiveHelper.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/re/workspace/8-2-build-windows-amd64-cygwin/jdk8u60/4407/corba/src/share/classes/org/omg/PortableServer/poa.idl
* Tuesday, Au... | [
"787491096@qq.com"
] | 787491096@qq.com |
7a6478a39e571f74cb522b797b8c9d73a72f9c90 | ea3648110899f7c34c98fb3650cc2fd3d8a16170 | /main/java/dqmIII/blocks/decorate/render/DqmTileEntityRenderYajirusikiiro2.java | c8368b09840d0e6fc65d2bfa1e2ae9609f88b463 | [] | no_license | azelDqm/MC1.7.10_DQMIIINext | 51392175b412bd7fa977b9663060bb169980928e | af65ee394fe42103655a3ef8ba052765d2934fd0 | refs/heads/master | 2021-01-25T05:22:11.733236 | 2015-03-24T15:23:55 | 2015-03-24T15:23:55 | 29,433,818 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,529 | java | package dqmIII.blocks.decorate.render;
import net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.util.ResourceLocation;
import org.lwjgl.opengl.GL11;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import ... | [
"azel.trancer@gmail.com"
] | azel.trancer@gmail.com |
07dd57453051f8ccf21afbf2673efd580313b0b7 | 03fe8e768605af0e5c4614c3780731d2637170e4 | /CreditsScene.java | 430a2ecdbf58644cf35cc9093d787df34f68d6fc | [] | no_license | uday2000/PvZ-2019-AP-Project | b3271f76fcb008496faf11167152e1317f9dceb2 | 33a96479a5f73d55a5ad0bca3db09f19bd0c4f26 | refs/heads/master | 2022-03-14T21:28:22.194834 | 2019-12-02T06:30:02 | 2019-12-02T06:30:02 | 214,791,593 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,427 | java | import javafx.fxml.FXML;
import javafx.fxml.FXMLLoader;
import javafx.scene.Node;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.scene.image.Image;
import javafx.scene.image.ImageView;
import javafx.scene.input.MouseEvent;
import javafx.scene.paint.Color;
import javafx.stage.Stage;
impor... | [
"noreply@github.com"
] | uday2000.noreply@github.com |
7cee93117c49851dac1bdf39b0c996ba01254905 | 304cd489a6eddea6436fa03105ae918693a476e1 | /70. Climbing Stairs.java | e01e9ca5189c336db7295b1d428752051144cbef | [] | no_license | maxsidorov/leetcode | d45a86bb63e7012941d84415f55cec3bf4254e38 | a98f78944bbf8f2df30301936f2bf78925b38336 | refs/heads/master | 2021-05-26T09:23:27.359980 | 2020-06-08T16:05:33 | 2020-06-08T16:05:33 | 128,077,141 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 291 | java | class Solution {
public int climbStairs(int n) {
if (n == 1 || n == 2) return n;
int a = 1;
int b = 2;
int c = 0;
for (int i = 3; i <= n; i++) {
c = a + b;
a = b;
b = c;
}
return c;
}
}
| [
"noreply@github.com"
] | maxsidorov.noreply@github.com |
e38fd432c93dbe176a964233aa868f592ee239d2 | 94cb0894acc5a87c7aa7bc1ded7fd249fbf32597 | /java-1/src/main/java/net/m14m/ardecha/input/StringableFile.java | 496f4c08ba612982903eed4ac884d590dec84767 | [] | no_license | moss/architectural-design-challenge | 52ff479e16063e57939a645c123e83286997a159 | dbfc0e5be89fe9f2cdf843c904f7103df29d6f1d | refs/heads/master | 2021-01-19T10:42:20.312473 | 2012-12-22T17:43:29 | 2012-12-22T17:43:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 725 | java | package net.m14m.ardecha.input;
import java.io.*;
public class StringableFile {
private File file;
public StringableFile(File file) {
this.file = file;
}
public String read() throws FileNotFoundException {
FileReader fileReader = new FileReader(file);
return copyReaderToStrin... | [
"moss.collum@gmail.com"
] | moss.collum@gmail.com |
5b5c542fc3ea117f944dd7fea5b588dbb3d5429e | 0fb241fb9a49ffde60f851ffde64c02fdb171301 | /widgets/src/main/java/com/qylk/code/widgets/localService.java | 4cba4ebed2183420ba4dc9f26bd79ada1d964491 | [] | no_license | qylk/code-lib | 0bfb0448035bc785c922a5bac8ef8f67c8f82b19 | cb19966a8d4080c25c0d053af3e84549256f6778 | refs/heads/master | 2021-01-17T05:20:49.357658 | 2015-05-01T16:19:30 | 2015-05-01T16:19:30 | 34,909,017 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,936 | java | package com.qylk.code.widgets;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import android.graphics.PixelFormat;
import android.os.IBinder;
import android.view.View;
import android.view.WindowManager;
import android.widget.TextView;
public class localService ex... | [
"fangjian@meituan.com"
] | fangjian@meituan.com |
ff2728852d3b3a52405cfebecd59e1e0a8701ba6 | e41fdad3fbd95509f5d34deb485538e0a77780b3 | /lowerupper.java | 0f8b80e0fa779f20631f7bee7910e91af3bf5a5f | [] | no_license | siri134/milestone1 | cdab93ab98aacc939b09d7f2a44668dbdc0d0dc4 | 6d6fad0db9ac7dab8dba016a27d58c07380a7d9e | refs/heads/master | 2022-11-11T09:17:42.922127 | 2020-07-01T04:02:09 | 2020-07-01T04:02:09 | 274,296,228 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 590 | java | package com.wipro.flowcontrolstatements;
public class lowerupper{
static void convertOpposite(StringBuffer str)
{
int ln = str.length();
for (int i=0; i<ln; i++)
{
Character c = str.charAt(i);
if (Character.isLowerCase(c))
str.replace(i, i+1, Character.toUpperCase(c... | [
"noreply@github.com"
] | siri134.noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.