blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
de07a38fb931e05983162809d755d11594b106b7 | 718c0478a94ec6b7559533cfe2cf125498b16c8a | /src/main/java/com/contribuidor/cma/service/category/CategoryService.java | 09103008d85d719aa953e5a22386da4eafbd89d7 | [
"Apache-2.0"
] | permissive | heitoramartins/rx-java | 3bc47569e833eba49966c353e20261bb01792c08 | 19f9a4a5367ee87e283df396716ea65c7c8f3ff7 | refs/heads/master | 2020-03-27T21:28:22.202614 | 2018-10-28T18:59:04 | 2018-10-28T18:59:04 | 147,146,858 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,433 | java | package com.contribuidor.cma.service.category;
import static rx.Observable.defer;
import static rx.Observable.empty;
import static rx.Observable.just;
import java.util.List;
import com.contribuidor.cma.entities.Category;
import com.contribuidor.cma.repository.category.CategoryRepository;
import org.apache.commons.la... | [
"heitoramartins@gmail.com"
] | heitoramartins@gmail.com |
2795e87316bc088c06a7d1ff14210de413ec5e9b | 137a74d89c4294f9905ad285829c394196836de7 | /OOP/src/test/java/bitoperation/TestRightShift.java | 51988c4de31233a55704ff4629a2a135c47f7001 | [] | no_license | HelloKittycoder/JavaBaseKnowledge | 424ab9647604891cd718956bcaebfb31b15b4350 | 63ac3bc52e8216cbf6161dcbafc5f6270ac32f20 | refs/heads/master | 2022-10-09T16:55:58.589789 | 2020-02-28T14:42:34 | 2020-02-28T14:42:34 | 211,529,083 | 0 | 0 | null | 2022-10-05T19:37:12 | 2019-09-28T16:25:53 | Java | UTF-8 | Java | false | false | 819 | java | package bitoperation;
/**
* Created by shucheng on 2019-9-29 下午 19:42
* 右移操作
* Java中的位运算符:
* >>表示右移,如果该数为正,则高位补0,若为负数,则高位补1;
* >>>表示无符号右移,也叫逻辑右移,即若该数为正,则高位补0,而若该数为负数,
* 则右移后高位同样补0
*
* 代码说明:
* 5的二进制是0101
* x=5>>2(>>带符号右移)
* 将0101右移2位,为:0001
* y=x>>>2(>>>无符号右移,左边空缺补充为0)
* 将0001右移2位,补0,结果为:0000
*/
public cl... | [
"shucheng2015@outlook.com"
] | shucheng2015@outlook.com |
a3b3d3e265d4c7e14848f20b4e5e2e9dda0d2b5a | 3144b109eade61ab22c43a5da1863aaa7ff7807d | /src/main/java/org/ict/algorithm/leetcode/prefixsum/ContinuousSubArraySum.java | 497ded2cb623ec2b2f4cdfe21de7c54512d8973c | [] | no_license | xuelianhan/basic-algos | 1f3458c1d6790b31a7a8828f5ca8aee7baaa5073 | dd9aae141a3f83b95b0bc50fa77af51ad6dac9e9 | refs/heads/master | 2023-08-31T21:05:29.333204 | 2023-08-31T06:07:56 | 2023-08-31T06:07:56 | 9,878,731 | 5 | 0 | null | 2023-06-15T02:10:19 | 2013-05-06T03:32:24 | Java | UTF-8 | Java | false | false | 4,324 | java | package org.ict.algorithm.leetcode.prefixsum;
import java.util.HashMap;
import java.util.Map;
/**
* Given an integer array nums and an integer k,
* return true if nums has a good sub-array or false otherwise.
*
* A good sub-array is a sub-array where:
*
* its length is at least two,
* and the sum of the elemen... | [
"xueliansniper@gmail.com"
] | xueliansniper@gmail.com |
50ad7000a46d9a9452f1a3514e5c15bc2ef69d50 | d719c6d59790d6c8a6fce8a63138f8315761dafb | /app/src/main/java/com/example/jatin/foreignlanguagefinal/French/RecyclerAdapterFrenchFamily.java | 7001df2b27db3bca901e46ecc9d4eb257c16f3fd | [] | no_license | jatingarg10/ForeignLanguageFinal | 27dc6e7a1bc73632a70a41fdfab1b2fe9d6d5d59 | 14dd5c1c83a8e6015318b92fc9f54062a6e345d4 | refs/heads/master | 2020-03-15T06:26:19.060005 | 2018-05-29T22:11:29 | 2018-05-29T22:11:29 | 132,007,613 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,901 | java | package com.example.jatin.foreignlanguagefinal.French;
import android.content.Context;
import android.graphics.Color;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextVi... | [
"jatingarg.100@gmail.com"
] | jatingarg.100@gmail.com |
34b7612c1d1f1cda30d62f57a718131ee476dc20 | b4a4509c511d2c79e3934479a7b63fcc8aa8ee5e | /src/main/java/com/imooc/mall/form/CartAddForm.java | 6fad6477f51abef9255989302695cbcdc09243ed | [] | no_license | yizhishuai/mallBackEnd | 6f42038d91d54cd359ada781ad2253a73ba6304e | 525463dc3a406eb393cd25e434af417c43be8094 | refs/heads/master | 2023-05-12T14:01:45.515312 | 2021-06-08T02:37:30 | 2021-06-08T02:37:30 | 369,367,681 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 233 | java | package com.imooc.mall.form;
import lombok.Data;
import javax.validation.constraints.NotNull;
/**
* 添加商品
*
*/
@Data
public class CartAddForm {
@NotNull
private Integer productId;
private Boolean selected = true;
}
| [
"liushuaidejia@qq.com"
] | liushuaidejia@qq.com |
8635c4e9c50de2b5e4be9f4acc3d66fcd47d03ef | 964b452c95d72de02a891346976f47fa41dc6396 | /javaDesignMode/src/main/java/创建型/SingletonMode.java | d2fa076b922bf35800c82c1de3f1898747fcca86 | [] | no_license | Yaphel/JavaLearningNote | ab8a7f6df83410545db04f460de623e199c4384a | dc7924572693256f2193eab4632140b31a52bbae | refs/heads/master | 2023-03-22T21:23:32.398030 | 2021-03-23T01:01:31 | 2021-03-23T01:01:31 | 308,563,644 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,279 | java | package 创建型;
import lombok.Synchronized;
public class SingletonMode {
//五种
public static void main(String[] args) {
}
//第一种 饿汉
// private static SingletonMode instance = new SingletonMode();
// private SingletonMode() { }
// public static SingletonMode getInstance() {
// return instan... | [
"shihaonan@shihaonandeMacBook-Pro.local"
] | shihaonan@shihaonandeMacBook-Pro.local |
0e8883bdc5df966114c28eeb98eec050e87d6cf3 | 72b38bc9c53e02a5c8c1daac6904155b6b4b3569 | /src/main/java/pe/gob/mindef/app/web/rest/errors/BadRequestAlertException.java | 00cd3d0333a076996ee985b175f1feb5f0f2de42 | [] | no_license | Hansleonel/Patrimonio | acf6f725dabb65279d973f785b3ee9859d3ddfd9 | 952e7369dfe4488e4c2328bb90f0094fb7294398 | refs/heads/master | 2023-01-05T21:57:20.629124 | 2020-11-04T16:52:56 | 2020-11-04T16:52:56 | 298,646,099 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,320 | java | package pe.gob.mindef.app.web.rest.errors;
import org.zalando.problem.AbstractThrowableProblem;
import org.zalando.problem.Status;
import java.net.URI;
import java.util.HashMap;
import java.util.Map;
public class BadRequestAlertException extends AbstractThrowableProblem {
private static final long serialVersion... | [
"ogtie34@mindef.gob.pe"
] | ogtie34@mindef.gob.pe |
c09353ada0cd434731d4f40278c2bcc8fbbc0942 | 2478ad1b7f8fc2af5a28a64c51eb32605b577384 | /prova parcial/ProvaQuatro/src/provaquatro/ProvaQuatro.java | b1cf375a0b74fc8de28c6c2fd857f641b74bbc72 | [] | no_license | JonathanSilvaViana/linguagem-de-programacao-estacio | 2814d16cc29fa90be43b7d9e54eb23312efd6762 | 71ce833d86c306fd0349377cc42aca7cd080735c | refs/heads/master | 2020-07-27T10:47:02.311430 | 2019-10-13T01:39:25 | 2019-10-13T01:39:25 | 209,063,761 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 710 | 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 provaquatro;
/**
*
* @author jonat
*/
public class ProvaQuatro {
class Primeira { int x = 20; void Calc(int aux1) { x*... | [
"jonathantepes@hotmail.com"
] | jonathantepes@hotmail.com |
4f1a1395a0875f0789257d03fc975830b30c1c9b | 06287463d6c63ec4255891ee43bf9dd71c3cfc61 | /java_tasks/src/lesson_7/human/Human.java | 42936160dc88ee4135a65959cde753054fa3337b | [] | no_license | wavan2012/Java_course | 4d40fc87aa6401d707dcf166d22ac4415457a0c9 | 17b3f9b9ef0f718ffb5dc1eb9c02afbc9230dc6d | refs/heads/master | 2023-06-26T20:34:23.155017 | 2021-07-31T12:35:53 | 2021-07-31T12:35:53 | 382,850,618 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,134 | java | package lesson_7.human;
import lesson_7.human.boots.IBoots;
import lesson_7.human.jackets.IJackets;
import lesson_7.human.pants.IPants;
public class Human {
private String name;
private IJackets jacket;
private IPants pants;
private IBoots boots;
Human(String n, IJackets jacket, IPants pants, IBo... | [
"86180560+wavan2012@users.noreply.github.com"
] | 86180560+wavan2012@users.noreply.github.com |
52c2086fc8ceb9a615e0c6af346462eb86b510e6 | 9fc8cc7ad06006b5c7fdbe7c16950ecad4781d05 | /shoppingbackend/src/main/java/com/teja/shoppingbackend/App.java | de0c89614d18c6e5308f8b6f30692bbe60f8a082 | [] | no_license | yallateja/online-shopping | 548313b1234136d532c6539a6b4103a33c9b945f | 5478c63fe295bc5b4eeb42727429bd042454870c | refs/heads/master | 2020-12-02T18:15:46.808092 | 2017-07-10T07:13:18 | 2017-07-10T07:13:18 | 96,505,338 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 200 | java | package com.teja.shoppingbackend;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}
| [
"yallateja@gmail.com"
] | yallateja@gmail.com |
19e28193771b5f39a840e8f154b0d13662e5e59d | ed3cb95dcc590e98d09117ea0b4768df18e8f99e | /project_1_2/src/d/h/Calc_1_2_372.java | 43f2cb59cd9b8158da7cd675d296eb1a8711abd8 | [] | no_license | chalstrick/bigRepo1 | ac7fd5785d475b3c38f1328e370ba9a85a751cff | dad1852eef66fcec200df10083959c674fdcc55d | refs/heads/master | 2016-08-11T17:59:16.079541 | 2015-12-18T14:26:49 | 2015-12-18T14:26:49 | 48,244,030 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 128 | java | package d.h;
public class Calc_1_2_372 {
/** @return the sum of a and b */
public int add(int a, int b) {
return a+b;
}
}
| [
"christian.halstrick@sap.com"
] | christian.halstrick@sap.com |
2ae4924d00464fee0e62f14399e2f52860cc832f | 06374081aedbb1077c466013a6ce2f48bce287d6 | /tamal sir/Name/app/src/androidTest/java/com/apkglobal/name/ExampleInstrumentedTest.java | 43b1b9a460ff4377cdf3b720b568dd6f640ac6f3 | [] | no_license | pawanprogrammer/NTVdia | 271ba7f1c9156466a876d06667e1f4753d9661cc | 4c418a81a327bcab9f0ea78741ff0f2eaf79495e | refs/heads/master | 2021-04-23T23:18:33.657299 | 2020-05-24T14:13:55 | 2020-05-24T14:13:55 | 250,029,662 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 720 | java | package com.apkglobal.name;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Android devi... | [
"pawansharma548@gmail.com"
] | pawansharma548@gmail.com |
e607d71cd1774ba0d257af8908e4191a76b5aaf7 | a80f032e91bf028da7592939887db9985dd0b5d6 | /src/StudentTicket.java | 37ef485a0afb406d8b3da7e794e1db8ca7783f26 | [] | no_license | Slavyastiy/ICS372 | 67e162a005643632455f849764b395eb7971a8af | b1e8afefd7d9e20b81a664623ee1043c5491d478 | refs/heads/master | 2020-12-02T18:09:32.378674 | 2017-07-07T00:14:32 | 2017-07-07T00:14:32 | 96,485,398 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 493 | java | import java.util.Date;
public class StudentTicket extends Ticket{
public StudentTicket (int quantity, String customerID, String cardNumber, Date ticketDate, double price) {
super();
this.quantity = quantity;
this.customerID = customerID;
this.cardNumber = cardNumber;
this.ticketDate = ticketDate;
this.p... | [
"MattDev31@users.noreply.github.com"
] | MattDev31@users.noreply.github.com |
57e91945824a2a52048f18d100c22faa3b085b21 | b53a1dfb235bcd9d50af35eb86e9ff377b681654 | /app/src/main/java/demo/eventcollect/collect/collector/DataCollector.java | 3a892aaa2f5769c657488580eaf9cc29a7c30743 | [] | no_license | zgsxdtwyf/EventCollect | 3071335742d64baf0f4097b0bd861b1b8b66c7a9 | 2af8c8da182a41a1e0dec58392f16a20c9e9049a | refs/heads/master | 2020-03-21T05:26:32.462891 | 2018-01-26T10:01:16 | 2018-01-26T10:01:16 | 138,160,801 | 1 | 0 | null | 2018-06-21T11:21:29 | 2018-06-21T11:21:29 | null | UTF-8 | Java | false | false | 6,398 | java | package demo.eventcollect.collect.collector;
import android.content.Context;
import org.json.JSONArray;
import org.json.JSONObject;
import demo.eventcollect.collect.uiutil.ButtonUtil;
import demo.eventcollect.collect.uiutil.CheckBoxUtil;
import demo.eventcollect.collect.uiutil.ImageViewUtil;
import demo.eventcollect... | [
"951442843@qq.com"
] | 951442843@qq.com |
e0600097df0f5956a4966e01a4dce40d2d79f831 | 466d86c179380a5131eac91ae56a005fa07f4dd7 | /alurator/src/br/com/alura/alurator/reflexao/Reflexao.java | 0cae6a2255b3e5f6201fabd777b4d81e7bf755cc | [] | no_license | alansvieceli/replection-java | ca4b594e44c084313fd82e455b2c1efb685c76f1 | 89aa461e1b6ee812ebbb19d6b220770d4b14d414 | refs/heads/master | 2020-05-14T19:48:21.872137 | 2019-04-25T22:33:35 | 2019-04-25T22:33:35 | 181,934,920 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 392 | java | package br.com.alura.alurator.reflexao;
public class Reflexao {
public ManipuladorClasse refleteClasse(String fqn) {
Class<?> classe = getClasse(fqn);
return new ManipuladorClasse(classe);
}
public Class<?> getClasse(String fqn) {
try {
return Class.forName(fqn);
} catch (ClassNotFoundException e... | [
"alansvieceli@gmail.com"
] | alansvieceli@gmail.com |
5cd3e1441497bbe0923aa5a03d7e913cfd617158 | a0e3587abb291189d6df0266424ed0ffabff060a | /jmh/src/main/java/com/wh/demo/jmh/JMHSample_06_FixtureLevel.java | 1430d7fd7d3c76f088548566742706d20c79c770 | [] | no_license | wanghao123456/test | 1814ffaaed9b36935cfc5c5c142eaa2969eb17d2 | 41df025f54c10d135db80918b71c12b3a1adf61c | refs/heads/release | 2021-06-12T07:56:02.498756 | 2021-01-29T21:30:28 | 2021-01-29T21:30:28 | 170,616,929 | 0 | 0 | null | 2021-03-31T13:11:08 | 2019-02-14T02:54:47 | Java | UTF-8 | Java | false | false | 2,794 | java | package com.wh.demo.jmh;
import org.openjdk.jmh.annotations.Benchmark;
import org.openjdk.jmh.annotations.Level;
import org.openjdk.jmh.annotations.Scope;
import org.openjdk.jmh.annotations.State;
import org.openjdk.jmh.annotations.TearDown;
import org.openjdk.jmh.runner.Runner;
import org.openjdk.jmh.runner.RunnerExc... | [
"Wh996399"
] | Wh996399 |
3b5379632ea873a1e01267bb88f760bc29d9fc5a | bfb22064506d435d4165bd99603e34a151fbafb4 | /ustHibernate/jpawithhibernateapp/src/main/java/com/ustglobal/jpawithhibernate/manytomany/Cource.java | 7f62d83226f472c9ecadc903045924a06e8abd04 | [] | no_license | Harshamukund/UST-Global-16-SEP-19-Harshamukund | 402bfdae2ffcf1652f6b17820159ad70664bec38 | e69fe4f08779f1d14ef636e7d29bd73394df2f87 | refs/heads/master | 2023-01-10T13:44:54.931405 | 2019-12-22T02:44:47 | 2019-12-22T02:44:47 | 224,569,475 | 0 | 0 | null | 2023-01-07T13:04:47 | 2019-11-28T04:25:54 | Java | UTF-8 | Java | false | false | 526 | java | package com.ustglobal.jpawithhibernate.manytomany;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.ManyToMany;
import javax.persistence.Table;
import lombok.Data;
@Entity... | [
"noreply@github.com"
] | noreply@github.com |
a6355d7d3954f000ecc2c774d79543335f258df8 | ce898bc07ee769071481da49dbaf978c1ee9d089 | /src/main/java/acp/db/service/impl/jdbc/ToptionManagerListJdbc.java | 0571f7b1aea64eb3013ab691435c72ca69747c42 | [] | no_license | sbshab1969/mss11 | f305f795d4f1bf2e472c3f7cd294162f5069793a | e6937d29d76f4873fd5beb2bf691e72e3ae2b394 | refs/heads/master | 2022-11-29T12:22:12.632040 | 2020-08-10T16:05:51 | 2020-08-10T16:05:51 | 286,515,554 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,188 | java | package acp.db.service.impl.jdbc;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
//import java.sql.Date;
import java.util.Date;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import acp.db.service.... | [
"sbshab1969@gmail.com"
] | sbshab1969@gmail.com |
9593c2d7981d2ff4efa41d3f5f67e350b168d506 | 7c57c6cc80f0912bc38f72d8c8d666f9ee97aa92 | /app/src/main/java/com/example/instaclone/Fragments/HomeFragment.java | 08a180de44d2099ab676dcc3b32e1b096eb0b82f | [] | no_license | AnnanyaV/Instagram-clone | fbddfa70dd803b62950e67faeb694fc61929c360 | 040d14e2283ad7ff8ca1a13cb0d8ddd168c7ae4d | refs/heads/master | 2022-11-24T06:23:09.324189 | 2020-08-02T18:57:41 | 2020-08-02T18:57:41 | 284,333,728 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 560 | java | package com.example.instaclone.Fragments;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.fragment.app.Fragment;
import com.example.instaclone.R;
public class HomeFragment extends Fragment {
@Override
public View onCreat... | [
"annanyaved.07@gmail.com"
] | annanyaved.07@gmail.com |
6c08dfecd7b4501a4fd9b324fd8437e64fe6f74f | f2ef2289f8cacea6e542b2d9199cc637f5a0c10a | /Java/EvaluateWithExceptions/Expression/AnyExpression.java | 084822405bdb870d9f771222e2f4cae7be02e7aa | [] | no_license | iilnar/paradigms | 56a4e393f36fb2c80d0e3f3a6731683791be7087 | ffe947a3cc9686cece13debe73c3c26007842884 | refs/heads/master | 2021-01-20T17:57:37.961599 | 2016-05-28T19:37:20 | 2016-05-28T19:37:20 | 59,911,329 | 0 | 1 | null | null | null | null | WINDOWS-1251 | Java | false | false | 150 | java | package Evaluate.Expression;
/**
* Created by Илнар on 17.03.2015.
*/
public interface AnyExpression extends Expression, TripleExpression {
}
| [
"sabirzyanovilnar@gmail.com"
] | sabirzyanovilnar@gmail.com |
7c81fab4a2d5329900bbc5c312a649875843d8a6 | 9f425cddec2205b4cf18c795462333ab606937fb | /贪心/主元素 II.java | 939201b4c24502995ce8e9f40700bdd1bf33d2fe | [] | no_license | biiliwuiid/LintCode | 588f0f36b44c0b918fb05467478be78110873e87 | c9af5b63741af666246e113a4888efc907b48825 | refs/heads/master | 2020-04-13T21:46:58.333469 | 2016-06-26T04:28:38 | 2016-06-26T04:28:38 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 850 | java | /*
给定一个整型数组,找到主元素,它在数组中的出现次数严格大于数组元素个数的三分之一。
注意事项
数组中只有唯一的主元素
样例
给出数组[1,2,1,2,1,3,3] 返回 1
*/
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map.Entry;
public class Solution {
/**
* @param nums: A list of integers
* @return: The majority number that occurs more than 1/3
*... | [
"Evan123mg@gmail.com"
] | Evan123mg@gmail.com |
ec95b565188e2d19dc28a5970c9fc181264716a8 | b55472165e662d892917bf0b69749bacc0e150e6 | /src/test/java/edu/virginia/uvacluster/internal/statistic/test/VarianceTest.java | bae1b54d597474c215124140b840d6ae388cdd65 | [
"MIT"
] | permissive | qiyanjun/Paper16-SCODE | 2bd3f3a976c6b117f1c504769df247779ed8204d | 2ca0abcb492e43c291cdf6f1dbb567ab0eeaaa0d | refs/heads/master | 2021-01-09T05:10:34.270981 | 2016-06-14T18:31:45 | 2016-06-14T18:31:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 893 | java | package edu.virginia.uvacluster.internal.statistic.test;
import static org.junit.Assert.*;
import java.util.Arrays;
import java.util.List;
import org.junit.Test;
import edu.virginia.uvacluster.internal.statistic.StatisticRange;
import edu.virginia.uvacluster.internal.statistic.Variance;
public class VarianceTest {... | [
"nickjanus@gmail.com"
] | nickjanus@gmail.com |
ff7c3ba8a51d5f1872e46f86c9f4fb4bbdac57f9 | b47b4a8af29321438e810d66c3111701e3039461 | /Linecomparision.java | 3fbb938f1562c915eb1fdfaab8c0de11e5d6bf58 | [] | no_license | poojakondoju/-Line-Comparision | 332726deaa3d7cd8e1e3b4f680be01d6daf4cdf0 | e8a887254a7aa2ed7cd18875c2522de96c2cb0c2 | refs/heads/master | 2023-07-06T15:43:26.662151 | 2021-08-23T18:25:31 | 2021-08-23T18:25:31 | 399,202,319 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 636 | java | package linecomparision;
public class Linecomparision {
public static void main(String[] args) {
System.out.println("Welcome To Line Comparision");
int x1,x2,y1,y2;
double dis;
x1=1;y1=1;x2=4;y2=4;
dis=Math.sqrt((x2-x1)*(x2-x1) + (y2-y1)*(y2-y1));
System.out.println("distancebetw... | [
"kondojupoojitha612@gmail.com"
] | kondojupoojitha612@gmail.com |
0594afd1bae79c8a2fc7a140104c05ac23e1f6f4 | 4ef431684e518b07288e8b8bdebbcfbe35f364e4 | /com.ca.apm.webui.test.framework/src/main/java/com/ca/apm/webui/test/framework/base/AbstractTestCase.java | eab6fffbcfc3f649574a362efa24ac94cfef627f | [] | no_license | Sarojkswain/APMAutomation | a37c59aade283b079284cb0a8d3cbbf79f3480e3 | 15659ce9a0030c2e9e5b992040e05311fff713be | refs/heads/master | 2020-03-30T00:43:23.925740 | 2018-09-27T23:42:04 | 2018-09-27T23:42:04 | 150,540,177 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,367 | java | package com.ca.apm.webui.test.framework.base;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.interactions.Actions;
import org.openqa.selenium.support.ui.WebDriverWait;
import com.ca.apm.webui.test.framework.tools.qc.QCUpdater;
import com.ca.apm.webui.te... | [
"sarojkswain@gmail.com"
] | sarojkswain@gmail.com |
d4b3f32f47cf755d18bfbac73187244f202e8f4a | 52fbda8b78413b1d63e268721c28344f9d2a8a92 | /src/main/java/org/primefaces/omega/controlador/OrganizacionTrabajadorControlador.java | 8c8c7fb4a853e56c05fffe011f3240f675501d34 | [] | no_license | fabricio8923/ntcweb | b94e43f59478ab3158e70a946213fdce315e5a9a | bcd827a5a3f3892558d48c94e7991c906c6a475e | refs/heads/master | 2021-01-22T22:43:55.565285 | 2017-06-01T20:56:57 | 2017-06-01T20:56:57 | 92,786,302 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,034 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package org.primefaces.omega.controlador;
import org.primefaces.omega.modelo.Dao.*;
import java.util.ArrayList;
import javax.... | [
"fabricio_n_g@hotmail.com"
] | fabricio_n_g@hotmail.com |
377be8d04ac90771abfa7aa25fcfd4a043286c63 | 8b09fa20ebccd755930e5a668f54c449b7116067 | /mwidgetgroup/src/main/java/com/zysm/curtain/mwidgetgroup/mrefreshlistview/MListViewHeader.java | 4e3a2f2d687a5ca4db3857d8b747e7a2e5555fb3 | [] | no_license | Shieh1/UIDemo | 83cecb9cc343745b2cc0df5df157e76af914c32a | 09dd3ec9e2bdb9f12a0ff95dc64d91ed22755f84 | refs/heads/master | 2021-01-22T18:02:21.041556 | 2017-03-21T15:06:33 | 2017-03-21T15:06:33 | 85,056,030 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,336 | java | package com.zysm.curtain.mwidgetgroup.mrefreshlistview;
import android.content.Context;
import android.support.annotation.Nullable;
import android.util.AttributeSet;
import android.view.Gravity;
import android.view.LayoutInflater;
import android.view.View;
import android.view.animation.Animation;
import android.view.a... | [
"M Shieh"
] | M Shieh |
86e886a75bee58525a45ec8d6b045f091bdb8ebf | fa40cc0ebf2c8c0d9c3b9bcde3b2ef032215fd95 | /app/src/main/java/org/succlz123/s1go/app/ui/hot/HotRvAdapter.java | 9e220834b1be8c5a6074bb695a99d0bdf97997c4 | [
"Apache-2.0"
] | permissive | vic1y/S1-Go | a7e2183770a05769fae506e58c15854be94c4581 | 29e8e558c85450f3ede6225adda9bc67953c4509 | refs/heads/master | 2020-12-01T03:02:57.076283 | 2016-05-04T06:07:01 | 2016-05-04T06:07:01 | 62,375,686 | 1 | 0 | null | 2016-07-01T08:00:10 | 2016-07-01T08:00:10 | null | UTF-8 | Java | false | false | 3,571 | java | package org.succlz123.s1go.app.ui.hot;
import org.succlz123.s1go.app.api.bean.HotPost;
import org.succlz123.s1go.app.ui.base.BaseThreadListRvViewHolder;
import org.succlz123.s1go.app.ui.thread.ThreadInfoActivity;
import org.succlz123.s1go.app.utils.s1.S1Fid;
import org.succlz123.s1go.app.utils.common.SysUtils;
import... | [
"succlz123@gmail.com"
] | succlz123@gmail.com |
2d6afb64e726ea9a8e0d31242763568cb82753d2 | 4aed66ad4fb140f5823e748cae8fd71ac402cf67 | /src/main/java/com/xiaoshabao/wechat/dto/AccountValue.java | c8464b94dc78b6ab548acf35ab5f4aef62bae6c6 | [] | no_license | manxx5521/shabao-test | f4236cd0da3f3a5944a28d08f58d090be64329ca | 3cd8b95ed401feb20d759f31618b27bb4669ad7e | refs/heads/master | 2020-04-12T03:57:41.256135 | 2019-01-15T06:37:46 | 2019-01-15T06:37:46 | 60,821,316 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 890 | java | package com.xiaoshabao.wechat.dto;
/**
* 用户帐号关联<br/>
*/
public class AccountValue {
/**
* 所在部门
*/
private String departId;
/**
* 微信帐号在系统对应id
*/
private Integer accountId;
/**
* 微信应用的名字
*/
private String appName;
public AccountValue() {
}
public AccountValue(Integer... | [
"manxx5521@163.com"
] | manxx5521@163.com |
5951e7c63c9a6df5b328a53505a08be007b53935 | b9648eb0f0475e4a234e5d956925ff9aa8c34552 | /google-ads-stubs-v9/src/main/java/com/google/ads/googleads/v9/services/SearchGoogleAdsFieldsRequestOrBuilder.java | fba988275bf7d7d346634991adafa73f7ec2296c | [
"Apache-2.0"
] | permissive | wfansh/google-ads-java | ce977abd611d1ee6d6a38b7b3032646d5ffb0b12 | 7dda56bed67a9e47391e199940bb8e1568844875 | refs/heads/main | 2022-05-22T23:45:55.238928 | 2022-03-03T14:23:07 | 2022-03-03T14:23:07 | 460,746,933 | 0 | 0 | Apache-2.0 | 2022-02-18T07:08:46 | 2022-02-18T07:08:45 | null | UTF-8 | Java | false | true | 1,927 | java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v9/services/google_ads_field_service.proto
package com.google.ads.googleads.v9.services;
public interface SearchGoogleAdsFieldsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v9.... | [
"noreply@github.com"
] | noreply@github.com |
38c0e546e2ca53283ac690e19bcb6ee67ebc4845 | 71c1bee42b45c822617ff5a6c8cff35f4bb9d77d | /src/main/java/org/apache/ibatis/executor/resultset/DefaultResultSetHandler.java | 5d395297dc7d4f4ad63e82ea53e6fae99f1985a6 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | redsnower/mybatis-3.4.6 | 309576504aa9721def3f42fb73fe6202afa6ed27 | 9eb91fdc19e1cde7413d6f856bdc9de6dc62bdc4 | refs/heads/master | 2021-10-08T00:07:56.933801 | 2018-12-06T05:45:37 | 2018-12-06T05:45:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 56,737 | java | /**
* Copyright 2009-2017 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
*
* Unle... | [
"perry@thecover.co"
] | perry@thecover.co |
e40831f10ab98a64c372a3c9f9d35ee38f85a036 | d80a2db1533a0a35485774dca0b6646b8d2f74c9 | /src/main/java/com/vcread/unioncloud/console/entity/enu/TemplateUseStatus.java | b0315f9ea9cd5f910b5b3f602461901699a2ae8d | [] | no_license | Moorong/unioncloud-entity | e8249542e6f2243ac2bb461e3d580d05eedf39f1 | f2ac0ba4654b9619e76a1266f4af91ed0863dfb9 | refs/heads/master | 2021-08-11T08:59:01.905734 | 2017-11-13T13:24:03 | 2017-11-13T13:24:03 | 110,522,046 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 219 | java | package com.vcread.unioncloud.console.entity.enu;
/**
* 模板使用状态
*
*/
public enum TemplateUseStatus {
/**
* @Fields used : 使用过
*/
used,
/**
* @Fields unused :未使用
*/
unused,
}
| [
"1165204526@qq.com"
] | 1165204526@qq.com |
d33fbe45558f351e27c0d3230d8e837f91ff16c2 | 006bad9354e6bcd658e280927b316630240501c1 | /java-11/src/main/java/com/mgu/java11/HttpClientSample.java | a477953b39207fccce020043ef54bc0f058fbcec | [] | no_license | marc06210/javaFeatures | 6ea3d9ff66caf2ceb6fce0904eb40599b5554d20 | 06edc070c924bb2a91b7eafb4b36f5883e0446f4 | refs/heads/main | 2023-08-24T06:18:44.422189 | 2021-10-29T14:47:30 | 2021-10-29T14:47:30 | 352,975,276 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,155 | java | package com.mgu.java11;
import java.io.IOException;
import java.net.URI;
import java.net.http.HttpClient;
import java.net.http.HttpHeaders;
import java.net.http.HttpRequest;
import java.net.http.HttpResponse;
import java.time.Duration;
// JEP 321
public class HttpClientSample {
public static void main(String[] ar... | [
"maguerrini@airfrance.fr"
] | maguerrini@airfrance.fr |
ee0703b2ab8ed8f573838910869db82b2bc2c948 | 681c518e7618d7bd07fed23bf6967d039587d574 | /src/main/java/f00f/net/irc/martyr/modes/GenericMode.java | e1dad6045640fbaaf71e04319fdc8d1c73dc90d2 | [
"Apache-2.0"
] | permissive | coderextreme/lircom | c868d9086d3642796d84988a07183e8ca077cd4b | c7abe8ed13daf416fb96e14ea46dd89e5321efea | refs/heads/master | 2023-05-03T04:33:44.592544 | 2022-12-22T01:08:48 | 2022-12-22T01:08:48 | 236,363,047 | 0 | 0 | Apache-2.0 | 2023-09-04T05:11:23 | 2020-01-26T19:19:29 | Java | UTF-8 | Java | false | false | 1,573 | java | package f00f.net.irc.martyr.modes;
import f00f.net.irc.martyr.Mode;
/**
* GenericNode uses the character to specify the hash code. Thus, two
* mode types are the same, in a hash table, even if they have
* different parameters or positive/negative values.
*/
public abstract class GenericMode implements Mode
{
pr... | [
"john@carlsonsolutiondsign.com"
] | john@carlsonsolutiondsign.com |
22d2649eac8148c10de7f7d068211ccf4d7f269f | 0b9cb731cc7a74dc5951fc2c012210cd988bce17 | /src/main/java/org/sda/driverpool/Application.java | 57bac155d1681a94958b529fb4faf98d5cd36b21 | [] | no_license | aliaksandr-budnikau/driver-pool | 91a96b3c2affc3e9d9d85947276b28fdb1b06cf5 | 92010d35acf31b17900ede59550cb211e914730d | refs/heads/main | 2023-01-24T05:08:15.759510 | 2020-12-10T19:13:43 | 2020-12-10T19:13:43 | 311,795,573 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 393 | java | package org.sda.driverpool;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.scheduling.annotation.EnableScheduling;
@EnableScheduling
@SpringBootApplication
public class Application {
public static void main(String[... | [
"alexander.budnikov@algosec.com"
] | alexander.budnikov@algosec.com |
b8aa7df9104b0919e45094dc52afdec18c3921b1 | e8fbdb68c6ae7475073db1e6d024f58788f2bb71 | /src/mate/academy/hw/zoo/animals/Fish.java | 6cbe0a1b53ee8bde3e40b3094bb0e23d21c8bc3d | [] | no_license | Dinexpod/Zoo | 63145884c53a29f2b13b560e8c8e432299ac72c6 | fd6facee43eded5d252443e9a001d26f8f9a8685 | refs/heads/master | 2020-04-27T21:09:19.604427 | 2020-03-05T07:02:22 | 2020-03-05T07:02:22 | 174,686,052 | 1 | 0 | null | 2020-03-05T07:02:24 | 2019-03-09T11:32:52 | Java | UTF-8 | Java | false | false | 275 | java | package mate.academy.hw.zoo.animals;
public abstract class Fish implements Animal {
@Override
public void toEat() {
System.out.println("I'm eating as fish!");
}
@Override
public void move() {
System.out.println("I'm swimming!");
}
}
| [
"dinexpod@gmail.com"
] | dinexpod@gmail.com |
8a081a0a252c53da6db456dc9ac5c02b7c02b371 | 16bacd6ef5d524c9c0fe99f32f2d2403d43b3aec | /instrument-modules/user-modules/module-pradar-core/src/main/java/com/pamirs/pradar/degrade/resources/ResourceDetector.java | e999ff67ba3684fb06166911fc326fe5fd694f04 | [
"Apache-2.0"
] | permissive | shulieTech/LinkAgent | cbcc9717d07ea636e791ebafe84aced9b03730e8 | 73fb7cd6d86fdce5ad08f0623c367b407e405d76 | refs/heads/main | 2023-09-02T11:21:57.784204 | 2023-08-31T07:02:01 | 2023-08-31T07:02:01 | 362,708,051 | 156 | 112 | Apache-2.0 | 2023-09-13T02:24:11 | 2021-04-29T06:05:47 | Java | UTF-8 | Java | false | false | 290 | java | package com.pamirs.pradar.degrade.resources;
/**
* @author jirenhe | jirenhe@shulie.io
* @since 2022/10/18 11:09 AM
*/
public interface ResourceDetector {
boolean hasResource();
String name();
double threshold();
String configName();
void refreshThreshold();
}
| [
"jiangjibo@shulie.io"
] | jiangjibo@shulie.io |
6f795f5de80a16859bc3594c954d18c07f1cca5b | f15765388524132352fec48fb7446eb658ca23bb | /erp-common/src/main/java/com/xxx/erp/common/commonbean/emp/EmpParam.java | 2a59d9e203442a353609a70cbac95789fa023d2b | [] | no_license | xworkingshare/erp-parent | 4a23a7ff029c5d46451e3e187bd4a776093aca4b | b6dd34cc9963219e0f012d8d975eb697cdc18ab4 | refs/heads/master | 2020-04-09T05:12:21.943260 | 2018-12-18T08:47:36 | 2018-12-18T08:47:36 | 160,055,555 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,540 | java | package com.xxx.erp.common.commonbean.emp;
import com.xxx.erp.bean.emp.Emp;
/**
* @ClassName: EmpParam
* @Description: 继承CommonParamWithPageBean类的,专门封装Emp参数的类型
* @Author: 谢万清
* @CreateTime: 2018/12/8 16:40
* @Version: 1.0
**/
public class EmpParam extends Emp{
private int page;
private int rows;
... | [
"643269212@qq.com"
] | 643269212@qq.com |
4e4bb9945e0ed5ca4fbb714aa16950f4909d3085 | cf5d32426d724abb558bbf853cf48cb71c4f39c8 | /src/cn/ssm/mapper/SpcTestMapper.java | 7d94734d17b92fa2e38aa9898048f15b8004addf | [] | no_license | yangyangyou/mes | d2e0eab336c6970abca08c9d019e06ddb2fcfe38 | 882c57271702123564ba192f2ee79701e98e17e2 | refs/heads/master | 2022-11-18T19:33:28.007823 | 2020-07-15T08:59:48 | 2020-07-15T08:59:48 | 255,617,774 | 0 | 0 | null | 2020-04-14T13:32:43 | 2020-04-14T13:32:42 | null | UTF-8 | Java | false | false | 705 | java | package cn.ssm.mapper;
import java.util.List;
import cn.ssm.po.SpcTest;
public interface SpcTestMapper {
int deleteByPrimaryKey(Integer testId);
int insert(SpcTest record);
int insertSelective(SpcTest record);
SpcTest selectByPrimaryKey(Integer testId);
int updateByPrimaryKeySelective(SpcTest... | [
"1552863689@qq.com"
] | 1552863689@qq.com |
7d21b8332642a6e225216eda1f261c5a857c6faf | a484bcd11135216d4c347c8c45ff216c5d9f6514 | /src/main/java/com/itrjp/myapp/service/package-info.java | dbd2c264058a7863b66705bf3c0a1d4962906c63 | [] | no_license | lovebugss/myApp | 5b7809843ada6e18cb5f37fbee9b4816637d30f9 | a177f4ceda41ac40cce022cc999015f037f16a44 | refs/heads/master | 2021-06-28T21:54:45.612020 | 2018-12-23T13:17:45 | 2018-12-23T13:17:45 | 162,892,085 | 0 | 1 | null | 2020-09-18T09:47:19 | 2018-12-23T13:14:39 | Java | UTF-8 | Java | false | false | 65 | java | /**
* Service layer beans.
*/
package com.itrjp.myapp.service;
| [
"979668507@qq.com"
] | 979668507@qq.com |
1423d711c5483d546cab72ae6fc290f312dfee1a | a2905328306371f9850ff9f7795c3cd167dd6032 | /src/main/java/com/example/community/mapper/UserMapper.java | 88562397296c985b64e75bf541479885efb1c31c | [] | no_license | csk110/community | 4f05050223a711221166241120ddbc73ba2044f4 | 1fc468eb7b5303cf12b8012ce4f12d5046af7d51 | refs/heads/master | 2022-02-14T19:07:35.215301 | 2019-07-25T09:54:29 | 2019-07-25T09:54:29 | 198,805,554 | 0 | 0 | null | 2022-01-21T23:27:38 | 2019-07-25T09:55:36 | Java | UTF-8 | Java | false | false | 584 | java | package com.example.community.mapper;
import com.example.community.model.User;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Select;
import org.springframework.stereotype.Component;
/**
* @author ChenSK
* @date 2019-07-25 - 17:21
*/
@... | [
"1351187802@qq.com"
] | 1351187802@qq.com |
ba2f7d05a583df33d823d74b5db8fbed3334ba91 | e179feb76e067af8e41b61d9715f804e23477f47 | /demo/src/main/java/com/example/demo/repository/primary/entities/singletable/ProductSingleTableCar.java | 047f28f43b491043fb5f134ed55b1b288538a30c | [] | no_license | lucacirillo2738/complete | 299268a362e2b4247e264aff7e8578949a494778 | fe6bb039a4bf97c6fff2b90ee9f00759ca0a6a83 | refs/heads/master | 2023-08-28T05:25:04.604350 | 2021-10-05T13:27:32 | 2021-10-05T13:27:32 | 371,033,061 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 513 | java | package com.example.demo.repository.primary.entities.singletable;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.Column;
import javax.persistence.DiscriminatorValue;
import javax.persistence.Entity;
@Entity
@DiscriminatorValue("CAR")
@Data
@NoArgsConstructor
public class ProductSingle... | [
"luca.cirillo@sisal.it"
] | luca.cirillo@sisal.it |
62a7e9b6db366629317b2fb9b730b498558bd174 | a6ff7a994ecfe54642752d9bc4d780c42eafce59 | /index/src/test/java/com/erayic/agr/index/ExampleUnitTest.java | 5a818dfb1956af6e12af65030d3bb6cc949e9ad3 | [] | no_license | chenxizhe/monster | efdebc446c85f3b73258a669d67957ce512af76b | 43314e29111065b1bf77fa74a864bec7818349ef | refs/heads/master | 2023-05-06T12:48:51.978300 | 2017-07-27T02:05:37 | 2017-07-27T02:05:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 398 | java | package com.erayic.agr.index;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void a... | [
"hkceey@outlook.com"
] | hkceey@outlook.com |
c35c7a4adf0fda9c1034f2e77dc94a1200a3a1bd | 50876c83faac850b2f85e6b65bb023bc471dc90c | /2017workspace/TXLHT/src/main/java/cn/bishiti/base/test/nio/TestSlice.java | 658545bd2467d77c9f280952944bac2035908354 | [
"Apache-2.0"
] | permissive | chocoai/TXEYXXK | f3e79ed3da2cf4347887afacbca9c83a23339141 | 6b2bc04c52c824aa95bf8e66c2bd9c65dc317b3d | refs/heads/master | 2021-07-17T11:15:04.655721 | 2017-10-10T04:36:55 | 2017-10-10T04:36:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 611 | java | package cn.bishiti.base.test.nio;
import java.nio.ByteBuffer;
public class TestSlice {
public static void main(String[] args) {
// TODO Auto-generated method stub
ByteBuffer buffer=ByteBuffer.allocate(10);
for(int i=0;i<buffer.capacity();i++){
buffer.put((byte)i);
}
buffer.position(3);
buffer.l... | [
"850162412@qq.com"
] | 850162412@qq.com |
9626c3b27307562c1548f3289fa2cbb6b468ae8c | 3f1b1a3ef6d1850da3758e7c5831079d19e39d1c | /carcassonne/src/main/java/it/polimi/dei/swknights/carcassonne/Exceptions/SegnaliniFinitiException.java | 69bdc1598efa2e15a69b8af6885e7136ea45b293 | [] | no_license | boris-il-forte/Carcassone | cd8da1f0a47a768841e44f617a66e1f9ba12d8da | c455fe19ef6e7099ccff78870148da6d4c7a0cd8 | refs/heads/master | 2021-01-10T14:19:24.140519 | 2016-03-19T17:13:27 | 2016-03-19T17:13:27 | 54,277,420 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 419 | java | package it.polimi.dei.swknights.carcassonne.Exceptions;
/**
* Exception thrown when the players has no more marker but tries to play another one
* @author dave
*
*/
public class SegnaliniFinitiException extends Exception
{
/**
* Default constructor
*/
public SegnaliniFinitiException()
{
super("Segnalini ... | [
"davide.tateo@polimi.it"
] | davide.tateo@polimi.it |
686b0d065a750d74a197cd42fa20166faa5382b6 | fc44b2f87af5a2750920af6aa4cce3f7cebe9494 | /ruubypay-configx-core/src/main/java/com/ruubypay/framework/configx/encrypt/helper/GenerateKeyUtil.java | 757fef296c94edf78e50d1694df5fd9f2730ad08 | [] | no_license | chenhaiyangs/ruubypay-configx-package | 05809114317b57baa478b9d7b6c48ef1b3db0832 | 8eda14512c284ef54b85eb92584863ae366ffcce | refs/heads/master | 2020-03-19T20:10:37.590386 | 2019-01-11T10:32:22 | 2019-01-11T10:32:22 | 136,890,856 | 7 | 4 | null | null | null | null | UTF-8 | Java | false | false | 2,293 | java | package com.ruubypay.framework.configx.encrypt.helper;
import com.ruubypay.framework.configx.encrypt.impl.EncryptByAes;
import com.ruubypay.framework.configx.encrypt.impl.EncryptByDes;
import javax.crypto.KeyGenerator;
import javax.crypto.SecretKey;
import java.security.NoSuchAlgorithmException;
/**
* 生成密钥工具类
* @a... | [
"chenhaiyang@ruubypay.com"
] | chenhaiyang@ruubypay.com |
efdd024236fc295eaf4e7c60ab88eca91f04ff61 | c8f470a6b69c285a5469b271290778feab83c0a1 | /collectwebhttp/src/main/java/com/collect/current/cyclicBarrier/CyclicBarrierExample.java | 60bacf3ef35fb68ca99014d85d803ecb28a4b766 | [] | no_license | Field-Li/collect | 88c571f736e989b8c37a79b75f4e7adb8704ec6a | 875503da4dae38be9b7e9c193bdd648a1fc5aecc | refs/heads/master | 2022-12-22T15:17:42.103502 | 2021-02-15T04:15:25 | 2021-02-15T04:15:25 | 101,054,577 | 0 | 0 | null | 2022-12-16T11:22:12 | 2017-08-22T11:13:46 | Java | UTF-8 | Java | false | false | 3,124 | java | package com.collect.current.cyclicBarrier;
/**
* Created by lifana on 2017/7/25.
*/
import java.util.concurrent.BrokenBarrierException;
import java.util.concurrent.CyclicBarrier;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
/**栅栏的与闭锁的区别是可重置
* @author
* @date 创建时间:2017年1月25日... | [
"lifana@Ctrip.com"
] | lifana@Ctrip.com |
5ff0d83abf8d17676516a8aa974b1dfeb3ccacd6 | 2b2d03a0089bab9c37f639e28f5e6751d4f1361e | /BasicJava/src/src/chapter05/SmartCarMain.java | e47be00538cd2d4111761c81e6a6cefb8f5bc7a1 | [] | no_license | O-Dong-Seon/Basic_JAVA | d84f8df57156e0a1a3e6952f00735468720080ab | 8e7bbe52af65e31a7d8935781c885853b087ee13 | refs/heads/master | 2020-09-18T00:56:31.374324 | 2020-04-06T01:56:45 | 2020-04-06T01:56:45 | 224,125,741 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 613 | java | package chapter05;
public class SmartCarMain {
public static void main(String[] args) {
SmartCar car = new SmartCar();
// 은닉하고 싶은 변수에 private를 선언하여
// 외부에서 다이렉트로 접근이 불가능하게 막음!
// car.speed = 300;
// 개발을 위해서는 정상적인 방법으로는
// 은니한 변수에 접근이 가능하게 만들어야함
// = Getter() & Setter()
// setter()를 통해... | [
"noreply@github.com"
] | noreply@github.com |
c6d4186dbbf20842e2aa0f7c04c935615c02b6e6 | 5b704904279969b912fe5521ef424adcad111bfe | /app/src/main/java/com/example/dtcmanager/TabsProfile/All_for_Profile_Fragment.java | 1ec2644bed9c16f322fded5e767ef158d509f9bf | [] | no_license | rizwankarim/dtcManager | e694181d9fed2dd750c73a4f80fdc6e73a198fad | 41c405bfaba065a124669eee88d64e0335ad1b85 | refs/heads/master | 2023-03-07T23:23:16.244835 | 2021-02-23T18:21:58 | 2021-02-23T18:21:58 | 326,393,210 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,166 | java | package com.example.dtcmanager.TabsProfile;
import android.os.Bundle;
import androidx.fragment.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.example.dtcmanager.R;
/**
* A simple {@link Fragment} subclass.
* Use the {@link All_for_Profile_Fra... | [
"rizusamnani@gmail.com"
] | rizusamnani@gmail.com |
200a068862252646c3506809f23516034a1c0b60 | d0f0567b924ca3e1839c6d53efa0acddf5ee0be5 | /app/src/main/java/com/ofy/sdgquizapp/activity/InstructionActivity.java | 7d8f5720ddc18d4b74c211504d7c01a8aafe8a1a | [] | no_license | shubhamdixena/RYF-GlobalGoals-Internship | 49a8c870122907e7139a4671b23dcb7a48428aa9 | 674a87f0261544c1302725f94efaf30c9bbc05f3 | refs/heads/main | 2023-03-28T05:51:05.832624 | 2021-03-31T13:50:18 | 2021-03-31T13:50:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,128 | java |
package com.ofy.sdgquizapp.activity;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import android.view.MenuItem;
import android.view.View;
import com.ofy.sdgquizapp.R;
public class InstructionActivity extends AppCompatActivity {
public T... | [
"jaynmistry21@gmail.com"
] | jaynmistry21@gmail.com |
f1acbb46aaffd4b602111da3e5ceee47aad1332e | 287d8ece6c9f81b60b34635bfde56cce61f69b51 | /src/Projectiles/BatBullet.java | ed4190added1e3f1100d411ff76130e2c26c32da | [] | no_license | Nissinen/Fahaldin | e47ccdf0634d049024d9bfc55395728fbaea109a | a669774f67fba1d0f5326cbc3485bb8b72aa3343 | refs/heads/master | 2021-01-17T22:39:26.589237 | 2016-10-30T17:00:18 | 2016-10-30T17:00:18 | 67,543,223 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,907 | java | package Projectiles;
import java.awt.Graphics2D;
import java.awt.image.BufferedImage;
import Audio.JukeBox;
import TileMap.TileMap;
import Entity.Enemy;
import Handlers.Content;
public class BatBullet extends Enemy {
private boolean remove;
private boolean hit;
private double xRange;
private double yRange;
pr... | [
"frazento@hotmail.com"
] | frazento@hotmail.com |
80d233bbd3f50f0a0260ca5d50f9c1b7d5ffb2e8 | f1c1e51c8520a3713ef1a718064fc11aaefc4aca | /Tema3/Hibernate/0.ejemplo_caract/1.PrimerProyHib/src/main/java/com/iesvi/hibernate/ejemplos/ProyHbn/User.java | 9f7744891b4156740fe5b9f32fb6c3631e876766 | [] | no_license | jssdocente/AAD | 74a74b33fd36400ff917727705465ccffc0cfa37 | 71bc40d614f77612309d1f9a9f9d39dd58adcae9 | refs/heads/main | 2023-03-02T12:19:01.937164 | 2021-02-08T21:46:02 | 2021-02-08T21:46:02 | 305,641,278 | 1 | 3 | null | null | null | null | UTF-8 | Java | false | false | 670 | java | package com.iesvi.hibernate.ejemplos.ProyHbn;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
@Entity
//@Table(name="USERS")
public class User {
@Id
private int id;
@Column
private String userName;
@Column
private String userMessage;
public int getId() {
r... | [
"jssgarcia.docente@gmail.com"
] | jssgarcia.docente@gmail.com |
95f628fff8aafbac429d02b1dc2da4efc2f80463 | 9f208f03a305284e77b4ae077a32516e99131d6d | /java/workspace/day10/src/cn/wang/web/controller/BuyServlet.java | 943878acf147f5832a26c422cd3c0976162d1123 | [] | no_license | wsws1996/myproject | 5d00c2d1f33f9e08df2c3061ed5c803ae8fa9d35 | bd9c83e769a7b0aa8832a717e3c3a25f0a26e4bc | refs/heads/master | 2021-01-10T01:54:31.518479 | 2017-03-14T14:46:35 | 2017-03-14T14:46:35 | 46,287,223 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,365 | java | package cn.wang.web.controller;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import cn.wang.domain.Cart;
import cn.wang.service.BusinessService;
public class BuyS... | [
"wang@hn.kd.ny.adsl"
] | wang@hn.kd.ny.adsl |
a4549200d49a64df849d39c6e75d6b3b3b1cf737 | 7315448713862fc471d0d9ec9e6980b6e05a5ea3 | /src/Singleton/A2/Triple.java | fc10c4a12326b018d9c3a1b20b7b19a62c3d2ed6 | [] | no_license | Tebasaki314/DesignPattern | 3229dc4becfacee637967b48fb21f66e2346b928 | fd9766e33bba30325a63d8c15228c674f3fe6265 | refs/heads/master | 2022-11-08T14:06:36.801140 | 2020-06-22T18:27:51 | 2020-06-22T18:27:51 | 260,345,415 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 664 | java | package Singleton.A2;
import java.util.Map;
public class Triple {
private static final Map<Integer, Triple> instances = Map.ofEntries(
Map.entry(0, new Triple()),
Map.entry(1, new Triple()),
Map.entry(2, new Triple())
);
private Triple() {
}
publ... | [
"h.takemura480@gmail.com"
] | h.takemura480@gmail.com |
48e2b11032847e9ab7ae8d7f3e429ec4f3460ed9 | 95e944448000c08dd3d6915abb468767c9f29d3c | /sources/android/support/p029v7/widget/C1364au.java | 92705e0396560fb1fa023642f8e6279956c905b3 | [] | no_license | xrealm/tiktok-src | 261b1faaf7b39d64bb7cb4106dc1a35963bd6868 | 90f305b5f981d39cfb313d75ab231326c9fca597 | refs/heads/master | 2022-11-12T06:43:07.401661 | 2020-07-04T20:21:12 | 2020-07-04T20:21:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 906 | java | package android.support.p029v7.widget;
import android.content.Context;
import android.content.res.Resources;
import android.content.res.Resources.NotFoundException;
import android.graphics.drawable.Drawable;
import java.lang.ref.WeakReference;
/* renamed from: android.support.v7.widget.au */
final class C1364au exten... | [
"65450641+Xyzdesk@users.noreply.github.com"
] | 65450641+Xyzdesk@users.noreply.github.com |
fbf5a0c859d29976731117f4dd33aa8806e830a2 | 969629f482690566216781f9f63d621c9fa9f793 | /vertx-vaadin/src/main/java/com/vaadin/server/communication/ExposeVaadinCommunicationPkg.java | 9966fed7debb7adac81267eabd3889ce5b42b856 | [
"MIT"
] | permissive | davidsowerby/vaadin-vertx-samples | c5d12fc1fbb19ee947683c205b7c4eaea98f6317 | ebf7e0e2f65a00652acd41f0327d21a20ad72a4f | refs/heads/master | 2021-01-25T13:57:35.090079 | 2018-03-03T09:51:19 | 2018-03-03T10:03:04 | 123,626,956 | 0 | 0 | MIT | 2018-03-02T20:23:47 | 2018-03-02T20:23:47 | null | UTF-8 | Java | false | false | 1,972 | java | /*
* The MIT License
* Copyright © 2016-2018 Marco Collovati (mcollovati@gmail.com)
*
* 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 t... | [
"mcollovati@gmail.com"
] | mcollovati@gmail.com |
176eed131f69dcba51fbd91ad31f883c9867f632 | eb9f655206c43c12b497c667ba56a0d358b6bc3a | /java/java-tests/testData/codeInsight/completeStatement/BeforeFor.java | 1b61cf5c2239d06206d2666ee43e9759c34e510f | [
"Apache-2.0"
] | permissive | JetBrains/intellij-community | 2ed226e200ecc17c037dcddd4a006de56cd43941 | 05dbd4575d01a213f3f4d69aa4968473f2536142 | refs/heads/master | 2023-09-03T17:06:37.560889 | 2023-09-03T11:51:00 | 2023-09-03T12:12:27 | 2,489,216 | 16,288 | 6,635 | Apache-2.0 | 2023-09-12T07:41:58 | 2011-09-30T13:33:05 | null | UTF-8 | Java | false | false | 89 | java | public class Foo {
{
<caret>for (int i = 0; i < 100; i++) {
}
}
} | [
"yole@jetbrains.com"
] | yole@jetbrains.com |
a6574e9c28cced583b4821cf708e94e7ead7c01c | 065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be | /eclipsejdt_cluster/4927/tar_0.java | cd3ecb7f8b47024f15853dd9283aef5041135f14 | [] | no_license | martinezmatias/GenPat-data-C3 | 63cfe27efee2946831139747e6c20cf952f1d6f6 | b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4 | refs/heads/master | 2022-04-25T17:59:03.905613 | 2020-04-15T14:41:34 | 2020-04-15T14:41:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 39,589 | java | /*******************************************************************************
* Copyright (c) 2000, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | [
"375833274@qq.com"
] | 375833274@qq.com |
85e103122ee77dcc60d3118b8300d1815c2d2fa4 | d578523a7c1cdc257946136be8b70a709951ff6a | /profile-service/src/main/java/com/example/profileservice/security/SecurityConfiguration.java | 4193c49876f13fadf82c748e8f55c068fabfcc46 | [] | no_license | sebin-vincent/E-Shoper | 2ef4f01485a6295db9e75bc9486d94bdaccf52b4 | 16ddd1911c6ef325ad70092f0284dbf339c42bee | refs/heads/master | 2023-01-19T07:57:35.005424 | 2020-11-20T07:19:30 | 2020-11-20T07:19:30 | 289,621,438 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,362 | java | package com.example.profileservice.security;
import com.auth0.jwt.JWT;
import com.auth0.jwt.exceptions.JWTDecodeException;
import com.auth0.jwt.interfaces.Claim;
import com.auth0.jwt.interfaces.DecodedJWT;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Auto... | [
"sebin.vincent@litmus7.com"
] | sebin.vincent@litmus7.com |
11bca88944b0581b62c4b6039e3e20370804c650 | a3ad20c8925cdf58e64e62182c836558f66a8e53 | /module_web/src/main/java/com/xxl/modelweb/WebProviderImpl.java | 431d5368859ed23facdfeccd7701c4a1d63ba208 | [] | no_license | fazhongxu/Json | 77087487f804b48b7c8c2a621b3ff7926e50b0f4 | 604313e77913352cc07a3698c37668259a8e407f | refs/heads/master | 2021-10-25T04:32:44.220657 | 2019-04-01T03:47:35 | 2019-04-01T03:47:35 | 108,724,353 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 619 | java | package com.xxl.modelweb;
import android.content.Context;
import com.alibaba.android.arouter.facade.annotation.Route;
import com.xxl.mediatorweb.IConstantWeb;
import com.xxl.mediatorweb.IWebProvider;
/**
* Created by xxl on 2018/10/28.
*
* Description :
*/
@Route(path = IConstantWeb.WEB_PROVIDER)
public class W... | [
"fazhongxu0914@163.com"
] | fazhongxu0914@163.com |
7a5349a94b54d354f27e8c5197601b6fe84dfd8e | a0b049bf91465ebfb8638be7e25c9f9be96f315c | /Unidad4/Ejercicio1/src/ejercicio1/Empleado.java | 259716211e600a6fc9a077909896994359531f85 | [] | no_license | Fedecardozo/POO | 6ac10b7155cba9449be10a2b3ed982884f94f241 | 43a1fa5f84bbd73f3e51d02f5dba7ed1b5f860bc | refs/heads/master | 2022-08-16T02:55:24.987454 | 2020-05-18T14:14:37 | 2020-05-18T14:14:37 | 256,877,073 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 522 | java | package ejercicio1;
public class Empleado {
private String nombre;
public Empleado(){
}
public Empleado(String nombre){
this.nombre = nombre;
}
public String getNombre(){
return nombre;
}
p... | [
"noreply@github.com"
] | noreply@github.com |
33de99536ed1600b8ecad8568a008d4bdcff43e1 | 8e6a4dab7d96fc0541bfb4f3029131aaf124ec43 | /src/main/java/com/itzhoujun/usercenter/controller/user/TestPost.java | e6c810d2945468974b4f94a3a1b249af23064a38 | [] | no_license | wZ-wqy/select-savesql | 923e0ed6139aaf04879bbef45e08367d1dfb8572 | 5ad4b3e92a81a91dbbb750cfb794995825609000 | refs/heads/main | 2023-05-31T08:03:14.578466 | 2021-06-07T07:59:41 | 2021-06-07T07:59:41 | 374,581,539 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,682 | java | package com.itzhoujun.usercenter.controller.user;
import net.sf.json.JSONObject;
import org.apache.http.HttpEntity;
import org.apache.http.HttpStatus;
import org.apache.http.client.config.RequestConfig;
import org.apache.http.client.methods.CloseableHttpResponse;
import org.apache.http.client.methods.HttpPost;
import... | [
"710242086@qq.com"
] | 710242086@qq.com |
60443f97922ca5c47afb10baf48f3ebfad46f476 | b8405a9d025dd237de125fbf488dce43a829336d | /app/src/main/java/com/example/paperplane/homepage/DoubanContract.java | 9dc12e341dc54fd250014251709a63ff73b1f4e7 | [
"Apache-2.0"
] | permissive | yanlili1992/paperplane3 | 713c61523d2a0654e769525451fd0adda8c76ade | 2a30158e10735a2a6361bd2c9ffc5a43fb1d0680 | refs/heads/master | 2021-01-17T12:07:44.227696 | 2017-03-09T14:19:22 | 2017-03-09T14:19:22 | 84,058,653 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 741 | java | package com.example.paperplane.homepage;
import com.example.paperplane.BasePresenter;
import com.example.paperplane.BaseView;
import com.example.paperplane.bean.DoubanMomentNews;
import java.util.ArrayList;
/**
* Created by liyanli on 2017/3/8.
*/
public interface DoubanContract {
interface View extends BaseV... | [
"nihaoyanlili@163.com"
] | nihaoyanlili@163.com |
105bade1c989f962ede82074858c6d8383a7e05a | bae06a0d44bf2a3ce939fbce210b9199c60d8cd7 | /src/chess/pieces/Rook.java | 9922a7fc8b2ad447ce9dd9bdabac8abf8af97c58 | [] | no_license | Tales1112/Chess-System-java | 85e838ce73485dd3327ebd7f7ecc5430ce2f0cb5 | ad61af329a7bdcd61dfb5937e28a7dda8c4c07bf | refs/heads/master | 2023-01-20T18:28:57.647491 | 2020-11-26T04:41:51 | 2020-11-26T04:41:51 | 313,817,624 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,818 | java | package chess.pieces;
import boardgame.Board;
import boardgame.Position;
import chess.ChessPiece;
import chess.Color;
public class Rook extends ChessPiece {
public Rook(Board board, Color color) {
super(board, color);
}
@Override
public String toString() {
return "R";
}
@Override
public boolean[][] pos... | [
"tales.trab@gmail.com"
] | tales.trab@gmail.com |
e7618f0ccebcab9ca837c7a2bc5c540ec5234832 | e6a0c5a786e6f7a984a415d59ea7e1783dd8a020 | /src/league/entities/RawStatsDto.java | d04a55ae088b5533b8142298fe718f84ec7c2646 | [] | no_license | azhu2/azhu.lol | f8db54716f0e2a48e8dfd0e0e2eb993712697c23 | a44c07aceacc16cf362d8ed3aa2006d3283ebdd8 | refs/heads/master | 2016-09-05T11:47:49.284893 | 2015-06-19T04:01:48 | 2015-06-19T04:01:48 | 30,597,330 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,660 | java | package league.entities;
public class RawStatsDto{
protected int assists;
protected int barracksKilled;
protected int championsKilled;
protected int combatPlayerScore;
protected int consumablesPurchased;
protected int damageDealtPlayer;
protected int doubleKills;
protected int firstBloo... | [
"azhu2@illinois.edu"
] | azhu2@illinois.edu |
19f9a8245ba1ff21ec305349b570cd94468f9c05 | 0ba3a8c4bdf3db1d23c54d9ba985ac81b5adbd57 | /RestAssuredAutomation/src/test/java/TC5_GET_REQUEST_VALIDATE_JSONBODY.java | c7dc7fcca23d33a582c6b4000aca1323cf709616 | [] | no_license | GowthamanKuppuswamy/Sample-Codes | d5cd852ab8eb1bc74e0c440df1861168eb75ecfa | 1dd209f56a523001190c3b69ef35b67267d5988c | refs/heads/master | 2023-05-04T02:22:38.137834 | 2021-05-16T22:27:01 | 2021-05-16T22:27:01 | 367,992,421 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,107 | java | import org.testng.annotations.Test;
import io.restassured.RestAssured;
import io.restassured.http.Method;
import io.restassured.path.json.JsonPath;
import io.restassured.response.Response;
import io.restassured.specification.RequestSpecification;
public class TC5_GET_REQUEST_VALIDATE_JSONBODY {
@Test
... | [
"gowthamcr7@gmail.com"
] | gowthamcr7@gmail.com |
2a1cbf6d3c3a49d99440bdf4b465eb831062c56b | bbde8dd13109617aec9ff2f655a6cbb579cf364a | /java-exercises/src/main/java/hashtable/commonsubstring/CommonSubString.java | cbb4619e36c25ba264583062c29c038da877fa34 | [] | no_license | chenery/coding-exercises | ea78c726fbef01a709df2ed2130d2362559086a2 | f0fa5aab37fb7fd173eb5c3d55f62b02e5edb873 | refs/heads/master | 2020-12-11T20:23:58.816749 | 2020-03-09T07:53:29 | 2020-03-09T07:53:29 | 233,949,444 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,862 | java | package hashtable.commonsubstring;
import java.util.HashSet;
import java.util.Set;
/**
*
*/
public class CommonSubString {
/**
* Constraints:
* - strings can be from 1 to 10,000 chars
*
* Second idea:
* Map/flag for every letter that is found in one string
* Iterative each char is... | [
"paulchenery@gmail.com"
] | paulchenery@gmail.com |
cd97ed36bb02d3a535691b618717e7ababc82f18 | d7e1959b836d6206c3840faa44f443178e324659 | /Lab2/composite/src/Manager.java | 1bb18c513619b02da09d998f413fc85e8d6380b3 | [] | no_license | alexmereuta/IPPLab | 005ad1ccb66e96225d3a5860fcd72104fcb390e4 | 7214a1b3368b8fdc82fbdb9fad5fabab25117b1f | refs/heads/master | 2020-03-17T01:49:57.578647 | 2018-05-13T10:15:57 | 2018-05-13T10:15:57 | 133,168,071 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,252 | java | import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
//this is the component part and it has more methods which are applicable than the leaf - developer.
public class Manager implements Employee{
private String name;
private double salary;
public Manager(String name,double salary... | [
"amereuta@gmail.com"
] | amereuta@gmail.com |
028168324a90a5c16500b757de59d29219608bc7 | f7fdadc21391c88f9a78bfef5c60a5c638afb236 | /getStart/src/TCB001R/Room.java | 3d7216612924dd7aeb575a765d8afaae57156e8f | [] | no_license | BeatMil/HotelBookingProject | f2d8fd1f9f9b66e7a8824e728c55776debceaea9 | 9743110c2eb3c2a41e39820cc631893d555e4c63 | refs/heads/master | 2020-05-17T23:57:37.941551 | 2019-05-08T10:45:15 | 2019-05-08T10:45:15 | 184,048,510 | 1 | 0 | null | 2019-05-05T04:12:46 | 2019-04-29T10:16:05 | Java | UTF-8 | Java | false | false | 600 | java | package TCB001R;
public class Room
{
private String color;
private String size;
Room() //default constructor
{
this.color = "Green";
this.setSize("1");
}
Room(String c, String s)
{
this.color = c;
this.setSize(s);
}
public String getColor()
{
return this.color;
}
... | [
"Beatdameat@DESKTOP-2HET18L"
] | Beatdameat@DESKTOP-2HET18L |
c0983f677f81d359777a982c0964e80e0bce1f35 | cd167be6d0c6b0af9a403879b36988ff707fa40a | /WillListServer/src/com/zyd/response/Product.java | 958ca1bf2f1366a8f763aa55826512cda35db2f0 | [] | no_license | ZYDuan/WillList | f2227becbd319e18f0a635d9d747e229ef9b8da6 | edc16e19b829e76750f7f42d53456b5972f7ebf1 | refs/heads/master | 2020-03-10T22:28:58.481369 | 2018-04-15T14:50:06 | 2018-04-15T14:50:06 | 129,620,011 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,108 | java | /**
*
*/
package com.zyd.response;
import java.util.Date;
/**
* @author zyd
* @date 2017年12月15日 下午4:50:41
* @ClassName: Product
* 用于返回
*/
public class Product {
private Integer id;
private String pic;
private String name;
private float price;
private Date endTime;
private int leftTime;
private Intege... | [
"852887995@qq.com"
] | 852887995@qq.com |
2bfcea93de96727937157865d3d08bf1b0723395 | 21f0f2b1c7c23e4f6ffe8a18773732bf79974360 | /renren-api/src/main/java/io/renren/form/wx/AccessToken.java | a4d930eacfcb1b3d048a4d08c66e4ed91f8abbf9 | [
"Apache-2.0"
] | permissive | a249853772/RR-Learn | 4a82a35febb4a9441b24880e39609022282e467d | b35bd5e64642807d2077554aefad262cda506869 | refs/heads/master | 2020-03-23T04:50:00.315603 | 2019-01-03T23:58:41 | 2019-01-03T23:58:41 | 141,107,972 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 542 | java | package io.renren.form.wx;
public class AccessToken {
/**
* 获取到的凭证
*/
private String access_token;
/**
* 凭证有效时间
*/
private int expires_in;
public String getAccess_token() {
return access_token;
}
public void setAccess_token(String access_token) {
this... | [
"249853772@qq.com"
] | 249853772@qq.com |
246a0f88c00c947266d7f1fce1e80247b2facca8 | c8e6dfe5d2d4511f6ba1413b278932a2ab10a9c1 | /lib/am335x_sdk/ti/drv/pruss/package/ti_drv_pruss.java | b3cd2a817b5a0130c5f22dd703cad48534e47f67 | [
"MIT"
] | permissive | brandonbraun653/Apollo | 61d4a81871ac10b2a2c74c238be817daeee40bb6 | a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce | refs/heads/main | 2023-04-08T19:13:45.705310 | 2021-04-17T22:02:02 | 2021-04-17T22:02:02 | 319,139,363 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,263 | java | /*
* Do not modify this file; it is automatically
* generated and any modifications will be overwritten.
*
* @(#) xdc-G16
*/
import java.util.*;
import org.mozilla.javascript.*;
import xdc.services.intern.xsr.*;
import xdc.services.spec.Session;
public class ti_drv_pruss
{
static final String VERS = "@(#) ... | [
"brandonbraun653@gmail.com"
] | brandonbraun653@gmail.com |
9578fc0359947b2b11d252affd7a400ae2cd1cbd | 7cf8f09e3fba142149877be1329e4b71229224e7 | /flatworm-core/src/main/java/com/blackbear/flatworm/errors/FlatwormParserException.java | d3c98d4693c87cdcd03e2114db6caca7c0a449aa | [
"Apache-2.0"
] | permissive | dobzhao/flatworm | 3ab2bfc354aa36a2b5d295e00dd03e0b45d33f39 | 4b9c03cf0b971159ba70e6fbe7c895ad485fa872 | refs/heads/master | 2021-01-06T08:56:44.296985 | 2020-03-31T01:43:17 | 2020-03-31T01:43:17 | 241,269,522 | 0 | 0 | null | 2020-02-18T04:10:23 | 2020-02-18T04:10:22 | null | UTF-8 | Java | false | false | 1,140 | java | /*
* Flatworm - A Java Flat File Importer/Exporter Copyright (C) 2004 James M. Turner.
* Extended by James Lawrence 2005
* Extended by Josh Brackett in 2011 and 2012
* Extended by Alan Henson in 2016
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance... | [
"alan.henson@optifysoftware.com"
] | alan.henson@optifysoftware.com |
f801e0a38766f3615efadaa26d00df10d322a96e | 1a6319591f41a6ddb4c1afa382d358fb098b7aa5 | /src/main/java/eu/toolchain/swim/messages/Ack.java | b1314dd7926a164e525b1a0bacc338f1505a11cf | [] | no_license | udoprog/swim | e880fad63c7a116ba383ce463921b7f0d5c00ff5 | 689b732dca6a5cb57024861f309a439e20f11367 | refs/heads/master | 2023-08-07T15:18:55.452915 | 2015-03-09T04:26:39 | 2015-03-09T04:28:58 | 24,102,815 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 333 | java | package eu.toolchain.swim.messages;
import java.util.List;
import java.util.UUID;
import lombok.Data;
import eu.toolchain.swim.NodeState;
@Data
public class Ack implements Message {
private final UUID pingId;
private final NodeState state;
private final long inc;
private final List<Gossi... | [
"johnjohn.tedro@gmail.com"
] | johnjohn.tedro@gmail.com |
d335a979d6e61930b7afb2a0f02568791cf456ba | 4521b7da164a4f25d91ea30a02b106392530f2ba | /source/org.eclipse.ve.sweet/src/org/eclipse/ve/sweet/converters/TheIdentityConverter.java | 4514804ad485031ebafb1d58b6cdad0e015640eb | [] | no_license | minemeraj/Eclipse-Visual-Editor | 1c5f27865cf3abea0175d9f8e31ae94b9692570b | d9587146bd78b540f4ae51fe065de38f99b95bc7 | refs/heads/master | 2021-05-16T05:12:36.053539 | 2010-12-02T13:46:26 | 2010-12-02T13:46:26 | 106,251,973 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 944 | java | /*
* Copyright (C) 2005 db4objects Inc. http://www.db4o.com
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Co... | [
"dorme@f56db7ec-86c8-4192-a518-b33116ffafde"
] | dorme@f56db7ec-86c8-4192-a518-b33116ffafde |
f0cc461615f66b6ab4f591213d191ca5171f6c1e | b8aabed5b579f43e9c7057daf157de1471724964 | /app/src/main/java/com/jerry/p1activities/Surname.java | a558b2beb1ec153a244a79fc4a813da82ee1837d | [] | no_license | JerryDoom/P1Activities | a7828614c45e21ef20f4ea45e5cb4bbc5f9c8dc4 | 845fe6b3487894676cfdbce28c30325e0f986e93 | refs/heads/master | 2016-09-06T11:53:43.501147 | 2014-11-15T18:08:52 | 2014-11-15T18:08:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,569 | java | package com.jerry.p1activities;
import android.app.Activity;
import android.content.Intent;
import android.graphics.Color;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.widget.TextView;
import java.util.Timer;
import java.util.TimerTask;
import android.os.Handler;
... | [
"gerardogh@live.com"
] | gerardogh@live.com |
0c458d9d1657731908e4e01e333b9151e91d9f21 | eb99261e5f32795fef06c24c6ecfb4e895e1aa64 | /src/example/im/server/src/main/java/org/tio/examples/im/service/BadWordService.java | d1e2e1188dc2bba79e84561a33cc61f6b5e216ac | [] | no_license | xu942122587/t-io | c7525f34431a3d90667016c8688b3c02e8d05c45 | 3faf1abd842b089eb4031b6a90e5d04cb6f99188 | refs/heads/master | 2021-01-24T07:43:14.774670 | 2017-06-05T01:31:35 | 2017-06-05T01:31:35 | 93,352,595 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,485 | java | package org.tio.examples.im.service;
import java.io.File;
import java.util.List;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.tio.examples.im.server.ImServerStarter;
import com.xiaoleilu.hutool.dfa.WordTree;
import com.xiaoleilu.hutool.io.FileUtil;
... | [
"942122587@qq.com"
] | 942122587@qq.com |
c1e493cb6538345e06e867e2bd2b8cdd3c020d6a | 9ba7547a4ef07980b422f9a1dcc1d2720d3ae9c8 | /pkpublish/src/com/smartsheet/tin/filters/pkpublish/ORCParserException.java | 746f0f0ee074cef44e3fe28792755d5e52e1519e | [
"Apache-2.0"
] | permissive | aishydevil12286/tungsten-plugins | ecdd5c39ea229980c767b743dec2d3335968c9a9 | 97bf8c0ee98121f836566169206c9b433e2cadb3 | refs/heads/master | 2020-04-01T15:53:58.600466 | 2015-07-20T21:02:16 | 2015-07-20T21:02:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 833 | java | /**
* Copyright 2014-2015 Smartsheet.com, Inc.
*
* 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 agr... | [
"scott.wimer@smartsheet.com"
] | scott.wimer@smartsheet.com |
f395ea860828f29dc72139a7908016190da2947f | 791b688ad958de203722f99f81c731dbfa6a561e | /src/main/java/com/opera/link/apilib/ApiParameters.java | 1d0c3d5a8558341d878c2a78328e60f22bee738f | [
"BSD-3-Clause"
] | permissive | dualsky/JavaOperaLinkClient | f4e64162a1d1cc2316ae7b65fe389fd69fe62209 | 80c0f7f57623a41f282c59d58822995862bf292a | refs/heads/master | 2020-12-24T23:48:56.439457 | 2011-05-09T09:24:03 | 2011-05-09T09:24:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 950 | java | package com.opera.link.apilib;
public class ApiParameters {
public static final String API_METHOD_PARAM = "api_method";
public static final String API_OUTPUT_PARAM = "api_output";
public static final String JSON_OUTPUT_PARAM = "json";
public static final String CREATE = "create";
public static final String UPD... | [
"michael.link@opera.com"
] | michael.link@opera.com |
9f6291d10096c1264309f5c4e12cb6b7fa9fc9bf | 8b4c74e74336dc1e586c7dad0f1480321125ff54 | /src/com/bergerkiller/bukkit/nolagg/examine/NoLaggExamine.java | 8900727031f5a7905b90a642ca126e7f2c7ec111 | [] | no_license | BangL/NoLagg | f8b5a26c72da08d6b59f72d7b116b23ae26d3c5a | eefe25150e26f2cb2af8fd331211b9c30c81ffd0 | refs/heads/master | 2021-01-16T20:46:15.093802 | 2012-10-29T21:38:34 | 2012-10-29T21:38:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,159 | java | package com.bergerkiller.bukkit.nolagg.examine;
import net.minecraft.server.WorldServer;
import net.timedminecraft.server.TimedChunkProviderServer;
import org.bukkit.ChatColor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import com.bergerkiller.bukkit.common.config.Configuratio... | [
"bergerkiller@gmail.com"
] | bergerkiller@gmail.com |
deecfde84cb56285a2162004feb0e8a29e6b4ce8 | 308432772c54f34877d8a7dd4e6f78195c22ef02 | /src/main/java/org/databene/commons/accessor/NullSafeTypedAccessor.java | 54d0ce00df3eed61886b259b59957a7bd7bf01ac | [
"Apache-2.0"
] | permissive | aravindc/databenecommons | 6e8b914ac2a2bc334e4311331ddb1405e91ad746 | 6f8d2d7633b5c8a5dbf46d7a90e4ef83abd3ad3c | refs/heads/master | 2022-12-04T06:11:07.452197 | 2022-11-15T13:19:57 | 2022-11-15T13:19:57 | 84,325,921 | 1 | 1 | Apache-2.0 | 2022-11-15T13:19:58 | 2017-03-08T13:55:14 | Java | UTF-8 | Java | false | false | 1,343 | java | /*
* Copyright (C) 2004-2015 Volker Bergmann (volker.bergmann@bergmann-it.de).
* All rights reserved.
*
* 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/lic... | [
"vbergmann@783448d1-dfc0-4521-9cb0-58c191f7d5bb"
] | vbergmann@783448d1-dfc0-4521-9cb0-58c191f7d5bb |
b32406879b99833dc8647c741381d64e769dd99f | 111c5ada9b0a19a006807bfd5bad77f1795560a5 | /app/src/test/java/com/example/sohelrana/test_git/ExampleUnitTest.java | 71e6c7a270703107aa7602cb5ca903e7cca113c6 | [] | no_license | Nirjhor3029/app_test | 7a2701201e461ff967c9bd594436b1884f9963dd | 876df2b397cc5b82ab2b4d6a2d398f4190c1b316 | refs/heads/master | 2020-04-13T10:04:22.623351 | 2018-12-26T03:16:15 | 2018-12-26T03:16:15 | 163,129,111 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 391 | java | package com.example.sohelrana.test_git;
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... | [
"sazzad3029@gmail.com"
] | sazzad3029@gmail.com |
a8a8d5bdab3877617d552daf8b49525740449274 | ece443098abdc5fd32fc5c467a2bea4f16b97ec2 | /src/jan21/task6.java | a9b296f071d945674166210d45900a57698cba10 | [] | no_license | lazarevspb/javaPuzzles | 4ed2df654f6e5f0e23e8d1b5d8d81e64d6be31ab | eb7151fe3d1f004ad983f813c503fd6eda2babd2 | refs/heads/master | 2023-02-10T09:18:24.019812 | 2021-01-08T22:27:28 | 2021-01-08T22:27:28 | 328,004,657 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,540 | java | package jan21;
/*
Дан массив arr и целое число n. Переставьте все элементы массива таким образом,
чтобы выполнялись следующие условия:
все элементы, которые меньше n, помещаются перед элементами, которые не меньше n;
все элементы, которые меньше n, остаются в том же порядке относительно друг друга;
все элементы, кот... | [
"v.lazarev.spb@gmail.com"
] | v.lazarev.spb@gmail.com |
a7371d250793fbc110e40ef5bf535579c182dc5d | cd3ccc969d6e31dce1a0cdc21de71899ab670a46 | /agp-7.1.0-alpha01/tools/base/build-system/integration-test/test-projects/multiDexWithLib/lib/src/main/java/com/android/tests/basic/manymethods/Big058.java | d6551a99800a089618803207cd531c7557a0e544 | [
"Apache-2.0"
] | permissive | jomof/CppBuildCacheWorkInProgress | 75e76e1bd1d8451e3ee31631e74f22e5bb15dd3c | 9e3475f6d94cb3239f27ed8f8ee81b0abde4ef51 | refs/heads/main | 2023-05-28T19:03:16.798422 | 2021-06-10T20:59:25 | 2021-06-10T20:59:25 | 374,736,765 | 0 | 1 | Apache-2.0 | 2021-06-07T21:06:53 | 2021-06-07T16:44:55 | Java | UTF-8 | Java | false | false | 53,466 | java | /*
* Copyright (C) 2014 The Android Open Source Project
*
* 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 applicab... | [
"jomof@google.com"
] | jomof@google.com |
c169f0a8bf4afc7dd223b54bfabef2cb71b0cf2e | 3c7acb8335f2393b6356e9c9ece0cf0c548e79d3 | /app/src/test/java/com/app/hci/flyhigh/ExampleUnitTest.java | f889406a5d4cca7333062bd26f2872bd010ec66c | [] | no_license | axelfratoni/FlyHigh-Android-App | b6a81f40a2b9b43a4002241d24aa7dead706cf19 | c011535e8e707cb6f4f8e940b31c5991e9e7dade | refs/heads/master | 2021-01-23T18:31:42.983484 | 2017-09-08T00:32:35 | 2017-09-08T00:32:35 | 102,798,917 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 413 | java | package com.app.hci.flyhigh;
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
p... | [
"grodriguez@itba.edu.ar"
] | grodriguez@itba.edu.ar |
72c83c33ad51a7fc633f1e01753baacd49c97712 | 05cea9e0d2349b5def7a1a78297167a32614d9b5 | /src/main/java/cn/jorian/jorianframework/core/system/entity/SysUser.java | f170e560c0b77a71f1bcfe56167a72f9c62200d1 | [
"MIT"
] | permissive | Jorian93/jorian-framework | d2b99fbec30c646bfcd661c08579bccf747f5fd3 | c5165842b18d98e0481f7a78f02c691cca769e4f | refs/heads/master | 2022-07-07T00:33:18.648132 | 2021-11-19T01:22:31 | 2021-11-19T01:22:31 | 180,395,275 | 136 | 23 | MIT | 2022-06-29T17:19:42 | 2019-04-09T15:18:19 | Java | UTF-8 | Java | false | false | 811 | java | package cn.jorian.jorianframework.core.system.entity;
import cn.jorian.jorianframework.common.model.BaseModel;
import com.baomidou.mybatisplus.annotation.TableField;
import lombok.Data;
import lombok.experimental.Accessors;
import org.springframework.data.elasticsearch.annotations.Document;
import java.util.List;
/*... | [
"1977474361@qq.com"
] | 1977474361@qq.com |
999fbb1e5bf5bcee02e92311460a6d29db26e022 | 5cc8c069909e01a69b3827aee89c8bc1a9c694ca | /Mars/src/com/UI/Know.java | b0209fbeaec5235cf6e04c34bbf495a3adf74dfa | [] | no_license | zhiweiqiao/Mars-Monitor-System | 6cf8442ee4312fab67d290aa897c1ac038d66aa7 | 9606a1e8fe42e0fb235e9fc195cd8d7725e12ce0 | refs/heads/master | 2021-01-17T14:55:36.359691 | 2016-10-18T16:58:16 | 2016-10-18T16:58:16 | 70,024,483 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 998 | java | package com.UI;
import java.awt.*;
import javax.swing.*;
/**
* @author Zhiwei Qiao
* Information
*/
public class Know extends JInternalFrame {
private JLabel welcome = new JLabel("How to use this system");
private JLabel tit1 = new JLabel("Camera");
private JLabel tit2 = new JLabel("Sensor");
... | [
"noreply@github.com"
] | noreply@github.com |
040b26844090bfbee02891f28bbf5565be60a9b4 | e57083ea584d69bc9fb1b32f5ec86bdd4fca61c0 | /sample-project-5400/src/main/java/com/example/project/sample5400/other/sample7/Other7_328.java | c4aff562cd4478791b44a43d123bf10be14f5f98 | [] | no_license | snicoll-scratches/test-spring-components-index | 77e0ad58c8646c7eb1d1563bf31f51aa42a0636e | aa48681414a11bb704bdbc8acabe45fa5ef2fd2d | refs/heads/main | 2021-06-13T08:46:58.532850 | 2019-12-09T15:11:10 | 2019-12-09T15:11:10 | 65,806,297 | 5 | 3 | null | null | null | null | UTF-8 | Java | false | false | 84 | java | package com.example.project.sample5400.other.sample7;
public class Other7_328 {
}
| [
"snicoll@pivotal.io"
] | snicoll@pivotal.io |
fef7df0d1f91b8357e2bc898d3e9c069e92c9c16 | dc53151e22e5be64deb45518315ec242816fac95 | /zeus-common/src/main/java/com/wangcheng/zeus/common/filter/ImmutableInputStreamServletRequest.java | b620324a4763f868d836f28bef2dfdfa1b5c913d | [] | no_license | EvenWC/zeus | 19207cc9b980f276ae3559a87abef25ceb4f7abc | 7eb37aca71ffddf5e3c824898ea996241842eeea | refs/heads/master | 2020-03-29T06:24:32.420921 | 2018-12-30T14:39:54 | 2018-12-30T14:39:54 | 149,623,113 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,693 | java | package com.wangcheng.zeus.common.filter;
import com.wangcheng.zeus.common.utils.IOUtils;
import javax.servlet.ReadListener;
import javax.servlet.ServletInputStream;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletRequestWrapper;
import java.io.BufferedReader;
import java.io.ByteAr... | [
"18380431747@163.com"
] | 18380431747@163.com |
30334f3ccda04c657f4a5424eac2924987bce8b0 | 005553bcc8991ccf055f15dcbee3c80926613b7f | /generated/entity/GosuTemplateExpressionFragment.java | c163aeeebe2d99b058f0233d41cb0c1496d7a52e | [] | no_license | azanaera/toggle-isbtf | 5f14209cd87b98c123fad9af060efbbee1640043 | faf991ec3db2fd1d126bc9b6be1422b819f6cdc8 | refs/heads/master | 2023-01-06T22:20:03.493096 | 2020-11-16T07:04:56 | 2020-11-16T07:04:56 | 313,212,938 | 0 | 0 | null | 2020-11-16T08:48:41 | 2020-11-16T06:42:23 | null | UTF-8 | Java | false | false | 44,463 | java | package entity;
/**
* GosuTemplateExpressionFragment
* ExpressionFragment for Gosu String template
*/
@javax.annotation.processing.Generated(value = "com.guidewire.pl.metadata.codegen.Codegen", comments = "GosuTemplateExpressionFragment.eti;GosuTemplateExpressionFragment.eix;GosuTemplateExpressionFragment.etx")
@ja... | [
"azanaera691@gmail.com"
] | azanaera691@gmail.com |
f07245bdde39732aa62ce7060c5f33576abebb5b | db00255007bfa5ae99ae9e10ae194fbdda15caac | /src/test/java/Test/chrome.java | fb9894f6af0f2f5cab1c22afbe96e08800d6fc3f | [] | no_license | ankitver2016/project1 | 65c11d8d721442666d3c30c62c7ae0c21dd9f55b | 90b10df6567a82946fd1921f862bddb10ab67ffb | refs/heads/master | 2016-08-12T04:43:54.200356 | 2016-01-05T01:25:52 | 2016-01-05T01:25:52 | 49,032,149 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,043 | java | package Test;
import java.util.ArrayList;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.firefox.Fire... | [
"ankitver2015@gmail.com"
] | ankitver2015@gmail.com |
08b2eb14ae839d359b51f19ea11a0e34a3bff41a | b1047e5cd59478a43b3dedee1c358f7e80ed6281 | /Videos/src/com/laetienda/entities/Text.java | 3deb202c87d7e4522751817d5dac8b9ea1d2994f | [] | no_license | davidrcuervo/Videos | 71003b46a3a82b69ec90ec24908a47e4c7cef1fd | 24b659411001d569bf56225df40db8469dd2695a | refs/heads/master | 2020-05-22T04:32:44.219635 | 2016-08-16T18:49:08 | 2016-08-16T18:49:08 | 64,889,241 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,531 | java | package com.laetienda.entities;
import java.io.Serializable;
import javax.persistence.*;
import java.util.Date;
@Entity
@Table(name="texts")
@NamedQuery(name="Text.findAll", query="SELECT t FROM Text t")
public class Text extends Father implements Serializable {
private static final long serialVersionUID = 1L;
@Id... | [
"myself@la-etienda.com"
] | myself@la-etienda.com |
e3ad214d63b4bd7062541ec11874ee16d1c060bc | 61ad6a218e9d21c29e60cd4c0939a0f5d2113fad | /ProductInvoice/src/com/main/refector/MailConfig.java | c22d3aba763dae780e3a7d728f349aa47ac145b2 | [] | no_license | duongtkd00295/asm-aad1 | c9499a4cd5c7c87c6c38196e311907aea608ae85 | 958b48e994fc035196b12817c360f580c1793325 | refs/heads/master | 2020-05-07T22:23:34.729321 | 2019-04-12T06:23:34 | 2019-04-12T06:23:34 | 180,943,655 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 556 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.main.refector;
/**
*
* @author HP Z220
*/
public class MailConfig {
public static final String HOST_NAME = "smtp.gm... | [
"duongtran845@gmail.com"
] | duongtran845@gmail.com |
af7d9a135c71be5971c5e605ad96ba5ef277fc7b | 5ff16d56cc3de679c83882eb60cdb6b9aad28f44 | /src/tests/junit/sim/atomic/EuclideanDistanceTest.java | 15d1bffd29510870f40db63d646910a3722c84ae | [] | no_license | sachag678/JLOAF | 72228d5dd14e2269d5fcb23693e1c30fee5291f6 | 1e8cf833c06312c13c8e643d8cae8f53d26392aa | refs/heads/master | 2018-10-01T03:09:49.044352 | 2018-06-08T21:02:38 | 2018-06-08T21:02:38 | 84,358,685 | 3 | 6 | null | null | null | null | UTF-8 | Java | false | false | 891 | java | package tests.junit.sim.atomic;
import org.jLOAF.inputs.AtomicInput;
import org.jLOAF.inputs.Feature;
import org.jLOAF.sim.AtomicSimilarityMetricStrategy;
import org.jLOAF.sim.SimilarityMetricStrategy;
import org.jLOAF.sim.atomic.EuclideanDistance;
import org.jLOAF.sim.atomic.PercentDifference;
import org.junit.Test;
... | [
"sacha.gunaratne@gmail.com"
] | sacha.gunaratne@gmail.com |
4e46732d327aeb8304124cbe36b2ea5e82da2f82 | ba9eb0cd28a19a1bc3bf3167cb9dcb68a6007d51 | /src/main/java/io/github/mazao/application/service/mapper/UserMapper.java | ef49d52f81c9bd7c823b1dceb158b64b9774567d | [] | no_license | mmahanga/mazao-application | bf5ac92629adc2a27dde0db8f73e718c8cda7cc0 | b52d81d52f630acdde0270a673fcd6681b4e5b59 | refs/heads/master | 2022-12-21T06:01:09.083886 | 2019-11-20T05:20:26 | 2019-11-20T05:20:26 | 202,646,467 | 0 | 0 | null | 2022-12-16T05:03:00 | 2019-08-16T02:45:17 | Java | UTF-8 | Java | false | false | 2,505 | java | package io.github.mazao.application.service.mapper;
import io.github.mazao.application.domain.Authority;
import io.github.mazao.application.domain.User;
import io.github.mazao.application.service.dto.UserDTO;
import org.springframework.stereotype.Service;
import java.util.*;
import java.util.stream.Collectors;
/**
... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
0dfc77beb94f6592dab83a0b1d26ea562c496d29 | dc4abe5cbc40f830725f9a723169e2cc80b0a9d6 | /src/main/java/com/sgai/property/quality/vo/QualityInspectionVo.java | 0911038a392d35deb2a0eddac28d446e15ed750b | [] | no_license | ppliuzf/sgai-training-property | 0d49cd4f3556da07277fe45972027ad4b0b85cb9 | 0ce7bdf33ff9c66f254faec70ea7eef9917ecc67 | refs/heads/master | 2020-05-27T16:25:57.961955 | 2019-06-03T01:12:51 | 2019-06-03T01:12:51 | 188,697,303 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,008 | java | package com.sgai.property.quality.vo;
import io.swagger.annotations.ApiModelProperty;
/**
* 品质检验
* @author wuzhihui
*
*/
public class QualityInspectionVo {
//类型 0:专业范畴
public static final int PROFESSIONAL_CATEGORY=0;
//类型1:缺陷整改
public static final int DEFACT_RECTIFICATION=1;
@ApiModelProperty(value = "图片")... | [
"ppliuzf@sina.com"
] | ppliuzf@sina.com |
ae74fbf4259ca9eae389af6429e53dffc91683fb | 9df859b020ce1dca3501b1d7eb580f17e5053c11 | /app/src/main/java/com/example/myfirstapplication/configuracion/configuraciones/First5Fragment.java | 8923a6abcde88edc3f52f6096027da75e007870c | [] | no_license | Cami7102/App-movil | f40f4e04bc5a8d602c61c738f99f44a932e6ef87 | 399308872cbf3752ee3549068ca8d798481c50be | refs/heads/master | 2023-05-31T22:40:38.361654 | 2021-06-30T01:13:57 | 2021-06-30T01:13:57 | 372,514,474 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,269 | java | package com.example.lah;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
import androidx.navigation.fragment.NavHostFragment;
import com.example.lah.databinding.FragmentFi... | [
"80707476+Cami7102@users.noreply.github.com"
] | 80707476+Cami7102@users.noreply.github.com |
1c6a6d1dc2fe1a99cc29a20c68d630c15ec8c85a | 73289cc02477fcaf137930eaeb264823f6458a1b | /app/src/main/java/com/reynaldiwijaya/smartrt/Helper/Constant.java | e49e1d538ce2ec6bf7d0e452ac1828e7ad49b85d | [] | no_license | Reynaldiw/SmartRTUser | 5e7cc88655750d06556c220f62ac794936fe062d | 7403b8b1a16990403ed608c35d42111e0b43abad | refs/heads/master | 2021-06-18T12:32:15.437907 | 2021-02-12T03:55:22 | 2021-02-12T03:55:22 | 175,179,563 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,464 | java | package com.reynaldiwijaya.smartrt.Helper;
public class Constant {
public static final String BASE_URL = "https://lombadinacom.000webhostapp.com/Dinacom/";
public static final String IMAGE_INFORMASI_URL = "https://lombadinacom.000webhostapp.com/Dinacom/upload_informasi/";
public static final String UPLOAD_... | [
"reynaldiwijaya2306@gmail.com"
] | reynaldiwijaya2306@gmail.com |
a0163896bc6eb4c4c379b0bb5f008615291ddbf2 | 95cfe2239c8fce0cec91d76e0a82f59a9efc4cb8 | /sourceCode/CommonsLangMutGenerator/java.lang.StringIndexOutOfBoundsException/26649_lang/mut/FastDatePrinter.java | b8068f5e3995a35008ccd78c9c2976351ba083bf | [] | no_license | Djack1010/BUG_DB | 28eff24aece45ed379b49893176383d9260501e7 | a4b6e4460a664ce64a474bfd7da635aa7ff62041 | refs/heads/master | 2022-04-09T01:58:29.736794 | 2020-03-13T14:15:11 | 2020-03-13T14:15:11 | 141,260,015 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 43,151 | 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 ... | [
"giachi.iada@gmail.com"
] | giachi.iada@gmail.com |
a3e739a5bf8042a61ddf53d6f0a649d8230688f6 | 28485bf5248a4b368021ead43f44e0ca1d1960ca | /app/src/main/java/com/example/top47/recappe/EditRecipeActivity.java | b26ea3bd838af49146ef51bf7f96dbf7490c2dbf | [] | no_license | YogevSwisa/RecAppe_Guinzburg_Swisa_Semester-Project | a3f76d1ab0986aeb74e3a6c0b1f37fb0f03a395a | f625be2beb517c3bd2e15c709fd81b50924066f2 | refs/heads/master | 2020-04-27T13:07:27.774173 | 2019-03-07T15:12:15 | 2019-03-07T15:12:15 | 174,356,764 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,784 | java | package com.example.top47.recappe;
import android.content.ActivityNotFoundException;
import android.content.Context;
import android.content.ContextWrapper;
import android.content.DialogInterface;
import android.content.Intent;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.graphics.Bitm... | [
"top4761@gmail.com"
] | top4761@gmail.com |
0fafbc7008eac11a18030f04589fda6c350be6fb | bebc75c30bad5f7dc1c91b273a128d5e315486a6 | /src/twitterclient/Driver.java | 752815d817a5a76c56a1c017c2464c2f51575730 | [] | no_license | agungrbudiman/Task_6 | 01578116d025baf550f89a4f819bc739a49ab051 | e7fac7d496c1cca3d5179346712e4950a7e504df | refs/heads/master | 2021-01-22T01:05:49.176104 | 2016-04-06T10:42:04 | 2016-04-06T10:42:04 | 55,590,303 | 0 | 0 | null | 2016-04-06T08:51:01 | 2016-04-06T08:51:01 | null | UTF-8 | Java | false | false | 377 | 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 twitterclient;
/**
*
* @author agungrb
*/
public class Driver {
public static void main(String[] args) {
... | [
"agungrbudiman@gmail.com"
] | agungrbudiman@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.