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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
083c599516da0bcee63e154e1cbfda41c76fbcaf | bc95261e278f998a677a2b38119918062f11b180 | /src/Dao/clienteDao.java | a06c744abf0f59bfcdfe2be5831b95a45b4b6972 | [] | no_license | wanosoft/PAPSIS2016 | 468ca9e9d961b9b93f4c7359db30fc0a89e32c5a | 1bd972eed9841a7cf996d0080c5d581754562017 | refs/heads/master | 2020-04-05T23:14:51.706472 | 2016-12-11T16:26:30 | 2016-12-11T16:26:30 | 65,874,086 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 807 | 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 Dao;
import To.clienteTo;
import java.sql.CallableStatement;
import java.sql.Connection;
import sql.conexion;
/... | [
"davic@192.168.1.67"
] | davic@192.168.1.67 |
456f551d60bec3e627375d699a5088f1d8f43a51 | 8d8f0ba7fecdffedb6c425f8f3c58457502d4fa1 | /src/cz/dat/oots/util/Matrix4.java | 1cdcd9d2b0d0451138cb44ee7a742185acdde0ae | [] | no_license | Arayn/blocks | 333e9d6ddce3fe4dfd4afe0b086c058ac606a771 | 20ceb15a9c1ef890ebb6445de0891a58a45e5ec9 | refs/heads/master | 2021-01-24T00:24:19.409136 | 2016-06-18T13:14:29 | 2016-06-18T13:14:29 | 61,205,286 | 0 | 0 | null | 2016-06-15T12:11:17 | 2016-06-15T12:11:16 | null | UTF-8 | Java | false | false | 9,157 | java | package cz.dat.oots.util;
import java.nio.FloatBuffer;
public final class Matrix4 {
private float[][] m;
public Matrix4() {
m = new float[4][4];
}
public float[][] getM() {
return m;
}
public float get(int x, int y) {
return ... | [
"bhead551@gmail.com"
] | bhead551@gmail.com |
9492e3bd728d1d24a6326fb4a8ae49f1d4a2912b | c6506e4c6206e5b227b5f284f484167c5b2ab345 | /tile/domain/src/main/java/com/exercise/tarmag/service/IPropertyChargeRuleService.java | f6e7c08d5de1103079fb952d44a003374d1fff13 | [] | no_license | yranibee/exercise | 2fd765af9b61eef321605c9ce83b7378a05fcb1d | af1a6bd6626595b22505fd9d11be61639e2812cd | refs/heads/master | 2021-07-09T16:28:18.636731 | 2017-10-10T06:46:49 | 2017-10-10T06:46:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 844 | java | package com.dt.tarmag.service;
import java.util.List;
import java.util.Map;
import com.dt.tarmag.model.PropertyChargeRule;
import com.dt.tarmag.vo.PropertyChargeRuleVo;
/**
* 物业规则service
* @author wangfacheng
* @date 2015年8月21日13:41:13
*
*/
public interface IPropertyChargeRuleService {
/**
... | [
"facheng.wang@otms.cn"
] | facheng.wang@otms.cn |
88b909e6235c778d4ce185f300337c36cb9ec4eb | 64455b7ce0658de6992bb219d8b150dddb30881c | /DesignPatterns/src/main/java/br/com/bcp/pattern/memento/command/LblDisplay.java | 3f66575a611d28eda4b25e124f25c754ad798e91 | [] | no_license | bproenca/java | f1fba9f21026a67ec3131fed39692999ef6faed0 | 0b9a9c9620e60b22a57cc61fa3bd467269e270db | refs/heads/master | 2023-01-09T15:34:48.597389 | 2019-12-21T21:46:42 | 2019-12-21T21:46:42 | 202,936,509 | 0 | 0 | null | 2023-01-02T21:58:51 | 2019-08-17T22:25:25 | HTML | UTF-8 | Java | false | false | 487 | java | package br.com.bcp.pattern.memento.command;
import java.awt.Color;
import java.awt.Font;
import javax.swing.JLabel;
import javax.swing.border.EtchedBorder;
class LblDisplay extends JLabel {
Mediator med;
LblDisplay(final Mediator m) {
super("0", JLabel.CENTER);
med = m;
med.registerDisplay(thi... | [
"bruno.proenca@synchro.com.br"
] | bruno.proenca@synchro.com.br |
25e8d34f960b4cb6c17bf633a2027e07f00a138e | f532b92dc0cbf3c04b93eadc429cc5af36a2f2ea | /src/java/com/wonders/common/authority/util/MenuUtil.java | f18d5a10e32de9c312c5f90d8f92643f91a38c8e | [] | no_license | lilu1984/gittest | 82958eebb3bc6c081b055659196f2303c258a72b | 7f46ae0ffabd2a47b17fe43edd9c78863cf16333 | refs/heads/master | 2021-04-27T03:43:40.830826 | 2018-02-24T09:28:05 | 2018-02-24T10:15:23 | 122,718,262 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 4,036 | java | package com.wonders.common.authority.util;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.apache.log4j.Logger;
import com.wonders.common.authority.bo.AuthorityTre... | [
"lilu@wondersgroup"
] | lilu@wondersgroup |
5c5fec9c4cbe3daf35ee58d5ac1d06f12d3fb541 | 87d52fccc95609c710f8af47b6a2ad591492455a | /kodilla-spring/src/main/java/com/kodilla/spring/shape/Circle.java | 5c5f990ab8a0061e46a8586325bd17a3948ad1f6 | [] | no_license | rbarcik/rafal-barcik-kodilla-java | be4ba6c800c93f906904668ec0b1cd5697e1c302 | 4798c7c7257698f11cb4c306b4fa202cb7ec2340 | refs/heads/master | 2020-04-05T19:10:33.120415 | 2019-05-26T19:33:09 | 2019-05-26T19:33:09 | 157,122,008 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 302 | java | package com.kodilla.spring.shape;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Component;
@Component
@Scope("singleton")
public class Circle implements Shape {
@Override
public String getShapeName() {
return "This is a circle.";
}
}
| [
"barcik.r@gmail.com"
] | barcik.r@gmail.com |
b24f68884d2b52fcbe4cc1bab923ada25ad9b8a2 | 12487a1971203f175e4a9f405302dbb9f498c96f | /src/main/java/org/ort/school/crm/jooq/model/tables/GroupStudent.java | e9a09ec6ac92ada09d2da57eb51e00148977fff2 | [
"Apache-2.0"
] | permissive | barlog-m/school-crm | 43959cf604e0110fa9c25fe12e4edce70359c67c | 8f0a46d51443784f9e90955e1020603aeef58231 | refs/heads/master | 2020-04-22T05:29:54.488456 | 2019-02-11T04:22:50 | 2019-02-11T04:22:50 | 170,161,699 | 0 | 0 | null | 2019-02-11T16:25:58 | 2019-02-11T16:25:57 | null | UTF-8 | Java | false | true | 4,193 | java | /*
* This file is generated by jOOQ.
*/
package org.ort.school.crm.jooq.model.tables;
import java.util.Arrays;
import java.util.List;
import javax.annotation.Generated;
import org.jooq.Field;
import org.jooq.ForeignKey;
import org.jooq.Index;
import org.jooq.Name;
import org.jooq.Record;
import org.jooq.Schema;
i... | [
"pavel.finkelshtein@gmail.com"
] | pavel.finkelshtein@gmail.com |
c053ed26cccc42d846c5c913e8a79e4918ca44aa | ed6c84f05b170cbea17758ee63159f81b268b5f5 | /app/src/main/java/com/jhb/dvt/dvt_store/Models/Location.java | a61b84090585bfc52456026aa1ace81505669ea4 | [] | no_license | creed6312/DVT-Store_Android | d77d74f3be1e64d0c3ff7b43221050c9648b67d2 | 65c24e8cf4074d0f6a7c6624a8bb022aaebd9a7d | refs/heads/master | 2016-08-11T14:56:33.936881 | 2016-03-03T12:43:34 | 2016-03-03T12:43:34 | 51,435,722 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 745 | java | package com.jhb.dvt.dvt_store.Models;
/**
* Created by CreeD on 2016/02/26.
*/
public class Location {
private String Place ;
private double Lat ;
private double Long ;
private String Address ;
public String getPlace() {
return Place;
}
public void setPlace(String place) {
... | [
"creed.shane@gmail.com"
] | creed.shane@gmail.com |
cac0862010702ea3fffffd58d86994f465f7c0eb | e9b9eaa6532cbf4f8d6b5d037ed8453cc5637166 | /A4/Screen.java | 35c045664ae32df635a6a26b12ee22b642e2c59e | [] | no_license | VictoriaXY6/CSC22100-Projects | dfc010a6e0288f7b1b339de50caa3def2e271406 | 612670cf9dc91208cb79b68589dc6efc16d399ba | refs/heads/master | 2022-11-08T06:34:00.753614 | 2020-06-24T16:12:11 | 2020-06-24T16:12:11 | 274,574,159 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,351 | java | import java.util.Date;
public abstract class Screen {
private long id;
private double salePrice;
private Date makeDate;
private String manufacturer;
private String model;
//non-default constructor
public Screen(long id, double salePrice, Date makeDate, String manufacturer, String model) {
this.id = id;
th... | [
"noreply@github.com"
] | VictoriaXY6.noreply@github.com |
5c10f1927a16cf2d18ff983aae506bd0b0418eb7 | 13e3c7e5067e70e71e4fd59d5336e0168d78dbaa | /REFACTORING/Anonima/src/Circulo.java | 4adc9c3179293cd25c36f729078ad5e8a54d3bc3 | [] | no_license | lauriiShii/ENTORNOS-DEL-DESARROLLO | f9bacfdaa7fe6400f5c2042f5b2e59f180799e99 | 0d650071fb9355b3d69d06b77af5d0789c652e96 | refs/heads/master | 2020-03-22T06:33:34.492538 | 2018-07-03T23:14:52 | 2018-07-03T23:14:52 | 139,642,639 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 543 | java |
public class Circulo {
private Punto punto;
private double radio;
Circulo(double x, double y, double radio){
this.radio = radio;
punto = new Punto(x,y);
}
public double area(){
return Math.PI*radio*radio;
}
class Punto{
private double x;
private double y;
Punto(double x, double y){
... | [
"lauracalventedominguez@gmail.com"
] | lauracalventedominguez@gmail.com |
40fdb33b6c295efe17633a868dfd994b91f0b403 | 6e9b4ed585600a7d6166c25703a708f69efa4691 | /Lab_4/src/tutorial/servlet/HelloServlet.java | e394247290b6f18945883d18d5451ad6d2429701 | [] | no_license | denisstep99/network-programming | 55236733673723b4461f2c9956d18530eaca39ae | ad562b2d2fa43019a0a00d3fdd41b29d37c378c4 | refs/heads/master | 2020-09-16T11:48:32.194048 | 2019-11-25T00:10:55 | 2019-11-25T00:10:55 | 223,760,298 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,040 | java | package tutorial.servlet;
import javax.servlet.ServletException;
import javax.servlet.ServletOutputStream;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
@WebSer... | [
"denisstep99@gmail.com"
] | denisstep99@gmail.com |
e8385b206d79daa06e5f2171684506d6bc2578b9 | 7c46a44f1930b7817fb6d26223a78785e1b4d779 | /soap/src/java/com/zimbra/soap/mail/type/BulkAction.java | ab72048825ed128d43c5a8d6d3f78084588dc11a | [] | no_license | Zimbra/zm-mailbox | 20355a191c7174b1eb74461a6400b0329907fb02 | 8ef6538e789391813b65d3420097f43fbd2e2bf3 | refs/heads/develop | 2023-07-20T15:07:30.305312 | 2023-07-03T06:44:00 | 2023-07-06T10:09:53 | 85,609,847 | 67 | 128 | null | 2023-09-14T10:12:10 | 2017-03-20T18:07:01 | Java | UTF-8 | Java | false | false | 2,606 | java | /*
* ***** BEGIN LICENSE BLOCK *****
* Zimbra Collaboration Suite Server
* Copyright (C) 2017 Synacor, Inc.
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software Foundation,
* version 2 of the License.
*
... | [
"sneha.patil@synacor.com"
] | sneha.patil@synacor.com |
5073c376fd192036eaec7a4e8ccde82ddd20090b | 558b99e5b293fa44fb3db9df37b53cf4d7d8fc65 | /app/src/main/java/okki/setyatmoko/guidepess/Home/ViewPagerAdapter.java | 90222f303e3434f78192c91071a88cac42d4af5f | [] | no_license | ocekaye/GuidePess2 | 2477991449d9af8b1b1e2082d213819e91f6d481 | 7aae15f3cc1cf58cd0413ec6bf539918afc91ecf | refs/heads/master | 2021-01-20T23:04:00.611112 | 2017-08-30T04:05:18 | 2017-08-30T04:05:18 | 101,836,650 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,017 | java | package okki.setyatmoko.guidepess.Home;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import java.util.ArrayList;
import java.util.List;
/**
* Created by Hinata on 8/10/2017.
*/
public class ViewPagerAdapter extends Fragme... | [
"styat_moko@rocketmail.com"
] | styat_moko@rocketmail.com |
1db9a271c78956b640e5041ca4fe0fe6d0cb7b81 | 39872bb8cc325f9bf299a0087b39f684f7ef589c | /app/src/main/java/com/fil/SingleProductViewActivity.java | 7012c4b7d0f6589eac8198e047092d2b5300a351 | [] | no_license | nuwan94/FIL | f0d6c86fcddb4ddf758c3bf46d0a8e314d2fb87e | e4ef2d871822a7757cb2280ee15eaefff3e53822 | refs/heads/master | 2021-06-30T11:16:09.583760 | 2019-04-02T09:51:36 | 2019-04-02T09:51:36 | 177,328,570 | 0 | 0 | null | 2020-10-07T10:21:52 | 2019-03-23T18:56:08 | Java | UTF-8 | Java | false | false | 3,392 | java | package com.fil;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.Spinner;
import com.fil.Common.Common;
import co... | [
"nuwansalawatta@gmail.com"
] | nuwansalawatta@gmail.com |
83e890dad355d2997b2cf9f20b7828425551effc | fc0887f1438c0d5f7f17d8fa39bb3be5c23b7353 | /bootique-tapestry58/src/test/java/io/bootique/tapestry/v58/testapp2/bq/BQEchoService.java | 13cdd080107f3f1fb494bc0bafd1a0566e678e16 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-generic-cla"
] | permissive | bootique/bootique-tapestry | 7726c2afca554cc10064fe63a653f8333ae76257 | 33f187cbfa903e3264a56ff99003ef31f9241095 | refs/heads/master | 2023-04-02T08:29:14.704771 | 2023-03-24T12:26:09 | 2023-03-24T12:26:09 | 61,655,245 | 4 | 3 | Apache-2.0 | 2018-06-18T07:17:29 | 2016-06-21T17:57:31 | Java | UTF-8 | Java | false | false | 992 | java | /*
* Licensed to ObjectStyle LLC under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ObjectStyle LLC licenses
* this file to you under the Apache License, Version 2.0 (the
* "License"); you may not u... | [
"andrus@objectstyle.com"
] | andrus@objectstyle.com |
6d744a38e5fb6d42b805401c7a991fbc628fa73e | 28552d7aeffe70c38960738da05ebea4a0ddff0c | /google-ads/src/main/java/com/google/ads/googleads/v4/services/stub/GrpcAdGroupCriterionSimulationServiceCallableFactory.java | d7df903f3c19cfd6c1c061336f83e0401582e4d8 | [
"Apache-2.0"
] | permissive | PierrickVoulet/google-ads-java | 6f84a3c542133b892832be8e3520fb26bfdde364 | f0a9017f184cad6a979c3048397a944849228277 | refs/heads/master | 2021-08-22T08:13:52.146440 | 2020-12-09T17:10:48 | 2020-12-09T17:10:48 | 250,642,529 | 0 | 0 | Apache-2.0 | 2020-03-27T20:41:26 | 2020-03-27T20:41:25 | null | UTF-8 | Java | false | false | 822 | java | /**
* Copyright 2018 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | [
"noreply@github.com"
] | PierrickVoulet.noreply@github.com |
1c0ea1210c55b9fa7662265f634d6c97fa276a81 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/19/19_d3fbad01bd07067ddb11a19949277e0493bbb502/Search/19_d3fbad01bd07067ddb11a19949277e0493bbb502_Search_s.java | 9b325f1ac424cdd1998913f2beafada88760533a | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 3,219 | java | package de.mpg.jena.search;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import org.apache.commons.collections.ListUtils;
import org.apache.log4j.Logger;
import de.mpg.jena.controller.SearchCriterion;
import de.mpg.jena.controller.SearchCriterion.Operator;
im... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
5c95ba324ea40219661d8976bbd55bb968d0e018 | 3344240d52225dbb72d3a999791ca85175f63baf | /src/main/java/com/example/service/IStudentService.java | 5cf42973129070cc917ba6b827e9624d12d07fbe | [] | no_license | BanLanGenBei/my-project | bd662275984669e34d34264e543088c147ab78d6 | 7c1dbbd2574df8d432d74961cc68e43bf63e3d20 | refs/heads/master | 2023-02-05T20:17:58.993442 | 2020-12-24T06:50:01 | 2020-12-24T06:50:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 785 | java | package com.example.service;
import com.example.model.entity.Student;
import com.baomidou.mybatisplus.extension.service.IService;
import java.util.List;
/**
* <p>
* 服务类
* </p>
*
* @author ${author}
* @since 2020-12-23
*/
public interface IStudentService extends IService<Student> {
/**
* 添加一个学生
... | [
"chenchong@ovopark.com"
] | chenchong@ovopark.com |
d97b1cabef6f33f62c81b9265ed467c810d626a2 | 46719835215b0c92e191a12d6adbbb115fef653d | /src/main/java/omid/springframework/repositories/IngredientRepository.java | cc49f6d7a52583687838d79c1db48d0a82e5c1a8 | [] | no_license | omid-joukar/spring5-recipe-app | caba47cefe47f5c62455dc6c3ca32138e6453c41 | 97786769385f8310c47ba794373fac6e3cdd2e39 | refs/heads/master | 2023-02-13T20:42:15.289853 | 2020-12-28T22:58:40 | 2020-12-28T22:58:40 | 322,797,075 | 1 | 0 | null | 2020-12-24T10:01:53 | 2020-12-19T08:01:39 | Java | UTF-8 | Java | false | false | 233 | java | package omid.springframework.repositories;
import omid.springframework.domain.Ingredient;
import org.springframework.data.repository.CrudRepository;
public interface IngredientRepository extends CrudRepository<Ingredient,Long> {
}
| [
"joukaromid6@gmail.com"
] | joukaromid6@gmail.com |
6b8897b102bf64966df57168ad19b950f8e18fcb | c53fa8acaed81b2b48eb0d26ce0897ced001fc74 | /src/leetcode/_191Numerof1Bits.java | e29e489761ef77290763de901617c7ba16de4940 | [] | no_license | mapicccy/Java | efb02228044d2de3786834f6655c21773a16c772 | e233ac3de3d329d55b03b7ffdd9d5f448ec32524 | refs/heads/master | 2021-09-09T16:01:46.581730 | 2018-03-17T15:56:40 | 2018-03-17T15:56:40 | 53,581,554 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 289 | java | package leetcode;
public class _191Numerof1Bits {
public static int hammingWeight(int n){
int count = 0;
while(n != 0){
n = n & (n - 1);
count++;
}
return count;
}
public static void main(String[] args) {
// TODO Auto-generated method stub
}
}
| [
"zhaoguanjun@172.28.50.35"
] | zhaoguanjun@172.28.50.35 |
79fe1bfe9afce1f5c2719833157b96ac5ee341d2 | ba26af1bfe70673303f39fb34bf83f5c08ed5905 | /analysis/src/main/java/org/apache/calcite/plan/RelOptSamplingParameters.java | 8361072031a336021152e7e1c3991355c404b7ad | [
"MIT"
] | permissive | GinPonson/Quicksql | 5a4a6671e87b3278e2d77eee497a4910ac340617 | e31f65fb96ea2f2c373ba3acc43473a48dca10d1 | refs/heads/master | 2020-07-30T06:23:41.805009 | 2019-09-22T08:50:18 | 2019-09-22T08:50:18 | 210,116,844 | 0 | 0 | MIT | 2019-09-22T08:48:23 | 2019-09-22T08:48:23 | null | UTF-8 | Java | false | false | 3,649 | 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... | [
"xushengguo-xy@360.cn"
] | xushengguo-xy@360.cn |
4f653546aa5a753f387946471122235a2308e83c | 071e09826a71758e9e0f595d39a1d04622cf3aad | /Java-Interview-Code/generalQuestions/anagram.java | f50b176119545a22efd3a3f53f274bcaea0fc660 | [] | no_license | eyeboah369/Data-Structures-and-Algorithms- | 6d75b7137ba1fd2e5c5ebbd2aae73647a25c9cc4 | 72019cd34b5063d9337f9110168e0e1a632b5bb9 | refs/heads/master | 2022-06-11T05:09:59.047175 | 2020-05-07T01:30:16 | 2020-05-07T01:30:16 | 261,919,646 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 325 | java | /*This problem was asked by Robinhood.
Given an array of strings, group anagrams together.
For example, given the following array:
['eat', 'ate', 'apt', 'pat', 'tea', 'now']
Return:
[['eat', 'ate', 'tea'],
['apt', 'pat'],
['now']]*/
public class anagram {
public static void main(String[] args){
... | [
"evansyeboahjr.@client159-61.wireless.newpaltz.edu"
] | evansyeboahjr.@client159-61.wireless.newpaltz.edu |
60b7d400b6329bd99fb87ece2f347bf6f4dc6bd7 | e442335289fe0f195be6bf65a1226aa077669742 | /test/rs/ac/bg/etf/pp1/MJParserTest.java | e74b3f3568be1efdb884cf66119170cca89baa18 | [] | no_license | Zejladin/PP_Projekat | 957ea360a0a155142a88aa715be964d94219fb1a | 766deab5d79c69b275b9640e827831c979f6e058 | refs/heads/master | 2022-04-05T03:54:23.036045 | 2020-02-06T03:15:03 | 2020-02-06T03:15:03 | 236,203,011 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,040 | java | package rs.ac.bg.etf.pp1;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.FileReader;
import java.io.IOException;
import java.io.Reader;
import java_cup.runtime.Symbol;
import org.apache.log4j.Logger;
import org.apache.log4j.xm... | [
"djuradj.kurepa@gmail.com"
] | djuradj.kurepa@gmail.com |
e3c02cedc5c0ef526dae91a77ec9c7d6e84e7455 | ab6b5e321f19da88300f700d3f9259f501e30344 | /src/main/java/com/will/Ex8.java | 526e3aeb56764a2b53cd57f3f247b90c9fa04930 | [] | no_license | wbrucesc/codingbattests | 56837c99d1e2c54f8e2e91eeaac1d0de2a5aabe9 | 50ef4418ecad5cc1dcb559f70213b560b581319e | refs/heads/master | 2021-05-12T16:37:40.154015 | 2018-01-13T20:49:42 | 2018-01-13T20:49:42 | 117,020,647 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 565 | java | package com.will;
public class Ex8 {
/* Given 2 int values, return true if one is negative and one is positive. Except if the parameter "negative" is true,
then return true only if both are negative. */
public static boolean posNeg(int a, int b, boolean negative) {
if ((a < 0 && b < 0) && negative... | [
"willtiger13@gmail.com"
] | willtiger13@gmail.com |
60eada60c51be54a477a27466e2da0c6e8cfd745 | d885e082e223c0566dffc780344ce0dc2824887c | /src/main/java/com/microBusiness/manage/service/StorageFormLogService.java | 6dbc7e5d36b481678428a30fc3dd3efccdb6ccdd | [] | no_license | shenqidekobe/eba-manager | 1f4b44535f96dc5e8a13a6bf80ba19f83a6f077e | a1c224fc1d2681497977cd3c7342cab4ea26175a | refs/heads/master | 2020-04-30T14:24:01.252360 | 2019-03-21T10:01:46 | 2019-03-21T10:01:46 | 176,889,788 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 916 | java | /*
* Copyright 2005-2015 dreamforyou. All rights reserved.
* Support: http://www.dreamforyou
* License: http://www.dreamforyou/license
*/
package com.microBusiness.manage.service;
import java.util.List;
import com.microBusiness.manage.entity.Order;
import com.microBusiness.manage.entity.Shop;
import co... | [
"xiongshiwei@4ef083ab-0e2f-4864-81e5-8fd49570540e"
] | xiongshiwei@4ef083ab-0e2f-4864-81e5-8fd49570540e |
844f6a36f2bb9c9292e58b961804921a57e53a0c | 6de9842dab5fdd8a68fe60b12b8eaf19a8096921 | /src/main/java/project/board/repository/MemberRepository.java | 868c2db4099f4ad053ec1eaf9805a1574050a2af | [] | no_license | g1063114/board_project | fa115ce1d1c33ae85323a11dbeb5bfd4c0a86952 | 7f18b058d39c1a0c8f18bd9405d9d86394601973 | refs/heads/master | 2023-08-23T11:41:30.398841 | 2021-09-15T03:04:00 | 2021-09-15T03:04:00 | 398,232,118 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 283 | java | package project.board.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import project.board.entity.Member;
import java.util.List;
public interface MemberRepository extends JpaRepository<Member, Long> {
List<Member> findByUsername(String username);
}
| [
"g1063114@naver.com"
] | g1063114@naver.com |
c57c81f4b104fdbd91ada10e660fdf138e40e48f | 7784a7fcf7880d325430b1a3152d74a9ce98fdb8 | /ES_05.2020-10-16/src/assignment05/SlaveForDir.java | e77a54b8d028da14834450452195ed08d4d100ea | [] | no_license | Wander29/Reti_esercizi.2020 | b358509a0e895fe2b48988bcfcc2757b80352416 | 0c5f9287c65d4044875c382ad89de2ca5ded1e5f | refs/heads/master | 2023-02-19T07:54:09.567868 | 2021-01-21T18:14:35 | 2021-01-21T18:14:35 | 298,775,730 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 441 | java | package assignment05;
/**
* @author LUDOVICO VENTURI 578033
* @version 1.0
* @date 2020-10-22
*/
/**
* classe astratta utile per il costruttore e per il Protocollo di chiusura
*/
public abstract class SlaveForDir {
protected static final String CODICE_TERMINAZIONE = "029.TERMINATE";
pro... | [
"ludo.venturi@gmail.com"
] | ludo.venturi@gmail.com |
4111b7efda7459937f8f79f7c6e5484b4b105a76 | 0144030fd822ff06d875e4ac2b1201c2cc04c77d | /API/src/main/java/org/sikuli/script/Runner.java | 391b40e555dc387f7a39aca742f0c039b299f06e | [
"MIT"
] | permissive | xiaolongWangDev/SikuliX1 | 56ecffe16f41aad888541328080210f2cb18474d | cad35cdc580ca12762f2410f279e06366c9e7cc2 | refs/heads/master | 2020-04-20T10:17:38.051534 | 2019-02-05T06:58:52 | 2019-02-05T06:58:52 | 168,786,983 | 0 | 0 | MIT | 2019-02-02T02:46:01 | 2019-02-02T02:46:00 | null | UTF-8 | Java | false | false | 49,667 | java | /*
* Copyright (c) 2010-2018, sikuli.org, sikulix.com - MIT license
*/
package org.sikuli.script;
import org.apache.commons.cli.CommandLine;
import org.sikuli.basics.Debug;
import org.sikuli.basics.FileManager;
import org.sikuli.basics.Settings;
import org.sikuli.util.CommandArgs;
import org.sikuli.util.CommandArgs... | [
"rmhdevelop@me.com"
] | rmhdevelop@me.com |
9369654928218e66a9c574fb4037c0963e87534f | 0c8998fa1d986570acd4037a2e2331a116586be0 | /Project5QuickSorter.java | 285a77b8bc1260dd05406602d767aa4a10e76472 | [] | no_license | stempelmeyer/CS3345---Data-Structures-and-Algorithmic-Analysis | a434a5a117de2734d4ce763698dbe35151b07c51 | 06784e55219b74ca2d2837f0f2e2ca2b4416eed7 | refs/heads/main | 2023-01-24T03:54:10.748508 | 2020-12-15T20:43:26 | 2020-12-15T20:43:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,202 | java | //Author: Sarah G. Tempelmeyer
//Course: CS 3345.003
//Date: Semester 1 - 11/17/2019
//Assignment: Project 5 - QuickSort
//Compiler: Eclipse 2018_12
//Net ID: sgt170030
//Description: Implements several variations of the in-place QuickSort algorithm, each with a... | [
"noreply@github.com"
] | stempelmeyer.noreply@github.com |
937145b3946d3712a2c09f7ee4a39feb963cdea5 | c27bc01c43e2b9f959836fd22754aeeebdaac94d | /191012/RegexMatches.java | 157e4ff1e1fcdcc6a07e17d82e9c483220d1353e | [] | no_license | tanlex/java | cfde0a1f0b2f20cddf21af45a66c639a92830f50 | c4dc1cfaca64e1f687a307accd5817319faf11ad | refs/heads/master | 2020-06-21T15:25:39.133680 | 2019-10-12T09:55:25 | 2019-10-12T09:55:25 | 197,490,664 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,176 | java | import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class RegexMatches{
/*
private static final String REGEX = "\\bcat\\b";
private static final String INPUT = "cat cat cat cattie cat";
*/
/*
private static final String REGEX = "foo";
private static final String INPUT = "foooooooooo... | [
"523249435@qq.com"
] | 523249435@qq.com |
76ce640a68e695db4103e1de88753ccf990e6b4f | d0ff6cdb489f127f081bfd0682f3366de47b6a34 | /UPnPProject/devicelib/src/main/java/com/tpvision/sensormgt/datamodel/SensorChangeListener.java | 765e10f1ab5104aa68a04975ec4ca40d33705f94 | [] | no_license | yurifariasg/upnp-cloud | 2f214f617e86a9fd863e387e7996581bc1645734 | b1987f3c4efa949d9ffcb773882c961a5ec7d80b | refs/heads/master | 2021-01-17T11:04:54.810042 | 2016-09-06T02:01:45 | 2016-09-06T02:01:45 | 45,313,616 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,729 | java | /* Copyright (c) 2013, TP Vision Holding B.V.
* All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditio... | [
"yurifariasg@gmail.com"
] | yurifariasg@gmail.com |
d5a69ea7710fde755e4518f3e7e4b18698c174f7 | ad9c328aeb5ea617a1c056df45ae9acc3e5c1aad | /projects/projects-spring/projects-spring2.5.6/src/main/java/org/springframework/aop/config/AspectComponentDefinition.java | 3a5f9e189c3b4797e7a1cb591ff38fb8c26a3c1b | [] | no_license | tangjiquan/collect | 3fa4b3fd5fecc7e0d8d7a6bf89151464bd4e98bb | d059d89ae9899bd43b2f5b7d46b7ba88d5f066d4 | refs/heads/master | 2022-12-22T19:26:37.599708 | 2019-08-05T15:00:32 | 2019-08-05T15:00:48 | 126,582,519 | 1 | 0 | null | 2022-12-16T08:04:19 | 2018-03-24T09:03:08 | Java | UTF-8 | Java | false | false | 1,854 | java | /*
* Copyright 2002-2007 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... | [
"2495527426@qq.com"
] | 2495527426@qq.com |
f154c1341fb3f71e9a48edd9b9e6c8c263983a6e | a09371f214bf653333352935774d2fd1b6796db6 | /app/src/test/java/com/example/r30_a/weatheractivity/ExampleUnitTest.java | 059bfbdd3fb049b62ad9c5bd289ca72fec892bee | [] | no_license | LucaLin/WeatherInfoTool | 59c60765493f24243f6ecaff4d000cc071559dff | 9fe5036781f68c4db60f96867466f2fab2f1bf6b | refs/heads/master | 2020-05-07T17:57:21.593144 | 2019-04-17T08:04:28 | 2019-04-17T08:04:28 | 180,748,548 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 394 | java | package com.example.r30_a.weatheractivity;
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
... | [
"luca.lin@tpinformation.com.tw"
] | luca.lin@tpinformation.com.tw |
68b362d6dce271803c2b7533347ff32e857702c4 | f321db1ace514d08219cc9ba5089ebcfff13c87a | /generated-tests/dynamosa/tests/s1021/6_re2j/evosuite-tests/com/google/re2j/Unicode_ESTest_scaffolding.java | 18fdfc9a9c65a4d577c1ca36d698bb31ec7fa788 | [] | no_license | sealuzh/dynamic-performance-replication | 01bd512bde9d591ea9afa326968b35123aec6d78 | f89b4dd1143de282cd590311f0315f59c9c7143a | refs/heads/master | 2021-07-12T06:09:46.990436 | 2020-06-05T09:44:56 | 2020-06-05T09:44:56 | 146,285,168 | 2 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,821 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Thu Jul 04 08:20:40 GMT 2019
*/
package com.google.re2j;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;
impo... | [
"granogiovanni90@gmail.com"
] | granogiovanni90@gmail.com |
bbb69bab20910d42111301f8de3a4a3ae8a3f2ee | bb7c5b09732817fc9f99cc3f246f450c11853895 | /src/main/java/com/kostiuk/something/SomethingApplication.java | db4e862263ac3db2b1a08b755a24e8f38241ec39 | [] | no_license | kostiuk-repository/something | b8e995ce26f96949bb61bad49b56f2a22f917f8e | 31b77c3a6164d3c3e9049b0ae93134aa6156267d | refs/heads/master | 2021-02-03T23:35:29.921735 | 2020-02-27T17:43:20 | 2020-02-27T17:43:20 | 243,575,019 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 320 | java | package com.kostiuk.something;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SomethingApplication {
public static void main(String[] args) {
SpringApplication.run(SomethingApplication.class, args);
}
}
| [
"vladyslav.kostiuk@clurgo.com"
] | vladyslav.kostiuk@clurgo.com |
5e7fc9c22cb47ed079b0377a693e906bb937baff | 3ec63163f60d1d58000c193f44d03d7d175ceea8 | /src/sohu/test/annotation/func/MethodType.java | 950aab2f9c7d361748081f6cbeda9c9bc040a39a | [] | no_license | gaoqi02/learning | 715faad73a23235f9c840e81095c8ead228d2c15 | 4ffc47b38dc84446614cf91550da638918b406e6 | refs/heads/master | 2020-05-22T01:39:44.731893 | 2017-05-11T09:47:24 | 2017-05-11T09:47:24 | 65,792,025 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 531 | java | package sohu.test.annotation.func;
import java.lang.annotation.*;
/**
* 定义到可以作用于方法的注解
* Created by qigao212074 on 2016/8/17.
*/
@Documented//文档
@Retention(RetentionPolicy.RUNTIME)//在运行时可以获取
@Target({ ElementType.TYPE, ElementType.METHOD })//作用到类,方法,接口上等
public @interface MethodType {
//枚举类型
public enum Me... | [
"qigao212074@sohu-inc.com"
] | qigao212074@sohu-inc.com |
8a8757fce437700d78d9ea4e97c6542d391a2993 | ec3c2cad7144588110dbdf850ee019994affbc2f | /BoShiXuan/app/src/main/java/www/chendanfeng/com/onekeyshare/themes/classic/EditPage.java | 1b46437df97f83ab4ba097db4223d5822703768f | [] | no_license | kobeeeeee/BoshiXuan | e764d736efef6d06b4283beb0c7fad1f00e46880 | 6d52f6cdfaea92997676ec5e6455af2622a66635 | refs/heads/master | 2021-01-17T17:02:48.160043 | 2016-08-03T13:39:37 | 2016-08-03T13:39:37 | 62,395,411 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,971 | java | /*
* 官网地站:http://www.mob.com
* 技术支持QQ: 4006852216
* 官方微信:ShareSDK (如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复)
*
* Copyright (c) 2013年 mob.com. All rights reserved.
*/
package www.chendanfeng.com.onekeyshare.themes.classic;
import java.util.ArrayList;
import java.util.HashMap... | [
"386793119@qq.com"
] | 386793119@qq.com |
bacf443e474eeff5459b75332ab503beb74240bb | 12b14b30fcaf3da3f6e9dc3cb3e717346a35870a | /examples/commons-math3/mutations/mutants-Dfp/2204/org/apache/commons/math3/dfp/Dfp.java | 541abbe2d9123ba8d1c49c1cfee0b14914719fbc | [
"BSD-3-Clause",
"Minpack",
"Apache-2.0"
] | permissive | SmartTests/smartTest | b1de326998857e715dcd5075ee322482e4b34fb6 | b30e8ec7d571e83e9f38cd003476a6842c06ef39 | refs/heads/main | 2023-01-03T01:27:05.262904 | 2020-10-27T20:24:48 | 2020-10-27T20:24:48 | 305,502,060 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 85,680 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"kesina@Kesinas-MBP.lan"
] | kesina@Kesinas-MBP.lan |
564769631313e85d59f0dd3714d77ef1c13c6dd9 | 4fac81dc0e45aee0bab27ce630b219532f9e5c68 | /src/sync/send/Mail.java | 650ed25463cdeaa82e0f72655ddd640bdeee8db7 | [] | no_license | jiaqi-g/EasySync | 21a4f60342e62d6d1837cfee2d31c2639de16060 | e918758672daaa823be59389598a261fb8c21ad0 | refs/heads/master | 2021-05-26T16:59:40.625112 | 2012-11-12T11:53:01 | 2012-11-12T11:53:01 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 4,999 | java | package sync.send;
import it.sauronsoftware.base64.Base64;
import java.util.*;
import java.io.*;
import javax.mail.*;
import javax.mail.internet.*;
import javax.activation.*;
public class Mail {
//define sender, receiver, SMTP server, username, password, subject and content
private String displayName... | [
"fudanvictor@gmail.com"
] | fudanvictor@gmail.com |
eb114b009489b1fc567620d52fb2689cf03e5801 | 235efd488136304d015d0545725c9b7ebb23f428 | /generate-jar/codes/Add.java | 470d660f2a1798ba045ddcc26cb9fec2aa1efe44 | [] | no_license | kailiangji/java-study | fdfdea2617b219b20c7da8752051b272850d0b21 | 3cedcf238ebd416f4147eb449c9b5e294f3c2ad6 | refs/heads/master | 2020-03-25T19:15:37.211176 | 2018-08-31T08:24:16 | 2018-08-31T08:24:16 | 144,073,738 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 227 | java | package add;
import java.util.*;
public class Add {
public static void main(String[] args) {
int x = Integer.parseInt(args[0]);
int y = Integer.parseInt(args[1]);
System.out.printf("%d + %d = %d\n",x ,y, x+y);
}
}
| [
"jkl@irif.fr"
] | jkl@irif.fr |
c4a7d610cdc19f055cfdc75976f46c5e444f42f6 | e28992d82c5a83c3384168739d9413b35d00baae | /MayChallenge/src/ranSomNote.java | dedfe40d3d492eb337cc60c646f35b9177cb8fa2 | [] | no_license | talktoresh/MayChallenge | 607090d50f8a6a7de63943939f1383b5eba8cc12 | eaaca66c38d5b35d12fc613d3cc5a538afc346c7 | refs/heads/master | 2022-07-17T05:31:54.231594 | 2020-05-13T18:24:32 | 2020-05-13T18:24:32 | 263,708,613 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 958 | java | import java.util.Arrays;
import java.util.HashMap;
import java.util.Map;
public class ranSomNote {
public static void main( String args[]) {
String ransomNote = "aa", magazine = "ab";
System.out.println(canConstruct(ransomNote,magazine));
}
public static boolean canConstruct(String ransomNot... | [
"reshmakn@192.168.0.101"
] | reshmakn@192.168.0.101 |
28412cc0af7c233375596c19d0a535a8af112bb9 | 8dbf6af7282396825dd138dcd016af7637cd5fbc | /CIS 263 JAVA/Java2Gui/Java2Lesson6/src/com/company/JScrollDemo.java | 9c6e0adda7ea2245d3f795261feb30a30db611a6 | [] | no_license | daveminkowski/coursework | 2a66d255057b7de7e55bc76210ad2e37a32c3c7c | 58a1e702536a803b7f5bacb3eb33c25119938f61 | refs/heads/master | 2023-03-06T08:49:13.552257 | 2020-01-30T23:09:53 | 2020-01-30T23:09:53 | 237,286,320 | 0 | 0 | null | 2023-03-03T04:37:47 | 2020-01-30T19:13:36 | PowerShell | UTF-8 | Java | false | false | 1,152 | java | package com.company;
import javax.swing.*;
import java.awt.*;
public class JScrollDemo extends JFrame{
private JPanel panel = new JPanel();
private JScrollPane scroll = new JScrollPane(panel,
ScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS,
ScrollPaneConstants.HORIZONTAL_SCROLLBAR_ALWAYS... | [
"42705084+daveminkowski@users.noreply.github.com"
] | 42705084+daveminkowski@users.noreply.github.com |
fbe1ea918ac52fc2ccbd63adb80963a348ff72a5 | f291c8ab1102078386db2b23c687505f07a7653e | /IslandsDFS.java | 6b8514ae6398c961c1f89fa66dc8d325d4001147 | [] | no_license | priyananna/sourceAlgo | c8337060b0649c3a3fca27ff13c8b176f3b54b42 | ffd39bd28c6b372ac98553a0de9934df28ea6273 | refs/heads/master | 2020-04-16T01:46:22.750802 | 2019-05-30T03:03:35 | 2019-05-30T03:03:35 | 165,184,698 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,710 | java | import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
/**
* Created by priyankananna on 1/12/19.
*/
/*
program to find the island in an matrix in a sorted order.
where 1 is to indicate a land and 0 is to indicate water.
First line consists of the input matrix row integer followed by the co... | [
"priyanka.m.n@gmail.com"
] | priyanka.m.n@gmail.com |
756a4322438852a8f6a0e5d7eb077ce05ab41b76 | f705e7ca5dfad23badb79e14ea633aed79acca73 | /app/src/main/java/me/cangming/cminitfaster/APP.java | e081b9ff804be1bc913b3d632631f8ecadb09421 | [] | no_license | CangMing666/CmInitFaster | b308a4aa496b981d6a48e7cc832775f54a427257 | 2990b4ca18c9aff4ce4efa0e0f9587b3f18ee1cc | refs/heads/master | 2022-09-27T04:51:57.388703 | 2020-06-09T10:06:26 | 2020-06-09T10:06:26 | 270,954,471 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 971 | java | package me.cangming.cminitfaster;
import android.app.Application;
import android.content.Context;
import me.cangming.cminitfaster.task.InitBugly;
import me.cangming.cminitfaster.task.InitBuglyId;
import me.cangming.cminitfaster.task.InitFrescoTask;
import me.cangming.cminitfaster.task.InitUserInfoTask;
import me.cang... | [
"cfloveyr@gmail.com"
] | cfloveyr@gmail.com |
39f7fd443ba805b9d45e36e1085814d92210cb29 | 4b0bf4787e89bcae7e4759bde6d7f3ab2c81f849 | /aliyun-java-sdk-ccc/src/main/java/com/aliyuncs/ccc/transform/v20200701/GetTurnCredentialsResponseUnmarshaller.java | 2d378b1d9ba121521bb0f508b9db3782150c83fe | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-java-sdk | a263fa08e261f12d45586d1b3ad8a6609bba0e91 | e19239808ad2298d32dda77db29a6d809e4f7add | refs/heads/master | 2023-09-03T12:28:09.765286 | 2023-09-01T09:03:00 | 2023-09-01T09:03:00 | 39,555,898 | 1,542 | 1,317 | NOASSERTION | 2023-09-14T07:27:05 | 2015-07-23T08:41:13 | Java | UTF-8 | Java | false | false | 1,686 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
2597053e883e065c2cf34619e7aea8b967d78f94 | e05cbcb1ff44338dd60e6c8e6e4c55cd0b93374f | /src/main/resources/libs/JAT/jat/alg/opt/test/DFP_test.java | b42619e4afe689eb14f60a4d8d8a54928b574cb5 | [
"Apache-2.0"
] | permissive | MaximTar/satellite | 6f520d66e879eca938a1ac8dc32476369e6aa435 | 7b11db72c2fbdb7934b389e784bec2ea2dedb034 | refs/heads/master | 2021-01-10T16:17:35.039159 | 2018-03-19T19:28:31 | 2018-03-19T19:28:31 | 54,265,410 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,339 | java | /* JAT: Java Astrodynamics Toolkit
*
* Copyright (c) 2002 The JAT Project. All rights reserved.
*
* This file is part of JAT. JAT is free software; you can
* redistribute it and/or modify it under the terms of the
* NASA Open Source Agreement, version 1.3 or later.
*
* This program is distributed in the hope ... | [
"max_131092@mail.ru"
] | max_131092@mail.ru |
db4fb0949bc2dfa385be7d6679d8ab7973171d48 | 1dd8f516e62de208efc8230dd50571df6c0edf2b | /generalProblems/src/problems/Pattern14.java | 0f3117c1ebffd5e32e8f2fbe8de594152dbc7daa | [] | no_license | Sidharth0609/generalProblems | aa82dfbc471cbdaed7e514af1d20c6a9a2ae433c | eb9fedf7b44266fd636398b0471b8e16b66a7f3a | refs/heads/master | 2023-03-21T23:38:19.443431 | 2021-03-11T06:47:19 | 2021-03-11T06:47:19 | 346,604,753 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 295 | java | package problems;
import java.util.Scanner;
public class Pattern14 {
public static void main(String[] args) {
Scanner scn= new Scanner(System.in);
int n= scn.nextInt();
for(int i=1;i<11;i++) {
int mult =n*i;
System.out.println(n + "*" + i +"=" + mult);
}
scn.close();
}
}
| [
"sid@DESKTOP-U7GQOFS"
] | sid@DESKTOP-U7GQOFS |
3a2053a6832643138ea7bc22e64721e3e1808641 | ea3e75a78fc625ef8b5a551c7c96d44eccf8883f | /app/src/androidTest/java/com/wang/baseadapternodatabinding/ApplicationTest.java | 254f578fd073c92f1cb4fa9ca111d758d9527681 | [
"Apache-2.0"
] | permissive | kingwang666/BaseAdapterNoDataBinding | bdd77d6c3045427dd412d94be94c2a54343e0306 | 9ca5e2ae6af3d18359afc2670f890b397c0ce16b | refs/heads/master | 2020-07-03T18:28:49.248335 | 2020-04-07T02:17:57 | 2020-04-07T02:17:57 | 66,620,673 | 5 | 0 | null | null | null | null | UTF-8 | Java | false | false | 364 | java | package com.wang.baseadapternodatabinding;
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()... | [
"wangxj@jiudeng.me"
] | wangxj@jiudeng.me |
38f41177962da0537620989f8ade5bba9ba7f322 | 4d9ac7be58fabd17775d29fafa966a0940eff934 | /tests/org/unclesniper/ogdl/ClassInfoTests.java | bf55f4cb3da4552dc28b2c2d9d66e5df2ce422f9 | [] | no_license | UncleSniper/jogdl | 94eea9cca0efdba11f65fbf22a091dc12235206c | 244549cf0b640bca6fc2ad0cc678a9c6062677ca | refs/heads/master | 2022-10-27T17:53:18.833797 | 2022-10-07T18:53:39 | 2022-10-07T18:53:39 | 129,455,129 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,720 | java | package org.unclesniper.ogdl;
import java.util.Set;
import org.junit.Test;
import java.util.Iterator;
import java.lang.reflect.Method;
import java.lang.reflect.Constructor;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertSame;
import static org.junit.Assert.assertEquals;
import static o... | [
"simon@bausch-alfdorf.de"
] | simon@bausch-alfdorf.de |
0df0de6c87f05f2e57ec99c54968206b10f73ff4 | 349614cb2346e3779933393712b4d1e6c80e5cdc | /adminlogin.java | 0f928e678146220f4d9cece0162e4c2f402f0c00 | [] | no_license | BhavyaAprajita/Examination-Portal | ff258bc005f401bea42955562d1505cd4578f302 | 4fe3cd2bb72f3356d22a7daacd8c500363313031 | refs/heads/master | 2021-01-23T03:16:44.523506 | 2017-03-24T12:51:46 | 2017-03-24T12:51:46 | 86,065,289 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,449 | java |
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import javax.swing.JFrame;
import javax.swing.JOptionPane;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this templat... | [
"noreply@github.com"
] | BhavyaAprajita.noreply@github.com |
0c434c065290e64433cb15eaeaa343869a5545b2 | 187f37290c1e07a48d0dfe47e04bf13202b6c663 | /netcontrol/Node.java | 7afbc582f1d8788f6d71a714da92ca81dc470953 | [] | no_license | heimohe/designPattern | 955af81eb2688a566bff58608f27411a263c730b | f9ff6c1734bab53a5cc62a8fa2fb3a0c7fc5913e | refs/heads/master | 2021-03-16T08:29:47.615319 | 2017-07-13T03:45:00 | 2017-07-13T03:45:00 | 97,077,772 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 999 | java | package com.netcontrol;
/**
* 节点类
*/
public class Node {
/**
* 节点编号
*/
public String id;
/**
* 节点内容
*/
public String text;
/**
* 父节点编号
*/
public String parentId;
/**
* 孩子节点列表
*/
private Children children = new Children();
// 先序遍历,拼接JSON字符串
pub... | [
"1320245251@qq.com"
] | 1320245251@qq.com |
b28dc32d5a18e2095e20e464e6d7f45b9f04aa5f | 836b9d38b9a3e4deeca7e2c87bdb7376c2989d71 | /FrontEndCode/src/main/java/Think/XmlWebServices/Payment_add_request.java | c5e0526ed471eeb6e7dce84098f5d923ca22ef82 | [] | no_license | alokthink/NewJavaCode | b8af570a316e1388dc73b128b072e7dabefbbb8a | 4dfe6ae40ecec74c4455f64d7589b18f4f55f047 | refs/heads/master | 2023-03-20T05:05:18.968417 | 2021-03-18T06:34:07 | 2021-03-18T06:34:07 | 348,959,225 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 16,724 | java | /**
* Payment_add_request.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package Think.XmlWebServices;
import java.util.Arrays;
public class Payment_add_request implements java.io.Serializable {
private Think.XmlWebServices.User_lo... | [
"Alok.Mishra@macmill.com"
] | Alok.Mishra@macmill.com |
c6843ac8f115accfc470e17faedc36b9bffc885f | 0da6c07075d8674d0cdc060e2aad2722e8f5e162 | /MLN-Android/mlnservics/src/main/java/com/immomo/mls/fun/weight/BorderRadiusTextView.java | 3f16721120b018d911875c4f026e086264a987b5 | [
"MIT"
] | permissive | ybhjx1314/MLN | 67ace274f0eea3c19ef03dc841a5eca1d4acb605 | be858cfae05f82aa8bc421d1cda6c71ef12f15a4 | refs/heads/master | 2020-09-18T18:25:48.624088 | 2019-11-05T12:30:37 | 2019-11-05T12:30:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,635 | java | /**
* Created by MomoLuaNative.
* Copyright (c) 2019, Momo Group. All rights reserved.
*
* This source code is licensed under the MIT.
* For the full copyright and license information,please view the LICENSE file in the root directory of this source tree.
*/
package com.immomo.mls.fun.weight;
import androi... | [
"xiong.fangyu@immomo.com"
] | xiong.fangyu@immomo.com |
859d7e96a696ae1f7d9d17ac556079294226adf6 | 1a01d3c61e8f6d5b11022ba177a4faeffda35a84 | /src/main/java/Main.java | bef0fdc98fb619834757cc043b190ecc259c5f04 | [] | no_license | saha777/MetaModelNC | 798793cdaff7939541517f8d5faa94b0ca2138b3 | d5d42a5fa6e0d91b4ff332b3da7bc3a144f98cdb | refs/heads/master | 2021-09-10T08:14:21.812821 | 2018-03-22T18:20:03 | 2018-03-22T18:20:03 | 113,332,936 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 643 | java |
import config.DaoConfig;
import config.MetaModelConfig;
import metamodel.dao.ObjectTypesDao;
import metamodel.dao.models.ObjectTypes;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import java.util.List;
public class Main {
public static void main(String[] args) {
Anno... | [
"salexm948@ukr.net"
] | salexm948@ukr.net |
2a254f03f717748396ebae8a4b6e431eabbdbdde | 72a1db081453016d57db309fa550d445479f047d | /src/cecs429/documents/DirectoryCorpus.java | 84ce90775082f563a5e5f88bc42442847be7e78f | [] | no_license | krutikapathak/SearchEngine_Milestone1 | 20ffdb728e810b9f7ca8cc59a88775a89db2a707 | 8ff5a0d2990f0ba26838aa36c1cd72fa32f4b691 | refs/heads/master | 2023-02-05T10:30:44.778502 | 2020-12-15T06:34:41 | 2020-12-15T06:34:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,071 | java | package cecs429.documents;
import java.io.IOException;
import java.nio.file.FileVisitResult;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.SimpleFileVisitor;
import java.nio.file.attribute.BasicFileAttributes;
import java.util.ArrayList;
import java.util.HashMap;
import java.uti... | [
"krutikapathak084@gmail.com"
] | krutikapathak084@gmail.com |
d43be38f80e6267dde42b9e41fef740a324dd733 | 29b6a856a81a47ebab7bfdba7fe8a7b845123c9e | /dingtalk/java/src/main/java/com/aliyun/dingtalkcontact_1_0/models/ListSeniorSettingsRequest.java | 94384ccce655c47d3a501df2d3027701f2488f3b | [
"Apache-2.0"
] | permissive | aliyun/dingtalk-sdk | f2362b6963c4dbacd82a83eeebc223c21f143beb | 586874df48466d968adf0441b3086a2841892935 | refs/heads/master | 2023-08-31T08:21:14.042410 | 2023-08-30T08:18:22 | 2023-08-30T08:18:22 | 290,671,707 | 22 | 9 | null | 2021-08-12T09:55:44 | 2020-08-27T04:05:39 | PHP | UTF-8 | Java | false | false | 707 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkcontact_1_0.models;
import com.aliyun.tea.*;
public class ListSeniorSettingsRequest extends TeaModel {
@NameInMap("seniorStaffId")
public String seniorStaffId;
public static ListSeniorSettingsRequest build(java.util.Map<Str... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
218018ba2f9c72d42eb940bad4478f5a9ea6d0de | 87d61733542716961d353de5d08850961a1203e8 | /src/main/java/com/sample/jhipster/domain/User.java | 47440bc7c045faf627497d82230d38fea8ac5cdf | [] | no_license | gurpreetsingh2808/jhipster | d444127fbf1bc8c9a450826c93db62534575638a | 445ff2901fc91c41175914a10982b5e4dbcdd903 | refs/heads/master | 2021-08-31T11:38:48.907562 | 2017-12-06T10:41:11 | 2017-12-06T10:41:11 | 114,975,850 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,637 | java | package com.sample.jhipster.domain;
import com.sample.jhipster.config.Constants;
import com.fasterxml.jackson.annotation.JsonIgnore;
import org.apache.commons.lang3.StringUtils;
import org.hibernate.annotations.BatchSize;
import org.hibernate.annotations.Cache;
import org.hibernate.annotations.CacheConcurrencyStrateg... | [
"gurpreetsingh2808@gmail.com"
] | gurpreetsingh2808@gmail.com |
41b7a4e24ef014b3c8aa77298bc746cea38dcec9 | 0c823038a912c05554a61181f333ee394173e60c | /src/main/java/org/sgit/manageguest/resources/StatusResource.java | 41711fe4cebb29c775635aba2d9e332ccae86f35 | [] | no_license | inzi25/TestJSService | 98c822e9bf2bba89766351f5628fea63a7888070 | b9115424f92e4cee54222d1a54f8a6caebf17c72 | refs/heads/master | 2021-01-17T17:39:41.063438 | 2016-07-26T10:41:52 | 2016-07-26T10:42:57 | 64,213,671 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 950 | java | package org.sgit.manageguest.resources;
import java.util.List;
import javax.ws.rs.Consumes;
import javax.ws.rs.GET;
import javax.ws.rs.POST;
import javax.ws.rs.PUT;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import org.sgit.manageguest.model.Status;
import org.sgit.manag... | [
"infaaz007@gmail.com"
] | infaaz007@gmail.com |
b472a33cbc007f787670c46ee107321e50e4106a | 69aebebb20cb20c0f87d09f4490b5e2c2f9df419 | /src/main/java/com/mmtap/trader/bridjapi/ConGatewayMarkup.java | 692a8dcefb284b11633be62209d5d566054ac56d | [] | no_license | wtospit/MT4BridJAPI | e00a15af8a4fd31f01d073cff91e5b8857444a9a | 4b0392fe486cbb7e0c4442747fffc3ee79953cd3 | refs/heads/master | 2022-12-13T02:09:24.897907 | 2020-09-16T10:45:33 | 2020-09-16T10:45:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,788 | java | package com.mmtap.trader.bridjapi;
import org.bridj.BridJ;
import org.bridj.Pointer;
import org.bridj.StructObject;
import org.bridj.ann.Array;
import org.bridj.ann.Field;
import org.bridj.ann.Library;
/**
* +------------------------------------------------------------------+<br>
* <i>native declaration : MT4ManagerA... | [
"java_khan@126.com"
] | java_khan@126.com |
64260cfb5c3a75dd33a4902a3094890fac348776 | fbbdb6ae1695e654686bf826944cf3a460318c96 | /src/main/java/twilightforest/item/ItemTFEmptyMagicMap.java | dfc17835f415eba654ba2acfbeaedfeb03c828c5 | [] | no_license | Bogdan-G/twilightforest | de5fd393fd5ebd9285ebdcd10d1f2b556e67b1d7 | 1f8da057eaa5323625d1dd5174cc4e66806881c3 | refs/heads/master | 2020-04-05T06:25:14.411198 | 2019-01-18T08:01:43 | 2019-01-18T08:01:43 | 62,345,724 | 2 | 3 | null | 2016-06-30T22:18:26 | 2016-06-30T22:18:26 | null | UTF-8 | Java | false | false | 2,396 | java | package twilightforest.item;
import net.minecraft.client.renderer.texture.IIconRegister;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.ItemMapBase;
import net.minecraft.item.ItemStack;
import net.minecraft.world.World;
import net.minecraft.world.storage.MapData;
import twilightforest.TFAch... | [
"ben.mazur@gmail.com"
] | ben.mazur@gmail.com |
d3b3de8db65a5c7ffe5b59ee493cba106755618e | 507b470c93e5fdf59cbadcd244bc135cd93f7b36 | /de.ars.daojones.runtime/src/main/java/de/ars/daojones/runtime/spi/cache/CacheFactory.java | 83ded3e93504c948e2c1824b26ad7045377082d0 | [] | no_license | ueberfuhr/daojones | 9fb777b5c8dc77777c6812281b789a0867d8bd55 | b1799e7b34b9925a9fbd64fad37103f5ea7789e3 | refs/heads/master | 2023-05-30T13:11:22.098433 | 2017-06-06T05:05:54 | 2017-06-06T05:05:54 | 376,147,622 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 590 | java | package de.ars.daojones.runtime.spi.cache;
/**
* A common interface for a factory that creates caches.
*
* @author Ralf Zahn, ARS Computer und Consulting GmbH, 2013
* @since 2.0
*/
public interface CacheFactory {
/**
* Creates a cache instance.
*
* @param <K>
* the key type... | [
"melanie.reiter@ars.de"
] | melanie.reiter@ars.de |
c90a355681ce2d73ce04670dcffcb7a04af6f330 | 70d9fb40762784dcd417f98240ca5e17d182a6e3 | /src/main/java/com/joshua/springboot/MainApplication.java | 24d1877b261feede78a75a951d578c7ab04a5e74 | [] | no_license | JoshuaThotsana/SPRING-BOOT---PART-1 | df1d8b3ed7a3d269717ba08191936791e5e0b2ad | 441abd8da77b13837264b898b51768dd7f036024 | refs/heads/master | 2022-06-05T14:29:38.563587 | 2020-04-28T02:10:12 | 2020-04-28T02:10:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 731 | java | package com.joshua.springboot;
import com.joshua.springboot.controller.Controller;
import com.joshua.springboot.controller.UserController;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class MainApplication {
... | [
"thotsana.mabotsa@umuzi.org"
] | thotsana.mabotsa@umuzi.org |
63d35c9bff072e82d73f15caa6d7771729db7877 | 99a7db50a02cf9a7ebec2eaa3633b1eedcae33dc | /Launcher/src/com/jidesoft/swing/NullTristateCheckBox.java | a4548d68f0c5d34fe175af534572d8465716f529 | [] | no_license | Ren0X1/JavaProject | 6406fdac158b52d750ea0a38da91a1211b4f5efc | 3c4ba1e9aa56f4628eb5df0972e14b7247ae27a8 | refs/heads/master | 2023-06-01T05:52:53.703303 | 2021-06-16T14:46:34 | 2021-06-16T14:46:34 | 305,355,892 | 1 | 2 | null | 2020-10-30T17:46:34 | 2020-10-19T11:06:33 | Java | UTF-8 | Java | false | false | 3,613 | java | /*
* @(#)NullTristateCheckBox.java 8/11/2005
*
* Copyright 2002 - 2005 JIDE Software Inc. All rights reserved.
*/
package com.jidesoft.swing;
import javax.swing.*;
import javax.swing.plaf.ColorUIResource;
import javax.swing.plaf.FontUIResource;
import java.awt.*;
/**
* This is part of the null-components. A null... | [
"alexyanamusicpro@gmail.com"
] | alexyanamusicpro@gmail.com |
ddad3a4883b4a043889876ba9ed37213deb9e62a | 968779314ddc8065f138d8233ec7f20fdb59000f | /app/src/main/java/com/example/htp/widget/PagerSlidingTabStrip.java | 631660c6cc42b7aa538abd32c7497cd801eac8b6 | [] | no_license | htp930301/HtpAndroid | be5a80c5f7bcbc0f815f7b69f209fd78ad61b72a | df469fbc0777a3ecf362021fd81694c352643308 | refs/heads/20151214 | 2021-01-10T10:11:43.615444 | 2015-12-04T03:05:47 | 2015-12-04T03:05:47 | 47,962,264 | 0 | 1 | null | 2015-12-14T08:39:43 | 2015-12-14T08:39:42 | null | UTF-8 | Java | false | false | 16,907 | java | /*
* Copyright (C) 2013 Andreas Stuetz <andreas.stuetz@gmail.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 requi... | [
"544529563@qq.com"
] | 544529563@qq.com |
9728fe2983ee11460755d645b6af3c8e2e30566f | 8e215ff9c4f4c2db53eca01f1d685a1c11cd3e6a | /ITalk/src/com/zd/italk2/ReceiveExitMsgTask.java | 15d34bd87063b59bd03f40d420899a3277fc3d9e | [] | no_license | linzheda/ITalk | b3b8a1a0dde3340029f3305c4f2263ca18234c3f | 86277c8891912b254f60efddfa6ef83acdf71c81 | refs/heads/master | 2021-01-19T23:20:02.695968 | 2017-04-21T09:00:27 | 2017-04-21T09:00:27 | 88,963,683 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,047 | java | package com.zd.italk2;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
import java.net.InetAddress;
public class ReceiveExitMsgTask implements Runnable{
private DatagramPacket dp;//package
private DatagramSocket ds;//socket
private byte[] buf;//接受用的字节数组
public final static int receivePor... | [
"717537314@qq.com"
] | 717537314@qq.com |
e7707f05cff8d2d085f699e36c57b2052e5b9bd1 | 27b86a5aae9bef94c81a053e9020b72dbbbd7255 | /ssh/src/main/java/perf/ssh/stream/LineEmittingStream.java | a0fb4530377917bbc9754fd9adc1b17844355b61 | [] | no_license | willr3/perf | 435228d30fb77d4956958e3964486dfdfceda05d | 95db733f002c96c90d2c170b7d15796b7cfa0adb | refs/heads/master | 2021-05-02T17:03:45.091621 | 2017-11-29T15:15:06 | 2017-11-29T15:15:06 | 72,554,530 | 0 | 1 | null | 2018-01-16T09:34:59 | 2016-11-01T16:25:10 | Java | UTF-8 | Java | false | false | 3,818 | java | package perf.ssh.stream;
import java.io.IOException;
import java.io.OutputStream;
import java.util.LinkedList;
import java.util.List;
import java.util.function.Consumer;
/**
* Created by wreicher
* A Stream that emits lines to Consumers
*/
public class LineEmittingStream extends OutputStream {
int index = 0;
... | [
"willr3@gmail.com"
] | willr3@gmail.com |
417a5dd8b61a10987fc097b5c46d7b6be401e1d4 | 6432dd571421c6148a49adecd754df52e09aff5a | /rest-tests/src/test/java/rest/Issue.java | fb818c075d2749da1e5f50b48b17193e7caa77d4 | [
"Apache-2.0"
] | permissive | iganusevich/java_study | bb71e58f9ea541022577a0f3c43ad1c5aae2ac87 | f2ab42d99686b8a1e93eea8b97182cd1a5c52e5f | refs/heads/master | 2021-04-06T11:45:13.307626 | 2018-12-19T15:39:15 | 2018-12-19T15:39:15 | 125,375,906 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 621 | java | package rest;
public class Issue {
private int id;
private String subject;
private String description;
public int getId() {
return id;
}
public Issue withId(int id) {
this.id = id;
return this;
}
public String getSubject() {
return subject;
}
... | [
"irene.ganusevich@gmail.com"
] | irene.ganusevich@gmail.com |
1fa5c9793a5b0e0c003ae708711ef70526c81221 | 2b69d7124ce03cb40c3ee284aa0d3ce0d1814575 | /p2p-paychannel/paychannel-web/src/test/java/com/zb/p2p/paychannel/RedisTest.java | c0031572fc73900958110cc990c0daae5c821b90 | [] | no_license | hhhcommon/fincore_p2p | 6bb7a4c44ebd8ff12a4c1f7ca2cf5cc182b55b44 | 550e937c1f7d1c6642bda948cd2f3cc9feb7d3eb | refs/heads/master | 2021-10-24T12:12:22.322007 | 2019-03-26T02:17:01 | 2019-03-26T02:17:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,054 | java | package com.zb.p2p.paychannel;
import com.zb.p2p.paychannel.service.impl.RedisServiceImpl;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.S... | [
"kaiyun@zillionfortune.com"
] | kaiyun@zillionfortune.com |
b819ce581ca89507f004caf1d97ba548ea06e08f | b4cc7a926b84e81e9377d7c92ff10e5626213c0b | /src/main/java/com/cybertek/mapper/RoleMapper.java | fcf2ee4478a256728beb65f4f8a38833aa60750a | [] | no_license | jova01/jd-tickecting-project-security | 26cf2c6bfa27964f9d65fba2d10050426cf28e7c | a419cdb1fe2175566dda35b45c8f9cb4a7ab58ba | refs/heads/main | 2023-04-16T01:15:02.849068 | 2021-05-05T06:09:22 | 2021-05-05T06:09:22 | 332,133,458 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 548 | java | package com.cybertek.mapper;
import com.cybertek.dto.RoleDTO;
import com.cybertek.entity.Role;
import org.modelmapper.ModelMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
@Component
public class RoleMapper {
@Autowired
private ModelMappe... | [
"jova_94@inbox.ru"
] | jova_94@inbox.ru |
e889b8b13f406fe11177be10b0d925423dbd81d4 | 2f678595a00f05cb9627774beb8d28ff94e21cbd | /src/RunItems.java | 0ad527ec01421743ab60078c896d507e57d8363f | [] | no_license | steffen25/TextAdventure-version2 | 7677f290126999044a2c7569fe721531b0cdd4db | 215a1cebd415300567d6c6774beccb13030e8ebb | refs/heads/master | 2021-01-22T07:10:10.574419 | 2014-11-27T13:24:57 | 2014-11-27T13:24:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 567 | java |
import java.util.*;
/*
* 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.
*/
/**
*
* @author christianhasselstrom
*/
public class RunItems {
public RunItems() {
... | [
"christianhasselstrom@10.111.180.90"
] | christianhasselstrom@10.111.180.90 |
c9b255ed2cef4db6546f115e22937855d8d2f36a | 1c08d080efbb3192f47a90665745bb6d31599542 | /src/com/example/volt/MainActivity.java | c675a39007f35e653bb22eca6d7f1e0edd614add | [] | no_license | wntmddus/Volt | 56f3c49bcf7fbe1b2ce33eb50633dfad198f4b96 | f0db2cac863936d4c494ede769a17d7eec4835ac | refs/heads/master | 2021-05-16T02:55:39.696952 | 2017-05-15T16:26:29 | 2017-05-15T16:26:29 | 10,865,607 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,161 | java | package com.example.volt;
import android.app.Activity;
import android.appwidget.AppWidgetManager;
import android.content.ComponentName;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.res.Configuration;
import android.graphics.drawable.AnimationDrawable;
import android.graphi... | [
"wntmddussla@hotmail.com"
] | wntmddussla@hotmail.com |
a6f51076810c245c1fe2c5f0a7acf03f558c12cf | 0d00368765f24624bbc8eb440d22762752d299c5 | /src/main/java/cr/ac/ucr/proyectoiaplicada/config/Config.java | 571012cc13a79973c00a8a0c0aff587f9c1efd31 | [] | no_license | jose-coto/Spring-Proyecto-I-Aplicada | ff05a1915725b72e1a88bca790654ae4f12967b4 | 73bc2d729e031e6ce055b7409e2938ab984e8065 | refs/heads/master | 2021-01-15T17:29:09.463620 | 2017-08-29T21:15:24 | 2017-08-29T21:15:24 | 99,756,961 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,684 | java | package cr.ac.ucr.proyectoiaplicada.config;
import java.util.Locale;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.web.multipart.commons.CommonsMultipartResolver;
import org.springframework.web.servlet.LocaleResolver;... | [
"gerrall@hotmail.com"
] | gerrall@hotmail.com |
bea40cb773d52e7bfc5deaa04292f9bcd01056b8 | b63c06363617cb207c32b2ab7f3f7897d29b58fa | /app/src/main/java/com/example/yourecipe/MainActivity.java | c2c8e87e93b2bda097c8106b204f3899fe769d4b | [] | no_license | ahomtsov/YouRecipe | 5fed97e26b5ef2c7025826f8b7f90a5ca815a6d1 | 0dc2dd90f207b4a294d1eedc5e4938302a2d0a89 | refs/heads/master | 2022-09-17T16:52:47.352780 | 2020-05-28T18:05:03 | 2020-05-28T18:05:03 | 267,539,128 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,091 | java | package com.example.yourecipe;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.content.pm.ActivityInfo;
import android.os.Bundle;
import android.provider.Settings;
import android.view.View;
import android.widget.EditText;
import android.widget.ImageButton;
import android.view.View... | [
"dandyforwork@gmail.com"
] | dandyforwork@gmail.com |
312cd122aea72f1dd622d816c69a34e0a50e2efa | 801142591a143f5402bee85f93a2b0208a68b585 | /src/dbpackage/DatabaseQuery.java | 2b93a5453ff2b5748859823f9d570151c9277060 | [] | no_license | KyumKyum/MusicStreamingService | 4306c807c747569b1ce322285f684e9bf46dbc1c | 0fe62e749e44d17e8c75aaccf788f6b969ec8047 | refs/heads/master | 2023-01-22T00:54:39.834881 | 2020-12-06T15:45:41 | 2020-12-06T15:45:41 | 315,665,718 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,610 | java | package dbpackage;
import java.sql.*;
import java.util.ArrayList;
public class DatabaseQuery {
//FIND
public static ResultSet findUser (Connection con, String ssn) {
ResultSet rs = null;
try{
String query = String.format("SELECT * FROM %s WHERE SSN = %s",DatabaseHandler.USER,"'"+ss... | [
"myugyin@hanyang.ac.kr"
] | myugyin@hanyang.ac.kr |
c16cb1a025b294f54340745ab67d8a95af1de4c3 | 81758957530b7e7e7be87ef4a3e48583ffa414ef | /src/com/example/hellojni/HelloJniTest.java | 44107c5d49fe66af14092f044ba9e1ef981f761e | [] | no_license | voichitabenea/HelloJni | 0a9a7c51a5244c754f08718b9697950a2c8875aa | 64d2148816d4a35c4899d430fb7a0be12f783b6c | refs/heads/master | 2016-09-05T20:56:36.452939 | 2014-04-11T11:43:26 | 2014-04-11T11:43:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 729 | java | package com.example.hellojni;
import android.test.ActivityInstrumentationTestCase;
/**
* This is a simple framework for a test of an Application. See
* {@link android.test.ApplicationTestCase ApplicationTestCase} for more information on
* how to write and extend Application tests.
* <p/>
* To run this test, you... | [
"voichitapopescu@gmail.com"
] | voichitapopescu@gmail.com |
f72ecaf74e13d60271473e87e8d363decd078c24 | aded997186871db68ebdbf9e1914abec1b8768c6 | /src/main/java/com/state/Statemachine/persistance/CoffeeMachinePersister.java | 2c7266bacaf1b11a3959ad3a6ca4cbe8dda6ec2d | [] | no_license | DaNkOLULzz/coffee-state-machine | cccfe0752ea2b5347dde5fd72f72bc5decdbe0d5 | 3b74dbdd05828c8a4eeee1d53b8671a7c6bee2e0 | refs/heads/master | 2023-07-14T16:46:12.306067 | 2021-08-25T13:52:39 | 2021-08-25T13:52:39 | 395,617,776 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 877 | java | package com.state.Statemachine.persistance;
import com.state.Statemachine.enums.CoffeeMachineEvent;
import com.state.Statemachine.enums.CoffeeMachineState;
import org.springframework.statemachine.StateMachineContext;
import org.springframework.statemachine.StateMachinePersist;
import java.util.HashMap;
public class ... | [
"danylo.lototskyi@ext.mercedes-benz.io"
] | danylo.lototskyi@ext.mercedes-benz.io |
0e92bfbc4d24c1ffd37c85cfaf5b04cff5f05f1d | f01792925dfee359eae4c1d10f0d3518f06dc46e | /app/src/main/java/com/example/dell/locationtracker/LOCATION_WithAsyncTask.java | b1b6ef9c6d4d09e6c3a636e749fab91ec74d941d | [] | no_license | royrivnam/LocationTracker | 43fa88b9a36c5b3eaf6f8cc88dd419711b07da7f | 38a53ddcfa2287e14dd23e0efc9729e96367a164 | refs/heads/master | 2020-12-30T18:02:28.619845 | 2017-05-11T07:39:33 | 2017-05-11T07:39:33 | 90,942,629 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,528 | java | package com.example.dell.locationtracker;
import android.content.Intent;
import android.location.Address;
import android.location.Geocoder;
import android.os.AsyncTask;
import android.os.Bundle;
import android.os.Handler;
import android.os.ResultReceiver;
import android.support.annotation.Nullable;
import android.supp... | [
"royray2012@gmail.com"
] | royray2012@gmail.com |
078857b5b5d3cb22700b803bd1939ffdb5657688 | 6b4ccbdb7e0ef5816893f5acc97910a69448cead | /VyntraDemo/src/main/java/com/vyntrademo/dao/AdminRepo.java | 85521a6b2af69d40d954efe6683a78f0996f8cc1 | [] | no_license | BharathidasanD/Vyntra-back-end | 5df79a3a6493539a5f6e9069d43df8446a73720c | 5e10c054f14cc776ac8051cb2b324098fb50098c | refs/heads/master | 2022-11-17T06:45:29.808155 | 2020-07-09T08:26:11 | 2020-07-09T08:26:11 | 278,010,028 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 125 | java | package com.vyntrademo.dao;
import com.vyntrademo.model.Admin;
public interface AdminRepo extends UserBaseRepo<Admin> {
}
| [
"bharathidasan.d1999@gmail.com"
] | bharathidasan.d1999@gmail.com |
3fc2b3b273bea0d63749fe691294e584d7b5d917 | e91bf22a3021b8e057e4317b8b7ced87f207a3a4 | /SpringCoreDemo/src/Basics/StudentMain.java | 553e9f485595bf5c3d28a78ae6207c0a625a00b7 | [] | no_license | mohitsalunke/AdvanceJava_Basic | 53a0df3e3a091e9320341a40ceb3c32342494c2d | 37f92d7e593ce240f99250bd0a4e96ff6cd1f639 | refs/heads/master | 2023-05-10T03:24:59.358107 | 2021-06-08T04:15:45 | 2021-06-08T04:15:45 | 374,876,236 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 428 | java | package Basics;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class StudentMain {
public static void main(String[] args) {
// TODO Auto-generated method stub
ApplicationContext ctx=new ClassPathXmlApplicationCo... | [
"mohit@LAPTOP-6JJBRT46"
] | mohit@LAPTOP-6JJBRT46 |
9cfc60b3e6c84e8fb814d7a0dd3c0a90231437b6 | d384e551f3217df3fc238edcdcdb55c8825c36d0 | /app/src/main/java/com/huanglong/v3/BaseFragment.java | fe4069364d8753f27cbf009b1cee1b75a4334929 | [] | no_license | KqSMea8/V3 | b25f5e04b6f54edb5ae7b29167e98a751beea724 | ab223a67080be076d8a66279c994b07cfd07645b | refs/heads/master | 2020-04-07T11:40:32.504003 | 2018-11-20T05:24:40 | 2018-11-20T05:24:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,683 | java | package com.huanglong.v3;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.huanglong.v3.view.LoadingDialog;
import org.xutils.x;
/**
* Created by hbb ... | [
"1191200738@qq.com"
] | 1191200738@qq.com |
3687d87f48852d6ee101bf52a56e58e44c978e83 | 8b9022dda67a555c3fd70e652fa9159e5b517602 | /src/main/java/org/drip/sample/simmcrnq/CreditNonQualifyingVegaMargin21.java | 5bafad138be391b2e7ee16310328bfb0ed1d071f | [
"Apache-2.0"
] | permissive | BugHunterPhilosopher/DROP | 19b77d184fea32366c4892d7d2ca872a16b10c1c | 166c1fc6276045aad97ffacf4226caccfa23ce10 | refs/heads/master | 2022-07-05T22:13:09.331395 | 2020-05-04T03:41:08 | 2020-05-04T03:41:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,577 | java |
package org.drip.sample.simmcrnq;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
import org.drip.analytics.support.CaseInsensitiveHashMap;
import org.drip.numerical.common.FormatUtil;
import org.drip.service.env.EnvManager;
import org.drip.simm.foundation.MarginEstimationSettings;
import org.d... | [
"lakshmimv7977@gmail.com"
] | lakshmimv7977@gmail.com |
6ee2fd763f6f55e733851414cba989ca4d578e56 | 51ef61cbf16edc471a6fa276d3e797ca899dcc2f | /osgi-portal-core/src/main/java/fr/mby/portal/core/security/ILoginManager.java | 0908eaac1244201bd92305cb77814fa73a17ceb7 | [] | no_license | mxbossard/osgi-portal | 013c5ae77d0fe8a854aacd7b0775bdc4e4dc9fc1 | 4123b6b0cb96d3a2f72abc999b75c3978de858f2 | refs/heads/master | 2021-01-10T06:54:12.859481 | 2013-12-03T20:03:57 | 2013-12-03T20:03:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,244 | java | /**
* Copyright 2013 Maxime Bossard
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... | [
"mxbossard@gmail.com"
] | mxbossard@gmail.com |
f147d540d459ab3a826f1139eab2f80ed6929a81 | 865f5193a3e097bd51be93984fd2a0c643f6f1e7 | /src/main/java/com/green/manegerbean/DespesaDebitoBean.java | 4f2fd8065b42c1ac466d4db6acd2e50414e473b0 | [] | no_license | leandrorafael10/sistema | c74d301f879e455cb7bbdddf02c43de00e07cbd9 | cfdaea3c98ef81a22b62dafb085413b45948ad45 | refs/heads/master | 2016-09-06T02:50:03.595665 | 2014-12-09T16:01:23 | 2014-12-09T16:22:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,563 | java | package com.green.manegerbean;
import java.io.Serializable;
import java.util.Date;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.faces.application.FacesMessage;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ManagedProperty;
import javax.faces.bean.ViewScoped;
imp... | [
"leandro.silva@PRODUCAO-01.paracatu.externa"
] | leandro.silva@PRODUCAO-01.paracatu.externa |
f0b29ea4f503f3b7674243f706daa097759b93df | f949c966cb83e439eca568c097739b1d5cdac753 | /siri/siri_retriever/siri-0.1/src/main/java/uk/org/siri/siri/StoppingPositionChangedDepartureStructure.java | 3fe7719857ee0aebc919466cd041a1b34a66d480 | [] | no_license | hasadna/open-bus | d32bd55680b72ef75022e546e2c58413ae365703 | 1e972a43ca5141bf42f0662d2e21196fa8ff8438 | refs/heads/master | 2022-12-13T11:43:43.476402 | 2021-06-05T13:48:36 | 2021-06-05T13:48:36 | 62,209,334 | 95 | 44 | null | 2022-12-09T17:13:43 | 2016-06-29T08:29:01 | Java | UTF-8 | Java | false | false | 3,638 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2010.1... | [
"evyatar@tikalk.com"
] | evyatar@tikalk.com |
e329ff662b9f6e12472f4f848824057b5d8f42a2 | 5b4a4868967a46148b028e9fe0eeee5fb182b3a0 | /src/listPhotoURLs/ListPhotoURLs.java | 1f40eefbccd72307ff613fc3727f4c194413b784 | [] | no_license | islam95/Flickr | a059f9d841f3a4f888f0494067d9bfbe70e42cc6 | 046a1b2d45c80c098ced870bff3d8435cf324d13 | refs/heads/master | 2020-06-17T09:47:00.877144 | 2016-11-28T21:07:17 | 2016-11-28T21:07:17 | 75,013,049 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,741 | 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 listPhotoURLs;
import java.util.*; // For collections and properties.
import java.io.*; ... | [
"islamwolf23@gmail.com"
] | islamwolf23@gmail.com |
f0c8d1e185046db89fe3a9a5d3dc9e5ce49dd07f | 85cdb7ddd5632141d5e356b10515659e13b759c5 | /tadsstore-web/src/main/java/br/senac/tads4/dswb/tadsstore/web/ListarProdutosServlet.java | a210face1edc16be188f3c4af2e5a78f8a24f792 | [
"MIT"
] | permissive | ftsuda-senac/tads4-dswb-2017-2 | 5723e403ecc1abb4cdfe0a4cd00a6aadbd052148 | b2e760a0ad955525845f15a92c273e82da5e6e10 | refs/heads/master | 2021-01-19T20:30:02.800572 | 2017-11-01T23:35:16 | 2017-11-01T23:35:16 | 101,227,889 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,069 | java | /*
* The MIT License
*
* Copyright 2017 fernando.tsuda.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use... | [
"ftsuda.senac@gmail.com"
] | ftsuda.senac@gmail.com |
58fe3aad987cfbd761f6224423b0a6bba6087a81 | ca15543a5e4d0cfd26b39a303f78de0f6035d917 | /app/src/main/java/co/loystar/loystarbusiness/utils/EventBus/CustomerDetailFragmentEventBus.java | 53d11790cd38a914e2df987ee36adfbbdd232b71 | [] | no_license | pawnjester/loy-commerce | 2534fc295b1c8d1dbaa4638a0ca30273302a95db | 41d4d2c57b8df2e793ebf27ec44ed7e480cd9132 | refs/heads/master | 2020-12-02T09:02:13.573722 | 2019-12-30T17:34:51 | 2019-12-30T17:34:51 | 230,954,958 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 904 | java | package co.loystar.loystarbusiness.utils.EventBus;
import android.os.Bundle;
import io.reactivex.Observable;
import io.reactivex.subjects.PublishSubject;
/**
* Created by ordgen on 11/28/17.
*/
public class CustomerDetailFragmentEventBus {
public static final int ACTION_START_SALE = 103;
private static C... | [
"emmanuel_andela@medable.com"
] | emmanuel_andela@medable.com |
788ff2cd213346e2f84deba561861407ce316a94 | 96b959d493ff405729abb5a63b68f83961dfe00e | /src/main/java/com/aria/service/mapper/UserMapper.java | ccaab9de899457fc2d3c1aae56932928528108fd | [] | no_license | ariayudanto/jhipster-sample | c998ac242e262a3284e09d9fe88d4a750827138d | 50221907737d7858d6e1749d06f6fb9f30a7352a | refs/heads/master | 2021-05-01T03:51:06.403535 | 2018-02-13T02:42:34 | 2018-02-13T02:42:34 | 120,562,829 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,282 | java | package com.aria.service.mapper;
import com.aria.domain.Authority;
import com.aria.domain.User;
import com.aria.service.dto.UserDTO;
import org.springframework.stereotype.Service;
import java.util.*;
import java.util.stream.Collectors;
/**
* Mapper for the entity User and its DTO called UserDTO.
*
* Normal mappe... | [
"aria.yudanto@gmail.com"
] | aria.yudanto@gmail.com |
0e70bb3ab0e1067a9bacd6e170a6535fd226cb98 | de03862a20612bf7d676bc3ae738828159058d28 | /src/main/java/com/neathorium/framework/selenium/namespaces/EnvironmentUtilities.java | 9da934c4f1db5172e789ea3bb58e762a2139934b | [
"MIT"
] | permissive | karsaii/thorium-selenium | 471003f70b67b631b4469aae8130a9f3044d47d7 | 08e27f649c293f5bae2e21ded821c91083b497eb | refs/heads/master | 2023-08-18T17:55:16.210046 | 2021-09-14T04:59:59 | 2021-09-14T04:59:59 | 274,799,031 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 644 | java | package com.neathorium.framework.selenium.namespaces;
import com.neathorium.framework.selenium.constants.EnvironmentPropertyConstants;
import com.neathorium.core.constants.validators.CoreFormatterConstants;
import java.nio.file.Paths;
public interface EnvironmentUtilities {
static String getUsersProjectRootDirec... | [
"noreply@github.com"
] | karsaii.noreply@github.com |
a8343238cd757d5fd593a83e8721c6ef1f41da2c | da573e60435f9c2e06c12ee0d682cf3dc20cebad | /app/src/main/java/com/example/administrator/guessmusicgame/uitl/Util.java | c80bceb53bccfffdef0af06609d1ef30ab7c367e | [] | no_license | scYao/GuessMusicGame | 196e4b222d37ea386ff00eb7fcfb4813f0c3c9de | c565009ffcd4ee292f3b542edcb786d46d9d2fc2 | refs/heads/master | 2021-08-07T02:32:15.169703 | 2017-11-07T09:43:30 | 2017-11-07T09:43:30 | 109,779,528 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 441 | java | package com.example.administrator.guessmusicgame.uitl;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
/**
* Created by Administrator on 2017/9/21 0021.
*/
public class Util {
public static View getView(Context context, int layoutId) {
LayoutInflater infl... | [
"2247523672@qq.com"
] | 2247523672@qq.com |
86af5a7968a98e237d88beb321b466a45b52d7bd | 9940e6d7053cb0a051ec81d846c945dccc2942d7 | /app/src/main/java/me/zhangpu/demo/print/printer/ipPrinter/components/IpOptimizationProcessor.java | e1c384c2454729c3f6665098dc2ae13e9f49c8a0 | [] | no_license | zangpuu/PrintDemo | 2e9b7a8955362f7c64764a84d28401ba13571b70 | 23af2e91396464cbe35985ca301ea460ebb47ae8 | refs/heads/master | 2020-08-27T17:12:22.944438 | 2019-11-07T13:52:52 | 2019-11-07T13:52:52 | 217,441,924 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,633 | java | package me.zhangpu.demo.print.printer.ipPrinter.components;
import android.text.TextUtils;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.nio.ByteBuffer;
import java.util.List;
import me.zhangpu.demo.print.printer.PrintLog;
import me.zhangpu.demo.print.printer.ipPrin... | [
"zhang.pu@puscene.com"
] | zhang.pu@puscene.com |
8785b595d407c284c88e9207583db7b208e86962 | 513d9de13963994c0493f9d68c02657c8250e8ba | /src/Tester3.java | fa20352912eef76a61e8e5255210320e83ce9bbd | [] | no_license | peacetoyo/Project1 | 08285e9d909ee8990f4eb0d916906bc1de6f1380 | fbd9cb06bd615ac5006c1c91dcb55110773a0e01 | refs/heads/master | 2023-02-09T06:10:31.223906 | 2020-12-27T18:50:10 | 2020-12-27T18:50:10 | 311,380,190 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 632 | java | import org.openqa.selenium.WebDriver;
import org.openqa.selenium.ie.InternetExplorerDriver;
public class Tester3 {
public static void main(String[] args) {
// TODO Auto-generated method stub
System.setProperty("webdriver.ie.driver","C:\\Program Files\\IEDriverServer.exe" );
WebDriver driver=new Internet... | [
"gabriel.toyo@outlook.com"
] | gabriel.toyo@outlook.com |
77c2cb17dc7f16de514aa6a8b27fff8746821ec1 | 405ea5715e81829b5d8578c2ea955ddc31f91b9e | /dbfacade-testlink-rpc-api/src/testlink/api/java/client/tc/autoexec/annotation/IgnoreAutomatedTest.java | 3242768479514c12577fc81bee13ef1c09f971b0 | [] | no_license | jebakumar23/dbfacade-testlink-rpc-api | 984feef07c61e7e7630eccca6febb04b501145af | ead881d9aeeed812448b04f918cc09c80675c385 | refs/heads/master | 2021-01-10T08:59:12.058170 | 2010-09-02T02:51:31 | 2010-09-02T02:51:31 | 53,023,475 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,154 | java | /*
* Daniel R Padilla
*
* Copyright (c) 2009, Daniel R Padilla
*
* This copyrighted material is made available to anyone wishing to use, modify,
* copy, or redistribute it subject to the terms and conditions of the GNU
* Lesser General Public License, as published by the Free Software Foundation.
*
* ... | [
"danthehorn@yahoo.com"
] | danthehorn@yahoo.com |
55176766e27a5e8a1a03be7a6f57eee014ddc3a2 | 397984903e152fb83a53a5b1015bb190f6ae4c15 | /src/main/java/com/tangkuo/cn/chapter2/DisplayUnicode.java | 09ea2b42a3ff792c6cc8b445abcf219d5eda5c8d | [
"Apache-2.0"
] | permissive | TANGKUO/JavaEE | 4f23b0886dd37bf14c35885101783cbaef7ea8b2 | 48cbc5f286c58f6698b557d9001938e615502d56 | refs/heads/master | 2022-12-25T05:42:26.149760 | 2019-05-23T01:10:43 | 2019-05-23T01:10:43 | 181,110,981 | 0 | 1 | Apache-2.0 | 2022-12-16T06:52:13 | 2019-04-13T02:32:13 | Java | UTF-8 | Java | false | false | 291 | java | package com.tangkuo.cn.chapter2;
import javax.swing.JOptionPane;
public class DisplayUnicode {
public static void main(String[] args) {
JOptionPane.showMessageDialog(null, "\u6B22\u8FCE \u03b1 \u03b2 \u03b3", "\u6B22\u8FCE Welcome",
JOptionPane.INFORMATION_MESSAGE);
}
}
| [
"616507752@qq.com"
] | 616507752@qq.com |
d1be7999ca61d3e68200c00da198a280a0da2ae6 | b141568d306cac6ccb7c15bbe89d588b866dd470 | /myblog/src/main/java/cn/hj/blog/handler/ControllerExceptionHandler.java | dfcc34cfd74e74905a449189bf5bc5a09084e42e | [] | no_license | learn930/myblog | e3d6514f4a9eeb6c06a4bb7db82a01b77e8bdc74 | 8615ec23535076c8a552476941c8a2dc5b10b80f | refs/heads/master | 2022-04-21T23:49:55.289103 | 2020-04-24T08:37:43 | 2020-04-24T08:37:43 | 258,445,287 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,333 | java | package cn.hj.blog.handler;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.core.annotation.AnnotationUtils;
import org.springframework.web.bind.annotation.ControllerAdvice;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.a... | [
"19823@qq.com"
] | 19823@qq.com |
d9f318fc177b0bbc766d311fb9bdb480a1168964 | a1c11101a3d60a54e8f692edceca6d1809ffb9c0 | /app/src/main/java/com/si/lei/android_sample_features/MainActivity.java | d82fdf3d0e228712a567ab991ad3d603103b4cb5 | [] | no_license | sileixinhua/android_sample_features | c1d82adb324d78fee3dfe391813ad538dc6e09e1 | 2d76aec399641fb7ba7101ca83789ae20d9fa5af | refs/heads/master | 2020-04-09T04:21:05.072856 | 2019-04-07T08:05:42 | 2019-04-07T08:05:42 | 160,018,343 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,577 | java | package com.si.lei.android_sample_features;
import android.app.ActivityManager;
import android.content.Context;
import android.graphics.PixelFormat;
import android.os.Build;
import android.os.Handler;
import android.os.Message;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.c... | [
"sileixinhua@163.com"
] | sileixinhua@163.com |
41986e3a1b8a495d6c888c8fbf9d7c453631a0c0 | 7a3772fb4a1b38358b375ee36ce436674308295a | /app/src/main/java/com/mkv/secondnote/MainActivity.java | 6c6f78a15d5db9ef4b02e57c151c8e0265945a5c | [] | no_license | abhay-kolhe/AndroidNotee | f5d8ef04de7d4283d37dedcf55f1838e08f1cda0 | 37ee2bca176559ef232af9907c2dc25509bedd18 | refs/heads/master | 2020-04-30T14:18:35.577485 | 2019-04-18T05:54:38 | 2019-04-18T05:54:38 | 176,887,154 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,275 | java | package com.mkv.secondnote;
import android.annotation.SuppressLint;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.design.widget.... | [
"kolhe71@gmail.com"
] | kolhe71@gmail.com |
74fe24e8a02f7ba16f261ddea0cd88e1b52f3f8a | 5a076617e29016fe75d6421d235f22cc79f8f157 | /百度手机地图 实例集合/BaiduMapApi_Sample_Android_1.3.2/BaiduMapApiDemo/src/com/baidu/mapapi/demo/RoutePlan.java | f408893eb1f27a9a9120df50d2b4556829ad161c | [] | no_license | dddddttttt/androidsourcecodes | 516b8c79cae7f4fa71b97a2a470eab52844e1334 | 3d13ab72163bbeed2ef226a476e29ca79766ea0b | refs/heads/master | 2020-08-17T01:38:54.095515 | 2018-04-08T15:17:24 | 2018-04-08T15:17:24 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 5,821 | java | package com.baidu.mapapi.demo;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import com.baidu.mapapi.BMapManager;
import com.baidu.mapapi.MKAddrInfo;
import com.baidu.mapapi.MKBus... | [
"harry.han@gmail.com"
] | harry.han@gmail.com |
dfba932aa51fc7bd6a35e8121df09ca073ab8b0f | c039d8bb8657242775367a60acd4f36e2873f4c5 | /src/main/java/com/dyny/gms/db/pojo/CacheMethod.java | 86e000c0bd9417d02347614111acfea17b07ee3a | [] | no_license | wglbsr/gms | 952d43f0c87f3837f8a2fde84eb43e40ea79d2eb | f740d93df75d33f78c6b0c804b9175f87b5a5a8d | refs/heads/master | 2020-03-25T07:13:17.121809 | 2019-01-10T08:15:43 | 2019-01-10T08:15:43 | 143,548,480 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,253 | java | package com.dyny.gms.db.pojo;
public class CacheMethod {
private Integer id;
private String pojoName;
private String mapperId;
private Boolean multiple;
private Boolean deleted;
private String propertyName;
public Integer getId() {
return id;
}
public void setId(Integ... | [
"wglbsr@163.com"
] | wglbsr@163.com |
18d9081f70c606bbbab3ececd84cecb34a9d4dd2 | 3443aad71cd0e764353963d0faa6b0a27be309bb | /src/main/java/com/chiefmech/service/impl/UserServiceImpl.java | 91de5d59e4628922d564eb360389572b505eca44 | [
"Apache-2.0"
] | permissive | szpaddy/chiefmechweb | 77db01eb68b0af2523ae4b7d3c61edd4cdeb2fc8 | 9ea5671a294e75b7bbdaee1968e0811e4197b2e2 | refs/heads/master | 2016-09-06T11:16:38.496145 | 2014-11-18T02:48:08 | 2014-11-18T02:48:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 984 | java | package com.chiefmech.service.impl;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import com.chiefmech.service.UserService;
import com.chiefmech.service.dao.UserDao;
import com.chiefmech.vo.User;
@Service("userService")
public class UserServiceImpl implemen... | [
"sz_paddy@163.com"
] | sz_paddy@163.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.