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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2a5952f8b4b2003cfbb52b5d68b23772f90b5303 | f2aa1abcc14f7a64e6ad5ac95b8acb1594eef70d | /secondWorldd/src/co/yedam/common/Employee.java | 7181655f27e7047e87935d4cf7e42241695d8e23 | [] | no_license | Hi-Judy/secondWorldd | 1ed646b936dd241ac4d411aff56af9cd41f4b580 | c5e0989c0ee74146a25d5306a61814c881d9b578 | refs/heads/master | 2023-08-15T04:00:49.196751 | 2021-10-11T02:17:41 | 2021-10-11T02:17:41 | 414,599,168 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 839 | java | package co.yedam.common;
public class Employee {
private int employeeId;
private String lastName;
private String email;
private String jobId;
private String hireDate;
public int getEmployeeId() {
return employeeId;
}
public void setEmployeeId(int employeeId) {
this.employeeId = employeeId;
... | [
"CHOI JUHEE@DESKTOP-4URRTKC"
] | CHOI JUHEE@DESKTOP-4URRTKC |
fecc9f2ebdec4f38c63bbb97644ea77959f96acb | d486569a398cb04943501b6e4328a5026c8a3bbe | /14_cuadrado_sumas/src/com/company/Main.java | 7ca6b5ba5b3ad2a0da77d3f7e50bee80ffd5192d | [
"Apache-2.0"
] | permissive | mikelAretxabaleta/ud2-elementos-programa | 402216648aba9fb35f965846bf379a276f2011a1 | 5419b5292c114c6e38c4cafdfac16afe6ebef4d6 | refs/heads/master | 2021-05-15T21:48:55.693172 | 2017-10-25T19:53:41 | 2017-10-25T19:53:41 | 106,597,248 | 0 | 0 | null | 2017-10-11T19:04:18 | 2017-10-11T19:04:12 | null | UTF-8 | Java | false | false | 604 | java | package com.company;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
System.out.print("Introduce ... | [
"mikel.aretxabaleta@gmail.com"
] | mikel.aretxabaleta@gmail.com |
64695441c6282b121330e9ccdbcd0f4fcad86b96 | c0aa15dfb3630355de579a2ae441c00a78712046 | /src/test/java/tkv/LocalImplTest.java | a153083b13540f8c8c489dc9a1fae6333de1bbe5 | [] | no_license | hangchow/tkv | ea39e7966516ee043012282e839dd61a8ecf48c6 | 53c7975b586b4d79850b23c68b1bf73f4f1a784f | refs/heads/master | 2022-03-11T19:41:13.892969 | 2019-05-01T04:23:38 | 2019-05-01T04:23:38 | 3,495,081 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,469 | java | /**
*
*/
package tkv;
import java.io.File;
import java.io.IOException;
import junit.framework.Assert;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import tkv.LocalImpl;
import tkv.Record;
/**
* @author sean.wang
* @since No... | [
"xalinx@gmail.com"
] | xalinx@gmail.com |
5b2bb9f9e9887f96ad78d64148084fe45f043a61 | 536c6ae32642863b5d8e695d963ee52bcabe1942 | /AndroidShaders/src/shaders/ReflectionShader.java | ced8597d31d8e945070b6c8ab9f817bfa5c2ba37 | [] | no_license | campeloal/monografia_opengles | 532ef14f8ba892cdb2802d6ad6b55975d402ec85 | b7ecf4ec959854d16fb5bd0cd3530373f0e761dc | refs/heads/master | 2020-05-18T09:19:04.504959 | 2014-04-29T04:29:00 | 2014-04-29T04:29:00 | 16,750,957 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,485 | java | package shaders;
import graphics.shaders.R;
import java.nio.FloatBuffer;
import java.util.Hashtable;
import android.annotation.TargetApi;
import android.opengl.GLES20;
import android.os.Build;
@TargetApi(Build.VERSION_CODES.FROYO) public class ReflectionShader extends Shader{
private static final int FLOAT_SIZE_BYT... | [
"chevalier.beaumont@gmail.com"
] | chevalier.beaumont@gmail.com |
d3995573dc1119b66f1d23816de189f7aab58ca9 | 2859a107aff432ac3bbc2a6119656c68436bd50e | /src/main/java/logging/SLF4JExample.java | 9a9aa79ee5e13ed51d655f499f4669a55c8ddaba | [] | no_license | john9yang/sample9 | e32dcbc2fd8faa09df4076d30ce80e2892c10d19 | 1f6a65cc3f6cd9b001c27ccf597070d940bc9242 | refs/heads/master | 2022-07-30T22:55:07.198196 | 2022-03-24T14:21:33 | 2022-03-24T14:21:33 | 184,183,893 | 0 | 0 | null | 2022-06-10T20:03:43 | 2019-04-30T03:19:53 | Java | UTF-8 | Java | false | false | 508 | java | package logging;
import ClassLoaderTest.AgentPath;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class SLF4JExample {
public static void main(String[] args) {
//Creating the Logger object
Logger logger = LoggerFactory.getLogger(AgentPath.class);
//Logging the information
... | [
"jiahong9yang@126.com"
] | jiahong9yang@126.com |
6e0c782da8d0a0ceb90515bb64201ec51323eacd | a81aeede6defee6ad99f10ca9d2d25a8cf36bd83 | /storm/src/main/java/examples/WordCount.java | 14e57410caaa6bc5bd9a40ed42dec6798fc1cdb7 | [] | no_license | Branor/streaming-examples | 8298d7697db8d029ec158811b91bc7d02c169a07 | 9d5f8eb022bb5abd483f5236c34ef91bbdc76fd9 | refs/heads/master | 2021-05-02T12:35:52.390077 | 2018-03-09T02:50:57 | 2018-03-09T02:50:57 | 55,896,363 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 946 | java | package examples;
import backtype.storm.topology.BasicOutputCollector;
import backtype.storm.topology.OutputFieldsDeclarer;
import backtype.storm.topology.base.BaseBasicBolt;
import backtype.storm.tuple.Fields;
import backtype.storm.tuple.Tuple;
import backtype.storm.tuple.Values;
import java.util.HashMap;
import jav... | [
"branor@gmail.com"
] | branor@gmail.com |
2e9da5d1e0958349f690dc20623f2c4851e46607 | 1a9c346b7cfec6dfc7d7941645635159d9d2ef9e | /src/main/java/zup/com/br/casadocodigotreino/Pais/PaisForm.java | 458a930f13e6b50c0bb07a6368318c26602966f8 | [
"Apache-2.0"
] | permissive | MatheusHudson/orange-talents-03-template-casa-do-codigo | 38729c3c3f2f25a18b01037756b8481a2d7838b3 | 35b277f889a0da38bffa89d2dff29cc8b0f8b800 | refs/heads/main | 2023-03-22T15:58:56.973163 | 2021-03-19T14:27:02 | 2021-03-19T14:27:02 | 348,114,600 | 0 | 0 | Apache-2.0 | 2021-03-15T20:33:47 | 2021-03-15T20:33:46 | null | UTF-8 | Java | false | false | 404 | java | package zup.com.br.casadocodigotreino.Pais;
import javax.validation.constraints.NotEmpty;
import zup.com.br.casadocodigotreino.Validation.UniqueValue;
public class PaisForm {
@NotEmpty
@UniqueValue(domainClass = Pais.class, fieldName = "nome")
private String nome;
public String getNome() {
return nome;... | [
"matheushudson2013@gmail.com"
] | matheushudson2013@gmail.com |
b640473a8d78ce7e400a3f8d3e210aaaee98b267 | eac0b43bd7bf55f9c59c6867cc52706f5a8b9c1c | /FQ/src/main/java/learn/servlet3/整合spring/HelloService.java | e65681198d1352240ce944bd7782062a1d027d1d | [] | no_license | fengqing90/Learn | b017fa9d40cb0592ee63f77f620a8a8f39f046b9 | 396f48eddb5b78a4fdb880d46ea1f2b109b707e4 | refs/heads/master | 2022-11-22T01:44:05.803929 | 2021-08-04T03:57:26 | 2021-08-04T03:57:26 | 144,801,377 | 0 | 3 | null | 2022-11-16T06:59:58 | 2018-08-15T03:29:15 | Java | UTF-8 | Java | false | false | 271 | java | package learn.servlet3.整合spring;
import org.springframework.stereotype.Service;
/**
* TODO
*
* @author fengqing
* @date 2021/6/21 16:18
*/
@Service
public class HelloService {
public String sayHello(String name) {
return "Hello, " + name;
}
} | [
"fengqing@youxin.com"
] | fengqing@youxin.com |
d50be07e685eca7da2863fb9229ca5482807ed55 | 3ed132ef4aced4ae95eb03096b51d6651da89926 | /第七题《斐波那契数列》/代码/problem07/Solution.java | 45f507b6bba21562e8d091c916c1cdb70e78a12e | [] | no_license | JackidSAMA/NOWCODER.com-Offer-JAVA_Solution | 8e64bb4a1624954790f6979b86a80202db57ed79 | 95b481acc52eb76ef13af6a61b4169bf5e585cb2 | refs/heads/master | 2020-04-25T14:01:13.864230 | 2019-06-22T16:56:37 | 2019-06-22T16:56:37 | 172,826,928 | 1 | 0 | null | null | null | null | GB18030 | Java | false | false | 665 | java | package problem07;
/**
* @author Jackid
* JDK-version:1.8
* Problem:牛客网-剑指offer《斐波那契数列》
* Result:已通过了所有的测试用例
*/
/*题目描述:
大家都知道斐波那契数列,现在要求输入一个整数n,请你输出斐波那契数列的第n项(从0开始,第0项为0)。
n<=39*/
// 迭代问题
public class Solution {
public int Fibonacci(int n) {
int array[] = { 0, 1 };
if (n < 2) {
return array[n];
}
int... | [
"605342461@qq.com"
] | 605342461@qq.com |
27f3c4e642197f4f59a63e98805f8d417c951f59 | a60e6d4f2a9834e3f7c510cef5e54698d5446570 | /ParticleEffect.java | 6fa329e2346cf31ae001556ae8043ddf05a713ad | [] | no_license | ColinGJohnson/desert-escape-game | 13d470b3afadb80c1ca823aa2a8134dafefe987f | ac7f29dd1fac0c80bf11c29ad4f7683b0e2954a3 | refs/heads/master | 2023-02-01T21:04:47.479494 | 2023-01-16T05:46:44 | 2023-01-16T05:46:44 | 92,526,743 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,073 | java |
import java.awt.Color;
import java.awt.Graphics2D;
import java.util.ArrayList;
public class ParticleEffect {
int x;
int y;
int dx;
int dy;
double variation;
Color effectColor;
int life;
int numParticles;
String type;
private ArrayList<Particle> effectParticles = new ArrayList<Particle>();
public Particl... | [
"colin@colinjohnson.net"
] | colin@colinjohnson.net |
ba2ea9beb3f06e03e098c26f477bf58fc651a8aa | 4ac299386a32d535aadb8fa0386e7cb778247070 | /lombard/src/main/java/com/example/optics/security/SecurityUser.java | c01782dee36461f36b9e58fd6d36ab332a3bac55 | [] | no_license | OneForces/courseWork | 83c949f23f49599787611c66d678c05422520db2 | 0d3026ba9f1a95406b806354c2687dfd4a51deb9 | refs/heads/master | 2023-04-30T17:17:55.314410 | 2021-04-28T14:40:11 | 2021-04-28T14:40:11 | 351,168,692 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,559 | java | package com.example.optics.security;
import com.example.optics.models.Users;
import lombok.AllArgsConstructor;
import lombok.Data;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.authority.SimpleGrantedAuthority;
import org.springframework.security.core.userdetails.... | [
"noreply@github.com"
] | noreply@github.com |
e9b712100375d7f2756fa9b28cb9f48af8058761 | db480d44a13236b943a40aa291a84e096afb59e6 | /java101/src/donguler/TekSayiToplami.java | 91467299a671c6dc68314b94120c704dcd05b696 | [] | no_license | betul-sahin/patika-java-backend-web-development | 5294c8992b032c5cec040ff6158e73c231b03c1b | 8b51a7be3a7cca96922f358f69feb6a806bdb873 | refs/heads/main | 2023-07-17T14:47:15.480919 | 2021-09-08T16:54:41 | 2021-09-08T16:54:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 472 | java | package donguler;
import java.util.Scanner;
public class TekSayiToplami {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int sayi;
int sum = 0;
do{
System.out.print("Sayi giriniz : ");
sayi = scanner.nextInt();
... | [
"betulsahin3387@hotmail.com"
] | betulsahin3387@hotmail.com |
3b16e23ed26c7abcadd944a53fc3667b268ce070 | 96aaca3a14f63192c85ac5b1b8d7554660c10e77 | /java-basic/src/main/java/bitcamp/java100/ch20/ex1/Test4.java | f8bc7626610867aede27b79b9aacb304d18df1f1 | [] | no_license | sehyun94/bitcamp | 6b46c51df9f15dc4c45d49f3f380d3af4537ec6d | f408cc8113a8b191c5c28f6b1481b31e03d23258 | refs/heads/master | 2018-12-25T17:01:02.866040 | 2018-10-19T01:30:42 | 2018-10-19T01:30:42 | 104,423,407 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,672 | java | package bitcamp.java100.ch20.ex1;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Configuration
public class Test4 {
@Bean("str1") // 스프링 Ioc 컨테이너가 호출해야 할 메ㅓ드... | [
"k52140@naver.com"
] | k52140@naver.com |
ee2b793618ec3027cf451824601bdc3fd50bc7ee | ec329a30c7f58ffdc89795329b2a4e4372c170e9 | /src/main/java/com/usecase/service/BookAmazonS3ClientService.java | a363e0bd6395e6475d5371dc24c71ca30cb790ee | [] | no_license | kbsaxena/book-service | 1ba269836715ea378113376a8e6093101ccaec26 | 9c124b04d232c89f5976410ab05ad46810bc9d8b | refs/heads/master | 2023-02-17T17:44:19.228488 | 2021-01-07T12:58:31 | 2021-01-07T12:58:31 | 321,993,327 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,355 | java | package com.usecase.service;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.nio.charset.StandardCharsets;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.io.IOUti... | [
"kulbhushan.saxena@thomsonreuters.com"
] | kulbhushan.saxena@thomsonreuters.com |
e43ec37831e681aac10b6f3e721d80b5400fdfc7 | 65e6c8d79f89eab2b0be41b18f998b1aaab33959 | /zz91/ast1949-persist/src/main/java/com/ast/ast1949/persist/company/CrmCompanySvrDao.java | 5f64c9580426a46855b9490e747ebcfeddd64e2c | [] | no_license | cash2one/91 | 14eeb47d22c7e561d2a718489cbc99409d6abd07 | 525b49860cd5e92ef012b474df6c9dc4f8256756 | refs/heads/master | 2021-01-19T11:20:46.930263 | 2016-06-28T02:36:26 | 2016-06-28T02:37:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,088 | java | package com.ast.ast1949.persist.company;
import java.util.Date;
import java.util.List;
import com.ast.ast1949.domain.company.CrmCompanySvr;
import com.ast.ast1949.dto.PageDto;
import com.ast.ast1949.dto.analysis.AnalysisCsRenewalDto;
import com.ast.ast1949.dto.company.CrmCompanySvrDto;
public interface CrmCompanyS... | [
"785395338@qq.com"
] | 785395338@qq.com |
42d17ac0b15d6b6b9b4fe29cc33d9bf7f9beef99 | 417f99b8d41d23e957063552eb6496ea3b4a2561 | /src/BinaryTree/UniqueBST/N96.java | 9519a3dd432f4e6928c7e556eca761e91223a501 | [] | no_license | goushikun6021003/Leetcode | b000ecbf85bfaa1937d238e0c6659e5cc90ab78d | 4a4c0b604f5b60d6c76c67bfbb207a4056bea4a4 | refs/heads/master | 2023-02-18T02:31:38.251684 | 2021-01-17T09:13:15 | 2021-01-17T09:13:15 | 291,492,098 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 319 | java | package BinaryTree.UniqueBST;
public class N96 {
public int numTrees(int n) {
int[] res = new int[n+1];
res[0]=res[1]=1;
for(int i=2;i<res.length;i++){
for(int j=0,k=i-1;j<i;j++,k--){
res[i]+=res[j]*res[k];
}
}
return res[n];
}
}
| [
"496704144@qq.com"
] | 496704144@qq.com |
c1ed0398a11a648eab995c0de49dd66029ee5962 | ee5a7ab750bb2670bd6a1501ec3dc113cad854bb | /Calculadora Uno/SumaWS/src/main/java/beans/ServicioSumarImp.java | 96508201fcb0e83e2dda550f7a0ddcd184ca945e | [] | no_license | mateocgomez/JAX-WS-CALCULATOR | b353e39a07ff8d5dd8ec2a6d1b76f8b44e98d549 | 8e7d61c3e3c006c7f28a4604b14cff7fa3e6d6ae | refs/heads/master | 2020-03-17T04:28:19.644885 | 2018-05-13T21:45:55 | 2018-05-13T21:45:55 | 133,276,725 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 723 | java | package beans;
import javax.ejb.Stateless;
import javax.jws.WebService;
@Stateless
@WebService(endpointInterface = "beans.ServicioSumarWS")
public class ServicioSumarImp implements ServicioSumarWS {
@Override
public int sumar(int a, int b) {
return a + b;
}
@Override
public int resta... | [
"gomezmateo94@gmail.com"
] | gomezmateo94@gmail.com |
14d831281e275ed45cc51220001b2514b348f816 | 9db6b3eb83fc896c05a65dc9bef3880ceeda2e4b | /week-03/day-2/src/Logs.java | 68d2feeedfbfb99033b81beb36b86e430e199544 | [] | no_license | green-fox-academy/torokattila | 4542e5fdfc8f654dd54a18ee5148a4dd49dfd36c | a25558ee1995bcac25fce3d4bc40910d3e21437e | refs/heads/master | 2020-06-11T09:40:35.871397 | 2019-09-08T09:07:36 | 2019-09-08T09:07:36 | 193,919,772 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 839 | java | import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.*;
public class Logs {
public static void main(String[] args) {
List<String> lines = new ArrayList<>();
try {
Path filePath = Paths.get("C:/Users/atti_/Desktop/log.txt");
lin... | [
"torcsiattila93@gmail.com"
] | torcsiattila93@gmail.com |
75a09804d6152cf53afab8d95e07998a594f0538 | 6ded5dc2f5b597a549e31d96b672e0989fe44f32 | /src/test/java/projectApp/steps/REBNYListingsSteps.java | 433348e7a788ae13cf1b4d90464d2e74a8508ce1 | [] | no_license | antonzenkevich/travisAndroid | efb4f148a02f7069ca1c5a8bc683babeefd3077e | 8c9a70681aa84f21f9e3a85898474acd8be4cff4 | refs/heads/master | 2022-06-16T09:38:34.927431 | 2019-06-11T13:36:41 | 2019-06-11T13:36:41 | 177,132,119 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 641 | java | package projectApp.steps;
import net.thucydides.core.annotations.Step;
import net.thucydides.core.steps.ScenarioSteps;
import projectApp.pages.AnalyticsPage;
import projectApp.pages.REBNYListingsPage;
public class REBNYListingsSteps extends ScenarioSteps {
REBNYListingsPage rebnyListingsPage;
AnalyticsPage an... | [
"anton.ziankevich@itechart-group.com"
] | anton.ziankevich@itechart-group.com |
f58ccd9d7dd2ad17ef168019104c2ceaa3cbd2a9 | ce17d70ee3ec73ce41df451b1e71095ce984617b | /src/main/java/returnProject/admin/service/AdminService.java | bbeb56b58b4a4454f7411f08501f071fe0f78a6e | [] | no_license | heavylyns/returnBySpring | 0598b80616352a619ed6a9a63ef70c2721349f71 | 18accfea82f43294ffca4f186b7ff3d1a10d8051 | refs/heads/master | 2020-03-22T05:03:48.673938 | 2018-07-03T06:39:30 | 2018-07-03T06:39:30 | 139,539,313 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 885 | java | package returnProject.admin.service;
import egovframework.com.cop.bbs.service.BoardVO;
import egovframework.com.uss.umt.service.MberManageVO;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.apache.ibatis.annotations.Param;
public... | [
"linyong@springworks.co.kr"
] | linyong@springworks.co.kr |
d1656697f33c0c128c10a724810213fd6f5ad7a8 | 694d574b989e75282326153d51bd85cb8b83fb9f | /google-ads/src/test/java/com/google/ads/googleads/v4/services/ProductGroupViewServiceClientTest.java | 124a7a7bc860d651d581819bfccb8b011bc3ec30 | [
"Apache-2.0"
] | permissive | tikivn/google-ads-java | 99201ef20efd52f884d651755eb5a3634e951e9b | 1456d890e5c6efc5fad6bd276b4a3cd877175418 | refs/heads/master | 2023-08-03T13:02:40.730269 | 2020-07-17T16:33:40 | 2020-07-17T16:33:40 | 280,845,720 | 0 | 0 | Apache-2.0 | 2023-07-23T23:39:26 | 2020-07-19T10:51:35 | null | UTF-8 | Java | false | false | 25,068 | java | /*
* Copyright 2020 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"
] | noreply@github.com |
e7c2c07f483d0741387de91c64c77b7d3d78cc5f | 20860da07ad991732951b22b88d83178a5d61653 | /live-doctor/src/main/java/com/doctor/controller/NotificationHandlerController.java | 95b95b4d71a529e6731b1b4d034ff93e176fab95 | [] | no_license | NistorNicu/live-doctor | 4737953c8afea5596a48b13a6c0014723c1f0540 | 8d0584299733c54579ea2cebafdcbd16313cceab | refs/heads/master | 2020-05-29T15:40:58.497250 | 2016-07-03T16:19:02 | 2016-07-03T16:19:02 | 60,984,337 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 341 | java | package com.doctor.controller;
import org.springframework.messaging.handler.annotation.MessageMapping;
import org.springframework.stereotype.Controller;
@Controller
public class NotificationHandlerController {
@MessageMapping("consultations")
public String proccesMessage(String mess){
return mess.to... | [
"nistor.nicu91@gmail.com"
] | nistor.nicu91@gmail.com |
42c2d5b217e3647a2bf76ea815ab2d85f0e6caa6 | 4c3ff03ad152d19d2d9f87fe12898ed06423a145 | /src/niuke4/BallJump.java | 308fbe5297cde490167fa6bc7b51fd8686df2db5 | [] | no_license | Yangxiaoxiao10/Code | 0b319d19d15d532680d622e3936456dd8972d2e7 | 16a5b0bdf5ce5392d3d9dba5283c05d8d54a11d4 | refs/heads/master | 2022-05-22T01:37:54.079432 | 2020-04-27T04:24:37 | 2020-04-27T04:24:37 | 259,202,420 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 618 | java | package niuke4;
import com.sun.org.apache.bcel.internal.generic.FLOAD;
import java.util.Scanner;
/**
* @Author 杨晓晓
* @Date 2020/3/27 0:33
* @Version 1.0
*/
public class BallJump {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
while (sc.hasNext()){
i... | [
"1939207918@qq.com"
] | 1939207918@qq.com |
c2049df4d3821869d2a9d6e4f889d21ce73e4e26 | fec345bfcd47f5c2cf09b78d45bb173d008627bb | /app/src/main/java/com/aroraaman/myshopify/dagger/ViewModelKey.java | e2b1fabadc04e5b6bbc37e5ef1ec8db27a8b2e15 | [] | no_license | arora-aman/MyShopify | 6b7a4c2c7680fcc244adbfc985e847d1e3883797 | 6f54c44054e84b14c60892ae564246ed3686ba72 | refs/heads/master | 2021-06-30T02:27:18.775175 | 2020-05-17T22:40:17 | 2020-05-17T22:40:17 | 100,769,301 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 418 | java | package com.aroraaman.myshopify.dagger;
import android.arch.lifecycle.ViewModel;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import dagger.MapKey;
@Target({ElementType.METHOD})
@Retention(RetentionP... | [
"aman23091998@gmail.com"
] | aman23091998@gmail.com |
2cf18cb35171923b8f50a9492ffc041e5c3d7acb | 565e0bf342074a4ad65bd12b440c2f5c73a494c6 | /Aula07/src/Ataques/Hyperfang.java | 8cfb21cfa8e96f0d47a7f55833bbb891cf47c687 | [] | no_license | Carechio/Simula-o-Pokemon | 293f0972137ed11730ee727f454a1df3d192f2a4 | 57ecbede2ed18ca2dc12a3b5eaced96a01d2219e | refs/heads/master | 2021-01-01T05:03:01.752084 | 2016-04-29T23:03:51 | 2016-04-29T23:03:51 | 57,415,576 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 138 | java | package Ataques;
import Exercicio01.Ataque;
public class Hyperfang extends Ataque{
public Hyperfang() {
super("Hyperfang", 90);
}
}
| [
"gabriel.carechio.queiroz@usp.br"
] | gabriel.carechio.queiroz@usp.br |
cc25a4994714bcc08ab0f39ff590d704a5bf81b8 | ea8d520e306557ce903115d28dad8ac1cf2a1a1b | /Android/AndroidGesture1.2/src/com/android/fastdtw/dtw/Point.java | d00b45100378f23dcd7619073fbd6a387ff1d723 | [] | no_license | viviancwy/m19404 | 9f535ad13609f87b6c89e988791a2437d0b8d291 | 33bac9bb091948f9170c1f5d9307db5075f73205 | refs/heads/master | 2021-01-10T01:30:34.411340 | 2013-11-23T20:38:19 | 2013-11-23T20:38:19 | 55,335,634 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 493 | java | package com.android.fastdtw.dtw;
import java.io.Serializable;
public class Point implements Serializable
{
public double x, y;
public Point()
{
x=0;y=0;
}
public double getX()
{
return x;
}
public double getY()
{
... | [
"pi19404@gmail.com"
] | pi19404@gmail.com |
fbb59fff106835826c4d4920507351cffe230082 | 6da88a90701fc1edc4b23fd0fb50c9690dcec9e6 | /src/view/Drawable.java | 09f11b5f5f00a7c98e1e0c4631711c4c03649525 | [] | no_license | pcrdoo/smart-wars | 7aa42c1871e766b2fbdad25730ba92f9d7c1a18e | 6ce9881ad6c28593280bf6167b7a18c5f372d953 | refs/heads/master | 2021-08-26T08:39:36.484747 | 2017-11-22T17:49:50 | 2017-11-22T17:49:50 | 108,657,971 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 100 | java | package view;
import java.awt.Graphics2D;
public interface Drawable {
void draw(Graphics2D g);
}
| [
"geosoft.corp@gmail.com"
] | geosoft.corp@gmail.com |
aa3f49312fb0d798b93086329368e7535cdbd538 | 11ce1835e67d4ef077b99a7e2ebc303f0b9d75c4 | /Spring/spring-security-demo/src/main/java/com/springsecurity/demo/config/SecurityWebApplicationInitializer.java | 479f7d1d7e8e4a32eaa5759e6c6c44f5177c94bf | [] | no_license | bibhas-abhishek/projects | 7003c0bb0639b153105ec230144f2d029df9d19c | f769a61670bd9f889970fc5eb0f104be81183b35 | refs/heads/master | 2022-12-23T12:59:45.922213 | 2021-11-26T20:34:28 | 2021-11-26T20:34:28 | 96,638,662 | 4 | 1 | null | 2022-12-16T00:41:34 | 2017-07-08T19:06:12 | Java | UTF-8 | Java | false | false | 234 | java | package com.springsecurity.demo.config;
import org.springframework.security.web.context.AbstractSecurityWebApplicationInitializer;
public class SecurityWebApplicationInitializer extends AbstractSecurityWebApplicationInitializer {
}
| [
"bibhas_01@hotmail.com"
] | bibhas_01@hotmail.com |
759e6145e285fd3a0481a9ab7fb6804151ae94b4 | 7e547e99e9dbb7f0ce6880c4cd3117004ebac112 | /TowerDefense/app/src/main/java/csc133/towerdefense/game/gameobject/enemy/SpeedGradeAlienBuilder.java | 7eb9baa68d6207c6d008f294e44a2342fa138b22 | [] | no_license | cddavidson20/CSC133 | 91ff80afc25b4d88ea8dd3e0443b36759416e133 | 558982503364546c0c7c240bcbb3681ef7575d46 | refs/heads/master | 2020-12-31T09:40:26.107326 | 2020-05-13T16:41:28 | 2020-05-13T16:41:28 | 238,982,299 | 0 | 1 | null | 2020-05-13T06:13:58 | 2020-02-07T17:10:00 | Java | UTF-8 | Java | false | false | 1,698 | java | package csc133.towerdefense.game.gameobject.enemy;
import java.util.Random;
import csc133.towerdefense.game.movepath.MovePath;
public class SpeedGradeAlienBuilder implements IEnemyBuilder {
static final float SIZE = 30;
static final float HEALTH_MAX = 15;
static final float SPEED = 9;
priva... | [
"ronnyrit@gmail.com"
] | ronnyrit@gmail.com |
a78fb5e86f09159d99d5acc1e3ca1e705aa19d96 | b63ee06a9b15bc980a4fe1693ee088d87cb6a8ba | /app/src/main/java/com/teamtreehouse/friendlyforecast/db/ForecastDataSource.java | b31ab35d4356b80dcc669d3e8b7d3dddaa769842 | [] | no_license | AdityaShirole/SQLite-tutorial | 91bf951b4218c51a5cefd8bf556c3e56d95ec90f | 035a9339d4c0665e42849d97f367553177e06a3f | refs/heads/master | 2016-09-01T15:03:37.828548 | 2015-05-28T19:08:43 | 2015-05-28T19:08:43 | 36,459,689 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,979 | java | package com.teamtreehouse.friendlyforecast.db;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import com.teamtreehouse.friendlyforecast.services.Forecast;
import java.sql.SQLException;
/**
* Created by Aditya Shir... | [
"adityacr7shirole@gmail.com"
] | adityacr7shirole@gmail.com |
932aa04b151d87fec8f0c0626adc647c5981b5a7 | b474398887fd3f2fbebd29ccc580c5fb293e252d | /src/org/omg/PortableServer/POAManagerPackage/AdapterInactive.java | 209ae51770a34ebb41659e50d93eaec6ccf5a810 | [
"MIT"
] | permissive | AndyChenIT/JDKSourceCode1.8 | 65a27e356debdcedc15642849602174c6ea286aa | 4aa406b5b52e19ef8a323f9f829ea1852105d18b | refs/heads/master | 2023-09-02T15:14:37.857475 | 2021-11-19T10:13:31 | 2021-11-19T10:13:31 | 428,856,994 | 0 | 0 | MIT | 2021-11-17T00:26:30 | 2021-11-17T00:26:29 | null | UTF-8 | Java | false | false | 662 | java | package org.omg.PortableServer.POAManagerPackage;
/**
* org/omg/PortableServer/POAManagerPackage/AdapterInactive.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/re/workspace/8-2-build-windows-amd64-cygwin/jdk8u201/12322/corba/src/share/classes/org/omg/PortableServer/poa.idl
* Saturd... | [
"wupx@glodon.com"
] | wupx@glodon.com |
d08f5c6578f6469b6076a03c4ad92c4ed760021c | 5410e5956d7c1ce3ffee2383d07a956ea637daee | /src/main/java/com/sparkfinance/model/SalaryResults.java | a66c1ea1f3c05ab68ad91ff3c91734b9604f4682 | [] | no_license | connerT/SparkFinance | 874371bf729ca524dd0357da1b71456b9f9b9afc | 96fec6a26ba03f0ed710c6f0fa0e0a9cc7de5f27 | refs/heads/master | 2021-01-10T13:13:48.751179 | 2016-04-01T20:55:29 | 2016-04-01T20:55:29 | 54,714,341 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,443 | java | package com.sparkfinance.model;
import java.math.BigDecimal;
public class SalaryResults {
private BigDecimal federalTax;
private BigDecimal fedTaxRate;
private BigDecimal stateTax;
private BigDecimal realIncome;
private BigDecimal salary;
private BigDecimal fourOoneKpercentage;
private b... | [
"connertolley@gmail.com"
] | connertolley@gmail.com |
75518f8b828ae5457a5aba0841b8e0c5784b74fb | a7b868c8c81984dbcb17c1acc09c0f0ab8e36c59 | /src/main/java/com/alipay/api/response/AlipayOpenAppAraterRatestatusModifyResponse.java | c77e80c7e5f1e14bd57b17e71b4883ba6f54311c | [
"Apache-2.0"
] | permissive | 1755616537/alipay-sdk-java-all | a7ebd46213f22b866fa3ab20c738335fc42c4043 | 3ff52e7212c762f030302493aadf859a78e3ebf7 | refs/heads/master | 2023-02-26T01:46:16.159565 | 2021-02-02T01:54:36 | 2021-02-02T01:54:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 657 | java | package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.open.app.arater.ratestatus.modify response.
*
* @author auto create
* @since 1.0, 2020-07-02 17:30:50
*/
public class AlipayOpenAppAraterRatestatusModifyR... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
dc8e439a2758b5363e0d607eca4ddf83e0ffcf2f | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /test/irvine/oeis/a172/A172228Test.java | 374377f03b565ff3a59b06d5cea1e5477911ef3e | [] | no_license | flywind2/joeis | c5753169cf562939b04dd246f8a2958e97f74558 | e5efd6971a0062ac99f4fae21a7c78c9f9e74fea | refs/heads/master | 2020-09-13T18:34:35.080552 | 2019-11-19T05:40:55 | 2019-11-19T05:40:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 195 | java | package irvine.oeis.a172;
import irvine.oeis.AbstractSequenceTest;
/**
* Tests the corresponding class.
* @author Sean A. Irvine
*/
public class A172228Test extends AbstractSequenceTest {
}
| [
"sean.irvine@realtimegenomics.com"
] | sean.irvine@realtimegenomics.com |
f27a309a9081ec6a5198034ceaded233a634fc18 | 0febc4804e61061f8d7c22a3f8aab7890d6029fc | /app/src/main/java/project/astix/com/parasorder/model/TblStoreSomeProdQuotePriceMstr.java | d47bb9cb06451b615487c6a25704f8318c6ef33c | [] | no_license | AstixIntelligenceManagementSystem/ParasOrderSalesApp | bf68dc1c52091b07b968447259201820e6d88218 | 022076f137a1a3424a5c8bc4e96e2e620e929665 | refs/heads/master | 2020-03-27T23:09:37.355318 | 2018-10-10T12:04:23 | 2018-10-10T12:04:23 | 147,296,254 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,696 | java |
package project.astix.com.parasorder.model;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class TblStoreSomeProdQuotePriceMstr {
@SerializedName("PrdId")
@Expose
private Integer prdId;
@SerializedName("StoreId")
@Expose
private Integer s... | [
"astixset2@gmail.com"
] | astixset2@gmail.com |
7d57510cdeb7a9eb1f201e84aec4c0e06a53749c | 9328eebca6477eafa0aeae70a8b85e361231a4f6 | /cloud-provider-hystrix-payment8001/src/main/java/com/atguigu/springcloud/alibaba/controller/PaymentController.java | 444c8d525dd68a1f13dea61b7d20f18c57a57283 | [] | no_license | qkillq/springcloud2020 | a89832faaa7a02a2305ba1264cca2b6cdfcbca71 | f6ad699650a90895603dbaf3c0af72132d1b7d5c | refs/heads/master | 2022-11-18T08:19:40.712056 | 2020-07-13T17:23:34 | 2020-07-13T17:23:34 | 279,363,078 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,308 | java | package com.atguigu.springcloud.alibaba.controller;
import com.atguigu.springcloud.alibaba.service.PaymentService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.web.bind.annotation.G... | [
"qkillq@gmail.com"
] | qkillq@gmail.com |
f62b19fb0cc2b9ff7da8d62f16cb7805d06235d3 | 80c4eaaf07039d4ac2cc00e1cddfd641f2667c89 | /app/src/main/java/com/woniukeji/jianguo/http/MethodInterface.java | ac136ca7e9b6282af9cda222e6532b5f1ad3bac0 | [
"Apache-2.0"
] | permissive | woniukeji/jianguo | 828d6818ff36f27199bc7bbae58c4c580f2d7b86 | 279fec1ea6298f0d3a4c02494c388be0ef2273b7 | refs/heads/master | 2020-04-04T04:10:34.563125 | 2016-08-04T08:16:39 | 2016-08-04T08:16:39 | 52,862,624 | 5 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,349 | java | package com.woniukeji.jianguo.http;
import com.woniukeji.jianguo.entity.Balance;
import com.woniukeji.jianguo.entity.CityCategory;
import com.woniukeji.jianguo.entity.HttpResult;
import com.woniukeji.jianguo.entity.PushMessage;
import com.woniukeji.jianguo.entity.RxJobDetails;
import com.woniukeji.jianguo.entity.User... | [
"invinxie@163.com"
] | invinxie@163.com |
b12e1feae9d3ca0fdec47e0dd77f2bfc7b4363fd | f321db1ace514d08219cc9ba5089ebcfff13c87a | /generated-tests/dynamosa/tests/s1032/27_math/evosuite-tests/org/apache/commons/math3/ode/nonstiff/EmbeddedRungeKuttaIntegrator_ESTest.java | bef62fbdc3a07e5032e7c37aaee9f013cfcf413a | [] | 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 | 15,140 | java | /*
* This file was automatically generated by EvoSuite
* Fri Jul 05 03:20:38 GMT 2019
*/
package org.apache.commons.math3.ode.nonstiff;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.shaded.org.mockito.Mockito.*;
import static org.evosuite.runtime.EvoAssertions.*;
import org.ap... | [
"granogiovanni90@gmail.com"
] | granogiovanni90@gmail.com |
29180bead45058a76357d781c30c41226c0ff481 | 33bbfe514cbc70939018ae97ef95fce7989218f7 | /shiXun/Calculator.java | d2464755caa0d9533968104a2c27a98b4f482892 | [] | no_license | zhoutengteng/java | 1b72d2c582e56eec1ab4a10f5ff81f3e086c2a89 | 19466d8703a49e6a915c4f1eac046cf2aec64841 | refs/heads/master | 2020-04-06T04:55:39.211109 | 2015-08-27T05:27:11 | 2015-08-27T05:27:11 | 40,858,503 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,667 | java | import javax.swing.*;
import java.awt.*;
import java.util.regex.*;
import java.awt.event.*;
import java.util.Vector;
public class Calculator {
final private JButton v_jb[];
final private JTextField v_jt[];
final private int trueInt[];
private JFrame jFrame;
private Container contentpane;
public... | [
"865998332@qq.com"
] | 865998332@qq.com |
e8c259ebc33effa966ebeafccab78ce0abf5575b | 24d95b6df2e92b7c248dcbd54a269f474b68a1ed | /java/src/lesson2/Helloworld.java | b689fa7cec2a962efc6d6a385a2ecd467bdd491e | [
"MIT"
] | permissive | lijingwei1209/javaStudy | a97a8eade02579e5f5a16ca16a08eed4bf9ba414 | 39eafba8519eeb79254a4700c54c9d0da641bda1 | refs/heads/master | 2021-09-15T10:57:11.099649 | 2018-05-31T06:40:48 | 2018-05-31T06:40:48 | 110,915,359 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 594 | java | package lesson2;
public class Helloworld {
// 外部类中的静态变量score
private static int scores = 84;
// 创建静态内部类
public static class SInner{
// 内部类中的变量score
int score = 91;
public void show() {
System.out.println("访问外部类中的score:" + scores );
System.out.println("访问内部类中的score:" + sco... | [
"583443598@qq.com"
] | 583443598@qq.com |
036e6df0a830833415f67b57a40a6662126f3c05 | 22805ce8b41067f99e312355d47d9ed500f64b63 | /java17/lec01/work14base.java | 667938685ae5405ddbe0d138e413243c78f2764f | [] | no_license | e1b16079/datebank | d1e8e0fd10f4f2457193b93ca45bd01a4f15fd07 | c87b057282572e2855deb62591c1617030f3328f | refs/heads/master | 2021-02-13T05:30:10.376824 | 2020-03-03T15:07:18 | 2020-03-03T15:07:18 | 244,665,908 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 645 | java | import java.awt.*;
import java.applet.*;
public class work14 extends Applet {
public void paint(Graphics g){
g.fillRect(0,0,250,150 );
// 1 段め
g.fillRect(25,15,50,40);
g.fillRect(75,15,50,40);
g.fillRect(125,15,50,40);
g.fillRect(175,15,50,40);
... | [
"e1b16079@gmail.com"
] | e1b16079@gmail.com |
6d405bfeadc7fc8f77f816227b3debc305355f93 | 6cf4a3c9eeb5af6e57d613dfabb80e47c4226f47 | /TestRadius.java | fc6c25390ef69909f640e16815e417e3276e4389 | [] | no_license | kornwika1003/week8 | c43b96b834b65875cdf48e3319d9e894101743c1 | 64e00d39300666454f1871cf704b6a197c433844 | refs/heads/master | 2021-01-17T08:17:50.247540 | 2015-10-09T17:28:49 | 2015-10-09T17:28:49 | 43,936,250 | 0 | 0 | null | 2015-10-09T06:08:43 | 2015-10-09T06:08:43 | null | UTF-8 | Java | false | false | 163 | java |
public class TestRadius {
public static void main(String[] args) {
Radius s = new Radius();
s.setRadius(10);
System.out.println(s.Area());
}
} | [
"561997003@crru.ac.th"
] | 561997003@crru.ac.th |
2d1b418ea1765fe909531e4d67254fea19f93552 | 82710a31ffae20c017a771a88098fdaf322ca151 | /ATaxi.java | 18b90919ff6c39c10e2ae0ce38d65aa636f27bf9 | [] | no_license | dextergemellus/ataxi | c0cf957863be7af32450a66c0336a3e3bcb6f64e | e3938d509d0e2d159d628e06038bace32787422e | refs/heads/master | 2020-06-13T19:51:50.827736 | 2016-12-04T20:05:08 | 2016-12-04T20:05:08 | 75,560,203 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,331 | java | /******************************************************************************
* Name: Evan Wood and Elizabeth Haile
* Class: ORF467
*
*
* Description: Autonomous taxi simulation
*
******************************************************************************/
import edu.princeton.cs.algs4.In;
import edu.... | [
"noreply@github.com"
] | noreply@github.com |
5fa69ef5d1e60ebec3a2ddaa3ba8542a3f4f2f34 | 53b2063a4cd2ae22b61ebe09d292f92f0dc75417 | /applications/archive/archive-plugins/org.csstudio.archive.vtype.test/src/org/csstudio/archive/vtype/ArchiveVTypeTest.java | 67221e64d661ed15edb2234fe9f136ed97bc5f38 | [] | no_license | ATNF/cs-studio | 886d6cb2a3d626b761d4486f4243dd04cb21c055 | f3ef004fd1566b8b47161b13a65990e8c741086a | refs/heads/master | 2021-01-21T08:29:54.345483 | 2015-05-29T04:04:33 | 2015-05-29T04:04:33 | 11,189,876 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,761 | java | /*******************************************************************************
* Copyright (c) 2012 Oak Ridge National Laboratory.
* 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 i... | [
"kasemirk@ornl.gov"
] | kasemirk@ornl.gov |
8ec62918fac6ede288440f8e62f4a0dd66ad419b | 1f91cf15d43d89ed4d5f109e4358857dc121b96b | /RabbitMQ/my-rabbitmq-app/src/main/java/com/app04/routing/message/PublisherWithExchange.java | 19512d89c5e4a4f2a5421f37988c00389da8320a | [] | no_license | softwareengineerhub/spring | 384aa3f0f423db4ffbc0aef6684e1706f724e1ed | fdd961e839892eb78f831b5490f7a59442911b45 | refs/heads/master | 2023-06-23T15:30:45.090708 | 2023-06-08T08:27:37 | 2023-06-08T08:27:37 | 147,172,612 | 0 | 0 | null | 2023-01-27T20:08:46 | 2018-09-03T08:11:35 | Java | UTF-8 | Java | false | false | 1,106 | java | package com.app04.routing.message;
import com.rabbitmq.client.*;
import java.util.Date;
public class PublisherWithExchange {
private static String EXCHANGE_NAME = "direct-exchange";
private static String ROUTING_KEY = "direct-route";
private static String ROUTING_KEY2 = "direct-route2";
public stat... | [
"denis.prokopiuk@yahoo.com"
] | denis.prokopiuk@yahoo.com |
bee8a3b4417f3da9241fdca588a5a8cbe436ff3e | 462e7a27236d977137e932ba521c87df32796b76 | /src/backEnd/ModelSecurity.java | 7e32563cb10cff314a342aeee44bbde8787f717f | [
"MIT"
] | permissive | DanielRubinstein/Tower-Defense-Maker | e7f73853ec85dc355a78f2dfef8c398370d4d76f | 9313982f35f432464e39c677d7353daa9225a66d | refs/heads/master | 2021-01-20T03:06:34.162636 | 2017-10-27T15:33:12 | 2017-10-27T15:33:12 | 101,345,802 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 394 | java | package backEnd;
import backEnd.Attribute.AttributeOwner;
import backEnd.Attribute.AttributeOwnerReader;
import backEnd.GameEngine.Engine.Spawning.SpawnData;
import backEnd.GameEngine.Engine.Spawning.SpawnDataReader;
public interface ModelSecurity {
AttributeOwner getAttributeOwner(AttributeOwnerReader attributeOwn... | [
"mra21@duke.edu"
] | mra21@duke.edu |
ffc606b13ad79b0d4b49c2d6d84cdb3665da712f | 835da5a3100b6b8d01d36e518a87485f8428b72b | /encrypt-file-imgs/src/main/java/com/lyh/img/tools/GameProperties.java | 540b9ed5dbb24b784fbd428dc72150ff5f317496 | [] | no_license | liuyuhua1984/game-tools | ad27fd2b1db3716e1dd5bede9a04885e2e80e5db | 51f5055de7c612bfc08b87c4576078470b595e53 | refs/heads/master | 2022-07-04T19:58:14.075107 | 2022-05-19T01:06:46 | 2022-05-19T01:06:46 | 153,424,984 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,351 | java | package com.lyh.img.tools;
import java.io.*;
import java.util.Properties;
/**
* 读取游戏属性
*
* @author: root
* @create: 2018-10-08 15:03
**/
public class GameProperties {
/**
* loadGameProperties:(). <br/>
* TODO().<br/>
* 加载配置属性
*
* @param propertiesPath
* @author lyh
*/
... | [
"163.com"
] | 163.com |
f4f7c418decee6bc2ea9eaa627e28664cd893c82 | 82da9af2a66b39526ea41bf2bff03802ccc58da1 | /app/src/main/java/com/app/elisoft/carprojectprimary/Recycler/SignItem.java | 12094d0faa6968731b56cc1778713b3062acafa8 | [] | no_license | eli200601/car_projector_primary | 5f7f839a5c148248e6cf9ff4588f080b72517c5c | fef7e714808f688c22583d6a525604a71b67e109 | refs/heads/master | 2020-12-30T13:20:08.132066 | 2017-05-17T20:49:00 | 2017-05-17T20:49:00 | 91,347,082 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 523 | java | package com.app.elisoft.carprojectprimary.Recycler;
public class SignItem {
private String name;
private int image;
public SignItem(String name, int image) {
this.name = name;
this.image = image;
}
public String getName() {
return name;
}
public v... | [
"eliran.alon@avg.com"
] | eliran.alon@avg.com |
543c369ac99d34955367ca9cd1b61331a0e06341 | e78c246733d268138cd2543101cc0026bbf9228b | /week-09/day-01/RestApp/src/main/java/com/greenfox/restapp/model/Number.java | 37e69058b0e50b4931ae497d4867848b297bbe66 | [] | no_license | green-fox-academy/Ky0j1n | 9684d20cf21e1c855eafc3fab805dc1cfbfe6dbb | ba7c296a90fcd050d844addea093a207c5e154dd | refs/heads/master | 2023-03-06T03:04:25.007162 | 2021-02-19T13:06:56 | 2021-02-19T13:06:56 | 314,023,784 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 264 | java | package com.greenfox.restapp.model;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
@Getter
@Setter
@NoArgsConstructor
public class Number {
Integer until;
public Number(Integer until) {
this.until = until;
}
}
| [
"markomate90@gmail.com"
] | markomate90@gmail.com |
e7149f5cbb2db5e4d5129430fa532e4fdf4a0602 | 3c751ea375656ed20adc2227102d735c7814a45d | /r2dbc-spi-test/src/main/java/io/r2dbc/spi/test/MockOutParameters.java | 74d2ebca0f359d298975de612ffa0a60ed344194 | [
"Apache-2.0",
"LicenseRef-scancode-dco-1.1"
] | permissive | ascertrobw/r2dbc-spi | f34f1177d54d54306f53b7afdddd3e1be1020980 | cf237fe7c602d6a4f213dcd3a28488c43b29d6bd | refs/heads/main | 2023-07-19T14:50:53.718416 | 2021-07-09T15:48:44 | 2021-07-09T15:48:44 | 404,377,049 | 0 | 0 | Apache-2.0 | 2021-09-08T14:22:44 | 2021-09-08T14:22:43 | null | UTF-8 | Java | false | false | 5,032 | java | /*
* Copyright 2017-2021 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"mpaluch@vmware.com"
] | mpaluch@vmware.com |
f6c20e59d5ba6376e70f12ca4909a01472aa724e | 75c2211a6fefd167f382dac301e1b46617c917e1 | /expected-output/random/random1/sll/Input_withGetExponent1.java | c44299d72aeb28b1a69eb7ea169b0e6a31d3492f | [] | no_license | star-finder/jpf-costar | 0f87d88f420eace4b1b1c93ad44e764346b09f19 | b3f4d4893019a42b6c3f50e4294fd3ab6f2b5f88 | refs/heads/master | 2022-11-25T01:31:09.822003 | 2019-07-04T01:46:55 | 2019-07-04T01:46:55 | 105,350,745 | 2 | 1 | null | 2022-11-15T08:38:39 | 2017-09-30T07:20:18 | Java | UTF-8 | Java | false | false | 7,002 | java | package random.sll;
import org.junit.Test;
import gov.nasa.jpf.util.test.TestJPF;
public class Input_withGetExponent1 extends TestJPF {
@Test
public void test_withGetExponent1() throws Exception {
Input obj = new Input();
random.sll.Node root = new random.sll.Node();
random.sll.Node next_2 = null;
int elem... | [
"longph1989@gmail.com"
] | longph1989@gmail.com |
be998d156db6546773e76517b517e38d98b7deaf | 0c2ffe0c4648aaf48f3f4ca80fa45e4698775c29 | /src/test/java/org/helianto/task/repository/ReportKnowledgeRepositoryTests.java | d3a304ea85e76bf75535c9e4752973ad73270ba5 | [
"Apache-2.0"
] | permissive | raphaelutfpr/helianto-plan-1 | e133f663cfd74bfa02aca0b7dc9af122b8a8a106 | 5624f852d82d2733ee8d5edc2bf3c7d725473768 | refs/heads/master | 2021-01-20T16:45:20.834107 | 2015-10-20T18:05:48 | 2015-10-20T18:05:48 | 44,603,311 | 0 | 0 | null | 2015-10-20T12:00:26 | 2015-10-20T12:00:26 | null | UTF-8 | Java | false | false | 1,642 | java | package org.helianto.task.repository;
import java.io.Serializable;
import javax.inject.Inject;
import org.helianto.core.test.AbstractJpaRepositoryIntegrationTest;
import org.helianto.task.domain.DocumentRequirement;
import org.helianto.task.domain.ReportKnowledge;
import org.helianto.task.domain.UserRequirement;
imp... | [
"mauricio@iservport.com"
] | mauricio@iservport.com |
36e81b051bd87619fec6a9438f842ee8d8171d87 | 34f81bf64d5e05507c91c965aa3c4867bd24dcf4 | /hospital_pojo/src/main/java/com/ccw/entity/UserRole.java | aa5a1072fdfdd77af826e4d55fcf74f33d751122 | [] | no_license | 123ccw123/hospital_system | 33e8bea399f8de7760b2ac325259c9efec072bca | 0c7244b28ddfff7574f048554f2ee8663907e407 | refs/heads/master | 2023-06-30T22:34:23.149367 | 2021-08-01T02:16:27 | 2021-08-01T02:16:27 | 391,502,044 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 485 | java | package com.ccw.entity;
import com.baomidou.mybatisplus.annotation.TableName;
import com.baomidou.mybatisplus.extension.activerecord.Model;
import lombok.Data;
import lombok.EqualsAndHashCode;
/**
* <p>
*
* </p>
*
* @author zs
* @since 2021-07-05
*/
@Data
@EqualsAndHashCode(callSuper = true)
@TableName("t_use... | [
"2450327269@qq.com"
] | 2450327269@qq.com |
544dc73b6ebe9779e08977a1bc8b021cb8bfb285 | 459e40d36d2e45e97c4fac50a3a2af2d89b4f329 | /src/main/java/com/ligaofei/springbootxdtest/model/request/LoginRequest.java | 714fe41ca5f690cdb0fba6ca6b3d152068032a17 | [] | no_license | ligaofei-xue/springboot-xdtest | d9606375db2ea265d15a800c72b7d0152421aa5f | 8a42c89d121776093afd0eb44b19e9dbbd9923ca | refs/heads/master | 2023-04-06T05:58:45.041678 | 2021-04-17T09:30:26 | 2021-04-17T09:30:26 | 358,837,565 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 422 | java | package com.ligaofei.springbootxdtest.model.request;
/**
* 登录 request
*/
public class LoginRequest {
private String phone;
private String pwd;
public String getPhone() {
return phone;
}
public void setPhone(String phone) {
this.phone = phone;
}
public String getPwd() ... | [
"644291716@qq.com"
] | 644291716@qq.com |
64e3cc843059844480c0f7b6d0f9c765c601f94a | 5ab816cc7629c5cd712eaddbc89cbecabb9dc150 | /app/src/main/java/com/lfish/lotteryssc/wififound/wifishare/WiFiShareServerConfig.java | ae16cff125ec0d5b40616c13a140a584c41a7c83 | [] | no_license | littlefishwill/CpTencent15 | 2298e410ceddd5e831b165f7d268b6b21a356e5e | aa9985aaa5dff451d8aa0a2864085c7a17665a56 | refs/heads/master | 2020-03-07T03:48:46.304898 | 2018-04-13T07:15:44 | 2018-04-13T07:15:45 | 127,247,351 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,100 | java | package com.lfish.lotteryssc.wififound.wifishare;
/**
* Created by shenmegui on 2017/6/5.
*/
public class WiFiShareServerConfig {
/**
* 获取 文件列表
*/
public static final String HOST_PARAM_FILE_LIST = "filelist";
/**
* 获取 指定文件
*/
public static final String HOST_PARAM_FILE_FILEPATH = ... | [
"baimes123"
] | baimes123 |
41191ab031a95860dbd4e4e05dde6b25917a476d | cdb0caf3cb4ec04adbc2abcd0cb395c1ffa48350 | /app/src/main/java/com/example/mvc/adapters/transaction/TransactionItemViewMvcImpl.java | b039d50b4437c425d4354cefdee0257c1f7e9467 | [] | no_license | arifuljannatarif/CircleImageView | a5ace591456c1e53b8947a231414f9c9ddb86d7c | 6823e1701a5615af5583dc503e6a9d053163218d | refs/heads/master | 2021-01-16T15:10:12.327528 | 2020-06-21T08:15:57 | 2020-06-21T08:15:57 | 243,163,218 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,053 | java | /*
* Copyright (c) 2020. This code is created and written by Ariful Jannat Arif on 3/24/20 10:04 AM
*/
package com.example.mvc.adapters.transaction;
import android.view.LayoutInflater;
import android.view.ViewGroup;
import com.example.mvc.R;
import com.example.mvc.screens.common.views.BaseOvservableViewMvc;
import... | [
"cse.ariful@gmail.com"
] | cse.ariful@gmail.com |
0635d852094e4929d0a282000de5a8a3446005af | b4bcad5e51423042f0e12ce0c17812e23851a417 | /src/main/java/com/lhy/设计模式/D_J2EE模式/F拦截过滤器模式/步骤2/DebugFilter.java | 5009058fabc98d485258c8451848524d7903d6d3 | [] | no_license | l406608580/design-pattern | dc076b2de494e2dd357e719f29c85b4d00bced00 | 0453c1c311e1ad64f961b7712588d016315ce3be | refs/heads/master | 2022-12-07T18:18:46.772765 | 2020-08-28T02:12:57 | 2020-08-28T02:12:57 | 290,926,164 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 355 | java | package com.lhy.设计模式.D_J2EE模式.F拦截过滤器模式.步骤2;
import com.lhy.设计模式.D_J2EE模式.F拦截过滤器模式.步骤1.Filter;
/**
* @author hy.Li
* @date 2020/8/25 15:12
*/
public class DebugFilter implements Filter {
public void execute(String request){
System.out.println("request log: " + request);
}
}
| [
"406608580@qq.com"
] | 406608580@qq.com |
616575f75afe03a69cff4434965f89031e52c847 | 88e8ade32d1b9a2f4fac64de4364661f033a7e88 | /src/com/sebastien/Location.java | d720de782473feaafa788bcfc9175a2839c07c9a | [] | no_license | SystematicSkid/JavaGame | b9ff558b54bc66c87d7107c2f9f55da354e5a6f6 | 67491d4dc56c99e3ff8290eee5c7f7b4a708a1cc | refs/heads/master | 2020-04-12T01:52:39.279655 | 2018-12-20T15:29:51 | 2018-12-20T15:29:51 | 162,230,794 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,048 | java | package com.sebastien;
import org.json.simple.parser.ParseException;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
class LocationInfo
{
private Location m_Location;
private String m_szAction;
private String m_szActionDescription;
private Encounter m_Encou... | [
"noreply@github.com"
] | noreply@github.com |
4fcab23dd5060b6f081597d6b1b0d304bd2c66bf | 988a62954f778b218f08ad2afe96b836797436db | /app/src/main/java/com/rivetry/dealermanager/fragments/HomeFragment.java | b3a0f803cc8f872a51e3e12a5defe996a343cffe | [] | no_license | jmrigado/dealermanager | 9bc81c2c4283a23a7c9c74a2b675cfe76cdda52f | 8a7dfbc9c1e52cf40d383444fac73a1c65160bfa | refs/heads/master | 2021-01-23T00:34:15.987523 | 2016-02-23T15:47:14 | 2016-02-23T15:47:14 | 47,858,912 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,246 | java | package com.rivetry.dealermanager.fragments;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.animation.Animation;
import android.view.animation.AnimationUtils;
import android.widget.Button;
import android.widget.CompoundButton;
... | [
"james@rivetry.com"
] | james@rivetry.com |
08892c3deb67994665ff6482ad5b9054b3626a00 | 8e97abcffa37a8d38c05221be8d8c856bc260a43 | /Day 10/Velocity.java | 0a54cb91fa1c09731e4f3d7e581c8160aea16dee | [] | no_license | scottsquatch/adventofcode2018 | da09b61d67fece1db15452e7961a705c2c92f985 | d03a0ab4e9d9e91f0fa9edbd98fcd65aa5bbb845 | refs/heads/master | 2020-04-14T06:28:08.729243 | 2018-12-31T17:45:29 | 2018-12-31T17:45:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 212 | java | public class Velocity
{
private int vx;
private int vy;
public Velocity(int vx, int vy)
{
this.vx = vx;
this.vy = vy;
}
public int getVx()
{
return vx;
}
public int getVy()
{
return vy;
}
}
| [
"sdose27@gmail.com"
] | sdose27@gmail.com |
26124285bf55b4a035fd34bb2b901ce136d8b34f | 0cdcf152510556e17bb26524732d55133a3b4a09 | /core/src/lando/systems/ld44/world/backgrounds/TextureRegionParallaxLayer.java | 0158bc15b247e0bf53624148f9162d5109d57b38 | [] | no_license | bploeckelman/LudumDare44 | 2cc828ccab4c2158ad4bd992e39f8bcfda1a08dc | c6f11b5853549ac12a2cdbee22ef33bb52fc6c0f | refs/heads/master | 2020-05-17T15:20:51.640834 | 2019-04-30T01:38:37 | 2019-04-30T01:38:37 | 183,787,270 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,897 | java | package lando.systems.ld44.world.backgrounds;
import com.badlogic.gdx.graphics.g2d.Batch;
import com.badlogic.gdx.graphics.g2d.TextureRegion;
import com.badlogic.gdx.math.Vector2;
import lando.systems.ld44.utils.Utils;
public class TextureRegionParallaxLayer extends ParallaxLayer{
private TextureRegion texRegion... | [
"doug.graham@wisc.edu"
] | doug.graham@wisc.edu |
2be1248dec9acf83bd78fd03b31624a6e021cfa2 | 382c71c1df58305022089c06fff47abcdd0af1f9 | /aula01/Exemplo02.java | 39afc44e5b579fbdf8138f539a5e6659ea6407fc | [] | no_license | meirelene/gitMeire | 97aebfbfb49a8f3ce4863c16c5c53a696b730fa0 | 22173c5f2b548408168c7003ae2fdf8194d0a051 | refs/heads/master | 2022-12-24T02:24:31.392608 | 2020-09-16T14:27:12 | 2020-09-16T14:27:12 | 296,046,838 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 626 | java | public class Exemplo02 {
public static void main(String[] args) {
System.out.println("1 + 2");
System.out.println(1 + 2);
System.out.println("1 + 2 = " + 1 + 2);
System.out.println("1 + 2 = " + (1 + 2));
//operadores matemáticos
// + - * /
System.out.printl... | [
"meirelenem@gmail.com"
] | meirelenem@gmail.com |
b882a54409cf36771d73c0976db2b90bd7b57d8f | daca8aa405dcd74356f5a6f8976dc33fc401bfb6 | /src/DnsMessage.java | bf84a65a023b2ce0a16cbcb0092394848d3ff94b | [] | no_license | maximebedard/gti610-lab3 | 6523ce0b1bb57a912dfe2bc36f06690985cb7134 | f301eda057414e931c7d61af5ff52176b26eebc5 | refs/heads/master | 2020-04-22T22:17:08.358665 | 2014-11-11T14:18:56 | 2014-11-11T14:18:56 | 26,037,540 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,672 | java | import java.io.DataInputStream;
import java.io.IOException;
import java.util.ArrayList;
/**
* Created with IntelliJ IDEA.
* User: Maxime
* Date: 31/10/14
* Time: 16:08
* To change this template use File | Settings | File Templates.
*/
public class DnsMessage {
private final short flags;
private final i... | [
"maxim3.bedard@gmail.com"
] | maxim3.bedard@gmail.com |
ade63b448757c01989477a8c4a5f424cbbcc90e7 | a1a46251687b32a390caedc80d1a814e4787e008 | /documents/第三循环/原型4.15/Client/src/view/mainFrame.java | 76c6ed1ec96c4a2c259686017aed832d78ad61f1 | [] | no_license | liveangel-js/TeleconferencePlatform | e78518074ded5e029085a79da443dd34e768b51a | ab76aa7b74528e04410c708f5fe5addee07d5ada | refs/heads/master | 2021-01-25T10:43:40.215036 | 2014-02-24T06:30:20 | 2014-02-24T06:30:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,354 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/*
* mainFrame.java
*
* Created on 2012-4-14, 13:14:00
*/
package ui;
/**
*
* @author Gyx
*/
public class mainFrame extends javax.swing.JFrame {
/** Creates new form mainFrame */
public mainFrame() {
... | [
"liveangel.js@gmail.com"
] | liveangel.js@gmail.com |
21a50d485fdcd15efaddea4011349c857815dd4b | 43db367eb6ada48dd6d4aadd442fbf87e84fe752 | /springjdbc-batch-update/src/main/java/jbr/springjdbc/dao/CityDaoImpl.java | 1d5edbdc88a065cb37a931e617fa5c110b85d37c | [] | no_license | javabyranjith/spring-framework-jdbc | d1f725563d2cbd1996d6c6647e52089eb4ba203f | 42efaac02b63f167eb792c874dc755aa51440081 | refs/heads/master | 2022-12-20T15:46:40.633711 | 2020-05-15T15:37:36 | 2020-05-15T15:37:36 | 65,965,998 | 1 | 2 | null | 2022-12-16T05:11:12 | 2016-08-18T04:49:06 | TSQL | UTF-8 | Java | false | false | 3,620 | java | package jbr.springjdbc.dao;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.util.List;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.BatchPreparedStatementSetter;
import org.springframework.jdbc.core.Jdb... | [
"java2ranjith@gmail.com"
] | java2ranjith@gmail.com |
3969e2b63a2594431b427b81c1fa98ba3df27e02 | 856ff25364f49163974626ce44ea281b91984f84 | /Day3/src/array_1_10.java | 7f3d37e1652cd308fe7f36c0b6d78f5d622ed641 | [] | no_license | akromibn37/My_java_project | 8269208cbce6e7bb6a5be047a9804bc3c7dd3066 | 7a25a8f92d1454d39b74235286cf1b4536b918b2 | refs/heads/master | 2020-03-21T22:50:32.837059 | 2018-06-29T13:33:47 | 2018-06-29T13:33:47 | 139,150,661 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 458 | java | import java.util.Scanner;
public class array_1_10 {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner sc = new Scanner(System.in);
int[] x = new int[10];
int count = 0;
int min = Integer.MAX_VALUE;
for (int i = 0; i < x.length; i++) {
System.out.print("Plea... | [
"apple@Apples-MacBook-Pro.local"
] | apple@Apples-MacBook-Pro.local |
5b1a12a9d01ae915de0bae361d4c97f941465aca | dcf2c7f041b5f63d4cafdb33a823f92e9c49e890 | /sentiment/src/main/java/com/cidd/sentiment/config/WebMvcConfig.java | 4b78449beaff103fbb0128def1e86db71dbcf177 | [] | no_license | cidd04/ciddapp | 2ebb9ec7ae160f37ca1dd83866d5f8d0ec644fe1 | 48941b45542e27901730ba48d4592a06330fb0f7 | refs/heads/master | 2016-09-13T23:23:01.382393 | 2016-05-15T14:03:16 | 2016-05-15T14:03:16 | 56,981,030 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,810 | java | package com.cidd.sentiment.config;
import org.springframework.context.MessageSource;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.ComponentScan.Filter;
import org.springframework.context.annotation.Configu... | [
"rafaelansay@gmail.com"
] | rafaelansay@gmail.com |
f7f7d6a819dc01ee883f9909630ae40c61b7b4f8 | c94e8a59770bec19f22cec3f6d8c1c611046fd1e | /app/src/main/java/shubhamjha33/sunshine/app/DetailFragment.java | e0ec3b64b0f588ccfc22e07d01471a89ede37ebd | [] | no_license | shubhamjha33/MySunshineApp | c7615c14b30b4513d85829e9fc815061be063de2 | fc0eb99c948090191253827ec2e33f3124fc92b7 | refs/heads/master | 2021-01-17T18:04:57.224380 | 2016-06-12T07:55:55 | 2016-06-12T07:55:55 | 60,953,744 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,889 | java | package shubhamjha33.sunshine.app;
import android.content.Intent;
import android.database.Cursor;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.LoaderManager;
import android.support.v4.content.CursorLoader;
import android.support.v4.content.Load... | [
"shubhamjha3003@gmail.com"
] | shubhamjha3003@gmail.com |
f4e85bd608954a47b129fbed81d3049e189769ce | c3f27897b5659345ed6018148b0313eb0f74f80a | /1-Two-Sum/solution.java | b6854edfe844f73272c08e12fc590a52dc1ed8d8 | [] | no_license | benjiyue/PersonalProjects | a4dd56b3ecc83fac5d1a1800a01dc0b812c851ef | df0b6e5f14526fb5352e2a5f81d656f86ddfebe4 | refs/heads/master | 2021-01-19T05:01:09.694868 | 2016-12-26T15:35:00 | 2016-12-26T15:35:00 | 66,719,098 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 604 | java | public class Solution {
public int[] twoSum(int[] nums, int target) {
/* use a map to record the conjugate value and the current index.
when we see something in the map then return the other index
*/
Map<Integer, Integer> map = new HashMap();
for(int i=0;i<nums.length;i+... | [
"byue2013@my.fit.edu"
] | byue2013@my.fit.edu |
e134825b89a4de79ae6b34c012ecce31e080ce52 | d5f09c7b0e954cd20dd613af600afd91b039c48a | /sources/com/xiaomi/mipush/sdk/u.java | 3293a38501c3718a6e6d3b56a5da93779acbb6cf | [] | no_license | t0HiiBwn/CoolapkRelease | af5e00c701bf82c4e90b1033f5c5f9dc8526f4b3 | a6a2b03e32cde0e5163016e0078391271a8d33ab | refs/heads/main | 2022-07-29T23:28:35.867734 | 2021-03-26T11:41:18 | 2021-03-26T11:41:18 | 345,290,891 | 5 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,182 | java | package com.xiaomi.mipush.sdk;
import android.content.Context;
import com.xiaomi.a.a.a.c;
import com.xiaomi.push.aa;
import com.xiaomi.push.ce;
import com.xiaomi.push.jg;
import java.io.File;
import java.util.HashMap;
final class u implements Runnable {
final /* synthetic */ Context a;
/* renamed from: a re... | [
"test@gmail.com"
] | test@gmail.com |
ff077db34f1f7452e08a84f8d6311daee7efab19 | 3a1d26e89356edfc6b542b04a528a91ca7265a12 | /app/build/generated/source/r/debug/android/support/mediacompat/R.java | 7b2d4b627f95fd8a8df5a09fc6e2399e6f0bc32e | [
"Apache-2.0"
] | permissive | roxanamacarie/PracticalTest01Var01 | bde4609fa79abfe2a06fc206fe0691814444b0a1 | d2acc1cfc3f36a51e2f83417af04efd0c720bbd5 | refs/heads/master | 2020-03-08T04:37:35.222225 | 2018-04-03T16:27:35 | 2018-04-03T16:27:35 | 127,927,520 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,442 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.mediacompat;
public final class R {
public static final class attr {
public static final int font =... | [
"student@cti.pub.ro"
] | student@cti.pub.ro |
809fc237c3e9899ab3b1b07896ec76390e4bee56 | 3b91ed788572b6d5ac4db1bee814a74560603578 | /com/tencent/mm/plugin/wallet_core/ui/WalletOrderInfoOldUI$5.java | 7c2f4c105bdc06aa5e215569dabba5a012a383df | [] | no_license | linsir6/WeChat_java | a1deee3035b555fb35a423f367eb5e3e58a17cb0 | 32e52b88c012051100315af6751111bfb6697a29 | refs/heads/master | 2020-05-31T05:40:17.161282 | 2018-08-28T02:07:02 | 2018-08-28T02:07:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,394 | java | package com.tencent.mm.plugin.wallet_core.ui;
import com.tencent.mm.g.a.tb;
import com.tencent.mm.plugin.wallet_core.id_verify.util.RealnameGuideHelper;
import com.tencent.mm.sdk.b.b;
import com.tencent.mm.sdk.b.c;
import com.tencent.mm.sdk.platformtools.x;
class WalletOrderInfoOldUI$5 extends c<tb> {
final /* sy... | [
"707194831@qq.com"
] | 707194831@qq.com |
346c33641b7edc0ac9e5bdd9b32b6183cf952bfd | 5b9235d8505ba545159b35021c092a62bf75d338 | /src/main/java/com/dummy/cdi/events/beans/EventConsumerBean.java | 5c5c4b669d4de02205bb0b0140dba0b9ece9a2a5 | [] | no_license | cirix/cdi-events | befffed75f66b1c6f19fd04454d5ba45132344a3 | 1568072975a0593845b93146b65cc3201ef5d01b | refs/heads/master | 2022-09-16T03:05:27.491994 | 2015-04-26T13:52:44 | 2015-04-26T13:52:44 | 34,700,574 | 1 | 0 | null | 2022-08-27T17:56:55 | 2015-04-28T01:24:46 | Java | UTF-8 | Java | false | false | 1,504 | java | package com.dummy.cdi.events.beans;
import com.dummy.cdi.events.payload.ServiceInstance;
import com.dummy.cdi.events.payload.deployers.Deployer;
import com.dummy.cdi.events.zookeeper.ZookeeperService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import javax.ejb.Stateless;
import javax.enterprise.event.Ob... | [
"nikolaos.ballas@nexusgroup.com"
] | nikolaos.ballas@nexusgroup.com |
c0613d78851a65a466eeeae93d03c99dd677e01e | 458b3ef30184e0436831833255729c42334f808b | /app/src/main/java/com/marasm/cm_romhelper/worker/CmLedSettingsRestoreTask.java | 24d22a5a9b5095f80045e70a1a39c77f38dac943 | [
"MIT"
] | permissive | marasm/CM-Rom-Helper | 0ef2e9f557ec1715697607b11ce0296204d26b68 | 9a7abb0fb24540f33fbea952d693bdf1c9bdf991 | refs/heads/master | 2021-01-01T04:25:13.976091 | 2016-05-01T07:30:46 | 2016-05-01T07:30:46 | 56,521,839 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,220 | java | package com.marasm.cm_romhelper.worker;
import android.content.Context;
import android.util.Log;
import com.marasm.cm_romhelper.constants.Constants;
import com.marasm.cm_romhelper.dataaccess.LedNotificationSettingsDAO;
import com.marasm.cm_romhelper.valueobjects.TaskResultsVO;
import java.util.List;
import java.util... | [
"mkorotkovas@yahoo.com"
] | mkorotkovas@yahoo.com |
1c5d2d4d5be1531a0986099b3280ebd49a74557a | c8c2b102fe4b9e125d998877c2f66b396d4d039a | /m/MindBody/src/main/java/integration/mindbody/GetClientContractsRequest.java | 0fdbaa0a26e2fb71004aa41b6294ff1f1c3b666b | [
"BSD-2-Clause"
] | permissive | SergiiShapoval/hyperjaxb3-support | 740521da5f8197566809ccbbd5888df47065bf04 | abfbc145aae9363bcc75623f1885037d788dfcee | refs/heads/master | 2020-12-25T10:59:42.540051 | 2015-03-18T21:26:21 | 2015-03-18T21:26:22 | 32,484,228 | 0 | 0 | null | 2015-03-18T21:03:11 | 2015-03-18T21:03:11 | null | UTF-8 | Java | false | false | 4,789 | java |
package integration.mindbody;
import java.io.Serializable;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import org.jvnet.jaxb2_commons.lang.Equals;
import org.jvnet.jaxb2_commons... | [
"sergiishapoval@googlemail.com"
] | sergiishapoval@googlemail.com |
c333290cc11b20afc7215b925b9af0c2eaf7c727 | 58264cc501beac92ab125d953ffeb46299249efe | /Java/quiz/src/quiz/Java9.java | bd797fd9d28567185a444f9eea4036e14e62f757 | [] | no_license | kaito-27/github | ad1b05fadc2fa9b11c1c25b3008adc98b2bf1ec2 | 6e4e0b830348b362283e421745b594094dc1d12d | refs/heads/master | 2021-05-25T22:53:34.171253 | 2020-04-08T03:59:02 | 2020-04-08T03:59:02 | 253,954,336 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 294 | java | package quiz;
public class Java9 {
public static void main (String[] args) {
int year = 2000;
if(year % 4 == 0){
if(year % 400 == 0 || year % 100 != 0) {
System.out.println("うるう年です");
}else {
System.out.println("うるう年じゃないです");
}
}
}
}
| [
"fukuda.kaito@dcf.co.jp"
] | fukuda.kaito@dcf.co.jp |
eeeb86b0a8030bf2021a30abea546dfc8abf838e | 898895bb1c6dc0d62b8a75f1ce54792b6c1584ca | /src/main/java/seed/orm/consts/DBConsts.java | 0a51a25863702a5bb91aa56b774f8331f3c270de | [
"Apache-2.0"
] | permissive | pronebel/api-server-seed | af20ab3ca983ad7c3539f358b1326644c34fbf5e | f15ee5815266aa158afd5d0a855ba4f677d183e4 | refs/heads/master | 2021-01-15T16:09:41.855054 | 2016-03-02T01:08:28 | 2016-03-02T01:08:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,845 | java | package seed.orm.consts;
/**
* Created by liuhaiming on 2015/12/12.
*/
public interface DBConsts {
/** DB标准字段-主键 */
public static final String FIELD_ID = "id";
/** DB标准字段-状态 */
public static final String FIELD_STATUS = "status";
/** DB标准字段-逻辑状态 */
public static final String FIELD_DR = "dr";... | [
"mazhaoyong@gmail.com"
] | mazhaoyong@gmail.com |
cc0b069cc07823dc86c0d961dbed27511ba462b8 | 0bb68a60a6397c3071acb10d31d13f0366c1ce0c | /Part-1/q14.java | 4dfd546bc37f282a1bf5cd2e5029bcf14dd69a24 | [] | no_license | ritika-07/Java-Programming | 528f1fffff960e0b140fb3dc969db9909c059504 | 3d1802c666ad15ad057fb894b4e7e78c497281c4 | refs/heads/master | 2021-07-20T14:39:47.574513 | 2021-04-10T20:16:38 | 2021-04-10T20:16:38 | 246,754,488 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,166 | java | import java.util.*;
class q14
{
public static void main ( String[] args)
{
Scanner sc = new Scanner(System.in);
String s;
int i;
s=sc.nextLine();
int n= s.indexOf('-');
String react= s.substring(0,n);
String prod = s.substring(n+3);
String[] r=react.split(" ");
String[] p=prod.split(" ");
System.o... | [
"noreply@github.com"
] | noreply@github.com |
603e36781de3464b1ab4966b3720bb857fc6a170 | 6f279fd6e31a71e8780cb3b2826023f8476a20a1 | /Football_Scores/app/src/main/java/barqsoft/footballscores/service/myFetchService.java | a4feb66f4333799944d88bf94f57aa2a7ff8171a | [] | no_license | rodrigoshariff/Super_Duo | 4fd8823d3f6eaba1a5bb97185a35f8e9a2e098a5 | bdbb7516bdcd3cc7e0f793e4f316987d02614bb6 | refs/heads/master | 2021-01-10T04:23:28.346086 | 2015-10-05T03:02:45 | 2015-10-05T03:02:45 | 43,587,992 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,869 | java | package barqsoft.footballscores.service;
import android.app.IntentService;
import android.content.ContentValues;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.util.Log;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import... | [
"rodrigoshariff@gmail.com"
] | rodrigoshariff@gmail.com |
250350ef4c2f1c749db6f3304d525301777cf310 | 763c4bab94e7c796ada03f5b8a4813653fdf2f6f | /JavaMasterclass/AbstractClass/src/Java/MasterClass/ListItem.java | 940d88277fbbb8d753c6a42efa2c6a4dc6591c10 | [] | no_license | rzusko/Exercises-from-Udemy-courses | bec9d676e91e02d7952dc84d43efbe4d479b1e74 | 64f04b5b9412eca840a2c942e05e5604132d66ce | refs/heads/master | 2023-08-11T17:19:59.012417 | 2021-09-29T20:27:21 | 2021-09-29T20:27:21 | 411,821,462 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 583 | java | package Java.MasterClass;
public abstract class ListItem {
protected ListItem rightLink = null;
protected ListItem leftLink = null;
protected Object value;
public ListItem(Object value) {
this.value = value;
}
abstract ListItem next();
abstract ListItem setNext(ListItem item);
... | [
"radoslav.zusko@gmail.com"
] | radoslav.zusko@gmail.com |
79f0759d8c6b59b57505716cca5f03632e50c200 | bd5364b928b638e79ea8a1d3fb131f922de069dc | /src/main/java/assessment/Application.java | 9e07a43610b4d482bd07aaa84d015e2911d11544 | [] | no_license | deltaforce123/SpringBootRestfulApi | 0b59e92b8965ad8d519f5d15a2d91d05f0cbf3eb | d8ffb99e7d454bdfd105d62416d4897f79ab44be | refs/heads/master | 2021-04-06T20:25:02.192086 | 2018-03-15T15:32:36 | 2018-03-15T15:32:36 | 125,386,499 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 833 | java | package assessment;
import assessment.config.ApplicationConfig;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.ComponentScan;
imp... | [
"vrohitvic@gmail.com"
] | vrohitvic@gmail.com |
ed4e40f4ab5a7a3430cf185977503a5ef8e3465e | 928057b5649982685686e135ca39efed08296e50 | /src/main/java/com/jqb/shop/listener/InitListener.java | dbb10bc6c9f86e23c8ad69fa24d852edc87e3240 | [] | no_license | liubinzk/shop | a8d29e127ee115b8da20d088950c05a3e09b5bda | a87904b143700a79a591e17437dfcf7ed2e03258 | refs/heads/master | 2021-01-20T20:28:02.646332 | 2016-08-16T09:05:52 | 2016-08-16T09:05:52 | 65,804,504 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,269 | java | /*
* Copyright 2014-2015 jingqubao All rights reserved.
*
* Support: http://www.jingqubao.com
*
* License: licensed
*
*/
package com.jqb.shop.listener;
import java.io.File;
import java.util.logging.Logger;
import javax.annotation.Resource;
import javax.servlet.ServletContext;
import com.jqb.shop.service.Ca... | [
"liubinzk@163.com"
] | liubinzk@163.com |
f6387c263e1aacbdebb62fd1f86c4c97ff660101 | b9648eb0f0475e4a234e5d956925ff9aa8c34552 | /google-ads-stubs-v10/src/main/java/com/google/ads/googleads/v10/enums/ResourceLimitTypeProto.java | 3aaf108b6754e97be61bbab88bbae85cb60eac3a | [
"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 | 9,765 | java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/enums/resource_limit_type.proto
package com.google.ads.googleads.v10.enums;
public final class ResourceLimitTypeProto {
private ResourceLimitTypeProto() {}
public static void registerAllExtensions(
com.google.pro... | [
"noreply@github.com"
] | noreply@github.com |
e07f5a8bec8a8c9ceffb21e39a9d2c6d33b90b23 | a42cf17b77ab5ab339f97d6eea81b2d6ecc9d2b6 | /TestHost/gen/com/host/j/ICallBack.java | 2657cc8128d6325baef46a3258deacde8699ecc7 | [] | no_license | roy9527/Host_Client | cf9b657606f6fd254ad2c70c4e3f47521354e1ec | de23e1944e652440dffba045af733328e13251b8 | refs/heads/master | 2021-03-12T23:27:24.128950 | 2014-03-18T15:35:48 | 2014-03-18T15:35:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,775 | java | /*
* This file is auto-generated. DO NOT MODIFY.
* Original file: /home/roy/workspace/TestHost/src/com/host/j/ICallBack.aidl
*/
package com.host.j;
public interface ICallBack extends android.os.IInterface
{
/** Local-side IPC implementation stub class. */
public static abstract class Stub extends android.os.Binder ... | [
"myroy7@163.com"
] | myroy7@163.com |
c357ffd1c0100ec761d9ce93abd9dda49e411ae7 | 9a7ea182f523eb37ac6126821f2eff6fccee5b3b | /com.liferay.blade.migration.liferay70/test/com/liferay/blade/migration/liferay70/apichanges/MobileDeviceRulesLegacyAPITest.java | 90518f1f67b5df66b76461768a4ee0d6933f88ff | [
"Apache-2.0"
] | permissive | gitter-badger/liferay-blade-tools | c174d0b95f70f6319b54a5ec86e4dd299512559d | 06a5d6c51fb1afaecadf6e78f2104b08ce0cf036 | refs/heads/master | 2020-12-30T21:46:09.110286 | 2015-11-06T18:39:21 | 2015-11-06T18:39:21 | 45,706,726 | 0 | 0 | null | 2015-11-06T20:50:58 | 2015-11-06T20:50:58 | null | UTF-8 | Java | false | false | 2,313 | java | package com.liferay.blade.migration.liferay70.apichanges;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import java.io.File;
import java.util.List;
import org.junit.Before;
import org.junit.Test;
import com.liferay.blade.java.ap... | [
"gregory.amerson@liferay.com"
] | gregory.amerson@liferay.com |
30be236e80abb5cc34beda9273fbd3f2fadf2a5d | a9caa2b576f0f098bf38256f540564ca18383f04 | /src/main/java/com/study/reactive/sample/repository/ReactiveMonitorRepository.java | f06750df6230b0d780aee0683f3338079c9f36a7 | [] | no_license | moonsoo5522/server_sample | e1120cb9a4f3a1edadc628a052ba081158b87616 | 1a2b9390df62ba0b2e20dda715b15f122674f21a | refs/heads/master | 2022-10-12T12:36:05.375006 | 2020-09-04T09:13:39 | 2020-09-04T09:13:39 | 238,839,339 | 0 | 0 | null | 2022-10-05T18:22:09 | 2020-02-07T03:55:15 | Java | UTF-8 | Java | false | false | 352 | java | package com.study.reactive.sample.repository;
import com.study.reactive.sample.model.Metrics;
import org.springframework.data.elasticsearch.repository.ReactiveElasticsearchRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface ReactiveMonitorRepository extends ReactiveElasticsearch... | [
"moonsoo5522@naver.com"
] | moonsoo5522@naver.com |
d69b67726a749b138eae4cc7b07fac0e94eabe97 | 6db7abc134f5be58e00905d88f28d3091cf16cbf | /src/main/java/LoopBuilderTest.java | 046184cf0052117a37936a42614cfc64b6ff318b | [] | no_license | hanslovsky/spark-test-imglib2-loopbuilder | 1e35ae07347429e88468631e298498b5e23bc72b | 77bc60337c2f3cd97817520ccc42b97e6102de61 | refs/heads/master | 2020-04-19T18:04:12.011741 | 2019-01-30T14:03:15 | 2019-01-30T14:03:18 | 168,352,383 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,886 | java | import net.imglib2.RandomAccessible;
import net.imglib2.RandomAccessibleInterval;
import net.imglib2.algorithm.gauss3.Gauss3;
import net.imglib2.img.array.ArrayImgs;
import net.imglib2.loops.LoopBuilder;
import net.imglib2.type.numeric.integer.UnsignedLongType;
import net.imglib2.util.ConstantUtils;
import net.imglib2.... | [
"hanslovskyp@janelia.hhmi.org"
] | hanslovskyp@janelia.hhmi.org |
9f3da663ed928a20d5e339f5a03d28666516ff95 | 32ee35ebcf2c74c72c5db163669894755666fb09 | /jaqy-codecov/src/test/java/com/teradata/jaqy/db/DerbyTest.java | 3af5c18ab7c11f2a4f9f21a4040dd1447161fa16 | [
"Apache-2.0"
] | permissive | guptam/jaqy | 5d083693155ef140170e198cae3c9a440159cc3f | 5ec9d032ea08c39d5a05af6ad4661f6be23034f6 | refs/heads/master | 2021-07-17T03:53:44.650193 | 2017-10-23T08:46:46 | 2017-10-23T08:46:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,484 | java | /*
* Copyright (c) 2017 Teradata
*
* 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 ... | [
"root@Zanko.localdomain"
] | root@Zanko.localdomain |
ca45a01e525bd21d1756442c2b70772c5f6f4f35 | 5eb034cf8928d3389c5e156a91db2398f38ef165 | /src/main/java/practice/leetcode/june/week1/Solution.java | 7c46b9ce49cc6820c1ffdca74518342f8c448f6d | [] | no_license | ramangugnani/practice | b2b21548581c5e98362f20ae6c6ef62ec2e65942 | ef847cf56a1edf3a982806248a7a87c9e8ab81c9 | refs/heads/master | 2022-05-25T04:20:40.101299 | 2021-02-07T08:07:41 | 2021-02-07T08:07:41 | 85,815,337 | 0 | 0 | null | 2022-05-20T22:00:49 | 2017-03-22T10:34:13 | Java | UTF-8 | Java | false | false | 848 | java | package practice.leetcode.june.week1;
public class Solution {
Integer totalCount = 0;
int[] newW = null;
public Solution(int[] w) {
newW = new int[w.length];
for (int i = 0; i < w.length; i++) {
newW[i] = totalCount + w[i];
totalCount = newW[i];
}
}
public int pickIndex() {
int random = (int) (tota... | [
"raman.gugnani@paytmmall.com"
] | raman.gugnani@paytmmall.com |
19f02005ce9d170995ed9f28c6dd44e86b14f8aa | 18cfb24c4914acd5747e533e88ce7f3a52eee036 | /src/main/jdk8/javax/lang/model/type/TypeVariable.java | a8fa13949083e278c97e2337faad03d23e869d68 | [] | no_license | douguohai/jdk8-code | f0498e451ec9099e4208b7030904e1b4388af7c5 | c8466ed96556bfd28cbb46e588d6497ff12415a0 | refs/heads/master | 2022-12-19T03:10:16.879386 | 2020-09-30T05:43:20 | 2020-09-30T05:43:20 | 273,399,965 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,157 | java | /*
* Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package javax.lang.model.type;
import javax.lang.model.element.Element;
... | [
"douguohai@163.com"
] | douguohai@163.com |
c00cc326795a2ce4022b6e828f0e04cf34fcefb5 | 5bb29da62d13b6a4401061e9d9926da61f101aa4 | /week-03/day-13/PetrolStation/src/Station.java | d160c3ec17102ace6f76470195c864351380022f | [] | no_license | green-fox-academy/SomodiEmese | 633560a605e2649e5092a8548b485227b9485f0d | 7143a1164cc09718f865b624dd2038924bee0db4 | refs/heads/master | 2020-03-25T01:54:14.814202 | 2018-10-02T15:32:36 | 2018-10-02T15:32:36 | 143,263,440 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 491 | java | public class Station {
int gasAmount = 1000;
public void refill(Car car){
int addedGasAmount = car.capacity - car.carGasAmount;
car.carGasAmount += addedGasAmount;
gasAmount-= addedGasAmount;
}
public static void main(String [] args){
Car car01 = new Car(72, 214);
... | [
"somodi.emese24@gmail.com"
] | somodi.emese24@gmail.com |
a5bc17551c98390f46461b45fdf16f5c95906a15 | 0a9f5f619ff687faf956d2d2efebb235331029ac | /java/src/com/google/typography/font/tools/fontviewer/AbstractNode.java | c50a99a8703511b3b7129ada5d5191feadfa8bf2 | [
"Apache-2.0"
] | permissive | rillig/sfntly | b1c0b310a9067f31071ef0fc81ae7c073b235b35 | ea0893911b86edbd15cf8478594e4f683c8d4ec1 | refs/heads/master | 2022-02-06T07:17:27.208956 | 2022-01-27T19:29:44 | 2022-01-27T19:29:44 | 93,274,384 | 202 | 46 | null | 2022-10-29T08:17:04 | 2017-06-03T21:17:37 | Java | UTF-8 | Java | false | false | 889 | java | package com.google.typography.font.tools.fontviewer;
import javax.swing.JComponent;
import javax.swing.JScrollPane;
import javax.swing.tree.DefaultMutableTreeNode;
/**
* The tree in the left panel is built from these nodes. Most of these nodes correspond to a "table"
* of the font.
*
* @see FontNode
*/
abstract ... | [
"roland.illig@gmx.de"
] | roland.illig@gmx.de |
3e4d2a3d59fb8cb2f47a01f191c87599ac65d018 | 4c881f69ebd0c91672f821dec109eba45493479b | /lab9/src/lambdaexp3/Username.java | 6499ba159861a8155f86cb326b6fb7c19b669d6d | [] | no_license | thenameispavan/CapG_Lab-book | 430d0aeee4006c7fcc79529840aef4e1bee4ed90 | 0eaba3dc1f511f1a7ce7c51a1a88ac1db1092875 | refs/heads/main | 2023-03-19T19:11:48.662913 | 2021-03-08T12:20:44 | 2021-03-08T12:20:44 | 337,974,348 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 469 | java | package lambdaexp3;
import java.util.Scanner;
public class Username {
public static void main(String[] args) {
Scanner sc=new Scanner(System.in);
String in=sc.next();
String pass=sc.next();
Check c= (u_name,pword)->{
if(u_name.equals(in)) {
if(pword.equals(pass)) {
return true;... | [
"noreply@github.com"
] | noreply@github.com |
b31c95aa514183432ad4e345b96bd58b19cca1ba | 36709509d75d17a7b15693ab853972dec3d410e3 | /WEB-INF/src/cidc/adminGrupos/db/grupo/GruposGestionDB.java | 15beb1e7b4704aec66246548a572b17af046f15c | [] | no_license | crisdago/SiciudRepositorio | 533c1b85e62463eff0c6992d409ef9afad0c8e4a | 17ee5aca66523763dc6e6904e6096742cf394b3b | refs/heads/master | 2021-01-16T21:48:42.684345 | 2014-01-27T21:29:29 | 2014-01-27T21:29:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,669 | java | package cidc.adminGrupos.db.grupo;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import java.util.ResourceBundle;
import javax.mail.MessagingException;
import javax.mail.internet.AddressExcept... | [
"crisdago@hotmail.com"
] | crisdago@hotmail.com |
0cfe358214396f83a9d73002c658d03fdf9a490b | b299fbaa356d8ef724d00e52c97754579cdb6b0d | /app/src/main/java/com/sun/mystudy/ListviewLoadActivity.java | 93f8f6d4000418bcc833f39a01600287a270dc50 | [] | no_license | sun18321/Study | 1a3d15f6b19efa6f0edf3b2c8084537bb4178f5d | af68ea84f11944d61e871c45429dbc9d0c9ed6c0 | refs/heads/master | 2021-01-22T02:49:02.318781 | 2018-10-22T13:02:20 | 2018-10-22T13:02:20 | 81,072,895 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,637 | java | package com.sun.mystudy;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AbsListView;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.L... | [
"stephen@123u.com"
] | stephen@123u.com |
34c3572c647066e84b90ccd08d4c5196e2cb7308 | 7acf6b2a24063b1d4162cefd48e49734488b8c9d | /src/main/java/com/neemshade/matri/web/rest/MalaParamResource.java | dafdcf064eab98f0ff67a7422e5ee6bf80def50b | [] | no_license | cinthiya1234567890/tls | bca9bc8bc2c5c9f3b52677532067ef7b7c6ad49b | 2491879cc4c5d96ee1457158ba4f2989b3d2cce1 | refs/heads/main | 2023-01-06T16:49:45.841892 | 2020-11-11T08:50:31 | 2020-11-11T08:50:31 | 311,899,898 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,026 | java | package com.neemshade.matri.web.rest;
import com.neemshade.matri.service.MalaParamService;
import com.neemshade.matri.web.rest.errors.BadRequestAlertException;
import com.neemshade.matri.service.dto.MalaParamDTO;
import io.github.jhipster.web.util.HeaderUtil;
import io.github.jhipster.web.util.ResponseUtil;
import or... | [
"s.cinthiya30@gmail.com"
] | s.cinthiya30@gmail.com |
bd8cb3b494166883e9c00ed4a161f9b7d4f829bd | fdd8c892c396f62a5ea3884a72e8058cdd5a33b3 | /web/src/main/java/com/github/freeacs/web/app/page/unittype/UnittypeCreatePage.java | fff08a23a2813ab28875fb9e328c751726012b2a | [
"MIT"
] | permissive | yrong/freeacs | 8e408dffd62be25163a36b877d7f5f6f5a7eb58a | a8458c2b319c7680afd39998481a659f60edac7a | refs/heads/master | 2020-06-24T22:29:15.296459 | 2019-07-29T03:52:41 | 2019-07-29T03:52:41 | 199,109,973 | 1 | 0 | MIT | 2019-07-27T03:23:27 | 2019-07-27T03:23:27 | null | UTF-8 | Java | false | false | 6,470 | java | package com.github.freeacs.web.app.page.unittype;
import com.github.freeacs.dbi.ACS;
import com.github.freeacs.dbi.Unittype;
import com.github.freeacs.dbi.Unittype.ProvisioningProtocol;
import com.github.freeacs.dbi.UnittypeParameter;
import com.github.freeacs.dbi.UnittypeParameters;
import com.github.freeacs.web.Page... | [
"jarlah@users.noreply.github.com"
] | jarlah@users.noreply.github.com |
9505efb87213cd3569cc6bf275f5964f5878d020 | 87690eda17c38591afdeda4be1de2f89b1c49082 | /src/main/java/com/detroitlabs/starWarsApi/AppConfiguration.java | e24669c904dfe94e88ac526c2d0cf506475ca9fa | [] | no_license | barnesb7/StarWarsApi2 | d4fc4d8fe7e8cd41a2baf5859e7bc1cd9f2f2609 | 5bdba6469cff4ff4e98808db913e511519cf011f | refs/heads/master | 2020-05-05T00:16:15.279290 | 2019-04-04T18:13:17 | 2019-04-04T18:13:17 | 179,569,720 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 409 | java | package com.detroitlabs.starWarsApi;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.context.annotation.ComponentScan;
@EnableAutoConfiguration
@ComponentScan
public class AppConfiguration {
public static void ma... | [
"brianb@Galaxy-Note8.localdomain"
] | brianb@Galaxy-Note8.localdomain |
57dcc2f56988c8b8548db63e1191014ab8432984 | 047477eb6f297833811edf127e297baf6777cd57 | /src/net/sf/robocode/serialization/RbSerializer.java | d6807de4eb4a7048103aec4bbd918624201215aa | [] | no_license | janrsilva/ia-campeonato-robocode | dfb511767555ea7a0cbd6305a48bc00b86a57ddc | fa586a0a017568f615163ec8ab458d2edc5a760a | refs/heads/master | 2021-01-23T06:54:54.902732 | 2017-03-31T19:51:11 | 2017-03-31T19:51:11 | 86,409,658 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,571 | java | package net.sf.robocode.serialization;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.nio.ByteBuffer;
import ... | [
"jsilva@gattecnologia.com.br"
] | jsilva@gattecnologia.com.br |
7c39ac30fdb9ece3a2a0c85cd36852ad6e03ebc0 | 70a49ea7caa733e1e073f9c00c3becc8d50f69dc | /hospital-manage/src/main/java/com/hosptest/hospital/config/Swagger2Config.java | 46420eb503958e973e3e559f6247e7d4b47d0b9b | [] | no_license | 779943132/SYT | 198f9870948347208f4c5a22bf731d0ba8ff53e0 | b70cb9118a82284c5c009f626521ec107e11ee6a | refs/heads/master | 2023-06-07T20:52:46.920524 | 2021-06-28T08:53:11 | 2021-06-28T08:53:11 | 364,471,389 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,736 | java | package com.hosptest.hospital.config;
import com.google.common.base.Predicates;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import springfox.documentation.builders.ApiInfoBuilder;
import springfox.documentation.builders.ParameterBuilder;
import sprin... | [
"779943132@qq.com"
] | 779943132@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.