blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
33f46d59714cce63eb33d1496c124a275f9af89d | bc7e6e1bc531149042742694191b60bceb76f1c8 | /modules/spring-web-test-client/src/test/java/io/restassured/module/webtestclient/RestDocsTest.java | 6ec3fd47334876bc24ca1444b915163c470f333d | [
"Apache-2.0"
] | permissive | juaordmar/rest-assured | 86d6f7f330ffc698038dde90907244fecfc18449 | c01cf094fcbdbad387e3f04aae7e8e7064056ac8 | refs/heads/master | 2023-04-18T10:14:38.586003 | 2021-04-10T11:28:56 | 2021-04-10T11:28:56 | 345,579,865 | 1 | 1 | Apache-2.0 | 2021-04-10T11:28:57 | 2021-03-08T08:16:00 | Java | UTF-8 | Java | false | false | 3,256 | java | /*
* Copyright 2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... | [
"johan.haleby@gmail.com"
] | johan.haleby@gmail.com |
a30d7165fc754a2e9f2c1bb05937546b072ad98b | 7a4a4382e146ffac47e7185aa021fc6cfa9c1379 | /codeStreak/2. Add Two Numbers/src/ListNode.java | d2dd4b6899bdc7629d7039a8990ae6ab60b247fb | [] | no_license | anijain1065/Ayu_CodeStreak | 475a11257f90c8b88540e5c26a149af688970977 | e3f687c45d438a78ecce388ea06f14ff3e25dfbf | refs/heads/main | 2023-09-04T22:10:46.874178 | 2021-11-04T17:11:21 | 2021-11-04T17:11:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 760 | java | public class ListNode {
int val;
ListNode next;
ListNode() {}
ListNode(int val) { this.val = val; }
ListNode(int val, ListNode next) { this.val = val; this.next = next; }
}
class Solution {
public ListNode addTwoNumbers(ListNode l1, ListNode l2) {
ListNode res = new ListNode(-1);
... | [
"ayp.scp@gmail.com"
] | ayp.scp@gmail.com |
4ddb4e3634f3ee1144f8f84139762c8ff4d4b1b0 | 2147f7bcf884ae21fde0d8f7ed0c32ac9cfb8f5b | /Implementation/programmers_튜플.java | 4923665b06abe3dc9af9b4aa3efbfd8837c82e98 | [] | no_license | hhytruth/algorithm | 8f39de12bee9d60b1a9a854f8556a915a7f7b7e6 | 6d2110ca62dbe3a3ccbe4e0b9dedd9dd7e532a5e | refs/heads/main | 2023-08-26T09:38:58.223660 | 2021-10-08T14:58:35 | 2021-10-08T14:58:35 | 336,126,443 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 999 | java | import java.util.*;
class programmers_튜플 {
public static int[] solution(String s) {
int[] answer={};
String[] tmp=s.split("\\{");
Arrays.sort(tmp,new Comparator<String>() {
@Override
public int compare(String s1,String s2) {
return s1.length()-s2.length();
... | [
"noreply@github.com"
] | hhytruth.noreply@github.com |
c936e70c6c06958d5fa7b1fad53303ca4915941c | ab1e834273601798828d89753bc14e53513430d7 | /yulje_final/src/main/java/com/example/demo/dao/GoodDao.java | e62a3df246eb055b2e729f36be02a7368d0d0b58 | [] | no_license | miyony/zzzzz | f08307ae1c28cd2b29ae4fd4a589e18702e3223a | 1db1ce059e76d0b7580ca0daec5a43e55a9d3561 | refs/heads/master | 2023-01-24T01:44:38.067977 | 2020-11-21T05:14:27 | 2020-11-21T05:14:27 | 314,737,765 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 980 | java | package com.example.demo.dao;
import java.util.HashMap;
import java.util.List;
import org.springframework.stereotype.Repository;
import com.example.demo.db.GoodManager;
import com.example.demo.vo.Good_BoardVo;
@Repository
public class GoodDao {
public List<Good_BoardVo> findAll(HashMap map){
return GoodManage... | [
"tazomi@naver.com"
] | tazomi@naver.com |
e04c9b7d2660cc6edb6ba6df06553fbdbe1a4241 | 04e1cbd903a9484a319c602b0ad8013b129bb1cb | /src/model/Node.java | b89d869dd284c5a01e28cd289f54f28cdff7ad12 | [] | no_license | lynh510/lynhgc00936_NguyenHaiLy_Project1 | 7c5b9cccd4cb253ac0c1e48971bddb0d4f4314d5 | b4e44a229cb0c081db08ed525f8330299156daf7 | refs/heads/master | 2021-01-22T10:56:45.200979 | 2017-06-07T12:38:16 | 2017-06-07T12:38:16 | 92,664,882 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 492 | 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 model;
public class Node<E> {
long key;
public E data;
public Node<E> left;
public Node<E> right;
public... | [
"lynhgc00936@fpt.edu.vn"
] | lynhgc00936@fpt.edu.vn |
688973b0c13fde359f1f00bfdd29640118e79059 | dd80a584130ef1a0333429ba76c1cee0eb40df73 | /libcore/luni/src/test/java/libcore/java/util/zip/OldZipFileTest.java | 9f2864bad82197b21b83f8df56f9a446ba07e40f | [
"MIT",
"LicenseRef-scancode-unicode",
"ICU",
"LicenseRef-scancode-newlib-historical",
"Apache-2.0",
"W3C-19980720",
"LicenseRef-scancode-generic-cla",
"W3C",
"CPL-1.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | karunmatharu/Android-4.4-Pay-by-Data | 466f4e169ede13c5835424c78e8c30ce58f885c1 | fcb778e92d4aad525ef7a995660580f948d40bc9 | refs/heads/master | 2021-03-24T13:33:01.721868 | 2017-02-18T17:48:49 | 2017-02-18T17:48:49 | 81,847,777 | 0 | 2 | MIT | 2020-03-09T00:02:12 | 2017-02-13T16:47:00 | null | UTF-8 | Java | false | false | 6,701 | 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 ... | [
"karun.matharu@gmail.com"
] | karun.matharu@gmail.com |
41115215bf42575cda9871a46eca18300437d42e | 98762ae40f95af7552bc6069ccddcc4fe1dfa65d | /src/main/java/org/una/lab02/services/CiudadServiceImplementation.java | 7b9cb053fc889a41c1d52874c339457c70a9cef8 | [] | no_license | GerardoArayaCeciliano/Laboratorio2 | ba22c1ffc9128f22b4c1e7f7a9c98e8ae4f9d790 | 38bc1968a537ab276109e83eef951ee4b9aea1c7 | refs/heads/master | 2022-12-24T04:29:32.985412 | 2020-10-04T00:36:56 | 2020-10-04T00:36:56 | 300,451,778 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,846 | 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.una.lab02.services;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.an... | [
"roberth123pz@gmail.com"
] | roberth123pz@gmail.com |
d729c0d1ba0cc118dd60714d4728fca63afdf819 | f882f25f28751de4e76c81cd0b4508eb6dfefef5 | /Game.java | 48bd1646b980698ec1df872af523c021cbea29aa | [] | no_license | rtyuty/FinalsGame | 029d5aa7841233a805fd350abd934a96163d6509 | 7a6707f1b296012982e7ea6bdca9d4009bdc17ca | refs/heads/master | 2020-04-24T02:02:22.026212 | 2019-02-20T07:30:37 | 2019-02-20T07:30:37 | 171,622,331 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,462 | java | import java.awt.Canvas;
import java.awt.Graphics;
import java.awt.image.BufferStrategy;
import java.awt.Color;
public class Game extends Canvas implements Runnable{
private boolean isRunning = false;
private Thread thread;
public Game(){
new Window (1000,563,"TopDownGame", this);
start();
}
public void star... | [
"eucliglen_magno@yahoo.com"
] | eucliglen_magno@yahoo.com |
63a6ce8804b3f64609535fa3ba426adaf9cac597 | 1488dd85e8954ce6688042417e3ad686393a5463 | /app/src/main/java/edu/noctrl/csc510/csc510_p2/MainActivity.java | 321796459c478be49aad8c5419f5e0e69173fd98 | [] | no_license | rhilsabeck/Android_Mobile_Weather_App | 8c10bb27ace777bc85d8a0c9f15a578ebdec46b9 | aed3e6db71bb471eaadec4ec437ae7094885d40b | refs/heads/master | 2016-09-14T08:24:18.915289 | 2016-05-26T17:38:46 | 2016-05-26T17:38:46 | 59,770,291 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,213 | java | //Ryan Hilsabeck and Tyler Koch Project 2
package edu.noctrl.csc510.csc510_p2;
import android.app.Activity;
import android.app.Fragment;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
im... | [
"ryan.hilsabeck@gmail.com"
] | ryan.hilsabeck@gmail.com |
7c491979612a2d6fbef51d13612e85e1d24184c5 | e378790b3fdffc6a6e54bff2d75baf07831d10e3 | /aws-java-sdk-elasticloadbalancingv2/src/main/java/com/amazonaws/services/elasticloadbalancingv2/model/SetIpAddressTypeResult.java | 77ecc397ed6a1ace6ff8f9c7409d9937d736586b | [
"Apache-2.0"
] | permissive | TejasPatel007/aws-sdk-java | b0a1703171a516115a719c1649a4dbc0b830ce9a | 31c764c2bedad45ed6b51799e77889fb8ec8684b | refs/heads/master | 2021-07-07T07:54:58.070264 | 2017-10-03T17:49:17 | 2017-10-03T17:49:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,566 | java | /*
* Copyright 2012-2017 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
4046f9b942fab6cf465513ea5c1c0e34709c7917 | 47bc46564f98f1416c49c28e6b958aef35e0072d | /app/src/main/java/com/harish/postit/Utils/FilePaths.java | a628f2bddbf62c1029b7f4d635b0ff626b052164 | [] | no_license | harishtanu007/PostIt | 13d2555798ba9b0365f40205c4b443960d81f543 | 3446ad58decc96d3026a2b4299dcff6f0035be66 | refs/heads/main | 2022-12-29T15:39:03.790133 | 2020-10-19T05:48:36 | 2020-10-19T05:48:36 | 303,054,088 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 558 | java | package com.harish.postit.Utils;
import android.content.Context;
import android.os.Environment;
/**
* Created by User on 7/24/2017.
*/
public class FilePaths {
//"storage/emulated/0"
public String ROOT_DIR = Environment.getExternalStorageDirectory().getPath();
public String PICTURES = ROOT_DIR + "/Pi... | [
"33089746+harishkunta@users.noreply.github.com"
] | 33089746+harishkunta@users.noreply.github.com |
84c4a047cd2ac7f827c6cea2151955cadcd2a729 | 989ad0dde27ebe4dafa98a61c549d2ea19033929 | /Memento13/src/main/java/com/zx/memento/note/NoteManager.java | 901cbb6a3f9e127562beafbd6db7d69cfdaab4b9 | [] | no_license | MrXiong/ZXDesignPattern | f9867aa235550e7d30a958c9f763f23d5740340b | 8ea306405294a123e52af048afd2abb58195f36c | refs/heads/master | 2021-08-12T01:41:45.408969 | 2017-11-14T08:50:32 | 2017-11-14T08:50:32 | 110,664,489 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 820 | java | package com.zx.memento.note;
import java.util.ArrayList;
import java.util.List;
/**
* Created by user on 2017/11/10.
*/
public class NoteManager {
private int MAX = 30;
private List<NoteMemoto> mMemotos = new ArrayList<>(MAX);
private int mIndex;
public void saveMemoto(NoteMemoto noteMemoto) {
... | [
"zxmainwy@163.com"
] | zxmainwy@163.com |
0a603128f5671d53d5d8bddfad19a39afab70967 | 16f282c2166176326f44d6f234cc3378c3ad7d7c | /HibernateSpringBootBatchJsonFileForkJoin/src/main/java/com/citylots/forkjoin/JoiningComponent.java | b59c54ffa4085d8dd3696925202814a8237a0b67 | [
"Apache-2.0"
] | permissive | rzbrth/Hibernate-SpringBoot | 78ad0b764764aff74ad95a7c0dd1aa6b611fea1b | e91e1e0b2c8f2129fa0b9559701ac94ca68206af | refs/heads/master | 2020-12-13T05:59:51.024153 | 2020-01-15T16:38:39 | 2020-01-15T16:38:39 | 234,330,053 | 1 | 0 | Apache-2.0 | 2020-01-16T13:47:45 | 2020-01-16T13:47:44 | null | UTF-8 | Java | false | false | 1,285 | java | package com.citylots.forkjoin;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.util.List;
import org.springframework.jdbc.core.BatchPreparedStatementSetter;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.stereotype.Component;
import org.springframework.transa... | [
"leoprivacy@yahoo.com"
] | leoprivacy@yahoo.com |
a419011d82a32029750f88655d150ef2eb069cab | 71a95830f0fd335ec0451d901c8214ada0ccf468 | /maintainclient/src/main/java/com/hdb/cloud/client/maintainclient/model/CorPersonFlat.java | a2c9abf373ba1ae3cb62a7b6eb3056e663b784f7 | [] | no_license | mvuppu/springcloud | 9fa261e8ee88b5b73ac17578eaea97317d48a4c2 | ac62658ce3ba8e5372103f37c98f7d2f2662ee5b | refs/heads/master | 2020-03-29T13:18:51.111880 | 2018-09-23T05:51:00 | 2018-09-23T05:51:00 | 149,951,635 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,005 | java | package com.hdb.cloud.client.maintainclient.model;
import java.io.Serializable;
public class CorPersonFlat implements Serializable{
private String firstname;
private String lastname;
private String middlename;
private String flatnumber;
public String getFirstname() {
return firstname;
}
public ... | [
"noreply@github.com"
] | mvuppu.noreply@github.com |
d99b282d9d8dee9a52204fdb155d8974da068f13 | baed9a2d544226ba8226cfaa720eac01752a78dd | /src/main/java/annotate4j/core/runner/ConsoleRunner.java | 9265d51b2eabaec679d251a4c055d32cf2ae4a8c | [
"Apache-2.0"
] | permissive | esavin/annotate4j-core | a9ff48140d5168caedec3566a23f8a9285cff675 | 4fd5e5b7e132c20aa85a8cccca33e4f99a705898 | refs/heads/master | 2020-05-07T10:45:46.974429 | 2020-02-14T20:42:20 | 2020-02-14T20:42:20 | 180,430,765 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,640 | java | package annotate4j.core.runner;
import javax.management.*;
/**
* @author Eugene Savin
*/
public class ConsoleRunner implements ConsoleRunnerMBean {
private boolean stopFlag = false;
public static void main(String args[]) {
ConsoleRunner runner = new ConsoleRunner();
MBeanServer server = M... | [
"eugene.savin@wari.com"
] | eugene.savin@wari.com |
6dbe74746f46c8ee43ea9bcd8ba035625be96adf | e31f5630dfeac06c029d32a99f0587f2e579d822 | /src/firefly/java/edu/caltech/ipac/firefly/visualize/MovingTargetContext.java | 68562d25dc8d43b7dddc05f03f41c3db0790b281 | [] | no_license | RajeshPatadiya/firefly-3 | 27a949c31a9c801bb813970315a4c294051d6b74 | b1c73d5d4bfa3dabde1b50d2c71a5dd394f56820 | refs/heads/master | 2020-03-07T20:39:16.751950 | 2017-11-16T03:47:05 | 2017-11-16T03:47:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,125 | java | /*
* License information at https://github.com/Caltech-IPAC/firefly/blob/master/License.txt
*/
package edu.caltech.ipac.firefly.visualize;
/**
* User: roby
* Date: 9/6/13
* Time: 2:05 PM
*/
import edu.caltech.ipac.util.ComparisonUtil;
import edu.caltech.ipac.visualize.plot.WorldPt;
/**
* @author Trey Roby
*/... | [
"roby@ipac.caltech.edu"
] | roby@ipac.caltech.edu |
23450f056ba0d2603f1a1d264b5d3ef72cadfffa | 0f3923f30e4b0132f518b58f5397f21598776d65 | /src/ua/nedz/margo/patterns/creation/abstract_factory/Main.java | af179412af2ac2639e5b1e534748199861dc2df5 | [] | no_license | leveretka/Patterns | 5138b8d276e60170241db715ee7f04d3095c4e57 | 993ffcaeb347464d105ae61eae202fe15f002fa4 | refs/heads/master | 2021-01-01T03:39:16.946898 | 2016-04-27T12:54:07 | 2016-04-27T12:54:07 | 57,213,057 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 493 | java | package ua.nedz.margo.patterns.creation.abstract_factory;
public class Main {
public static void main(String[] args) {
AbstractFactory factory1 = new WhiteFactory();
AbstractFactory factory2 = new BlackFactory();
factory1.createCircle().draw();
factory1.createRectangle().draw();
... | [
"leveretka@github.com"
] | leveretka@github.com |
5694e437cd2394a5872feffe22b73d05be7bcba9 | eada1fadc0ae0a50cdc28b098e6ca32f37b97ae7 | /src/by/epam/auctionhouse/command/impl/user/SignOutCommand.java | 19542e863615fb6ca879f129cd3133312e93c57d | [] | no_license | kirillslepuho/AuctionHouse | 7556a0830ade784498d8340d89ef7663e9b9bb0e | 43572087e7672e53a2d6aaae57e3cf8370c2590c | refs/heads/master | 2020-05-24T19:59:11.212697 | 2017-05-16T08:55:46 | 2017-05-16T08:55:46 | 84,872,522 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,838 | java | package by.epam.auctionhouse.command.impl.user;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import by.epam.auctionhouse.command.ICommand;
import by.epam.auctionho... | [
"kirillslepuho@mail.ru"
] | kirillslepuho@mail.ru |
1fc2f0c817cd165ed9ede2393e8b7e397ca86d33 | 727d6e4a1feb9f49fcd2fc546743dfa3c777f639 | /java/objects/Need.java | 62b59f5e9231eb230b2fd76f6bb36328b2b90b37 | [
"Apache-2.0"
] | permissive | hyperrixel/aaion | 54d558825b619eda75152ade4e493a32a913abb7 | 71ed7dbb67cff82d116e4472be7649c46ed20d72 | refs/heads/main | 2022-12-25T06:50:21.763301 | 2020-10-04T21:55:01 | 2020-10-04T21:55:01 | 300,715,947 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 868 | java | package com.hyperrixel.aaion.objects;
import com.hyperrixel.aaion.tools.MeasureUnit;
public class Need {
protected String name;
protected MeasureUnit unit;
protected double prefix;
protected Measure measureNow;
protected LabeledMeasureList measureHistory;
public Need(String name,... | [
"noreply@github.com"
] | hyperrixel.noreply@github.com |
874089161aacf2951f6896f08f8bfb715dd006b0 | 78084e3dddfa39e14e335e5642ce58e3cecba9b9 | /usbcan/src/com/itu/ErrorType.java | 06741eadd38dd49dc0a1e802a957fe56b1e5a63c | [] | no_license | JinhuiLee/USB-CAN | 8a0cc6e42e3fcee48eb23242a4ac22ea1562aeb1 | 06e540a4ad30e29b316045fc6f4e71a5f4f497b3 | refs/heads/master | 2020-05-26T20:51:49.747961 | 2017-02-26T03:02:51 | 2017-02-26T03:02:51 | 82,505,200 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,108 | java | package com.itu;
public class ErrorType {
public static final int ERR_SUCCESS = 0;
public static final int ERR_PARAMETER_NULL = -1;
public static final int ERR_INPUT_DATA_TOO_MUCH = -2;
public static final int ERR_INPUT_DATA_TOO_LESS = -3;
public static final int ERR_INPUT_DATA_ILLEGALITY = -4;
... | [
"jinhui.li@pku.edu.cn"
] | jinhui.li@pku.edu.cn |
882a6844fa1cb9f529279b63a99abf354edcabbf | 836d06197d44867ed0c171ad27cf884bf5387869 | /src/ftp/Command.java | e6f1eea66c4ead5219780e943ba59bea0e7f9507 | [] | no_license | LeapDawn/ftpClient | 6dae01b003482c8cb0d50f6b457230f3f4885e66 | 44c40cfee26d3151ef58f9047ba893d8d20cc216 | refs/heads/master | 2021-01-18T20:47:27.992002 | 2017-08-17T01:46:20 | 2017-08-17T01:46:20 | 100,548,944 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,486 | java | package ftp;
public class Command {
private String command; // 命令
private String arg1; // 参数1
private String arg2; // 参数2
private String pwd; // 当前工作目录
public Command() {
super();
}
public Command(String inputStr, String pwd) {
if (inputStr != null && !inputStr.trim().equals("")) ... | [
"zqh_evan@163.com"
] | zqh_evan@163.com |
a987fac666b54e77b243f662367533cbba410600 | 770bb4bb42384f90f53d1fbcd17a1b6ba56cb990 | /src/compiler/SyntacticalAnalyzer/Declarations/Constant/ConstantValueWrapper.java | 6a76aa377acbe603ed48b8eb028d3f37fc288698 | [] | no_license | Supremist/SignalCompiler | 35f216066f5cc5d849012160535fbca297729d01 | ef8e87e70f849928503da58507e9877b308702ed | refs/heads/master | 2020-04-06T04:08:53.907930 | 2016-06-04T16:05:40 | 2016-06-04T16:05:40 | 59,789,866 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,498 | java | package compiler.SyntacticalAnalyzer.Declarations.Constant;
import compiler.SyntacticalAnalyzer.Compilable;
import compiler.SyntacticalAnalyzer.CompilationInfo;
import compiler.Exceptions.CompileException;
import compiler.SyntacticalAnalyzer.Declarations.Variable.VariableType;
/**
* Created by supremist on 6/1/16.
... | [
"sergkarv@gmail.com"
] | sergkarv@gmail.com |
38736a70025c3beddad33e2a447e6f1b7dee59dc | 5097169d4280786d24b5bf8b4fcae3e4811470a9 | /app/src/main/java/com/patel/movies/ui/SpaceItemDecoration.java | d6ae43d9bd13097b3ea36ac44d87066b578af476 | [] | no_license | neelpatel6294/MvpMovieapp | b894a6563fba058b011542e240db8a776bd52d24 | 2598c2699195bc33692d0ce7718038ccc53bf6ed | refs/heads/master | 2020-05-05T08:03:09.949875 | 2019-04-06T15:09:58 | 2019-04-06T15:09:58 | 179,848,427 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 728 | java | package com.patel.movies.ui;
import android.graphics.Rect;
import android.support.v7.widget.RecyclerView;
import android.view.View;
public class SpaceItemDecoration extends RecyclerView.ItemDecoration {
private final int mSpace;
public SpaceItemDecoration(int space) {
this.mSpace = space;
}
... | [
"neelpatel6294@gmail.com"
] | neelpatel6294@gmail.com |
0db5a9fcc1b6366407df3f0021bbd7f6eaaf8ad0 | 79ffb5cdc6165cc6af0f838ca57b910bfa8fe3f3 | /BlinovTasks/src/blinov/chapter1/Hello.java | 780a5e389d0e4348f31bc3309d9b62a72ccd3907 | [] | no_license | ISken86/test-repo | 18f2d24ae2a91c8cab914ff523ac72182cc6fa21 | 6ba0dea32066fb8d3705db8baebfaad7492b7dbf | refs/heads/master | 2021-01-10T18:51:10.314391 | 2016-05-04T15:26:54 | 2016-05-04T15:26:54 | 57,993,540 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,685 | java | package blinov.chapter1;
import java.io.*;
public class Hello {
public static void main(String[] args) {
//Hello.sayHello(); // 1.1
//Hello.reverseArgsOrder(args);// 1.2
//Hello.analizeArrayOfNumbers();
System.out.println((-5) % 3);
}
private static void sayHello() {
try(BufferedReader br =... | [
"aleks@gmail.com"
] | aleks@gmail.com |
0fcc7a3a8597124df54d228f5df65e8ba80e8484 | 8b1e74ee4a7d93b91981f5b82a2f9eb04ebe40f3 | /src/main/java/com/kenesis/domain/FileListVO.java | a245bedb847c7e02163fe71d46cb1d5b675bab73 | [] | no_license | Luyin/Kenesis | e29af0a89f48f64c9e79e8a8aae7d78df9992be5 | c15179e353ca6a3c0852d093b5a26a178801e380 | refs/heads/master | 2021-01-19T11:39:04.773012 | 2017-05-18T14:41:37 | 2017-05-18T14:41:37 | 87,985,757 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 578 | java | package com.kenesis.domain;
public class FileListVO {
private String path;
private String type;
private String fileid;
public String getPath() {
return path;
}
public void setPath(String path) {
this.path = path;
}
public String getType() {
return type;
}
public void setType(String type) {
this.type... | [
"myraous@gmail.com"
] | myraous@gmail.com |
b023f5f7848f9ef28e488e43e5614a8e350110fe | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/shardingjdbc--sharding-jdbc/9d43ac188b63db59f0543dda55d227747a1398cf/before/TableRule.java | f5ee0e90af9791c77baf74cc902a3e36c1cd7e8b | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,512 | java | /*
* Copyright 1999-2015 dangdang.com.
* <p>
* 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 o... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
1fe5ccca3798df0eb3816ea4ca87fbc9ec038611 | a875ae2a14b30728b981ee0e4ffa382225743f15 | /src/main/java/com/event/sourcing/controller/RoleController.java | c9bb7b9d58d39ab54e9a2ecb05f510e347d76982 | [] | no_license | mattsibs/event-sourcing | 8b0c26a6169facfa12105e09a3b753358e78008d | 26edd4252b33123cd4d0bf4e2a0324b4a141ac33 | refs/heads/master | 2021-01-01T20:19:13.589490 | 2017-07-30T16:48:09 | 2017-07-30T16:48:09 | 98,811,123 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,272 | java | package com.event.sourcing.controller;
import com.event.sourcing.model.permission.Permission;
import com.event.sourcing.model.role.Role;
import com.event.sourcing.model.user.User;
import com.event.sourcing.service.permission.PermissionService;
import com.event.sourcing.service.role.RoleService;
import com.event.sourci... | [
"matthew.sibson.test@gmail.com"
] | matthew.sibson.test@gmail.com |
b3a8ec3748d290b67e69bed1ad64aae37598668d | 5f1f01b0b9435f296c89d3f4a1cca3e0893fa30b | /apex-squid/src/test/java/org/fundacionjala/enforce/sonarqube/apex/parser/grammar/ApexGrammarGenericTypeTest.java | 4f8964999201eea41cce26bb4d8f42e2afe4e19e | [
"MIT"
] | permissive | rahulAppirio/enforce-sonarqube-plugin | 05df5957a09322319f7661fde5bfcc4e88942ae4 | 47a7b1ece1f43a940997b04d4c25d605fe855c4b | refs/heads/master | 2020-04-10T05:33:33.329569 | 2018-03-11T13:43:09 | 2018-03-11T13:43:09 | 124,265,212 | 0 | 0 | MIT | 2018-03-11T13:30:32 | 2018-03-07T16:43:05 | Java | UTF-8 | Java | false | false | 1,070 | java | /*
* Copyright (c) Fundacion Jala. All rights reserved.
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
package org.fundacionjala.enforce.sonarqube.apex.parser.grammar;
import org.fundacionjala.enforce.sonarqube.apex.parser.ApexRuleTest;
import org.junit.Befo... | [
"Vicente.Rodriguez@Jalasoft.com"
] | Vicente.Rodriguez@Jalasoft.com |
f29435fa44c68cfadd7162f937e6298b9089a737 | 163b25322ab3d06513c489ee15e865a138dfecad | /src/ru/innopolis/lesson_8_online_classloaders/Magic.java | ed7e6b9ccb855988533ce6a9100a488f46503f7d | [] | no_license | kesch9/STC12 | fa6524e40412749fa986a7bd17090f0ef38beee0 | 82393987a51e17934392e1ecee09248fdec7e46d | refs/heads/master | 2020-03-26T17:13:04.796290 | 2018-09-27T17:46:30 | 2018-09-27T17:46:30 | 145,148,450 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 144 | java | package ru.innopolis.lesson_8_online_classloaders;
public class Magic {
public void cast(){
System.out.println("Lumus");
}
}
| [
"kashenkovsergej@yandex.ru"
] | kashenkovsergej@yandex.ru |
99c25c638e73cd8d2c1c77d6207dd0f1742a14c2 | 20f5b63eff35695fdc1d9b6338999afdfe16be91 | /libWSLive/src/main/java/me/lake/librestreaming/core/ColorHelper.java | be7b6e41b09f39ae17fbfc6f781d427497ed81d6 | [] | no_license | WangShuo1143368701/WSLiveDemo | 402aa4ee454943cac8a99df3ca01683a6d326be0 | 0d7f8ff2a977cb75b84356d10bca9be5663ac28c | refs/heads/master | 2022-05-18T19:48:53.623124 | 2022-04-04T06:24:43 | 2022-04-04T06:24:43 | 123,081,789 | 2,050 | 562 | null | 2019-03-02T18:56:37 | 2018-02-27T06:10:53 | Java | UTF-8 | Java | false | false | 642 | java | package me.lake.librestreaming.core;
@SuppressWarnings("all")
public class ColorHelper {
static public native void NV21TOYUV420SP(byte[] src, byte[] dst, int YSize);
static public native void NV21TOYUV420P(byte[] src, byte[] dst, int YSize);
static public native void YUV420SPTOYUV420P(byte[] src, byte[... | [
"wangshuo@chaonengjie.com"
] | wangshuo@chaonengjie.com |
bbbb5a9756861fe939aceeb92ac8b9c2d6d1fb1a | 471bf60a824d5466c0a917e175528aec811e6c01 | /2016-01-Shenzhen/Team 02 - AaaS/aaas-gui/src/main/java/cn/odl/daaas/app/topodemo/uitopo/NextLink.java | 491e873019ebd85a2ddbbb3398c05e90d48d4e51 | [] | no_license | donaldh/opendaylight-bootcamps | 4468c5629218c4274be5656bbd9cb0015c9035f7 | 03268f9b8db88e03692f44590960f97185fa05d3 | refs/heads/master | 2020-12-25T21:56:01.486848 | 2016-05-13T01:27:24 | 2016-05-13T01:27:24 | 58,688,772 | 0 | 1 | null | 2016-05-13T01:20:03 | 2016-05-13T01:20:03 | null | UTF-8 | Java | false | false | 585 | java | package cn.odl.daaas.app.topodemo.uitopo;
public class NextLink {
private String source;
private String target;
public String getSource() {
return source;
}
public void setSource(String source) {
this.source = source;
}
public String getTarget() {
return target;
}
public void setTarget(... | [
"ermcgann@cisco.com"
] | ermcgann@cisco.com |
65fe6b784bedb52e8a12524faa03e91a839ee883 | 36073e09d6a12a275cc85901317159e7fffa909e | /JetBrains_kotlin/modifiedFiles/10/old/TranslationUtils.java | 7dc8f4ca5b0359a38cdb84aa3629382512ae63ac | [] | no_license | monperrus/bug-fixes-saner16 | a867810451ddf45e2aaea7734d6d0c25db12904f | 9ce6e057763db3ed048561e954f7aedec43d4f1a | refs/heads/master | 2020-03-28T16:00:18.017068 | 2018-11-14T13:48:57 | 2018-11-14T13:48:57 | 148,648,848 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 21,232 | java | /*
* Copyright 2010-2014 JetBrains s.r.o.
*
* 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 agre... | [
"martin.monperrus@gnieh.org"
] | martin.monperrus@gnieh.org |
95e7346f85716ee4461f6db5db1d9a4b7a8de88f | 36f38c5424e6b985d14bb4ac088b6ef91b1c8fed | /src/main/java/com/github/davidhoyt/playground/functional/Pure.java | 93336b622f1a05fed31d08778fb88a998f410986 | [] | no_license | davidhoyt/playground-java | f42dc1a3ca5902cdf8246246ba5a239c80432f29 | 241307c0074b57e9887436e3f66b840d15dfe27e | refs/heads/master | 2021-01-18T17:28:25.373629 | 2015-09-14T16:35:10 | 2015-09-14T16:39:00 | 37,367,158 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 125 | java | package com.github.davidhoyt.playground.functional;
public interface Pure<M extends Pure<M, A>, A> {
M pure(A given);
}
| [
"dhoyt@netflix.com"
] | dhoyt@netflix.com |
349c68f2f60a35e943a9ca17defdd973fff18874 | 2844628d3eb4c436692c5a275b15bc1dc1e2445e | /taotao-portal/src/main/java/com/taotao/portal/pojo/SearchResult.java | 65a0f543af638dbab23b9c41e0434261d00bc1f4 | [] | no_license | fzwgit/TaoTao | 37064f5cf19e2cfaebb08a02868879e328c319f7 | d959ce4acbecbee6fc598202c30d356e4c1ff66a | refs/heads/master | 2021-09-18T22:07:08.609704 | 2018-07-20T06:37:22 | 2018-07-20T06:37:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 781 | java | package com.taotao.portal.pojo;
import java.util.List;
public class SearchResult
{
//商品列表
private List<Item> list;
//总记录数
private long recordCount;
//当前的总页数
private long pageCount;
//当前页页码
private long curPage;
public List<Item> getList()
{
return list;
}
public void setList(List<Item> list)
{
this... | [
"fangzhiwei@keyone.club"
] | fangzhiwei@keyone.club |
a739a13ea0d6a444b88e7e584eef04b8cd2577ba | 071a9fa7cfee0d1bf784f6591cd8d07c6b2a2495 | /corpus/norm-class/eclipse.jdt.core/1467.java | ef3254648822630a6f62d2102137d316de662824 | [
"MIT"
] | permissive | masud-technope/ACER-Replication-Package-ASE2017 | 41a7603117f01382e7e16f2f6ae899e6ff3ad6bb | cb7318a729eb1403004d451a164c851af2d81f7a | refs/heads/master | 2021-06-21T02:19:43.602864 | 2021-02-13T20:44:09 | 2021-02-13T20:44:09 | 187,748,164 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,575 | java | copyright ibm corporation rights reserved program accompanying materials terms eclipse license accompanies distribution http eclipse org legal epl html contributors ibm corporation initial api implementation org eclipse jdt core tests eval junit framework test org eclipse jdt core compiler categorized problem categoriz... | [
"masudcseku@gmail.com"
] | masudcseku@gmail.com |
354d363d90eb9235cf866faa449cb8774a730b32 | e760326163cfa14b2779934c9e71a7f7a76dfb35 | /src_oci/com/amarsoft/app/oci/ws/decision/prepare/CmdExp30perCnt.java | 93cc8686a5291e37a204af0a1a5484b80f7ab29f | [] | no_license | gaosy5945/easylifecore | 41e68bba747eb03f28edecf18d9d2ce2755db9d8 | 3fd630be1d990d0e66452735e84841536af5b9ba | refs/heads/master | 2020-05-19T17:25:29.370637 | 2016-09-21T08:29:40 | 2016-09-21T08:29:40 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,733 | java | package com.amarsoft.app.oci.ws.decision.prepare;
import java.util.List;
import com.amarsoft.app.crqs2.i.bean.IReportMessage;
import com.amarsoft.app.crqs2.i.bean.one.CreditDetail;
import com.amarsoft.app.crqs2.i.bean.three.AwardCreditInfoParent;
import com.amarsoft.app.crqs2.i.bean.three.RepayInfoParent;
import com.... | [
"jianbin_wang@139.com"
] | jianbin_wang@139.com |
6de50103e967724e706ae3d8f730d28859481a6e | 5ac3c341968b8337042e3992f5b75f27132d48de | /Heightmap/src/main/java/com/roger/heightmap/util/TextResourceReader.java | 93d797e2bcb72a21d1ee98e60428f0c12ee1f52d | [] | no_license | BigDendi/HelloNDK | 70360da9265679d2025c9a5fe139bf24cfdec91b | 11c5981f304a4734f9c62bc938c99fedd2eb33a5 | refs/heads/master | 2021-08-14T08:23:31.651562 | 2017-11-15T03:29:05 | 2017-11-15T03:29:10 | 110,777,949 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,117 | java | package com.roger.heightmap.util;
import android.content.Context;
import android.content.res.Resources;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
/**
* Created by Administrator on 2016/6/30.
*/
public class TextResourceReader {
public... | [
"xiang2713@yeah.net"
] | xiang2713@yeah.net |
e5e501b0efb3965dbc38cea03bb9f7672eb81ca1 | aee496309b2380e0e3a472d881a127519f5f41b8 | /smartwebapp/src/main/java/mn/ineg/app/entity/MScheduler.java | 0757bd5a9c8897ec3858aa9abbf08da7e78f2788 | [] | no_license | khangaikhuu/smartwebapplication | 0cf1ab316063460197ac5e009396ffccdad1f917 | ce73e1bdabf490d53c12b5895176f11075b792f0 | refs/heads/master | 2021-01-21T16:16:06.257244 | 2017-05-22T08:59:29 | 2017-05-22T08:59:29 | 91,882,944 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,004 | 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 mn.ineg.app.entity;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
... | [
"khangaikhuu@googlemail.com"
] | khangaikhuu@googlemail.com |
a2f62426ca78d73f91b53023c2cc4342f39851ba | eb19061c5c6012b2a20bac5d02357fec013d0618 | /src/test/java/com/ashwinchat/starsimulator/TestNormalStar.java | 7452069ba1c56f5b0b5e2a801c2f2a4127c476fe | [] | no_license | ashwinath/maple-star-simulator-discord-telegram | 0b0526b4f1c50f8d8d9553f7abd08bc162793283 | d06f90e579a428ecf899262ff0789f020bd40c6e | refs/heads/master | 2021-01-19T19:24:26.654979 | 2017-05-17T16:58:15 | 2017-05-17T16:58:15 | 88,416,132 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 835 | java | package com.ashwinchat.starsimulator;
import com.ashwinchat.starsimulator.enums.ItemType;
import com.ashwinchat.starsimulator.impl.StarSimulatorImpl;
import com.ashwinchat.starsimulator.pojos.StarResult;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
public class TestNormalStar {
private... | [
"ashwinath@hotmail.com"
] | ashwinath@hotmail.com |
8e81f62a3fd5d94566a0c2c1ab04e2d98dcc63b3 | f909ec612f17254be491c3ef9cdc1f0b186e8daf | /springboot_plugin/springboot_mybatis/src/main/java/cn/springboot/service/auth/impl/UserServiceImpl.java | 228d17daa328a99990cea66587e4683c182aa43d | [] | no_license | kingking888/jun_java_plugin | 8853f845f242ce51aaf01dc996ed88784395fd83 | f57e31fa496d488fc96b7e9bab3c245f90db5f21 | refs/heads/master | 2023-06-04T19:30:29.554726 | 2021-06-24T17:19:55 | 2021-06-24T17:19:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,794 | java | package cn.springboot.service.auth.impl;
import cn.springboot.common.constants.Constants;
import cn.springboot.common.exception.BusinessException;
import cn.springboot.common.util.salt.Digests;
import cn.springboot.common.util.salt.Encodes;
import cn.springboot.config.table.FactoryAboutKey;
import cn.springboot.config... | [
"wujun728@hotmail.com"
] | wujun728@hotmail.com |
30880e1c0c182acde0d4af36def0c529409599d8 | a8737bb1eeb85b65f79cd5e27c4e2c6b884528d7 | /modules/gateway/src/main/java/com/ltj/tool/service/StaticStorageService.java | dac0b1060b8692301c10deee404eb4903655fa3f | [] | no_license | a121bc/Tool | 3b656fd426f90271a0b6c0e27dde2aa54197e6b6 | 19d7d9c8a4c10034331f96b4497ccbfc6fa271b6 | refs/heads/main | 2023-03-23T19:05:30.974541 | 2021-03-18T07:55:06 | 2021-03-18T07:55:06 | 335,496,826 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,556 | java | package com.ltj.tool.service;
import com.ltj.tool.model.support.StaticFile;
import org.springframework.lang.NonNull;
import org.springframework.web.multipart.MultipartFile;
import java.util.List;
/**
* Static storage service interface class.
*
* @author Liu Tian Jun
* @date 2021-03-08 11:59
*/
public interface ... | [
"a121bc@163.com"
] | a121bc@163.com |
8b3d456120545c783d64b73be2ec8016e4f0dc45 | d5e7a0e3082c1ca9bc7b25b20f06435b1bbe3142 | /Spring/src/cn/yb/spring/test/test_byAnnotation02.java | f69f08b977f3648cf64cdcf3b8208cb176877b28 | [] | no_license | yaobin1107/frameWork | 13983e63d551e3279f59aa2ae85238cb088f1178 | b94c740dcc95e4cb9fe8b5c8810104cad48ae4a5 | refs/heads/master | 2022-12-20T09:16:31.493312 | 2019-07-02T13:43:09 | 2019-07-02T13:43:09 | 189,223,655 | 1 | 0 | null | 2022-12-16T02:56:20 | 2019-05-29T12:44:40 | Java | UTF-8 | Java | false | false | 808 | java | package cn.yb.spring.test;
import cn.yb.spring.model.User;
import cn.yb.spring.service.IUserService;
import cn.yb.spring.service.impl.UserServiceImpl;
import cn.yb.spring.web.action.UserAction;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.Clas... | [
"1059843714@qq.com"
] | 1059843714@qq.com |
0e5aaeb2084d05f74beea0e050767e3a99168c1e | f24971da11abd8baa2007952f3291f4cae145810 | /Product/Production/Common/AurionCoreLib/src/main/java/org/alembic/aurion/mpilib/Patient.java | 4ba50bcc343955f8b12a3d45f50d671e7b35f1e4 | [] | no_license | AurionProject/Aurion_4.1 | 88e912dd0f688dea2092c80aff3873ad438d5aa9 | db21f7fe860550baa7942c1d78e49eab3ece82db | refs/heads/master | 2021-01-17T15:41:34.372017 | 2015-12-21T21:09:42 | 2015-12-21T21:09:42 | 49,459,325 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,868 | java | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 2010(Year date of delivery) United States Government, as represented by the Secretary of Health and Human Services. All rights reserved.
*
*/
/*
* To change this template, choose Tools | Templates
* and open the template in the edit... | [
"leswestberg@fake.com"
] | leswestberg@fake.com |
84353b4b42f12f0d10ade3df0039c3319dc8cfac | 45bc4010c9fa432b432ef4f00da70f280b77b5ff | /src/main/java/com/cloud/service/exception/ExceptionHandler.java | 7bbfc16b1f841805c4e00cd8b40101bf40a469f6 | [] | no_license | tianxiaoliang/security-restful-service-example | ba17310bdc3ea79d156aca5eb1d4e2612baf1985 | 488e887f214eb80a19eb22bc683599576eff7437 | refs/heads/master | 2020-04-23T21:38:47.415315 | 2015-01-12T07:53:18 | 2015-01-12T07:53:18 | 29,115,605 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 428 | java | package com.cloud.service.exception;
import javax.ws.rs.core.Response;
import javax.ws.rs.ext.ExceptionMapper;
import javax.ws.rs.ext.Provider;
import org.springframework.stereotype.Component;
/**
*
*/
@Provider
@Component
public class ExceptionHandler implements ExceptionMapper<ServiceException>{
public Respon... | [
"xiaoliang.tian@gmail.com"
] | xiaoliang.tian@gmail.com |
efb89ab8ddde6fa55093f4858dbf7bb05658b785 | 327937c2ff754f225ec954af9946d95585c850d2 | /Crawler/src/main/java/google/places/Geometry.java | d9cd8f51e47990a3d08458c88d0419ac6e4f01fd | [] | no_license | Miriam-Asenjo/tfm | c5215cb4dcd2ecb68e88e1acb6ee9fb9c03baae4 | 2fbfb2d615884edbe9ffa1b856ec53aceb056e9a | refs/heads/master | 2020-04-18T19:07:36.499836 | 2016-09-25T17:43:52 | 2016-09-25T17:43:52 | 66,213,671 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 218 | java | package google.places;
public class Geometry
{
private Location location;
public Location getLocation() {
return location;
}
public void setLocation(Location location) {
this.location = location;
}
} | [
"miriam.g.asenjo@gmail.com"
] | miriam.g.asenjo@gmail.com |
093d72c25f747f1076b9950f01831d7e6f3237f7 | 6555851319497aa8935af134df0945d9afb8d58b | /src/day_17/ArrayEx41.java | 50a8c82d0d86f47596e1cdec51a14034f0c6d025 | [] | no_license | gi-hun/MEGA_Java_Day17_2Array-4- | 4c872a51344ee6b7349310bb131604d2ae40ee44 | 899fb7748a3c9c9905818ffc066dd5b0e3db26e3 | refs/heads/master | 2021-03-12T05:38:17.144704 | 2020-03-11T14:32:32 | 2020-03-11T14:32:32 | 246,594,251 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 1,528 | java | //# 2차원배열 기본문제[3단계]
package day_17;
public class ArrayEx41 {
public static void main(String[] args) {
int[][] arr = {
{101, 102, 103, 104},
{201, 202, 203, 204},
{301, 302, 303, 304}
};
int[] garo = new int[3];
int[] sero = new int[4];
// 문제 1) 가로 합 출력
// 정답 1) 410, 810, 1210
... | [
"duarl@DESKTOP-RLI1BQT"
] | duarl@DESKTOP-RLI1BQT |
9c847e56eec8aeadce1e137c3df42268bc9475c3 | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /test/irvine/oeis/a178/A178934Test.java | 34c5004dab9934dcd9b133bf7ebc12fa838cac66 | [] | 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.a178;
import irvine.oeis.AbstractSequenceTest;
/**
* Tests the corresponding class.
* @author Sean A. Irvine
*/
public class A178934Test extends AbstractSequenceTest {
}
| [
"sean.irvine@realtimegenomics.com"
] | sean.irvine@realtimegenomics.com |
9faa8dd4a25af2303ebd20e8b502ff8f19ba472d | 2a6d7bc97709bcc13adc6d466d7bc1b5e96c9173 | /serviceMarket-manager/serviceMarket-manager-service/src/main/java/com/serviceMarket/service/GroupService.java | 77352f63ecf1f31708fb31d56ad48ba0e86183d8 | [] | no_license | zwp745233700/serviceMarket | e33d4030daaf5fe3db383088617d8a0f911111f4 | 8a82bf87612cac1c7839d71eda86cad768c934ff | refs/heads/master | 2020-03-25T08:55:17.094541 | 2018-08-05T22:23:24 | 2018-08-05T22:23:24 | 143,637,878 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,143 | java | package com.serviceMarket.service;
import java.util.List;
import org.springframework.stereotype.Service;
import com.serviceMarket.DTO.GroupDTO;
import com.serviceMarket.DTO.UserGroupDTO;
import com.serviceMarket.Vo.GroupsVo;
/**
* @author 作者 张维鹏:
* @version 创建时间:2017年12月2日 下午3:08:59
* 类说明 :团购Service的接口
*/
@Serv... | [
"745233700@qq.com"
] | 745233700@qq.com |
c121ae093c51b0b8fb88571cd1a21744dc298e60 | 387af6405bf94614ab0fc5e13792d1f97426d7fa | /eCommerce/src/main/java/com/eCommerce/services/CartService.java | 5f82d4efacff49b83c682eb192ad00b61e462dce | [] | no_license | AmrEshra/ECommerce | 6f35b9fe476f3e2513c2169bda1c05f54c30de72 | 10d6550964cf7d524ea77d3507945a904ea320f9 | refs/heads/master | 2022-11-18T10:03:13.665357 | 2020-07-13T11:13:24 | 2020-07-13T11:13:24 | 273,891,922 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 431 | java | package com.eCommerce.services;
import java.util.List;
import com.eCommerce.entity.Cart;
import com.eCommerce.entity.CartDetails;
public interface CartService {
public List<CartDetails> getCartDetails();
public Cart getCartByProductId(Long productId);
public Cart addToCart(Cart cart);
public void removeFromCar... | [
"amr.eshra@gmail.com"
] | amr.eshra@gmail.com |
70d4ddaff7b13d5e314276db82ab034e7f663f9f | 002724cfb29f5147b29e028a9b69206e50d5075d | /src/NoraCommon/src/main/java/org/jp/illg/util/BufferUtilObject.java | d46ae2e04e19279a1ba253076ab3ad43ee15007d | [
"MIT"
] | permissive | ahnd38/NoraSeries | eabfe9ef590811814b7baf6e443b01785b0b3fb3 | 623ef2f8eb4a038ad8230491534814ecd9f6f204 | refs/heads/master | 2023-04-17T10:44:58.197302 | 2021-05-03T04:38:06 | 2021-05-03T04:38:06 | 309,729,704 | 0 | 3 | MIT | 2021-05-03T04:38:07 | 2020-11-03T15:31:20 | Java | UTF-8 | Java | false | false | 823 | java | package org.jp.illg.util;
import java.nio.ByteBuffer;
import org.jp.illg.util.BufferUtil.BufferProcessResult;
import lombok.Getter;
import lombok.Setter;
public class BufferUtilObject{
@Getter
@Setter
private ByteBuffer buffer;
@Getter
@Setter
private BufferState bufferState;
@Getter
@Setter
private Buff... | [
"neko38ch@gmail.com"
] | neko38ch@gmail.com |
1cff993f8ac68abaabbb3df9a98c51bea9f5c2b7 | ee461488c62d86f729eda976b421ac75a964114c | /tags/HtmlUnit-2.12/src/test/java/com/gargoylesoftware/htmlunit/html/DomAttrTest.java | 371add63c866048d6bf7fd567eebc8bd91db11b6 | [
"Apache-2.0"
] | permissive | svn2github/htmlunit | 2c56f7abbd412e6d9e0efd0934fcd1277090af74 | 6fc1a7d70c08fb50fef1800673671fd9cada4899 | refs/heads/master | 2023-09-03T10:35:41.987099 | 2015-07-26T13:12:45 | 2015-07-26T13:12:45 | 37,107,064 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,930 | java | /*
* Copyright (c) 2002-2013 Gargoyle Software 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 ... | [
"mguillem@5f5364db-9458-4db8-a492-e30667be6df6"
] | mguillem@5f5364db-9458-4db8-a492-e30667be6df6 |
08d6233a7cf81aaf24694a0204fa878fcf9039d6 | 65ebd9cc9b8ac76522f77c84b70fdc8b2c6d77e6 | /src/main/java/com/github/interview/amazon/MinCostToConnectAllNodes.java | 4f5b31ede7a5d4af9a7a5cb7c443bc74881cef80 | [] | no_license | SlumDunk/leetcode | 30af765c7f5e61317983af43230bafa23362e25a | c242f13e7b3a3ea67cdd70f3d8b216e83bd65829 | refs/heads/master | 2021-08-20T01:58:11.309819 | 2021-07-25T17:07:10 | 2021-07-25T17:07:10 | 121,602,686 | 0 | 0 | null | 2020-11-08T03:34:35 | 2018-02-15T07:38:45 | Java | UTF-8 | Java | false | false | 2,213 | java | package com.github.interview.amazon;
import java.util.Arrays;
import java.util.Comparator;
/**
* @Author: zerongliu
* @Date: 11/6/19 13:21
* @Description:
*/
public class MinCostToConnectAllNodes {
public static void main(String[] args) {
MinCostToConnectAllNodes main = new MinCostToConnectAllNodes();... | [
"zliu17@uncc.edu"
] | zliu17@uncc.edu |
516499c5c76e745d2aebdad4e2faac50abe292dc | 0b13e0adc33628caeefb16cb726528f2516a3962 | /Gun4/Gun4-Threads/src/tr/com/netas/threads/executorservice/MyThread.java | edaf7fde80cd2712644d3342c4b002d7dbc1cafe | [] | no_license | aysenuroruc/Java-Collections | de68e93222fefeb60b84a1d1d3bf5b522dececb7 | 9e3af976b850b6f92a9a2bd5493fee577855a389 | refs/heads/master | 2020-04-11T07:03:33.543999 | 2019-05-13T23:21:17 | 2019-05-13T23:21:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 383 | java | package tr.com.netas.threads.executorservice;
public class MyThread extends Thread{
private String name;
public MyThread(String name) {
super();
this.name = name;
}
@Override
public void run() {
try {
for(int i =0 ;i<10;i++)
{
Thread.sleep(1000);
System.out.println( name +" -- > "+ i);
... | [
"aoruc@netas.com.tr"
] | aoruc@netas.com.tr |
b33f067c26147d41ab25880950858292f1096ea8 | 492ab60eaa5619551af16c79c569bdb704b4d231 | /src/net/sourceforge/plantuml/graphic/USymbolBoundary.java | eab45733caa06bd81e8a6da923892e1616144a59 | [] | no_license | ddcjackm/plantuml | 36b89d07401993f6cbb109c955db4ab10a47ac78 | 4638f93975a0af9374cec8200d16e1fa180dafc2 | refs/heads/master | 2021-01-12T22:34:56.588483 | 2016-07-25T19:25:28 | 2016-07-25T19:25:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,733 | java | /* ========================================================================
* PlantUML : a free UML diagram generator
* ========================================================================
*
* (C) Copyright 2009-2017, Arnaud Roques
*
* Project Info: http://plantuml.com
*
* This file is part of PlantUML.
... | [
"plantuml@gmail.com"
] | plantuml@gmail.com |
ea4f0c17877a8e6309ff222eb995cab22bab1bd7 | 4b71e612c277572af1666ecebb58de32b41c8610 | /JavaBlog/src/javablog/servlet/admin/display/UserList.java | 467418a3e266e63b0fe4cc66b03805356eb9b2e5 | [] | no_license | ayugeak/javablog | 2656fd652dddb4727bb0cbb5e459c699c425d9e8 | bae5cc6efe0d7969533fd29527104a0662d082d0 | refs/heads/master | 2020-05-31T02:36:55.600376 | 2014-04-20T04:53:53 | 2014-04-20T04:53:53 | 18,940,680 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,146 | java | package javablog.servlet.admin.display;
import java.io.IOException;
import java.sql.Connection;
import java.util.ArrayList;
import javablog.database.DBConnectionPool;
import javablog.util.ConfigProperty;
import javablog.util.StrFilter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpS... | [
"ayugeak@gmail.com"
] | ayugeak@gmail.com |
54ec4ca381ca53cea941a7c55caedc43e904414d | a99cfc9bc17b0f4a27ec63b60f34512e9370e4d6 | /kkdai_report/kkdai_report/trunk/client/android/KkdaiReport/app/src/main/java/com/kuaikuaidai/kkdaireport/adapter/MenuAdapter.java | 99deceb7db604c13022cc198493b9840513a7154 | [] | no_license | trwupeng/secondecommit | 9a29360c0e0b5bcbdb0f0d56ac4c99af61891088 | 711cd9e531149644dc42a0b93f10a5716c5ecb7a | refs/heads/master | 2021-01-18T16:48:27.891571 | 2017-03-31T03:38:18 | 2017-03-31T03:38:18 | 86,771,995 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,330 | java | package com.kuaikuaidai.kkdaireport.adapter;
import android.app.Activity;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseExpandableListAdapter;
import android.widget.TextView;
import com.kuaikuaidai.kkdaireport.R;
... | [
"1954702819@qq.com"
] | 1954702819@qq.com |
e735ec8ad8298ddd4e4741abba96639af43e1d44 | c17b7d276f0cdc27b898ccab882199203abea2f6 | /app/src/main/java/com/example/android/moview/ui/MovieListFragment.java | 66b18860ca22b8f89e4d28d008936d0793660067 | [] | no_license | Mariana-Dantas/Moview | 5ad79b361fe30eed113afa63d3988530a3e7fc3a | aa9588bb18c8c6473ff8c01df73105656b06b0ba | refs/heads/master | 2023-01-11T23:51:29.101199 | 2020-11-20T14:46:39 | 2020-11-20T14:46:39 | 313,665,785 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,581 | java | package com.example.android.moview.ui;
import android.content.res.Configuration;
import android.os.Bundle;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Toast;
impo... | [
"marydantas97@gmail.com"
] | marydantas97@gmail.com |
2c56025f9f0353985cc8a68432935f9702e5ca6f | 4127028c90f319fd6ca7d536573b81840de47c38 | /app/src/main/java/edu/brandeis/cs/jiahuiming/resumeshare/models/RequestModel.java | 8079716f9df1aefc8801f6d89f7cab6b29b51409 | [] | no_license | alephO/ResumeShare | f6b5b2313c42f9a02f3ff2b180b7ab070a95adbd | 1acc114a30123a12ff126a1f4960c1b6a5180551 | refs/heads/master | 2020-06-19T00:31:07.053796 | 2016-11-28T22:09:25 | 2016-11-28T22:09:25 | 74,931,014 | 0 | 0 | null | 2016-11-28T02:48:15 | 2016-11-28T02:48:14 | null | UTF-8 | Java | false | false | 4,318 | java | package edu.brandeis.cs.jiahuiming.resumeshare.models;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.util.Log;
import android.widget.Toast;
import org.json.JSONArray;
import org.json.JSONObject;
import edu.brandeis.cs.jiahuiming.resumeshare.adapters.ContactsAdapter;
im... | [
"jiahuiming@JiaHuimings-MacBook-Air.local"
] | jiahuiming@JiaHuimings-MacBook-Air.local |
add53cc5c52307c57e73ddbb332d9d328ff3bc82 | 19ef2b626e3bb9f0ffa1f15f3647179b4c948099 | /src/main/java/rocks/cleanstone/game/block/entity/BlockEntity.java | 34c848afcb95126ce19f557a2a9c7ff9ca4577d3 | [
"MIT"
] | permissive | iyzana/Cleanstone | 5a4dbebe36f0e07bc7ee30dfb1cdc764cb5adb9f | 8c2832e70c94a95125ad501df7d4fdb0b2211859 | refs/heads/master | 2020-03-21T18:49:53.332132 | 2018-06-26T21:35:34 | 2018-06-26T21:35:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 855 | java | package rocks.cleanstone.game.block.entity;
import rocks.cleanstone.game.block.Block;
import rocks.cleanstone.game.block.BlockState;
import rocks.cleanstone.game.material.MaterialRegistry;
import rocks.cleanstone.game.material.block.BlockType;
/**
* A block in the world with mutable state information and behavior op... | [
"dev@myzelyam.de"
] | dev@myzelyam.de |
ca34e427e7b5361fa23c78e8466e5ba919df8968 | ae3ee915da16a35469841b50a2fae3c276a3b2c4 | /AirbusBackEnd/src/main/java/com/airbus/AirbusBackEnd/ServletInitializer.java | 0edd22bd0fd35324a0d0a07484034b8a88c59d4a | [] | no_license | dsenthilkumar95/AirBusChallenge | a1e3304de4b89d14662d9d4b5dbd19757f35a37e | cd442c7ca66cd35187032f9d76decf5d4453f951 | refs/heads/main | 2023-05-08T15:03:07.702864 | 2021-05-31T09:40:20 | 2021-05-31T09:40:20 | 365,686,195 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 421 | java | package com.airbus.AirbusBackEnd;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
public class ServletInitializer extends SpringBootServletInitializer {
@Override
protected SpringApplicationBuilder configure(SpringA... | [
"Senthil_KumarDas@comcast.com"
] | Senthil_KumarDas@comcast.com |
9ffce6a07c009651495b7521075cc8e0bdfea617 | e45dabef127bf9d7c539a014b36c19c1f9f7e077 | /src/com/yayo/warriors/module/chat/facade/impl/ChatFacadeImpl.java | 6f2a3bb506f427fcdaf93bae6e4bd7e41089207c | [] | no_license | zyb2013/Warriors | aaa26c89dde6b5777a8fcd3674d1ee61346ffda7 | 6ac80f1868d749295c298a36ad4b6425034d358f | refs/heads/master | 2021-01-01T19:46:57.730694 | 2014-01-17T01:41:45 | 2014-01-17T01:41:45 | 15,986,861 | 5 | 10 | null | null | null | null | UTF-8 | Java | false | false | 13,407 | java | package com.yayo.warriors.module.chat.facade.impl;
import static com.yayo.warriors.constant.CommonConstant.*;
import static com.yayo.warriors.module.chat.constant.ChatConstant.*;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
import java.util.Set;
import org.... | [
"zhuyuanbiao2013@gmail.com"
] | zhuyuanbiao2013@gmail.com |
2fb50a971335f78e313f98bde4c672828904ce0f | d27e2aadfa6458e4a7b0836911f9d878947cb5c3 | /lesson6-ATM/src/test/java/lesson6/ATMRunnerTest.java | c7b216f8599b1192b2dc14a541b2d3ed041680e7 | [] | no_license | nlyskov/HelloWorld | 3094d17c28bf5704c8561ca1de4493a5cb7bd672 | bb277d40cc3ecff165a06ac876322bec27f6537d | refs/heads/master | 2023-03-12T02:21:40.155802 | 2021-01-29T22:16:15 | 2021-01-29T22:16:15 | 297,778,009 | 0 | 0 | null | 2021-02-02T17:42:42 | 2020-09-22T21:36:22 | Java | UTF-8 | Java | false | false | 740 | java | package lesson6;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import static lesson6.CellValues.FIVEHUNDRED;
import static org.junit.jupiter.api.Assertions.assertEquals;
class ATMRunnerTest {
Cell cell_500 = new Cell(10, FIVEHUNDRED);
@Test
@DisplayName("Проверка баланса")... | [
"lyskovn@gmail.com"
] | lyskovn@gmail.com |
6034cc8df7f114faa5026f18085984f23d955628 | 1e973e252dc976faad5ef27f2b53afdcb551a4ec | /src/msg/Message.java | d882315038f7ba8a7918973f0590df0bd8a5d10e | [] | no_license | xiaofanlu/Paxos | 93b044c402e146f911db844a9d956dc2064e3bfc | 60521461b0890f4caa33c94e2461f00d606462aa | refs/heads/master | 2016-09-10T11:29:12.619563 | 2015-03-31T21:52:34 | 2015-03-31T21:52:34 | 32,872,496 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 385 | java | package msg;
import java.io.Serializable;
/**
* Created by xiaofan on 3/26/15.
*/
public abstract class Message implements Serializable {
public static final long serialVersionUID = 6473128480951955693L;
public int src;
public int dst;
public String print () {
String rst = "\n" + src + " -> " + dst +... | [
"lvxiaofan@gmail.com"
] | lvxiaofan@gmail.com |
8c131bcccddee792b4e4503d8dccfcd8010cfe3b | 627dafa165ee4420680b4144c849e141596ae0b0 | /wecardio/wecardio/src/main/java/com/borsam/repository/dao/patient/PatientWalletHistoryDao.java | bc0cf2f378e8c7c637e61e938cfebffbb630e070 | [] | no_license | tan-tian/wecardio | 97339383a00ecd090dd952ea3c4c3f32dac8a6f2 | 5e291d19bce2d4cebd43040e4195a26d18d947c3 | refs/heads/master | 2020-04-03T01:01:57.429064 | 2018-10-25T15:26:50 | 2018-10-25T15:26:50 | 154,917,227 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 878 | java | package com.borsam.repository.dao.patient;
import com.borsam.repository.entity.patient.PatientWalletHistory;
import com.borsam.repository.entity.service.ServicePackage;
import com.hiteam.common.base.repository.dao.BaseDao;
import java.util.Calendar;
/**
* Dao - 患者账户流水信息
* Created by tantian on 2015/8/4.
*/
public... | [
"tantiant@126.com"
] | tantiant@126.com |
9a7f99d735e7304b18f818a935b078571e6fd41a | b8cb48bea613a32a15e8957dd4690d39d95f65cb | /app/src/main/java/com/zeno/quanxueclient/bean/Category.java | 8a41c06e0c6418daca019be511cf609c4ff77b9b | [] | no_license | feiwodev/QuanXueClient | a3df12dd4c32cce5dd5f712cbf0f45975e89aaff | 4140170f63d7d254ac11970d2c4169ec7edf1332 | refs/heads/master | 2021-06-12T15:32:55.328688 | 2017-03-19T13:48:46 | 2017-03-19T13:48:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,729 | java | package com.zeno.quanxueclient.bean;
import android.os.Parcel;
import android.os.Parcelable;
import org.greenrobot.greendao.annotation.Entity;
import org.greenrobot.greendao.annotation.Generated;
/**
* Created by Administrator on 2016/12/7.
*
* 首页分类 item bean
*/
@Entity
public class Category implements Parcelab... | [
"zhuyongit@163.com"
] | zhuyongit@163.com |
459fa0171680709528833918213af63cf032147b | 2aab562ac4b473fb3c5ad64ab0a3efded35f5da5 | /src/main/java/com/symbio/epb/bigfile/utils/JSONUtil.java | 66213bca74b4fc190a01ebc1234952b13e81c08e | [] | no_license | jly12345/PARSER | f92a79f6077c92a818ef6f5ab860555de2cc4507 | 277b4b3127f937cadf02b0f40939d06aee49490a | refs/heads/master | 2022-07-15T23:56:29.182078 | 2019-08-27T10:24:58 | 2019-08-27T10:24:58 | 204,661,091 | 0 | 0 | null | 2022-06-17T02:26:56 | 2019-08-27T08:52:18 | CSS | UTF-8 | Java | false | false | 1,418 | java | package com.symbio.epb.bigfile.utils;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.springframework.util.StringUtils;
import java.util.Map;
/**
*
* @author Yao Pan
*
*/
public class JSONU... | [
"lingyun.jiang@symbio.com"
] | lingyun.jiang@symbio.com |
bad51764ca1e4ba8067f425eec75e9f4e28e7df6 | 7a7291b74e007f0d26d9bf2232f012df715ee3fa | /shareitemservice/src/main/java/com/xinflood/dao/ImageDao.java | 57ec91b069591d898849ceb7cad03344ce25c2eb | [] | no_license | ethan-fang/slickrent-backend | 29ecad0911902e99d6d837aec52ee5b5b547092f | 39baaf221b3492dde22d74803f90b3f51135248d | refs/heads/master | 2021-01-21T09:02:21.694455 | 2015-03-25T04:26:04 | 2015-03-25T04:26:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 233 | java | package com.xinflood.dao;
import java.io.IOException;
/**
* Created by xinxinwang on 11/16/14.
*/
public interface ImageDao {
boolean putImage(String key, byte[] image);
byte[] getImage(String key) throws IOException;
}
| [
"xinxin.wang.1@gmail.com"
] | xinxin.wang.1@gmail.com |
31b59c1910b813dce28958332e04b2cc6fb37391 | 54a64717c5279139fd8059b1a56403bf158a2526 | /library_base/src/main/java/cc/onion/cosyfans/base/network/ssl/SSLFactory.java | a25cf22b2d322178bc96552ef8eec2723144a56e | [] | no_license | guobihai/OnionCosyFans | 1c5f0c84dc240b8c7f8367c7f87f80ff1c8012ac | 8dc8cdbd8655834956b0e6a5c5504e6f74c43837 | refs/heads/master | 2023-02-21T06:30:50.988337 | 2021-01-21T05:44:41 | 2021-01-21T05:44:41 | 331,527,140 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,864 | java | /*
* Copyright 2016 jeasonlzy(廖子尧)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | [
"15920165683@163.com"
] | 15920165683@163.com |
158c0f6a071698c8479e3f91a9c9b267a198650b | 6be39fc2c882d0b9269f1530e0650fd3717df493 | /weixin反编译/sources/com/d/a/a/ac.java | d1f34719638b3d7e6404f57046b1bffecc4d8b2a | [] | no_license | sir-deng/res | f1819af90b366e8326bf23d1b2f1074dfe33848f | 3cf9b044e1f4744350e5e89648d27247c9dc9877 | refs/heads/master | 2022-06-11T21:54:36.725180 | 2020-05-07T06:03:23 | 2020-05-07T06:03:23 | 155,177,067 | 5 | 0 | null | null | null | null | UTF-8 | Java | false | false | 322 | java | package com.d.a.a;
import android.net.wifi.WifiManager;
import android.os.Handler;
final class ac extends e {
private final WifiManager bni;
ac(WifiManager wifiManager, Handler handler) {
super(handler);
this.bni = wifiManager;
}
final void rW() {
this.bni.startScan();
}
... | [
"denghailong@vargo.com.cn"
] | denghailong@vargo.com.cn |
86d669049fd97fbf4ba07ce6dc77af43550a4bb3 | 3a19da00fdcddeaa3694286369f76e4169d47c26 | /consumer/src/main/java/com/example/demo/config/KafkaConsumerConfig.java | 4c16f65c6f95a1212c4133aa87d9adc46101bb88 | [] | no_license | cyborgmg/spring-kafaka-object-ssl | ebccf9f9ad5b2ba3414110d0b7ba6b0c28ea020d | 66b297fa4cbf95275f4453c50c212984e25a44cb | refs/heads/main | 2023-04-11T04:28:39.184897 | 2021-04-25T08:22:28 | 2021-04-25T08:22:28 | 358,651,678 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,394 | java | package com.example.demo.config;
import com.example.demo.model.FooObject;
import com.example.demo.utils.ConstUtils;
import com.fasterxml.jackson.databind.JavaType;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.apache.kafka.clients.CommonClientConfigs;
import org.apache.kafka.clients.consumer.Consumer... | [
"cyborgmg@gmail.com"
] | cyborgmg@gmail.com |
057a13fbb97424dd9b4fe185f0b5103a4a3e5dc2 | cd9ac93222da1264da2f97a4ac4c8e1454aedc7e | /23. JDBC [Java DataBase Connectivity]/src/DAO/Address/First/AddressDAO1.java | bd823980c5fb5e1cc67afd7bac2f4ccb11417d3d | [] | no_license | SeulkiWave/Eclipse_WorkSpace | d3a407c0f302721c57072d3fc4cb51751476121d | 6e19b69a7474a44c6a1d3a200e3297eebb6f70bf | refs/heads/master | 2023-06-22T05:53:45.406071 | 2021-07-21T00:19:36 | 2021-07-21T00:19:36 | 376,490,590 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,238 | java | /*
* DAO (Data Access Object)
- 회원들의 데이터를 저장하고 있는 파일(테이블)에 CRUD(Create, Read, Update, Delete) 작업을 할수있는 단위 메소드를 가지고 있는 클래스
-> 단위 메소드는 CRUD 업무만 담당!
- MemberService 객체의 요청(메소드 호출)을 받아서 Data Access(File, DB)에 관련된 단위기능(CRUD)을 수행하는 객체
*/
package DAO.Address.First;
import java.sql.Connection;
import java... | [
"qnelw@DESKTOP-5D0UTA3"
] | qnelw@DESKTOP-5D0UTA3 |
585acf0d0bcba6be5663fb874b2f1f001450eabb | 02a65ed890e4346db7f63ccfe20d7a0f44dca044 | /src/InvertedIndex.java | a098205e3236407ab49d3f60e1bbb9afa0141c10 | [] | no_license | apostolosxenos/WorkingWithBigData | 7b8353868dc57853f9071af0e604f305da738278 | e352d58182798a696fa22c226d2ca0ee55b04786 | refs/heads/main | 2023-06-22T17:44:21.024239 | 2021-07-05T09:53:13 | 2021-07-05T09:53:13 | 383,082,130 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,216 | java | import java.io.IOException;
import java.util.HashSet;
import java.util.Set;
import java.util.StringTokenizer;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.mapreduce.Job;
import org.apac... | [
"apostolosxenos@outlook.com"
] | apostolosxenos@outlook.com |
8f1ddc286de45182e89683de09c0607cf81c312d | 4378af1f10f32f720f46af7fe9c382a149c6748f | /src/Entidades/hr_job.java | 215b6b51b9a55c8d84f11d9dfb6e27f3838bc7d1 | [
"MIT"
] | permissive | robante15/odoo-connector | 9b02b343def92a1d3d00d5f4d4601aaebf189841 | 1d91569e12771f4cf689313ce1669ca97227ac22 | refs/heads/master | 2021-03-14T05:05:54.104237 | 2020-03-17T05:06:14 | 2020-03-17T05:06:14 | 246,739,097 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,593 | 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 Entidades;
/**
*
* @author Usuario
*/
public class hr_job {
int id;
int message_main_attachment_id;
String nam... | [
"robante12@gmail.com"
] | robante12@gmail.com |
58044802a72fe896db4b67f360d2a8c2ec6f3e7b | afa910e7b1be367841c0677c1313b0945e3c0a8e | /Java/Elias/Moko/src/moko/client/ClientMain.java | 0eeec207fa8b55825c05cd461835f20ac6105774 | [] | no_license | melikestolearn/uniworks | a07144a63d053a44eb0369985dc1240c36e6b8c0 | 063f8ee612d1d17047982d556684d6035a28788f | refs/heads/master | 2020-12-24T15:40:17.177558 | 2012-03-23T15:04:48 | 2012-03-23T15:04:48 | 2,606,866 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,561 | java | package moko.client;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.net.Socket;
import javax.swing.JOptionPane;
public class ClientMain {
private static Console cons... | [
"Mayer25@hm.edu"
] | Mayer25@hm.edu |
cde7faafffc6460de2065d7f33caf77685ebb977 | 6c56eababec22b43f26bc4d5cf6021fe85df6a61 | /dspace-xmlui/dspace-xmlui-wing/src/main/java/org/dspace/app/xmlui/wing/element/Select.java | f8c267ada15d10dc19227fb5278029cb77ad5df8 | [] | no_license | osulibraries/dspace-daln | cf040e24997abe25f72f898ffd5cffa9c6814a27 | 08a55349b5ebd1c126ba696e3ec6cb6f6546e11d | refs/heads/master | 2021-01-20T19:26:22.629154 | 2016-08-18T14:14:12 | 2016-08-18T14:14:12 | 65,042,498 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,466 | java | /*
* Select.java
*
* Version: $Revision: 3705 $
*
* Date: $Date: 2009-04-11 13:02:24 -0400 (Sat, 11 Apr 2009) $
*
* Copyright (c) 2002, Hewlett-Packard Company and Massachusetts
* Institute of Technology. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modificat... | [
"hinshaw.25@osu.edu"
] | hinshaw.25@osu.edu |
a24003976c0126f2b7ce8c386aad2d0d636feb81 | ea149bac265fd790d8f1527be2ef3e4eaa261f4c | /src/solution39.java | c6297a755bd80ff1ee48c9579f5dcf8cc4885eb2 | [] | no_license | pengxinyu-hub/leetcode | 495bca1bbf63612064f3a8585bc2aa22a4627ece | d73d36ca2e726b266496e2b09adf1f5d78b37a51 | refs/heads/master | 2023-04-10T20:32:45.717863 | 2021-05-01T11:24:29 | 2021-05-01T11:24:29 | 363,378,176 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,090 | java | import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class solution39 {
public List<List<Integer>> combinationSum(int[] candidates, int target) {
List<List<Integer>> ans=new ArrayList<>();
boolean[] marked=new boolean[candidates.length];
Arrays.sort(candidates)... | [
"13121125012@163.com"
] | 13121125012@163.com |
4be1701b4b4c9824df934d1361027a5a5bbbaaa9 | 79747f6d49647a927c606714f5eab30768ad0cf8 | /src/main/java/legacycode/spy/Email.java | 551f911d4bfe0cc628f87125344896cee834be78 | [] | no_license | eduardlofitskyi/tdd-samples | 9a2c4e31cafa317bc0fd6f086501b291cf08c75a | 3d025511d06e56c641f4a507dee3ec363dd033ff | refs/heads/master | 2021-01-01T03:44:56.971415 | 2016-05-09T15:28:20 | 2016-05-09T15:28:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 505 | java | package legacycode.spy;
/**
* Created by eduard on 1/9/16.
*/
public class Email {
private String address;
private String title;
private String body;
public Email(String address, String title, String body) {
this.address = address;
this.title = title;
this.body = body;
}... | [
"edosgk@gmail.com"
] | edosgk@gmail.com |
df200fb5b36cc2e41582cc8155318691bd5d083d | d07784192b390368af1268d8c618275d2301c976 | /src/main/java/com/demo/gateway/client/CustomClientAsync.java | 57502f0d271b12bfc510fc78a1c82db7c2684019 | [] | no_license | xxiubinbin/netty-gatewayDemo | 4f9af068fc59e8e866f8c522ef851c427655dab2 | 27790e425470ebe8e3fe111591050f52f4b862ba | refs/heads/main | 2023-01-15T16:18:38.185307 | 2020-11-21T09:03:18 | 2020-11-21T09:03:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,780 | java | package com.demo.gateway.client;
import com.demo.gateway.annotation.RequestFilterAnnotation;
import com.demo.gateway.annotation.ResponseFilterAnnotation;
import com.demo.gateway.annotation.RouteAnnotation;
import com.demo.gateway.common.CreatResponse;
import com.demo.gateway.jms.MessageCenter;
import com.google.common... | [
"qq1243925457@gmail.com"
] | qq1243925457@gmail.com |
aefe46110f89d587023c93d41a5250fb4453b305 | 14287fb90a9d6e6573983d379f6399bdbc8c9f69 | /src/backpacks/Backpack.java | 08ab8fde1d72c43bb4ef6967136c3f28df03605d | [] | no_license | maxim12321/java-swing-backpack | c7eee52e874b767d93b188ff1a0346df68c8711b | 560b6c08108a809f60892659f10d30b7b17e8649 | refs/heads/main | 2023-03-25T06:18:03.486306 | 2021-03-13T19:08:37 | 2021-03-13T19:08:37 | 302,388,986 | 0 | 0 | null | 2021-03-13T19:08:38 | 2020-10-08T15:45:10 | Java | UTF-8 | Java | false | false | 1,503 | java | package backpacks;
import backpacks.exporters.BackpackExporter;
import backpacks.exporters.XMLBackpackExporter;
import exceptions.FullBackpackException;
import shapes.*;
import java.math.BigDecimal;
import java.util.*;
public class Backpack {
List<Shape> shapes;
BigDecimal capacity;
public Backpack(BigD... | [
"noreply@github.com"
] | maxim12321.noreply@github.com |
c60137b18e9768b6ea9e45d47d007f98a27873cf | 4af46c51990059c509ed9278e8708f6ec2067613 | /java/l2server/gameserver/network/serverpackets/ReceiveVipProductList.java | 48890fef122b3a1977bd108dcabd56308b54c460 | [] | no_license | bahamus007/l2helios | d1519d740c11a66f28544075d9e7c628f3616559 | 228cf88db1981b1169ea5705eb0fab071771a958 | refs/heads/master | 2021-01-12T13:17:19.204718 | 2017-11-15T02:16:52 | 2017-11-15T02:16:52 | 72,180,803 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 203 | java | package l2server.gameserver.network.serverpackets;
/**
* @author MegaParzor!
*/
public class ReceiveVipProductList extends L2GameServerPacket
{
@Override
public void writeImpl()
{
}
}
| [
"singto52@hotmail.com"
] | singto52@hotmail.com |
f9c278073fc294689bd5da85e36cb2dc8bddb5c5 | 25ea2e9063c404167eaf758e71660a29f2a10506 | /src/com/allenanker/chapter3/DeleteNodeInList.java | e4e885d4e4957913eac759724be9bdf8f30b2f66 | [] | no_license | flirtinthedarkness/ForOffers | 4d9f043f8576e100c0e7de9a27aeead19405ebc0 | d2a7819368db88b3678430692901832dc957c3b3 | refs/heads/master | 2023-04-03T09:38:16.905869 | 2019-02-20T09:02:23 | 2019-02-20T09:02:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,394 | java | package com.allenanker.chapter3;
public class DeleteNodeInList {
/**
* Delete a node in a linked list in O(1) time complexity
*
* @param head head of the linked list
* @param toBeDeleted the node to be deleted
*/
public static void deleteNode(ListNode head, ListNode toBeDeleted)... | [
"theallenanker@gmail.com"
] | theallenanker@gmail.com |
70d36c6f2f31fd024affaafb5c9f062fd3c26757 | d75fcb658d3e4b0becd855b9110b89f148f516a4 | /DiamondDocs/src/main/java/com/diamond/pojo/Member.java | e4e051bd9d18b06733f95377e3819330232f239e | [] | no_license | hhidk/RuanGongSummerBackEnd | 884d8a4b0f6f22a7947c9047036ce0d46d7b290b | 2b91d96ee56603585868def3df2b4070c2cb84b0 | refs/heads/master | 2022-12-04T07:13:15.641029 | 2020-08-19T14:50:00 | 2020-08-19T14:50:00 | 286,882,991 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 442 | java | package com.diamond.pojo;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.util.Date;
@Data
@NoArgsConstructor
public class Member {
private String userID;
private int userIdentity;
private String teamID;
private String lastVisitTime;
public Member(String userID, int userIdentity... | [
"295809364@qq.com"
] | 295809364@qq.com |
f0348bf9a43e3ea00fd37ba59b1576b75224ab7e | dd76d0b680549acb07278b2ecd387cb05ec84d64 | /divestory-Fernflower/kotlin/coroutines/experimental/migration/ContextMigration.java | e098232f67bf10a164171f51b257ab3346468f15 | [] | no_license | ryangardner/excursion-decompiling | 43c99a799ce75a417e636da85bddd5d1d9a9109c | 4b6d11d6f118cdab31328c877c268f3d56b95c58 | refs/heads/master | 2023-07-02T13:32:30.872241 | 2021-08-09T19:33:37 | 2021-08-09T19:33:37 | 299,657,052 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,307 | java | package kotlin.coroutines.experimental.migration;
import kotlin.Metadata;
import kotlin.coroutines.AbstractCoroutineContextElement;
import kotlin.coroutines.experimental.CoroutineContext;
import kotlin.jvm.internal.DefaultConstructorMarker;
import kotlin.jvm.internal.Intrinsics;
@Metadata(
bv = {1, 0, 3},
d1 = ... | [
"ryan.gardner@coxautoinc.com"
] | ryan.gardner@coxautoinc.com |
31d0bbb9e26e4d03df8264282c3c4c06c63f882e | 8267f720b5aef349c3a24fb1c019868c36873401 | /Myconcurrency/src/main/java/DeadLock.java | 0e28efe30507bd49a20ca9d6c989bf520530a697 | [] | no_license | xuchunfa/Java-Algorithm | 61713229944badcffb797e377ed34b1f97b12e0a | f5f9d34af49a933923e056a03ce40ca2191d885e | refs/heads/master | 2022-06-30T00:42:41.343397 | 2020-01-29T09:36:12 | 2020-01-29T09:36:12 | 141,983,277 | 1 | 0 | null | 2022-06-21T01:07:19 | 2018-07-23T08:14:44 | Java | UTF-8 | Java | false | false | 740 | java | /**
* @description:
* @author: Xu chunfa
* @create: 2018-08-28 10:36
**/
public class DeadLock {
static class SynAddRunnable implements Runnable{
private int a,b;
public SynAddRunnable(int a,int b){
this.a = a;
this.b = b;
}
@Override
public void... | [
"731227680@qq.com"
] | 731227680@qq.com |
96bc942c8753c11afd4521c9cd82b4bdc9679cc8 | 3927de025294b7dfa353b6da1ea7999d862c1b55 | /API/src/main/java/dev/qpixel/helios/api/HeliosAPI.java | 11f7b41221a396a986009c1e711c69b24ed702a6 | [
"MIT"
] | permissive | QPixel/helios | 7f0afab85a78f0c4b6a2b1fc05f29682b47cac10 | b8efd3f35911625326eef7a31a523306a5d1cd5a | refs/heads/main | 2023-06-10T18:02:07.838433 | 2021-07-06T08:03:48 | 2021-07-06T08:03:48 | 383,287,661 | 0 | 0 | null | 2021-07-05T23:38:13 | 2021-07-05T23:36:22 | Java | UTF-8 | Java | false | false | 2,469 | java | package dev.qpixel.helios.api;
import dev.qpixel.helios.api.message.MessageCreation;
import dev.qpixel.helios.api.util.PropertiesReader;
import net.kyori.adventure.platform.bukkit.BukkitAudiences;
import org.bukkit.plugin.Plugin;
import org.jetbrains.annotations.NotNull;
import java.io.IOException;
import java.util.... | [
"riley@rileysmith.me"
] | riley@rileysmith.me |
9fa16326a77cfe7ab9c945fb5270c3b7a5040c59 | 9ac1228744c3691e815c4ec75a2edfaa90a35bed | /backend/src/main/java/com/eduport/demo/entity/Admin.java | 20aac8805a34043488be9ec9e20402c3f31518f5 | [] | no_license | saneshs/Eduport | 6d53a4b223142b56f1ceb286c4a83ed5ede76478 | a8c6a562076b54676457104632be5cb6bbcabafb | refs/heads/master | 2022-12-20T08:32:22.780719 | 2020-09-25T16:39:08 | 2020-09-25T16:39:08 | 298,625,242 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 536 | java | package com.eduport.demo.entity;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity
@Getter
@Setter
@NoA... | [
"43962286+saneshs@users.noreply.github.com"
] | 43962286+saneshs@users.noreply.github.com |
231d7e675bd67e0aaeca550ebfa42c3b8aeccbb4 | 79d402a5d651dfa9c63c17ffb220cbf2e22c48c2 | /src/main/java/com/piketalks/beservicejava/repository/SubtalkRepository.java | 64c8c1654d6271ad66c5b5eb9ff8852777e7e734 | [] | no_license | KonstantinIvanchenko/piketalks | ee7b4f9fb796e2acc3742e73bd20849a98b51f03 | 481d769b729d19ae4ffab250ce19ea1510fe5571 | refs/heads/master | 2022-12-03T19:31:37.334264 | 2020-08-26T21:12:02 | 2020-08-26T21:12:02 | 276,500,416 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 382 | java | package com.piketalks.beservicejava.repository;
import com.piketalks.beservicejava.model.Subtalk;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import java.util.Optional;
@Repository
public interface SubtalkRepository extends JpaRepository<Subtalk, Lo... | [
"ikv.mstu@gmail.com"
] | ikv.mstu@gmail.com |
169e0129d7dcf1bef4774eefccea3a2563fe6d66 | 372e4adc8d3a9e1c118b45951d82f56f15e89383 | /software_projects/java_projects/netbeans_projects/audio_track_finder/src/audio_track_finder/SimpleFilter.java | 07afb1b09f1f99fa0c54774b40ab069588d0e3c6 | [] | no_license | infocelab/embedded-projects | d190a23b9254b272643eb1a13259ae079ffa934d | ba4d099538df964feac0ee7cc7af10b3271db7b0 | refs/heads/master | 2021-01-12T18:09:01.718780 | 2015-08-18T13:36:18 | 2015-08-18T13:36:18 | 41,009,390 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 644 | java | import javax.swing.filechooser.FileFilter;
import java.io.*;
public class SimpleFilter extends FileFilter
{
private String m_description = null;
private String m_extension = null;
public SimpleFilter(String extension, String description) {
m_description = description;
m_extension =... | [
"celab2010@gmail.com"
] | celab2010@gmail.com |
badd56158eaf61f537cf93bd483ddb471e7dbd9a | ca240cec87eaa0ffb67bb6b736a50fdede255eb1 | /src/main/java/net/xin/web/webapps/form/admin/LoginForm.java | ecea1265f8b3b74c85321665ea4ae4037d27640d | [
"Apache-2.0"
] | permissive | b20vineeth/8120 | 221124cb76171702ec52fdac435fb97d7ae3a826 | 5bddf7d23af007d9afe6b7eb58b24406f66e2dee | refs/heads/master | 2020-03-27T05:54:03.547931 | 2018-09-08T14:09:27 | 2018-09-08T14:09:27 | 146,060,881 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 847 | java | package net.xin.web.webapps.form.admin;
public class LoginForm {
String Username;
String Password;
String Captcha;
String attempt="1";
String redirectUrl;
public String getUsername() {
return Username;
}
public void setUsername(String username) {
Username = username;
}
public String g... | [
"vineeth@DESKTOP-7EJ08UV"
] | vineeth@DESKTOP-7EJ08UV |
49fa7fccea2489af67fe0d90510769985136b34d | 4d66ae645bcb9159a4b6d0fdb2f24e029da00847 | /busi-root/busi-service/src/main/java/com/huatek/busi/dto/progress/BusiProgressImageToBranchConnectDto.java | 5298bdeaa3365e42846d29b3dfbfc0a10d59970e | [] | no_license | GitWangH/JiFen | 1e3722d49502e8ac7de2cfa4e97e99cf47e404df | 0cec185c83c0f76a97b4d00fc8f1cfb230415a8e | refs/heads/master | 2022-12-20T13:28:57.456912 | 2019-05-24T06:00:16 | 2019-05-24T06:00:16 | 131,266,103 | 0 | 2 | null | 2022-12-10T01:13:11 | 2018-04-27T08:07:02 | JavaScript | UTF-8 | Java | false | false | 1,682 | java | package com.huatek.busi.dto.progress;
/**
* 标段形象清单划分实体类.
*
* @ClassName: BusiProgressImage
* @Description:
* @author: jordan_li
* @Email :
* @date: 2017-12-06 10:58:13
* @version: Windows 7
*/
public class BusiProgressImageToBranchConnectDto {
private Long id;
private Long imageId;// 形象清单id
private St... | [
"15771883191@163.com"
] | 15771883191@163.com |
be47741c5e272f6784a824c2bc02751026a5a8b1 | 6489135f21ede605b9b9410c6f6ee2a47e7a7065 | /src/sorting/BucketSort.java | 4a0a36bf2d0b5b1d7170acf6704e91696f0ff160 | [] | no_license | thiepha/DSABasic | 4e7e66872ee61b4bd4166918a2ccc41c431e6b9b | bf2d4827a4449181ff681198389689fba7911154 | refs/heads/master | 2023-08-16T07:14:00.086933 | 2021-10-03T03:38:12 | 2021-10-03T03:38:12 | 412,966,886 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,379 | java | package sorting;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
public class BucketSort {
public static void main(String[] args) {
int[] input = {42, 46, 92, 78, 91, 43, 34, 51, 55, 10, 11, 15, 68, 62};
System.out.println(Arrays.toString(i... | [
"haminhthiep@gmail.com"
] | haminhthiep@gmail.com |
9913746699a7cee8e523fe956d3a9b2e5febabd6 | c714b00b366fabc7350e20a9c46412ae5df946dc | /src/com/leecoder/src/FourSum.java | 3314d51dd29b40caa4f50b0de375b445d6b119e6 | [] | no_license | uestc-xst/LeeCoder | 998ffa58008da2c23af0ec385986d154b8f2bab0 | 0a461befe4e37b47579eed84d2d641f7eef4b3a3 | refs/heads/master | 2021-01-21T13:04:02.796567 | 2016-05-14T01:53:58 | 2016-05-14T01:53:58 | 54,543,088 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 1,435 | java | package com.leecoder.src;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class FourSum {
/**
* 4Sum
* @param nums
* @param target
* @return
*/
public static List<List<Integer>> fourSum(int[] nums, int target) {
List<List<Integer>> returnlist = new Array... | [
"1072152863@qq.com"
] | 1072152863@qq.com |
31f6c35081d1c1ae662004064717648aa799280d | 294cf780927bccd618f5bd51adb38ceac444b6a1 | /app/src/main/java/com/VitaBit/VitaBit/logic/UI/main/datachatactivity/sleepUtils/SleepEntry.java | dc0713c4a28f0193de5de95ae3db7a0b0c0a078b | [] | no_license | linkloving/helanGit | 3630719d8c2c17360cde9eb73f5451943ec18d09 | a8465c1f0d9134eb81c72f7727c59dce905be704 | refs/heads/master | 2021-01-17T23:36:52.779437 | 2016-11-10T03:34:54 | 2016-11-10T03:34:54 | 68,589,803 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 484 | java | package com.VitaBit.VitaBit.logic.UI.main.datachatactivity.sleepUtils;
import android.os.Parcel;
import com.github.mikephil.charting.data.Entry;
/**
* Created by Administrator on 2016/4/11.
*/
public class SleepEntry extends Entry {
public SleepEntry(float val, int xIndex) {
super(val, xIndex);
}
... | [
"279779782@qq.com"
] | 279779782@qq.com |
c27399b62022a8b8905bf821248cba878e44fa0d | a2df6764e9f4350e0d9184efadb6c92c40d40212 | /aliyun-java-sdk-ocr/src/main/java/com/aliyuncs/ocr/model/v20191230/RecognizeQrCodeResponse.java | cc33a3cbb463ee846bf2c75d86ea7611ac7f1907 | [
"Apache-2.0"
] | permissive | warriorsZXX/aliyun-openapi-java-sdk | 567840c4bdd438d43be6bd21edde86585cd6274a | f8fd2b81a5f2cd46b1e31974ff6a7afed111a245 | refs/heads/master | 2022-12-06T15:45:20.418475 | 2020-08-20T08:37:31 | 2020-08-26T06:17:49 | 290,450,773 | 1 | 0 | NOASSERTION | 2020-08-26T09:15:48 | 2020-08-26T09:15:47 | null | UTF-8 | Java | false | false | 3,104 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
50110275824c1e34a9942be04e1ae35937c340d9 | b5b1079d1ea70a1122d9330bbcebd5b7c5b2540f | /putked/putked-lib/src/putked/EditorTypeService.java | 153b686241b11b88eb80504b9d751a46b1b7d37d | [] | no_license | raxptor/putki-historical | 84acf6c4004a6f0f4c6e3ac34602935a07a40fa4 | c588b75e4729b1bbff4d28d19da82f2dfb7b260f | refs/heads/master | 2020-04-12T20:25:16.050023 | 2016-01-05T09:41:28 | 2016-01-05T09:41:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 107 | java | package putked;
public interface EditorTypeService
{
public ProxyObject createProxy(String typeName);
}
| [
"raxptor@gmail.com"
] | raxptor@gmail.com |
1e35dfbcd62a380ee1e90a6267ba15e99941ea90 | 36f0d7fc47c68064d6dad96b461084580a70c053 | /src/androidTest/java/com/example/sanmolsoftware/popularmovies/ExampleInstrumentedTest.java | fd14f188646166c0d1c3a6b2e095ecd999b1ac0e | [] | no_license | tedyi2005/PopularMovie | 1ebee27554ce3fbf31829f78c7ca587eb679b3b8 | af23a73a400a7bea5cbe35aca691ba89adbfc4cd | refs/heads/master | 2020-07-11T18:32:54.900099 | 2019-08-27T03:55:42 | 2019-08-27T03:55:42 | 204,385,335 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 764 | java | package com.example.sanmolsoftware.popularmovies;
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 exec... | [
"tkidb@allstate.com"
] | tkidb@allstate.com |
8f37c9098a9443d1a9c9443e26ce14a724c61cc1 | ddf6f45dc6ee66b2e2ab69645c93da3b8eba2a9e | /src/main/java/ru/eugene/backend/VoucherService.java | 909bcb887ba37bf6385c08259533c300e30c77e2 | [] | no_license | EugeneZaharova/PE_labs_2020 | 3b9238698838830337c0ef19ecc1ea9f058283b5 | 6abddef9aa67b8777d684c7928bc630c45a14dc8 | refs/heads/master | 2023-02-21T05:29:24.107491 | 2021-01-15T02:49:22 | 2021-01-15T02:49:22 | 305,655,520 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,887 | java | package ru.eugene.backend;
import lombok.RequiredArgsConstructor;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestParam;
import ru.eugene.backe... | [
"eugenezaharova@mail.ru"
] | eugenezaharova@mail.ru |
6a59d4081c2d3993859ccd48fbea406ea3b651ae | 2ba4536e6c77a70f6900625871e43fea21bbfc10 | /src/com/easylink/android/FirstTimeConfig2.java | 08dc36649066c23ce23bd04f4a7f60acabf66660 | [] | no_license | MiCOLab/EasyLink_3.1 | 4e08680cbdb5fdd0d66cd88012cae3c53d41f7a7 | d5a0382b41680529a6d0378a6cbcf6a1e1a41395 | refs/heads/master | 2021-01-21T02:46:42.865423 | 2015-10-22T03:22:55 | 2015-10-22T03:22:55 | 44,727,880 | 1 | 1 | null | null | null | null | GB18030 | Java | false | false | 14,568 | java | package com.easylink.android;
import java.io.IOException;
import java.io.InterruptedIOException;
import java.net.DatagramPacket;
import java.net.InetAddress;
import java.net.InetSocketAddress;
import java.net.MulticastSocket;
import java.net.ServerSocket;
import java.net.Socket;
import java.net.SocketException;
import... | [
"bringmehome@vip.qq.com"
] | bringmehome@vip.qq.com |
5c88d6219bd8f5f6c26920309ff4449054437b33 | 08b7722ad49d6b11a39f7b6628dc2638ede840e2 | /MyAccount/src/myAccount/servlet/design/Footer.java | 31bf93e9ed613b0da61b750e6ebe6d746dc562e3 | [] | no_license | niteshgoevive/AccountManager | 663d4a46fd5b5375bedb9442df3d4fe8ea688781 | cad3eebe5edb6490e154baf5e3372298783bf87b | refs/heads/master | 2020-04-18T04:36:44.762537 | 2018-04-08T12:33:33 | 2018-04-08T12:33:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,440 | java | package myAccount.servlet.design;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/**
* Serv... | [
"jayprakashjp007@gmail.com"
] | jayprakashjp007@gmail.com |
19e59248b7c7b3e89e9ebbfea3dca9b4c3809008 | 1f8741a16aa96ae0ad4119bedc6dd7cb59c40fe6 | /src/main/java/com/sicredidigitalpautas/eduardabrum/controller/PautaController.java | a3799fae547ab5d107f4ec04f84e841aac93a6c8 | [] | no_license | eduardadebrum/SicrediDigitalPauta | 1925a358e67fbfa7b5f532406f0181cc17772fc7 | eff4364aa9855184a11f0322f65ba61a62af8ce2 | refs/heads/master | 2020-04-08T04:47:28.744057 | 2018-11-27T20:20:04 | 2018-11-27T20:20:04 | 159,032,124 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,593 | java | package com.sicredidigitalpautas.eduardabrum.controller;
import com.sicredidigitalpautas.eduardabrum.domain.PautaDomain;
import com.sicredidigitalpautas.eduardabrum.entity.Pauta;
import com.sicredidigitalpautas.eduardabrum.service.PautaService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperat... | [
"eduarda.lucena@ntconsult.com.br"
] | eduarda.lucena@ntconsult.com.br |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.