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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f85f7b81277d5a33c2b64c330c2467287e4d2543 | 94a3c1d3aeae085cf947df3e9421dc200b950caa | /demos/java-word/org.samples.docxconverters.docx4j/src/org/samples/docxconverters/docx4j/html/ooxmlToHTML.java | a5407cac1f177ea4ce8fb22ebe95c5221961a40a | [] | no_license | danieldelgado/proyectos-software | eb781892c1922ba9bd1e98385e26fde4ccb00b4e | d2113065a834066d3ebf73d792f5dcff44bafc84 | refs/heads/master | 2020-12-24T08:46:47.655576 | 2016-08-11T06:13:11 | 2016-08-11T06:13:11 | 32,235,953 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,484 | java | package org.samples.docxconverters.docx4j.html;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.io.OutputStream;
import javax.xml.transform.stream.StreamResult;
import org.docx4j.convert.out.html.AbstractHtmlExporter;
import org... | [
"danieldelgado22g@gmail.com@244fdcff-bacd-6254-7a59-d87bfe48386a"
] | danieldelgado22g@gmail.com@244fdcff-bacd-6254-7a59-d87bfe48386a |
0983eee9299920ff35f261561395c69e075b8a9f | 3c199deca05bb895ddf82afe083a7d9008a5e150 | /src/main/java/com/buyalskaya/fitclub/controller/command/impl/UnsubscribeInPrivateCabinetCommand.java | 723cf3d9d81b89b0547337e7ec46acfa997a2972 | [] | no_license | Julie717/FinalProject | fd80ceca6d5f93e5302f6f167f5594ae5b238d11 | eac77a9c94576783a0fd65adaa65807c7b6004f8 | refs/heads/master | 2023-01-23T14:03:03.185522 | 2020-12-02T22:18:54 | 2020-12-02T22:18:54 | 312,540,939 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,039 | java | package com.buyalskaya.fitclub.controller.command.impl;
import com.buyalskaya.fitclub.controller.AttributeName;
import com.buyalskaya.fitclub.controller.ParameterName;
import com.buyalskaya.fitclub.controller.Router;
import com.buyalskaya.fitclub.controller.command.AddRequestAttribute;
import com.buyalskaya.fitclub.co... | [
"buyalskaya.yv@gmail.com"
] | buyalskaya.yv@gmail.com |
05aac1692e374ad092ea8d9c11b97c0d624fc4e7 | c6cba2a3636201d5429e59b9f772b09313f78673 | /project/src/main/java/com/project/model/Answer.java | 29b9da33da2de957d4973766028b655dbaf2077b | [] | no_license | saurabhsen24/project | e96257c8670257b701596e13563f2fb96ead5d17 | a712e1253b9e110b9f19225d10e4c08516a991bc | refs/heads/master | 2022-12-21T15:59:33.123622 | 2020-04-11T18:54:01 | 2020-04-11T18:54:01 | 180,583,393 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 547 | java | package com.project.model;
public class Answer {
private int aid;
private String ans;
private int qid;
public int getAid() {
return aid;
}
public void setAid(int aid) {
this.aid = aid;
}
public String getAns() {
return ans;
}
public void setAns(String ans) {
this.ans = ans;
}... | [
"saurabhsensaurabh@gmail.com"
] | saurabhsensaurabh@gmail.com |
06c627ebf3f018872bf97d84059f6d42acd9839d | b5c24d416f96c463eb1e8d6a783e5cb8b84d97c3 | /src/day34/LoginActivity.java | 96cee39bc8c6b3cb630d5599bac52b81816f5f63 | [] | no_license | tamus88/JavaProgrammingB15Online | accefc34a6b3d94fdc3dd4dfafa09a82b8b8dfb7 | 193caacd56ebfd55e5fa5e6b3b051e6c00aba19f | refs/heads/master | 2021-05-18T18:35:30.250816 | 2020-03-30T16:24:59 | 2020-03-30T16:24:59 | 251,361,523 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,838 | java | package day34;
public class LoginActivity {
public static void main(String[] args) {
loginVoid("my username", "abc123");
loginVoid("user", "abc123");
boolean result = loginReturn("user", "abc123");
System.out.println("result = " + result);
System.out.println("second run "... | [
"tamus88@mail.ru"
] | tamus88@mail.ru |
6c9527d60e0346c1517cf715449346e08cf5a125 | dd1adec7b3b58f00f91e6163370e9329c9017f4d | /LimfaSportyy/src/com/Servelets/UpdateServ.java | 63ddb1dcfb484ccf654eb99381062b1b8dc5d9fe | [] | no_license | pr4sh4ntSingh/SposrtsClub | 12c9dec0fceee62e6470ac5f177ab0d72b9f4d84 | a925d2f0e492613657ff1970d47266a1babcdfe2 | refs/heads/master | 2021-01-01T19:45:17.799094 | 2017-07-28T17:36:53 | 2017-07-28T17:36:53 | 98,673,749 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,369 | java | package com.Servelets;
import java.io.IOException;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import com.bean.RegistrationBean;
import com.dbutil.CrudOperation;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.ht... | [
"pr4sh4ntSingh@users.noreply.github.com"
] | pr4sh4ntSingh@users.noreply.github.com |
daa226f424b68d22933653df3561416f4b2878f4 | ad8dae7ddef0de6ff2901daf7275a601c0780f8f | /customer_manage_system/src/com/shi/ui/CustomerView.java | 5f8faf4149b65b05c00a33d4f1d4bdc68cfdf6f1 | [] | no_license | qianwensea/Customer_Manage_System | 8332365d8238fa0ee09db7dde2a6fab52d59cd4b | 49ff12f9fecc9ba0008154383f389f9a9b5ee4d0 | refs/heads/master | 2021-04-13T21:32:09.885681 | 2020-03-22T14:06:57 | 2020-03-22T14:06:57 | 249,191,204 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,087 | java | package com.shi.ui;
import com.shi.bean.Customer;
import com.shi.service.CustomerList;
import com.shi.util.CMUtility;
/**
*
* @ClassName: CustomerView
* @Description: TODO(CustomerView为主模块,负责菜单的显示和处理用户操作)
* @author 千文sea
* @date 2020年3月22日
*
*/
public class CustomerView {
CustomerList cu... | [
"1280973473@qq.com"
] | 1280973473@qq.com |
1d229218191e793314b79654c0aea6cb0af14fae | c022b73b9cab4569532eb8266d3ee0ac141cd9c1 | /gaodelocation/src/main/java/com/pateo/qiuzhiwen/gaodelocation/Utils.java | 294a7cb895268104d5271f00b3f70c70489634f5 | [] | no_license | SalePig/GaodeAMap | 9fda4275d24e177da45a6b0c56ec75daaf288c3f | b13e9f0b6c95aee59880d5aa78a799e14c9ab0f8 | refs/heads/master | 2021-08-22T20:53:14.894144 | 2017-12-01T08:15:39 | 2017-12-01T08:15:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,528 | java | ///**
// *
// */
//package com.pateo.qiuzhiwen.gaodelocation;
//
//import android.text.TextUtils;
//
//import com.amap.api.location.AMapLocation;
//
//import java.text.SimpleDateFormat;
//import java.util.Locale;
//
//
//public class Utils {
// /**
// * 开始定位
// */
// public final static int MSG_LOCATION_START = 0;
/... | [
"631486894@qq,com"
] | 631486894@qq,com |
bad65cc5ce7aa4a8f488aba840515ffb3bb130df | 1a98aaf1f74d11278fc85ea241abe4b5736a9854 | /hybris/custom/shopping/shoppingstorefront/web/src/com/shopping/storefront/controllers/cms/PurchasedCategorySuggestionComponentController.java | 19e62e93f0c34aa2df30314fde4dcee17929547c | [] | no_license | ram0996/Ram | e85fc5de1945fed2835232bfed8f3cdd3144877d | 2f1669207d691655e1c54768e03ac5bb24581afb | refs/heads/master | 2022-04-28T06:22:56.611584 | 2022-03-22T03:13:43 | 2022-03-22T03:13:43 | 94,010,826 | 0 | 0 | null | 2022-03-22T03:15:24 | 2017-06-11T14:43:40 | Java | UTF-8 | Java | false | false | 2,153 | java | /*
* Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved.
*/
package com.shopping.storefront.controllers.cms;
import de.hybris.platform.acceleratorcms.model.components.PurchasedCategorySuggestionComponentModel;
import de.hybris.platform.acceleratorcms.model.components.SimpleSuggestionComponent... | [
"venkat05.hybris@gmail.com"
] | venkat05.hybris@gmail.com |
8de33c30e33c34fb9b7de2a2cfb3b48129b59d36 | 8492c3c795559cb66c8b78af196ed46f4b122378 | /141_Linked_List_Cycle/src/ListNode.java | 294df78a62d9928dfed2476a23a027cd3cc81140 | [] | no_license | Sparklemax/LeetCode_Learn | f8a7284fb38aefc41c00b9b85fd132001399d7f9 | 7cc3c27642257311e2427a835e3a159f3651ae40 | refs/heads/master | 2020-06-26T20:57:18.113135 | 2019-09-20T12:39:11 | 2019-09-20T12:39:11 | 199,755,965 | 2 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,289 | java | import java.util.List;
/**
* @author Sparklemax
* @date 2019/9/3 19:56
*/
public class ListNode {
int val;
ListNode next;
ListNode(){
}
ListNode(int x){
val = x;
next = null;
}
public ListNode buildListNode(String s){
ListNode first = null,last = null,newNode;
... | [
"sparklemax@outlook.com"
] | sparklemax@outlook.com |
08a072879ea9aa790d899f1951431338284d8677 | 2ce438f7d13db58228592ed72ee01e4fcbfc2594 | /StudyEveryDay/study_music/src/main/java/com/example/study_music/com/xkh/music/main/index/album/AlbumInfoDelegate.java | f590204a2cd015928880fd6a11036a52c9668928 | [] | no_license | xiakehe/music | ed54ec515ac59c19c173b58c505de2f89acde586 | 340921f950894afcbd477a7ddf82725439bf7bbf | refs/heads/master | 2020-03-25T18:08:37.638334 | 2018-08-18T14:05:33 | 2018-08-18T14:05:33 | 144,014,814 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,341 | java | package com.example.study_music.com.xkh.music.main.index.album;
import android.os.Bundle;
import android.support.v4.media.MediaBrowserCompat;
import android.util.Log;
import android.widget.ImageView;
import android.widget.TextView;
import com.example.study_core.delegate.BaseDelegate;
import com.example.study_music.R... | [
"xiakehes@126.com"
] | xiakehes@126.com |
15a9440c2309dd3220d00ee11a3db737e9303912 | bd0e9daa768b5332942b59686b9d9dcee7a668ec | /src/main/java/it/polimi/deib/provaFinale/cantiniDignani/view/gui/GiocatoreView.java | 2c34ba807fbb0693e082c4d50791c5361f821c47 | [] | no_license | aecant/Sheepland | f977903420843153c3d9b6c91c0640bdbf4d429c | caaa8b03eb0b4b2f8660cc46c12c38d1c558b1f8 | refs/heads/master | 2020-04-08T23:36:09.540320 | 2018-12-03T16:26:02 | 2018-12-03T16:26:02 | 159,832,029 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,816 | java | package it.polimi.deib.provaFinale.cantiniDignani.view.gui;
import it.polimi.deib.provaFinale.cantiniDignani.controller.MainClient;
import it.polimi.deib.provaFinale.cantiniDignani.model.Giocatore;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.FlowLayout;
import java.awt.Image;
import java.awt.... | [
"alessandro.dignani@mail.polimi.it"
] | alessandro.dignani@mail.polimi.it |
784cad94c07d8e79576df5986e007a9a7d91e102 | 0c0f7d6b46b9830ff4baf4a7ae52d6ea74e16248 | /xauth/src/main/java/com/github/haozi/config/DatabaseConfiguration.java | d2ad40d9dad4823ef5dbf0dcbda19bed9bf6a822 | [] | no_license | haoziapple/hello-world | e4b76c1447613f55eff36ca65d1cf62bb6113fb1 | 945d20701749592ae2ed9de25b22d688f7a3bec2 | refs/heads/master | 2023-01-31T22:51:23.500400 | 2019-07-12T03:09:41 | 2019-07-12T03:09:41 | 52,886,890 | 3 | 0 | null | 2023-01-11T22:17:36 | 2016-03-01T15:21:52 | Java | UTF-8 | Java | false | false | 2,010 | java | package com.github.haozi.config;
import io.github.jhipster.config.JHipsterConstants;
import io.github.jhipster.config.h2.H2ConfigurationHelper;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
impor... | [
"haozixiaowang@163.com"
] | haozixiaowang@163.com |
d8cf8c98e1425ba16e9c9168736281c60718bbd6 | 56326a61656e5ca4e96ac735f2bfe34abe894f3f | /manam.java | 3343f2a98eb312becff2a84b0b2e4bf25b07068f | [] | no_license | AshokKanjarla/Ashoka | ee95f7ee2207dc7013a1ccb446ecbba65e011b60 | 20f5356afee0fd598d4f8aa3e4cdc8886b7a6d8e | refs/heads/master | 2020-08-04T16:08:06.968658 | 2019-10-01T21:06:14 | 2019-10-01T21:06:14 | 212,197,441 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 54 | java | package com.nt.oops;
public class manam {
}
| [
"noreply@github.com"
] | noreply@github.com |
a5bb6f74100839a2879bd8c36d7cb947e461c7a0 | 907f98fb1cfe2422e4de7664f128c106b79c484a | /sources/file/src/main/java/com/informatica/binge/sources/file/POS.java | 55343063dea607f59a358238aaf952079b25fb57 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | maduhu/Surf | 2cb6bddc3a8e3f8f11e9be72542bd40e7386d97b | f53bdef74fa9f7ae596b4dd2690201d3cad8a799 | refs/heads/master | 2020-12-24T19:51:21.763996 | 2014-04-10T06:58:10 | 2014-04-10T06:58:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 914 | java | /*
* Copyright 2014 Informatica Corp.
*
* 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 ... | [
"jraj@informatica.com"
] | jraj@informatica.com |
06d5efd793f271370de630ab3ecc928696c0daa3 | a949b3c85d4bd89462b826e27648e753356020b6 | /src/main/java/com/codility/Project_Euler/p125.java | 969355a3632414a7724985b020e80ca66565c01b | [] | no_license | Chaklader/Codility | 99b37522ae748fd06d4384dc5747baca54e7745a | dd68a7b42e191abc9089f3b9193322e1d7933fe8 | refs/heads/main | 2022-07-17T11:47:29.061068 | 2022-07-06T07:08:17 | 2022-07-06T07:08:17 | 144,351,836 | 1 | 8 | null | 2021-01-01T15:33:48 | 2018-08-11T03:19:46 | Java | UTF-8 | Java | false | false | 801 | java | package com.codility.Project_Euler;/*
* Solution to Project Euler problem 125
* Copyright (c) Project Nayuki. All rights reserved.
*
* https://www.nayuki.io/page/project-euler-solutions
* https://github.com/nayuki/Project-Euler-solutions
*/
import java.util.HashSet;
import java.util.Set;
public final class p1... | [
"omi.chaklader@gmail.com"
] | omi.chaklader@gmail.com |
3b5221ceaa53465dc826c6ca0b23a74db3a93aa7 | 4552214a7a89edae1b470e047d599d97dfcf01e0 | /nguyenngoctruong/ext_task/src/com/NguyenTruong/Model/Work.java | 124feb0e805ba39f2ff840d3a600d2e295d9fb64 | [] | no_license | vickutetg/tm0614android | f09073791b5636e72ba59ea0d9352c614fdaad26 | 001ad1dd12a4894407eccb97b58d1570b8df40f8 | refs/heads/master | 2020-05-31T17:29:14.970607 | 2015-02-03T13:43:42 | 2015-02-03T13:43:42 | 34,943,933 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 757 | java | package com.NguyenTruong.Model;
public class Work {
private String work;
private int hour;
private int minute;
private int second;
private boolean check = false;
public String getWork() {
return work;
}
public void setWork(String work) {
this.work = work;
}
public int getHour() {
retu... | [
"nguyentruong8392@gmail.com@f6597a64-05d1-0719-f566-4b59fd94b772"
] | nguyentruong8392@gmail.com@f6597a64-05d1-0719-f566-4b59fd94b772 |
a1b41743795b90336f5dc534d3f2d4c0b315ea5d | 41c7b0e9ba497ea704acdb77a9e637e8b91d26b5 | /java-thread/src/com/family/biz/FatherThread.java | 71c636c4ebc2eabf8e64650dc557493fcfa1fe30 | [] | no_license | hzy2435/java-advance | 2ac02d1b97e26096fc18ab9f00e24b17d7845190 | 7912c1a616f72e53844e27e152b15eca0983805e | refs/heads/master | 2020-05-26T10:22:34.541756 | 2019-05-23T09:19:34 | 2019-05-23T09:19:34 | 188,201,913 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 478 | java | package com.family.biz;
import com.family.entity.Father;
public class FatherThread implements Runnable {
private Father father;
public FatherThread(Father father) {
this.father = father;
}
@Override
public void run() {
while (true) {
try {
Thread.slee... | [
"hzy2435@foxmail.com"
] | hzy2435@foxmail.com |
2e0d9a61115716148fcfb9405d3ee8fb10c62497 | 1e42210b5c1586060b7996e8aa0bde60ea40b762 | /JAVA/TutorialLevel0Bot/src/MicroUtils.java | 454bb5cd4ddcc678c1ccff4f65b4e9a544da73fd | [
"MIT"
] | permissive | hengkey/hengkeyAI_JAVA | 54524071d84fd837c549b62feb4e6fd3ad849476 | 813a08e57db3c07ea7d9f827dfd8317e5065012b | refs/heads/master | 2020-03-20T10:27:19.844989 | 2018-08-24T12:20:25 | 2018-08-24T12:20:25 | 137,339,874 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 32,803 | java |
import java.util.ArrayList;
import java.util.List;
import bwapi.DamageType;
import bwapi.Pair;
import bwapi.Player;
import bwapi.Position;
import bwapi.TechType;
import bwapi.Unit;
import bwapi.UnitSizeType;
import bwapi.UnitType;
import bwapi.UpgradeType;
import bwapi.WeaponType;
import bwta.BWTA;
import bwta.BaseL... | [
"hengkey2@naver.com"
] | hengkey2@naver.com |
c5d37a85151b74f3e9743121104a85bdfe88c48d | 5d059d98ffd879095d503f8db0bc701fab13ed11 | /sfm-datastax/src/test/java/org/sfm/datastax/DatastaxMapperFactoryTest.java | 852f407a5a4c5ec1fed6b5286a568c61b776ddd2 | [
"MIT"
] | permissive | sripadapavan/SimpleFlatMapper | c74cce774b0326d5ea5ea141ee9f3caf07a98372 | 8359a08abb3a321b3a47f91cd4046ca1a88590fd | refs/heads/master | 2021-01-17T08:11:57.463205 | 2016-02-06T14:38:44 | 2016-02-07T16:50:53 | 51,313,393 | 1 | 0 | null | 2016-02-08T17:23:12 | 2016-02-08T17:23:12 | null | UTF-8 | Java | false | false | 4,303 | java | package org.sfm.datastax;
import com.datastax.driver.core.*;
import com.datastax.driver.core.ResultSet;
import org.junit.Test;
import org.sfm.beans.DbObject;
import org.sfm.beans.TestAffinityObject;
import java.text.SimpleDateFormat;
import java.util.Iterator;
import static org.junit.Assert.*;
public class Datasta... | [
"arnaud.roger@gmail.com"
] | arnaud.roger@gmail.com |
c42493d565380ee42865a9348099a92912192896 | 9d297f1bca4c69e12d068d6c738ed3c4d032526e | /src/test/java/ch/aaap/harvestclient/impl/userAssignment/UserAssignmentsApiUpdateTest.java | b05cca2add969c1cb55bedb685eea73f769d52b5 | [
"MIT"
] | permissive | Dan-M/harvest-client | 84f849b502d094f30fcd53ef32f7a8574c0cdb60 | e4c427b0461cbdfd4022790f0865ad06d6535a5a | refs/heads/master | 2020-03-08T09:28:39.524312 | 2018-03-20T12:09:09 | 2018-03-20T12:09:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,232 | java | package ch.aaap.harvestclient.impl.userAssignment;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThat;
import ch.aaap.harvestclient.HarvestTest;
import ch.aaap.harvestclient.api.UserAssignmentsApi;
import ch.aaap.harvestclient.domain.Im... | [
"marco@3ap.ch"
] | marco@3ap.ch |
6af45dadd3d0504ddeac36fc6a7918933c743847 | f5827879e8f5e13b500fa5b8182aa722f4b4b607 | /cdm-value-objects-values/src/main/java/org/codingmatters/value/objects/values/optional/OptionalValue.java | 2a1fc5c1e777f326bd7f18417d1ca75ca1a7631d | [
"Apache-2.0"
] | permissive | flexiooss/codingmatters-value-objects | 317eb6df0f11c0d49777f19e8456fb9c07f82137 | 7f80d67cac7852d2214b1c226e7c07c76fe3a1d5 | refs/heads/master | 2023-09-04T11:09:09.909857 | 2023-07-06T07:20:32 | 2023-07-06T07:20:32 | 67,168,059 | 0 | 0 | Apache-2.0 | 2023-06-28T11:50:02 | 2016-09-01T21:36:04 | Java | UTF-8 | Java | false | false | 4,807 | java | package org.codingmatters.value.objects.values.optional;
import org.codingmatters.value.objects.values.PropertyValue;
import java.time.LocalDate;
import java.time.LocalDateTime;
import java.time.LocalTime;
import java.util.Optional;
import java.util.function.Consumer;
import java.util.function.Function;
import java.u... | [
"nel@flexio.fr"
] | nel@flexio.fr |
764cdb09da6db0b768c922450a814108e6cd30d4 | 65f99eb163728bb0066876bc0009846e4ad1c4f4 | /Phase1/Work_Stream_A/Code/DevCode/01-GN/INF/Model/src/com/beshara/csc/inf/business/deploy/CountriesSessionBean.java | 2b3adbe2ddfe1a97707109d466514816c1691935 | [] | no_license | omarEomar/CECS-GLV | 3aedce788b0a50041b75ec3e81159d17be1ae435 | b429c18de09f2ea08bb4d489a5458e1f28183f83 | refs/heads/master | 2021-05-02T12:13:27.298284 | 2018-03-06T10:11:10 | 2018-03-06T10:11:10 | 120,736,349 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,634 | java | package com.beshara.csc.inf.business.deploy;
import com.beshara.base.dto.IBasicDTO;
import com.beshara.base.entity.BasicEntity;
import com.beshara.base.entity.IEntityKey;
import com.beshara.base.requestinfo.IRequestInfoDTO;
import com.beshara.csc.inf.business.client.InfClientFactory;
import com.beshara.csc.inf.busine... | [
"omarezzeldinomar@gmail.com"
] | omarezzeldinomar@gmail.com |
77bd0b5cf521a82ecd83f96ba122adac0c540265 | 2585a8c56f1c8f0a93da572fd33a9479dac6a421 | /mockito-demo/src/com/demo/ICompute.java | cb7524c6622afc6351ce97f8b94be0415fb03002 | [] | no_license | nandakumarpurohit/JUnit-Mockito | 851a602c304b7bc5938d15fbcfd598b3c1c13c8c | 3bae7879f0b9399e2193c48f37571dfed5125faa | refs/heads/master | 2020-05-15T13:10:29.363813 | 2019-04-19T16:04:03 | 2019-04-19T16:04:03 | 182,290,576 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 83 | java | package com.demo;
public interface ICompute {
public int add(int a, int b);
}
| [
"nandakumarpurohit@gmail.com"
] | nandakumarpurohit@gmail.com |
899abfe10b882fa9257a8fc5460f1312211da6d7 | b50354cade5028c83a29d73bbcb5703eafaf9eae | /dailyAPI/src/com/axp/service/UserMessageDetailService.java | 2e566fb94b74d0fbb6882c15c03dbc5ce6effa0d | [] | no_license | jameszgw/open-pdd | 73a8407cf6e0b80f6501fccff881f1706a398e9b | e51dad626170623495a966513a1e5b915336ff10 | refs/heads/master | 2023-07-20T18:09:12.187409 | 2019-02-20T08:44:10 | 2019-02-20T08:44:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 288 | java | package com.axp.service;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public interface UserMessageDetailService {
Map<String, Object> msgDetail(HttpServletRequest request,HttpServletResponse response);
}
| [
"crazyda@outlook.com"
] | crazyda@outlook.com |
d1ab07bb5f52f6e56bcc28da7fd3f41c4d7b42ea | e19a5c73ec09a701d40480f5a573d8e2e0a2c7a4 | /GoApplication/SuGoodApp/src/com/sugood/app/activity/TuanGouCodeDetailActivity.java | 938119bd35d6043b9c3d8df23aeaf1476add2cd3 | [] | no_license | fl02china/SuGoodApp | 0be52f41790c8206a5a4ae8554aef1ceab9e44c9 | bb4fae63a07af7764fc90fd6c9e9ee35c3103249 | refs/heads/master | 2021-01-25T04:42:15.019187 | 2017-08-09T08:14:27 | 2017-08-09T08:14:27 | 93,466,480 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,599 | java | package com.sugood.app.activity;
import android.content.Intent;
import android.graphics.Bitmap;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.facebook.drawee.view.SimpleDraweeView;
import com.google.z... | [
"fl02@126.com"
] | fl02@126.com |
235ada88b61092fa472c0edf4ee927f89abb0c47 | bd6c87693a19c6fa647a94c921e6b74e01e3efef | /Images/src/images/Images.java | 2d07af5145aba92069f5f464df4ed9fea864b824 | [] | no_license | Citla1018A/VideoClase | e55919d162dfa6bf3d1da2ff4859613f9128e883 | 09d63cdbeb41fb3e60a71a6a326ec3239ac31f80 | refs/heads/main | 2023-03-31T13:33:24.655099 | 2021-04-05T01:46:25 | 2021-04-05T01:46:25 | 353,188,220 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 466 | 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 images;
/**
*
* @author Citlalli
*/
public class Images {
/**
* @param args the command line argume... | [
"noreply@github.com"
] | noreply@github.com |
eccf5c1a01ac64d457073e400d397157de32bfe7 | 6fc69fcdf2b1cb41ae2804e1a0a7a519ea10455c | /com/google/android/gms/internal/zztu.java | 9358cbc02be98845e2c77e2a9eb03ad2f11b4c1a | [] | no_license | earlisreal/aPPwareness | 2c168843f0bd32e3c885f9bab68917dd324991f0 | f538ef69f16099a85c2f1a8782d977a5715d65f4 | refs/heads/master | 2021-01-13T14:44:54.007944 | 2017-01-19T17:17:14 | 2017-01-19T17:17:14 | 79,504,981 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,118 | java | package com.google.android.gms.internal;
import java.util.HashMap;
import java.util.Map;
public class zztu {
private static final String[] zzagy;
private static final Map<String, Integer> zzagz;
static {
int i = 0;
zzagy = new String[]{"text1", "text2", "icon", "intent_action", "intent_da... | [
"earl.savadera@lpunetwork.edu.ph"
] | earl.savadera@lpunetwork.edu.ph |
a2ad153280abc24a730a8c1477cccebbfe1e49e6 | 2ee9a8936f889bade976b475d5ed257f49f8a32f | /core/src/main/java/com/huawei/openstack4j/openstack/csbs/v1/domain/CheckProtectableResp.java | 6f8cb372c0c2872bd96b3f59f564030d4250b813 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | huaweicloud/huaweicloud-sdk-java | f44532a5e6eae867e9620923a9467ed431d13611 | c1372d4be2d86382dfd20ccc084ae66c5ca4a4ce | refs/heads/master | 2023-09-01T06:10:00.487173 | 2022-09-01T01:50:12 | 2022-09-01T01:50:12 | 148,595,939 | 49 | 45 | NOASSERTION | 2023-07-18T02:12:39 | 2018-09-13T07:01:08 | Java | UTF-8 | Java | false | false | 1,889 | java | /*******************************************************************************
* Copyright 2018 Huawei Technologies Co.,Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "Licens... | [
"289228042@qq.com"
] | 289228042@qq.com |
3cf3ccd641a3b48355a7e5918756ab90b4a9f50f | ac7d7a2209a09b3c101fe1928b09cd16187b4b22 | /src/main/java/com/unbank/structure/Torrent.java | 2cd2d9192ef9f3c83969dd3ac57f81b7c4c6588a | [] | no_license | liangyangtao/dht_spider | 635326a6044fd2fa32209086cebdc362bfe6fdf5 | d7ad5aa13e9b49e9973a31aeb397e7b54ba8cd2a | refs/heads/master | 2020-12-25T14:24:04.238386 | 2016-06-30T03:15:34 | 2016-06-30T03:15:34 | 62,275,579 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,423 | java | package com.unbank.structure;
import java.util.Date;
import java.util.List;
/**
* torrent file structure
* @author xwl
* @version
* Created on 2016年4月4日 下午9:08:04
*/
public class Torrent {
private String info_hash;
private String announce;
private List<String> announceList;
private Date creat... | [
"674613438@qq.com"
] | 674613438@qq.com |
adab71c09b839ee36d7a1245be7bb8eed9d90a03 | 6060a80f2ebe40335250c39a9892e9399e40b2d9 | /src/main/java/com/tongyuan/temp/Main.java | a3e226bb1b8cd80419e3c977bafd478ea44e875b | [] | no_license | secondzc/myAlgorithm | 26ccdc59026fa4f0b00ce7d75ea9b2a65c1c506d | fd0e039e0dfcedbe6e2aaa5870acee04b433239e | refs/heads/master | 2020-03-23T21:07:21.786674 | 2018-08-21T01:06:44 | 2018-08-21T01:06:44 | 142,083,228 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 576 | java | package com.tongyuan.temp;
/**
* Created by zhangcy on 2018/8/13
*/
public class Main {
public static void main(String[] args) {
// Integer a = 125;
// Integer b=125;
// Integer c = 321;
// Integer d = 321;
// System.out.println(a==b);//true
// System.out.println(c==d);/... | [
"1146923246@qq.com"
] | 1146923246@qq.com |
1f03bccccd11d3fec20af7ed14fa70f2296b587b | 9800df753d62031815d6b1eaeaac7a53df5c4798 | /src/Charts/ChartMain.java | 009a50cd1061c0ab0ff1cf2bda1744cdead60925 | [] | no_license | giannosfor/JobChart | f261b7cfbf76ed7c82fcff9c6499beb360536b71 | 7bceb11c2aca04d3e6e17500e7c2c1eaaa948a04 | refs/heads/master | 2021-01-21T13:56:52.246592 | 2012-11-10T20:42:25 | 2012-11-10T20:42:25 | 3,185,336 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,011 | java |
package Charts;
import Extras.OpenFile;
import java.awt.Dimension;
import java.awt.GridLayout;
import java.io.FileNotFoundException;
import java.io.IOException;
import javax.swing.JFrame;
import org.jfree.ui.RefineryUtilities;
public class ChartMain extends JFrame {
public ChartMain() {
super("");... | [
"giannis_christofakis@hotmail.com"
] | giannis_christofakis@hotmail.com |
8f21ea6351a73e62e68775acee751a519f27e860 | 4bb2a02aaad7aa9a4ce5371ef5579a955599d5a8 | /src/main/java/ru/netology/manager/ProductManager.java | a20338fcb9b8f8cc89996dc999c75f9eeb2c2ce0 | [] | no_license | Skitovich/exceptions | 0582e6010c3b01ad355e433619b80589df9e1321 | dfbffeef00ed63a4e6fb07fdece49cd30dd14db3 | refs/heads/master | 2022-12-30T15:13:46.489533 | 2020-10-12T16:24:49 | 2020-10-12T16:24:49 | 303,441,459 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 524 | java | package ru.netology.manager;
import ru.netology.domain.Product;
import ru.netology.repository.ProductRepository;
public class ProductManager {
private ProductRepository repository;
public ProductManager(ProductRepository repository) {
this.repository = repository;
}
public void add(Product ... | [
"zloycvetok@gmail.com"
] | zloycvetok@gmail.com |
a9362254c4ffdf46d5c5361c4aa4c0d1ac93fee3 | 155d7e5c1543f6d102479de8e54527f4b77a1b38 | /server-core/src/main/java/io/onedev/server/model/support/issue/field/spec/userchoicefield/defaultmultivalueprovider/SpecifiedDefaultMultiValue.java | dcaa6e0a10dad06132f12bcdac2f3362fd6c6370 | [
"MIT"
] | permissive | theonedev/onedev | 0945cbe8c2ebeeee781ab88ea11363217bf1d0b7 | 1ec9918988611d5eb284a21d7e94e071c7b48aa7 | refs/heads/main | 2023-08-22T22:37:29.554139 | 2023-08-22T14:52:13 | 2023-08-22T14:52:13 | 156,317,154 | 12,162 | 880 | MIT | 2023-08-07T02:33:21 | 2018-11-06T02:57:01 | Java | UTF-8 | Java | false | false | 1,545 | java | package io.onedev.server.model.support.issue.field.spec.userchoicefield.defaultmultivalueprovider;
import io.onedev.server.annotation.Editable;
import io.onedev.server.annotation.OmitName;
import io.onedev.server.model.Project;
import io.onedev.server.util.match.Matcher;
import io.onedev.server.util.match.PathMatcher;... | [
"robin@onedev.io"
] | robin@onedev.io |
0b3b8ed889db019a956b0af280bf44337579fe7f | 07e0462d670a956dedc8e7169bc6343806d38f1d | /csvideo-common/src/main/java/com/csvideo/util/FFmpegUtils.java | 76f3ee7bce3257629b683526f2f79a6e918ed2ae | [] | no_license | chenshuai12/csvideo1.0 | 619c3542e0b79e50961fa9c54b917757a1027246 | 20c0705c6246f4cdf63a740f2ce29f13307ffe31 | refs/heads/master | 2022-12-22T18:32:48.493430 | 2019-08-04T10:03:37 | 2019-08-04T10:03:37 | 180,469,124 | 5 | 1 | null | 2022-12-16T07:13:16 | 2019-04-10T00:18:13 | JavaScript | UTF-8 | Java | false | false | 2,594 | java | package com.csvideo.util;
import java.util.ArrayList;
import java.util.List;
/**
* Created by asus on 2019/3/21.
*/
public class FFmpegUtils {
public boolean executeCodecs(String ffmpegPath,String upFilePath,String codcFilePath,String coverPath) throws Exception{
//创建一个List集合来保存转换视频文件未fiv格式的命令
L... | [
"2323994483@qq.com"
] | 2323994483@qq.com |
06b878a70a5f2523aa209a6d41e4e690a1447614 | bc16f0c2c4bbfe1e738ae8198d880e0474dda680 | /20200618-자바연산자_1/src/이항연산자_비트연산자.java | 90542a40562ad0ad4edfb6e56093a401a9d6fb23 | [] | no_license | Heejineee/20200619_JavaStudy | 7f1a45a5bcb2d1682f2e5336ab37cae6e67ff4e9 | 8f7b61fe797e940fd9f48950ae51063edd445f22 | refs/heads/master | 2022-11-26T08:49:16.675439 | 2020-08-07T07:58:20 | 2020-08-07T07:58:20 | 273,409,384 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 685 | java | /*
* 비트연산자 => 비트와 비트를 연산
*
* &(and) |(or) ^(xor) ==> 회로, 암호화/복호화
* (*) (+) (같으면 0, 다르면 1)
* ===================
* 00 0 0 0
* 01 0 1 1
* 10 0 1 1
* 11 1 1 0
* ===================
* 10 & 5 => 1010 & 0101 = 0000 ==> 0
* 10 | ... | [
"SIST@DESKTOP-I8FQNHB"
] | SIST@DESKTOP-I8FQNHB |
bb2197521311c277172e5721cff8a488edde6fad | fe30a09a98c7a8823113cdffd47892046063704b | /src/main/java/main/Person.java | 2a71c8eda73c0553b1687dd38206a9149e10e469 | [] | no_license | Topoy/SberTask | 3314c9ca228afd3b20f071b714dd4f524223ae6f | 54d5a54315f34b333b9154f9b49bafb228a9c650 | refs/heads/master | 2023-05-29T01:43:49.122076 | 2021-06-15T12:24:08 | 2021-06-15T12:24:08 | 376,720,833 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,210 | java | package main;
import java.math.BigDecimal;
public class Person {
private String name;
private BigDecimal wallet;
private BigDecimal appendFromBank;
public Person(String name, BigDecimal wallet) {
this.name = name;
this.wallet = wallet;
}
public String getName() {
retu... | [
"rinz.ler@aiesec.net"
] | rinz.ler@aiesec.net |
23cb8d194121f653381e8a24771028617612abff | ed107eefd4714aac8f3c34acacc2bcc7b582c24b | /src/main/java/com/wolf/concurrenttest/io/nio/TCPClient.java | 0cc91131dfe448e5635a721dcf6c46e62ab2b5d0 | [] | no_license | liyork/concurrenttest | 07a7a14546b473e65e372941ebe1a444251747c6 | 5da7b5d4a0551ea7c39e0d86a8fca991b682efb0 | refs/heads/master | 2022-10-22T11:02:45.490207 | 2021-09-28T14:06:29 | 2021-09-28T14:06:29 | 167,670,022 | 0 | 2 | null | 2022-10-05T00:08:53 | 2019-01-26T09:08:17 | Java | UTF-8 | Java | false | false | 2,115 | java | package com.wolf.concurrenttest.io.nio;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.nio.ByteBuffer;
import java.nio.channels.SelectionKey;
import java.nio.channels.Selector;
import java.nio.channels.SocketChannel;
/**
* <p> Description:
* <p/>
* Date: 2015/10/23
* Time: 13:36
*
* ... | [
"lichao30@jd.com"
] | lichao30@jd.com |
371cf84c82d559bb42ef8a3e915e3ba377a7e38b | 7e1511cdceeec0c0aad2b9b916431fc39bc71d9b | /flakiness-predicter/input_data/original_tests/activiti-activiti/nonFlakyMethods/org.activiti.standalone.escapeclause.ExecutionQueryEscapeClauseTest-testQueryLikeByQueryVariableValue.java | 39d29088ce2476880a315523dbad3d6b2332c320 | [
"BSD-3-Clause"
] | permissive | Taher-Ghaleb/FlakeFlagger | 6fd7c95d2710632fd093346ce787fd70923a1435 | 45f3d4bc5b790a80daeb4d28ec84f5e46433e060 | refs/heads/main | 2023-07-14T16:57:24.507743 | 2021-08-26T14:50:16 | 2021-08-26T14:50:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 443 | java | @Test public void testQueryLikeByQueryVariableValue(){
Execution execution=runtimeService.createExecutionQuery().variableValueLike("var1","%\\%%").singleResult();
assertNotNull(execution);
assertEquals(processInstance1.getId(),execution.getId());
execution=runtimeService.createExecutionQuery().variableValueLike... | [
"aalsha2@masonlive.gmu.edu"
] | aalsha2@masonlive.gmu.edu |
06aed0ac8217daf03da4b53fd4078dd20850abd9 | e9affefd4e89b3c7e2064fee8833d7838c0e0abc | /aws-java-sdk-lightsail/src/main/java/com/amazonaws/services/lightsail/model/transform/QueryStringObjectJsonUnmarshaller.java | df6469baadeb5bc044a8da1b50521592945df0b5 | [
"Apache-2.0"
] | permissive | aws/aws-sdk-java | 2c6199b12b47345b5d3c50e425dabba56e279190 | bab987ab604575f41a76864f755f49386e3264b4 | refs/heads/master | 2023-08-29T10:49:07.379135 | 2023-08-28T21:05:55 | 2023-08-28T21:05:55 | 574,877 | 3,695 | 3,092 | Apache-2.0 | 2023-09-13T23:35:28 | 2010-03-22T23:34:58 | null | UTF-8 | Java | false | false | 3,079 | java | /*
* Copyright 2018-2023 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... | [
""
] | |
3b3b9d08314e3212b07a8f2f1d652aa39088286e | eae77aca393b6c543401fe8d18d7ccececd52f1a | /hahaha/src/spiderUtil/Search.java | 78d1345c2cd96196f6884fd0d718b1b10e9c5706 | [] | no_license | Evaneternity/JAVA-spider | bb85f1f6fb8a1770f5eb09a4a72fcbe8c79d638f | 663309a12b1f9127afa5ae17a555ddf1a6ac3a01 | refs/heads/master | 2021-05-12T09:34:39.021053 | 2018-01-27T02:39:35 | 2018-01-27T02:39:35 | 117,324,718 | 0 | 1 | null | 2018-01-27T02:35:13 | 2018-01-13T07:46:09 | Java | GB18030 | Java | false | false | 3,677 | java | package spiderUtil;
import java.io.IOException;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import spiderUtil.Article;
import spiderUtil.UtilMethod;
import spiderUtil.Article;
public class Search {
priva... | [
"evaneternity@gmail.com"
] | evaneternity@gmail.com |
bd0b6724b6ea3783c3461ce12eeced57111f7404 | 1906abfede2bbc037bf156a57451b770ec04cda7 | /Java Program/src/com/bridgelab/functionalprograms/Gambler.java | 5de09e574c11ae0592034aca25ca7f12b3a8bb48 | [] | no_license | Rakesh100ny/Java_Programs | 8fc1e9199d2ec883fbd80e102bb18c63cf361805 | d58945dee6d4f1b8a766d4a2132c038cde6fc021 | refs/heads/master | 2021-09-16T10:39:02.547132 | 2018-06-19T14:46:03 | 2018-06-19T14:46:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 854 | java | /******************************************************************************
*
* Purpose : Determine Gambler problem how many time he won and also calculate percentage
* @author RakeshSoni
* @version 1.0
* @since 05-03-2018
*
*****************************************************************... | [
"baberwalrakesh@yahoo.com"
] | baberwalrakesh@yahoo.com |
ea17c5a6b6212b1343893d997c63c8c67d8e7a52 | 54bfdbe6c1a249f00f87cafacccb65f8a32d40fc | /dspace-api/src/main/java/org/dspace/app/bulkedit/MetadataDeletion.java | 2a77306a5498f3d58f6302f4aabfafee72a7c986 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"MPL-1.0",
"W3C",
"GPL-1.0-or-later",
"LicenseRef-scancode-unicode",
"LGPL-2.1-or-later",
"LGPL-2.0-or-later",
"CDDL-1.0",
"MIT",
"Apache-2.0",
"JSON",
"EPL-1.0",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-un... | permissive | 4Science/DSpace | 55fb70023af8e742191b3f6dd0a06a061bc8dfc9 | 0c4ee1a65dca7b0bc3382c1a6a642ac94a0a4fba | refs/heads/dspace-cris-7 | 2023-08-16T05:22:17.382990 | 2023-08-11T10:00:00 | 2023-08-11T10:00:00 | 63,231,221 | 43 | 96 | BSD-3-Clause | 2023-09-08T15:54:48 | 2016-07-13T09:02:10 | Java | UTF-8 | Java | false | false | 3,848 | java | /**
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE and NOTICE files at the root of the source
* tree and available online at
*
* http://www.dspace.org/license/
*/
package org.dspace.app.bulkedit;
import java.sql.SQLException;
import org.apache.commons.cli.ParseExc... | [
"luca.giamminonni@4Science.it"
] | luca.giamminonni@4Science.it |
1b03f83045ead4b8049457732eb924997fde112f | 1f26360e34f60e7e143ea07dc15d16ca189f748d | /src/app/Main.java | cd3b0fa7258918380c1db9b40c683370e6ba76a7 | [] | no_license | nosremehj/gerenciar-estacionamento | aacff6214f710a9bda5449661d18917c7d6b25c1 | 6ab6385dc8a522e4bde50acc0c6de388eb234514 | refs/heads/master | 2023-03-10T09:07:15.911404 | 2021-02-22T01:35:55 | 2021-02-22T01:35:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,196 | java | package app;
import controle.Inicial;
import controle.Logado;
import visualizacao.Cabecalho;
import visualizacao.Login;
import visualizacao.Menu;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
//App
Scanner leitor = new Scanner(System.in);
boolean ... | [
"tijhemerson@gmail.com"
] | tijhemerson@gmail.com |
95e73201fd3d6fe5838fe9fe8664fc81d9e48e94 | 388d2940aab8c9fe8213fd0f773e4d155cdbb303 | /src/measure/graph/distance/TopologicalOverlap.java | 41b24aab289c96668302dccbaadaf168614a8da3 | [
"MIT"
] | permissive | tuantx7110/CommunityEvaluation | ca52f589d9388dfba749fe7e7eb112c4afd3bb54 | 41ba38513b0b62d7837979de9de68abb475f9db2 | refs/heads/master | 2023-03-16T09:15:29.580070 | 2016-03-09T07:52:28 | 2016-03-09T07:52:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,662 | java | package measure.graph.distance;
import java.util.Set;
import org.apache.commons.collections15.Transformer;
import edu.uci.ics.jung.graph.Graph;
import measure.graph.GraphProximity;
public class TopologicalOverlap<V, E> extends GraphProximity<V,E> {
{
type = Type.SIMILARITY;
}
public TopologicalOverlap(Graph<V, E... | [
"rabbani@gmail.com"
] | rabbani@gmail.com |
5bb577c759ab06f6554b010ee7629e1d9c79e4bb | 11be13cbb229aec2d6908e2d93f78141da434152 | /12306/src/com/dhorse/control_behide/service/StationManagerServiceInter.java | 989dfd2763d920458bd540eb0b4f64dcbb1d27e8 | [] | no_license | erliangWei/-12306 | 63631cd7a2b67dd29a3f0fac8cd704f7d828463a | ee265221411182b18310d04f83a32bc768454f19 | refs/heads/master | 2020-12-24T10:24:03.801198 | 2016-11-07T14:14:14 | 2016-11-07T14:14:14 | 73,084,305 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 897 | java | package com.dhorse.control_behide.service;
import java.util.List;
import com.dhorse.control_behide.vo.AddStationVO;
import com.dhorse.control_behide.vo.ProCapitalVO;
import com.dhorse.control_behide.vo.StationDeptListVO;
import com.dhorse.control_behide.vo.StationManageVO;
import com.dhorse.control_behide.vo.... | [
"Eli_wei@DESKTOP-0CVOV5V"
] | Eli_wei@DESKTOP-0CVOV5V |
f01a6c166dc63649bc8d223240db2eb40b493de6 | 8527ab8b80ce5a454e1418fc4c894aecda5e15ca | /analysis/src/main/java/es/ua/dlsi/im3/analysis/analysis/analyzers/tonal/academic/melodic/Accuracy.java | bedd99f2f1d55a2a24e7f0855c883dec31f2d62e | [] | no_license | davidrizo/im3 | 3ad5ac269348b53b9fae02ba231a676caabaed4a | 28a1d6661447c954c3198909522b3aa28a122bad | refs/heads/master | 2022-02-10T15:58:29.330151 | 2018-06-02T16:08:00 | 2018-06-02T16:08:00 | 102,493,573 | 2 | 0 | null | 2022-02-01T00:57:18 | 2017-09-05T14:44:50 | Java | UTF-8 | Java | false | false | 2,126 | java | package es.ua.dlsi.im3.analysis.analysis.analyzers.tonal.academic.melodic;
import es.ua.dlsi.im3.core.score.AtomPitch;
import java.util.Map;
/**
* It computes the accuracy of a melodic analysis
* Created by drizo on 24/6/17.
*/
public class Accuracy {
private final MelodicAnalysis expected;
private final ... | [
"drizovalero@gmail.com"
] | drizovalero@gmail.com |
641e183d322e89759f6b2df5a8317d1eae5366ca | e661f34810f7c7f76d62b668468db3268609b1ff | /jt-user-consumer/src/main/java/cn/jt/pojo/BasePojo.java | b911b24ad8c89b9288594354f329d872190ed76f | [] | no_license | LHCONG66/cong | f4dfafc1c55312a34a6a34d0d3ae9b2ca0546885 | f792687f05596eb6a847dfff832f87fde680d89a | refs/heads/master | 2020-04-10T15:04:18.648645 | 2018-12-12T00:34:17 | 2018-12-12T00:34:17 | 161,096,144 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 565 | java | package cn.jt.pojo;
import java.io.Serializable;
import java.util.Date;
public class BasePojo implements Serializable{
/**
*
*/
private static final long serialVersionUID = -8604324269758940307L;
private Date created;
private Date updated;
public Date getCreated() {
return created;
}
public void setCrea... | [
"m15557940626@163.com"
] | m15557940626@163.com |
aa9975ac174868ec1fa5c01aa14c9b59fc9d325a | 55be292de0b48db85ecce061fa68890ea84001d9 | /ElecRecord/src/com/zhbit/action/attendance/AttendanceDetailAction.java | 07b666db0a8189217e51a16874e93d46adc3d1ee | [
"Apache-2.0"
] | permissive | weletry/ElectronicRecord | 3b5618b6a141bf8c38192c5f596bcd22fbb10d73 | b150d26ca2586a20d323f71f8efcbd0791b94179 | refs/heads/master | 2021-05-31T17:41:54.971534 | 2016-06-23T05:25:35 | 2016-06-23T05:25:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,603 | java | package com.zhbit.action.attendance;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.UnsupportedEncodingException;
import java.sql.Timestamp;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.Resource;
import com.zhbit.action.BaseAndExcelAction... | [
"luojianxin2016@sina.com"
] | luojianxin2016@sina.com |
f9df99ac99bfccc7833fb9896ff1993125fb099c | 0ad73f9ec1e0f3ce4ace5339f443c6e2435c37ab | /myspring/src/main/java/org/learn/proxy/staticproxy/WorkerProxy.java | 07b961dbfda1c457c6f193c00105fcf7302b931c | [] | no_license | wtforfun/learnJava | c38091cb4a80e47fa50ac01808e28639d14b0b22 | 72132b65c8bb8ff013b8eab20ddfa09eefce63ad | refs/heads/master | 2023-03-14T05:43:32.380728 | 2021-03-16T14:45:26 | 2021-03-16T14:45:26 | 348,281,602 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 310 | java | package org.learn.proxy.staticproxy;
public class WorkerProxy implements IWork{
private Worker worker;
public void setWorker(Worker worker) {
this.worker = worker;
}
@Override
public void work() {
System.out.println("proxy is looking..");
worker.work();
}
}
| [
"mrwangt@126.com"
] | mrwangt@126.com |
982ef89ce94cd3ab23e59091e5155ac323e1350c | 399ed1bdc20f0d2e3d18d1c341d5d0fc10d79905 | /basic/view/src/main/java/com/view/LoadingView.java | 115d351f6db477fdda7d738cb0c317de6fdeff4f | [] | no_license | MoJieBlog/AppExp | 8a58754ab9578aaaf4689efe04ede519bc9459e3 | ed4e30129314c36549883b88a7e6de3c31ed60b5 | refs/heads/master | 2021-06-25T13:49:11.255535 | 2020-12-18T09:15:40 | 2020-12-18T09:15:40 | 191,364,115 | 11 | 3 | null | null | null | null | UTF-8 | Java | false | false | 511 | java | package com.view;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.ProgressBar;
/**
* @describe
* @author: lixiaopeng
* @Date: 2019-07-15
*/
public class LoadingView extends ProgressBar {
public LoadingView(Context context) {
super(context);
}
public Loa... | [
"xiaopeng.li@niu.com"
] | xiaopeng.li@niu.com |
716b564ce9fd28a5075dae9c54264b807fab27bc | 4132791194dd2688ee11cca4a64b9446caef77a9 | /kafka/java/order-zeebe/src/test/java/io/flowing/retail/kafka/order/FetchGoodsAdapter.java | 4b9b0ad6a93637945c87c1a6eedae5c9877f9e0b | [
"Apache-2.0"
] | permissive | codependent/flowing-retail-1 | 98a8dbbe9f8e982747e53335cb49dca0c4b73438 | 5301b7d60539e26f73a7a654461a8a4bd730b328 | refs/heads/master | 2020-03-30T15:41:01.013849 | 2018-09-28T16:03:01 | 2018-09-28T16:03:01 | 151,374,804 | 1 | 0 | null | 2018-10-03T07:15:29 | 2018-10-03T07:15:37 | null | UTF-8 | Java | false | false | 2,067 | java | package io.flowing.retail.kafka.order;
import java.time.Duration;
import java.util.Collections;
import java.util.UUID;
import javax.annotation.PostConstruct;
import javax.annotation.PreDestroy;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import io.... | [
"bernd.ruecker@camunda.com"
] | bernd.ruecker@camunda.com |
b0c462e9f2c4054c15d2a3163cfc69f245d170b3 | 0d1124ff5225b15c4c6910c24c424f3877e28cbd | /src/main/java/com/mvc/web/entity/content/Notice.java | 2d7ed3993088c2eda6d2647bd78f7cd27184e3f0 | [] | no_license | Abelime/ServletTest | b6aa61ef41d43fa96ba273164a5788f89a2bdfe5 | cbd2dcefcbec6ad772de77095a08d29681c7145d | refs/heads/master | 2023-04-25T18:47:21.707602 | 2021-06-11T01:30:08 | 2021-06-11T01:30:08 | 375,872,493 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,878 | java | package com.mvc.web.entity.content;
import java.util.Date;
public class Notice {
int id;
String title;
String writeid;
String content;
Date regdate;
int hit;
String board;
public String getBoard() {
return board;
}
public void setBoard(String board) {
this.board = board;
}
@Ov... | [
"Hyung준영@DESKTOP-BRBF503"
] | Hyung준영@DESKTOP-BRBF503 |
0b658535875491f5ab63b468b4555d8ea1b30fee | cc20492a1ec20c4591f7e53fd7827fdcbc11bd5e | /DataStructures/src/org/datastructures/stack/Calculator.java | 21d5f2f332257fd6a420cbf2a3a895e130c2d050 | [] | no_license | RickUniverse/JavaBaseReview | 51d42861836a9555d16e02c824859607f3dab084 | b5f7ebad25eee84b9f2d48e222688bb7e7bc8471 | refs/heads/master | 2023-02-08T14:37:58.000647 | 2020-12-29T14:01:16 | 2020-12-29T14:01:16 | 325,299,763 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,011 | java | package org.datastructures.stack;
/**
* 中缀表达式
* @author lijichen
* @date 2020/8/23 - 17:00
*/
public class Calculator {
public static void main(String[] args) {
//创建表达式
String expression = "300+2*6-2";
//创建两个栈
ArrayStack numStark = new ArrayStack(20);
ArrayStack operStar... | [
"tom_global@review.com"
] | tom_global@review.com |
edcfdffb089b02d50bcc7c8787fd9e52b176974c | 6e53682a960408accdb9ac1b3b7dcf180354232e | /src/Repl_Homeworks/Repl00176.java | fe0cfb2e63bc1a75400e12dc1be0cc97c7544ece | [] | no_license | GulenYilmaz/Java__2020__Repl.It__HW | 8a16fa1e0489784e92486c320e420f84dcdf4129 | d506703896ce1640f171fd22a2dfa76ec6997e0a | refs/heads/master | 2022-10-18T19:16:33.499500 | 2020-06-04T01:47:06 | 2020-06-04T01:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,671 | java | package Repl_Homeworks;
/*
* Encapsulation
Create the a Person class with the following:
Class Variables
firstname
lastname
birthmonth
birthday
birthyear
String ssn
Constructor
The main constructor should take in all values and assign them to their respective private class variables
Methods
Create a public getters t... | [
"gulenaltintasyilmaz@gmail.com"
] | gulenaltintasyilmaz@gmail.com |
4cc67a2f52cdf98d45c1c051fba89ad06b53c948 | 6ba26f52e0fb974502ad1269f43fef3714e602ad | /dont-let-the-unit-tests-coverage-cheat-you/src/main/java/com/coderstower/blog/dont_let_the_unit_tests_coverage_cheat_you/step4/User.java | 1be28a8a6fe3679f625d3a7432aef3104044ceae | [
"Apache-2.0"
] | permissive | estigma88/coders-tower-code | 6be30d1a7d4302626f8385a2eede75bb89abc509 | fd290104460844ec8c4b2f13e5639a9cd60a855c | refs/heads/master | 2022-06-14T03:39:16.821989 | 2022-05-30T21:47:39 | 2022-05-30T21:47:39 | 190,036,422 | 3 | 4 | Apache-2.0 | 2022-05-30T21:47:40 | 2019-06-03T15:51:29 | Java | UTF-8 | Java | false | false | 1,075 | java | package com.coderstower.blog.dont_let_the_unit_tests_coverage_cheat_you.step4;
import java.util.Objects;
import java.util.StringJoiner;
class User {
private String id;
private String name;
public User(String id, String name) {
this.id = id;
this.name = name;
}
public String getId() {
return id... | [
"estigma88@gmail.com"
] | estigma88@gmail.com |
df07568fc6ccc6eda553a0dfc678e300693119b4 | 339264ea7298a764eb1694a5dec3fb5f410d49c2 | /app/src/androidTest/java/com/openclassrooms/entrevoisins/ui/neighbour_list/DetailNeighbourActivityLaunchTest.java | 0a2cd962043f0f4a24715a44fb9a887ab0f83962 | [] | no_license | Calinnor/Project3 | bd01f2cc71a42f0df18760e7954f8f6e242046d5 | 02968e0c3d5c42532edfd1e081dca0ee9a5d91f2 | refs/heads/master | 2021-05-22T18:40:30.362414 | 2020-10-27T17:54:37 | 2020-10-27T17:54:37 | 253,043,813 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,768 | java | package com.openclassrooms.entrevoisins.ui.neighbour_list;
import android.view.View;
import android.view.ViewGroup;
import android.view.ViewParent;
import androidx.test.espresso.ViewInteraction;
import androidx.test.filters.LargeTest;
import androidx.test.rule.ActivityTestRule;
import androidx.test.runner.AndroidJUn... | [
"frederic.hautson@gmail.com"
] | frederic.hautson@gmail.com |
1d3f2419dd8236444b1c6d35c629864b11a81585 | 22eb8e44dec4903c2de5351c284d23f96bd497ce | /src/main/java/redgear/liquidfuels/plugins/FermenterRecipes.java | 7d1b94e1291c991103cb32da5ed807a49d6df28f | [] | no_license | RedGear/LiquidFuels | 6b99cc6918a92d2633788419306efb7b3b08e0ef | 2ec60286d2ea234cb131e4fe44a02a0ac9ca7e29 | refs/heads/master | 2020-08-10T17:23:11.258863 | 2014-12-31T00:59:35 | 2014-12-31T00:59:35 | 15,510,947 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 866 | java | package redgear.liquidfuels.plugins;
import net.minecraftforge.fluids.FluidStack;
import cpw.mods.fml.common.LoaderState.ModState;
import redgear.core.mod.IPlugin;
import redgear.core.mod.ModUtils;
import redgear.liquidfuels.core.LiquidFuels;
import redgear.liquidfuels.recipes.FermenterRecipe;
public class FermenterR... | [
"LordBlackhole@gmail.com"
] | LordBlackhole@gmail.com |
210771a2f1062b899d3338717f2dc9671b871b57 | 70e16a5fe476839291e1f8171f0c8384365f06c5 | /app/src/main/java/com/greenear/yeqinglu/greeneartech/ui/MainActivity.java | efd6b62d5f377a06cbdd434857fb22b5fa683480 | [] | no_license | Kasiea/GreenearTech | 9158d76e5f8aac203261f21b1f4dc7fe8f93befb | c5dc59c3971888d2ed0651275a5ec7fc2cab9900 | refs/heads/master | 2021-01-24T10:27:31.527613 | 2017-04-25T03:54:06 | 2017-04-25T03:54:06 | 68,890,817 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,215 | java | package com.greenear.yeqinglu.greeneartech.ui;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.NavigationView;
import android.support.design.widget.Snackbar;
import android.support.v4.view.GravityC... | [
"yeqing15@gmail.com"
] | yeqing15@gmail.com |
37fb849cb4e67292964b6dadee532be5a9785202 | 6139f86075f050e1da80bde8791550814a95f1d5 | /src/controllors/FileChooser.java | ea93d0ff74e39296e961b69451c525aca0332d6b | [] | no_license | judyobrienie/Huffman | ac4da78e06f6319edf480b5e320939ceba47b1c6 | cfe4676a5948365fe192b0e989bbb0096ef863bc | refs/heads/master | 2020-05-18T15:08:09.733356 | 2017-03-28T19:51:13 | 2017-03-28T19:51:13 | 84,256,041 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,952 | java | package controllors;
// SimpleFileChooser.java
// A simple file chooser to see what it takes to make one of these work.
//
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import javax.swing.*;
public class FileChooser extends JFrame {
public FileChooser() {
super("File Chooser Test ... | [
"judyobrienie@gmail.com"
] | judyobrienie@gmail.com |
a4ece76acbdd4584bbfb4c6d71e58c8ea36c596c | 25a4763dfc67a4639b6cabf211140b9cc5ad7b10 | /src/main/java/org/schhx/leaf/leaf/Leaf.java | af91f4094c10c4efee6d81d22086ae27e083b997 | [
"MIT"
] | permissive | schhx/leaf | 9c0ea9990a822e33600cfa02ea9c2704fe03fa86 | f685f2eff7cbe61b6478e07ea99afbc91685c05e | refs/heads/master | 2020-03-18T23:46:45.879173 | 2018-06-11T07:18:26 | 2018-06-11T07:18:26 | 135,427,482 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 221 | java | package org.schhx.leaf.leaf;
/**
* @author shanchao
* @date 2018-05-31
*/
public interface Leaf {
/**
* 获取下一个id
*
* @param bizTag
* @return
*/
long nextId(String bizTag);
}
| [
"shanchao@wosai-inc.com"
] | shanchao@wosai-inc.com |
eaafa553bbfc0c0fc09b92a6c8dfd3bf77b9500d | 5827680a971ec56d5636d1ee112793b870f91122 | /FSX_Collada3D/src/collada/Box.java | 5eec25be9b5f30a43683d810ea9327ef5d819afa | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | bily/fsxp | 61185fad6d87a1b0bc6d98dbdb8a02bd7e83c0cb | 39f1ff19a2fd5b86e764602baf543298d985b303 | refs/heads/master | 2021-01-20T04:33:10.510213 | 2012-08-12T07:28:23 | 2012-08-12T07:28:23 | 7,416,727 | 3 | 4 | null | null | null | null | UTF-8 | Java | false | false | 900 | java |
package collada;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlList;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.... | [
"evandrix@gmail.com"
] | evandrix@gmail.com |
fa8f663f536492e79f9fd0558d82a7d6cfa6f42d | 6a734eeef6e72b1b19ba5fdba945797fe12952ce | /src/main/java/com/product/report/exception/ErrorDetails.java | 0b642c60bcc204f691e770ba7a89ae21dd668fa0 | [] | no_license | savysarvesh/AssignmentProject | 5d846c65dce85533455b3d8c2a1a7d60f5a69817 | 83eb88a7d3a4d3049730839e73bc11cbe68ebda8 | refs/heads/master | 2022-11-20T19:51:56.885710 | 2020-07-18T11:50:46 | 2020-07-18T11:50:46 | 280,644,697 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 991 | java | package com.product.report.exception;
import java.util.Date;
/**
* The Class ErrorDetails.
*/
public class ErrorDetails {
/** The timestamp. */
private Date timestamp;
/** The message. */
private String message;
/** The details. */
private String details;
/**
* Instantiates a new err... | [
"rkfnt6@pni6w2786.net.plm.eds.com"
] | rkfnt6@pni6w2786.net.plm.eds.com |
abaaa31d671aae4650dc8a88524db73f709e8f5d | 717a8203ca497fdc8f698fa8ded1b43c021fe77c | /src/main/java/net/rakowicz/jsqlshell/SqlShellApp.java | 57410cd81d39f18be079efc45e113e4d8dbc4f15 | [] | no_license | sjohnr/jsqlshell | dd2203d773a6529fa20a7646ce443b150f9b3786 | 17d2d57d59096e348b398d10b1f9642dbc9e9510 | refs/heads/master | 2021-01-20T16:38:48.211729 | 2014-11-18T03:53:51 | 2014-11-18T03:53:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,278 | java | package net.rakowicz.jsqlshell;
import java.io.PrintStream;
import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
public class SqlShellApp {
private static PrintStream out = System.out;
public SqlShellApp (String... | [
"drakowicz@gmail.com"
] | drakowicz@gmail.com |
fd04352315317b8a8d1d991a595b505b78a81d44 | 1a24cc3d01b7136638063141cd3e5bdd3f8927e1 | /app/src/main/java/com/example/lordweather/alarmReceiver.java | 4bf39d38a99df1423fba2b23785a3c0b1b38e2cd | [] | no_license | lakmat/Lord_Weather | 7b3b02dd278f454bf2d2a32a1984b2cba0b1743a | 832de87971dcb9fa894cae9684579996b220e193 | refs/heads/master | 2023-02-24T08:03:41.521964 | 2021-01-21T10:59:44 | 2021-01-21T10:59:44 | 331,651,113 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 600 | java | package com.example.lordweather;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.ContextWrapper;
public class alarmReceiver extends BroadcastReceiver {
localService mService;
@Override
public void onReceive(Context context, In... | [
"50699279+lakmat@users.noreply.github.com"
] | 50699279+lakmat@users.noreply.github.com |
c7022393e7adfed2a42b61d62f17e662e19510f3 | 74b47b895b2f739612371f871c7f940502e7165b | /aws-java-sdk-chime/src/main/java/com/amazonaws/services/chime/model/transform/GetPhoneNumberOrderRequestMarshaller.java | 441dc650171b5b608b1d4ab944c584dd90e48da0 | [
"Apache-2.0"
] | permissive | baganda07/aws-sdk-java | fe1958ed679cd95b4c48f971393bf03eb5512799 | f19bdb30177106b5d6394223a40a382b87adf742 | refs/heads/master | 2022-11-09T21:55:43.857201 | 2022-10-24T21:08:19 | 2022-10-24T21:08:19 | 221,028,223 | 0 | 0 | Apache-2.0 | 2019-11-11T16:57:12 | 2019-11-11T16:57:11 | null | UTF-8 | Java | false | false | 2,084 | java | /*
* Copyright 2017-2022 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... | [
""
] | |
dfa7e5f8cb948a35347744c465ac7818339b9d9d | d53e2cd4d3bcb796db8be0a322506b0c0c2ce547 | /src/main/java/com/mock/server/URITree/SchemaResponse.java | 2f288e2b5b799e0ebab7ea750e87eea34398baac | [
"Apache-2.0"
] | permissive | shubhamk0027/MockServer | dafe7679f081324fb51d30c558f44b4c4a40625b | 6b426c248ba289502d2d9369f5d439f3865f712f | refs/heads/localDb | 2023-05-12T20:27:43.319530 | 2020-07-23T19:57:00 | 2020-07-23T19:57:00 | 267,934,513 | 2 | 1 | null | 2020-07-23T19:57:01 | 2020-05-29T19:04:49 | Java | UTF-8 | Java | false | false | 897 | java | package com.mock.server.URITree;
import com.mock.server.Query.MockResponse;
import org.everit.json.schema.Schema;
import org.everit.json.schema.ValidationException;
import org.json.JSONObject;
// Schema Check details
// https://github.com/everit-org/json-schema
// http://json-schema.org/understanding-json-schema/
pu... | [
"shubhamk0027@gmail.com"
] | shubhamk0027@gmail.com |
fc786b652ee5eca73a72d4ddd7f314455e39c9c0 | de27e4f9f6d406cdf4403867b955689af99293e9 | /sweng-exam-chliu/SwEngQuizAppTest/src/ch/epfl/sweng/quizapp/test/QuizActivityBasicTest.java | ca1d873a848ff53a513986191447e2a9dddb6a07 | [] | no_license | chongguang/sweng-epfl | adab55971f6f9fb0b5dfd76273f68feeee8a84a2 | 3df6b078b143aedcebe5bc9401acff5fa2ee403a | refs/heads/master | 2020-12-24T13:28:08.308214 | 2014-12-20T22:52:58 | 2014-12-20T22:52:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,144 | java | /*
* Copyright 2014 EPFL. All rights reserved.
*/
package ch.epfl.sweng.quizapp.test;
import static com.google.android.apps.common.testing.ui.espresso.Espresso.onView;
import static com.google.android.apps.common.testing.ui.espresso.assertion.ViewAssertions.matches;
import static com.google.android.apps.common.test... | [
"chongguang.liu@epfl.ch"
] | chongguang.liu@epfl.ch |
05eea372a5bffe6f956153f23f30fadbebc8d45f | e7f2e0f34dce1ea49f7e0452e889a37401a54a53 | /JavaSO/src/application/Escalonador.java | 8188fea7eea561164e75047fff6f54e04705ae38 | [] | no_license | iagoesp/Escalonador | 69b165eb704b8a717b59514236ddf16b39ac2ed2 | d2f6e2b7a40c4ebd00501971daebcdcd77840d43 | refs/heads/master | 2020-04-08T21:02:16.994344 | 2018-12-10T15:17:33 | 2018-12-10T15:17:33 | 159,726,097 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,352 | java | package application;
import java.io.IOException;
import java.util.*;
import java.util.AbstractMap.SimpleEntry;
public class Escalonador {
private ArrayList<Processo> listaProcessos;
private ArrayList<Processo> finalizados;
private ArrayList<Processo> main;
private ArrayList<String> linha;
privat... | [
"noreply@github.com"
] | noreply@github.com |
5cf5a04038e93f1966aab36dc05e891649e48c41 | 44ae706b2b2d0026d6549e31fc9c6d98247b01ba | /app/src/main/java/com/example/moviedb/model/MovieDetailPojo/ProductionCompany.java | ed68e8f57d19d53a012492f9ff8449348f75f474 | [] | no_license | muratgulecyuz/MovieDB | d0ffe563a7c32d105b9068be1f613b14c0a2f34e | 58853607e486380f7c1138d696d1869a5898d148 | refs/heads/master | 2020-12-30T05:14:04.896436 | 2020-02-07T08:08:02 | 2020-02-07T08:08:02 | 238,872,564 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,058 | java |
package com.example.moviedb.model.MovieDetailPojo;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class ProductionCompany {
@SerializedName("id")
@Expose
private Integer id;
@SerializedName("logo_path")
@Expose
private Object logoPath;
... | [
"murat.gulecyuz@kgteknoloji.com"
] | murat.gulecyuz@kgteknoloji.com |
bf22dcd22523ac2b19ce63564454aebb9d2b46e6 | 37b89e95cb57f7bd2ca88692118085a4a2cfca24 | /app/src/test/java/com/example/frederick/texta/ExampleUnitTest.java | edf2ad0f38ea97327fed63a39b44c509459da3c2 | [] | no_license | elvisokohasirifi/texta | aca1d6d115fc3d0821c1a759df1b9da2eb062fc3 | 5ae78512ba6370fda54affd788a72101583c72ba | refs/heads/master | 2020-04-09T02:37:03.752472 | 2018-12-01T13:34:57 | 2018-12-01T13:34:57 | 159,947,799 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 388 | java | package com.example.frederick.texta;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public... | [
"elvisokohasirifi@gmail.com"
] | elvisokohasirifi@gmail.com |
7ad2af2baf34a77283fe6a7164922a91f7159050 | 8b95f88640c3c4f3dd09ff1ffde2791128e52bf8 | /framework-stock-commons/src/main/java/roma/romaway/commons/android/config/ConfigsManager.java | 9690aff0985ec894b2afb0790bd55596d69b3de8 | [
"Apache-2.0"
] | permissive | killghost/framework | 4ebea69afc6e9b2daa8ef87d90c943d69dacf4ee | b0e5ca09a75fc0590233913cb369dee075682670 | refs/heads/master | 2020-04-30T20:55:12.239566 | 2019-02-15T09:36:31 | 2019-02-15T09:36:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 24,532 | java | package roma.romaway.commons.android.config;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import roma.romaway.commons.android.config.ConfigsDownloader.OnDownloadCompleteListener;
import android.content.Context;
impo... | [
"408539831@qq.com"
] | 408539831@qq.com |
003a354ffb81fb4512e3f9b11be9ce81f7383f80 | 6df6e3ba827ac4510d394cd823f1a9f500065703 | /src/main/java/org/omg/spec/bpmn/_20100524/model/TChoreographyActivity.java | 1c927ad336a487fbf989ae39a0e9ddd79e00891b | [
"Apache-2.0"
] | permissive | nablarch/nablarch-workflow-tool | 72211c602301384174821a4bdca2f0416b19ec38 | 7ad793366e8cace4e0406219e0677c66f26c5ff1 | refs/heads/master | 2021-06-10T12:33:37.263967 | 2020-10-12T10:11:12 | 2020-10-12T10:11:12 | 70,861,725 | 0 | 0 | Apache-2.0 | 2021-03-02T04:16:04 | 2016-10-14T01:15:15 | Java | UTF-8 | Java | false | false | 5,103 | java |
package org.omg.spec.bpmn._20100524.model;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.ann... | [
"can.tago.mago524@gmail.com"
] | can.tago.mago524@gmail.com |
9c3795cefca4c1fb5a2dcda5e0124c450fc053f9 | 870cd6d2d6d56fc0d1048466c9e9c2ed820401ef | /simple-service/src/main/java/com/company/house/dto/Comment.java | d202cec5e5553050c883e215a73ba9616a275c0a | [] | no_license | RadhikaBalla/java-rest-api | 1f8ddf3e0a9b725e41730ead2d772f0191f19ea1 | 5454e4d02ad5729c94c154d3415a0eb8f7d97b7d | refs/heads/master | 2022-07-09T23:05:59.956880 | 2019-11-19T14:57:11 | 2019-11-19T14:57:11 | 222,720,806 | 0 | 0 | null | 2022-06-21T02:16:19 | 2019-11-19T14:54:03 | Java | UTF-8 | Java | false | false | 1,112 | java | package com.company.house.dto;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement
public class Comment {
public int cid;
public String message;
public int gid;
public int likes;
public String createdDate;
publ... | [
"noreply@github.com"
] | noreply@github.com |
74732e8671c48a948acba300c04615320dff1749 | 2e8264470490f35f7f6e516a6e235863398d2131 | /WebDemo/src/CodeServlet.java | b813626ce446ec5300afe63c0319b48e220a1ffa | [] | no_license | Zrbana/bbhdxp | c054d7a60b2c90b08172ba518f81d2660b2f68aa | ec5809981dbe74d757ef836c894bf2d4a41b740c | refs/heads/master | 2022-12-01T00:23:05.916156 | 2021-04-21T15:39:17 | 2021-04-21T15:39:17 | 158,767,079 | 1 | 0 | null | 2022-11-16T10:56:37 | 2018-11-23T01:43:16 | Java | UTF-8 | Java | false | false | 2,654 | java | import javax.imageio.ImageIO;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.awt.*;
import java.awt.image.BufferedImage;
import java.io.IOException;
import java.util.Random;
public cl... | [
"1637680639@qq.com"
] | 1637680639@qq.com |
349ae652ad55046ef8c8eb8a51f3fd00be1c2bdb | 1815e82f67ccb3b4529b003a4116c246b72ff456 | /src/main/pipeandfilter/StopWatch.java | 0c61754c197c41546967f350c74f185e17d3b841 | [] | no_license | chris-noreikis/pipe-and-filter | 3e8b5901a9ca2321f1c48e87862485772daf9d42 | 065db940aad8e78c51f68537c67599b39af1e194 | refs/heads/master | 2022-10-28T08:51:39.510506 | 2019-11-09T16:08:11 | 2019-11-09T16:08:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 957 | java | package pipeandfilter;
import java.util.HashMap;
public class StopWatch {
static HashMap<String, StopWatchItem> labels = new HashMap<>();
public static void time(String label) {
StopWatchItem item = new StopWatchItem();
labels.put(label, item);
}
public static void timeEnd(String lab... | [
"chris.noreikis@statsperform.com"
] | chris.noreikis@statsperform.com |
4549c961a10c87731a20d2a72922684d6f1b264f | 4385c934afd1c1cc0c5f917667f36fc9f0a27704 | /java/crackcoding/src/main/java/ch16moderate/Q16_07_Number_Max/Question.java | ac232b70d5f82263a9139d8da3d9a80fdedd11e3 | [] | no_license | krishnanram/training | 706b4c00f7acbf5775c1d7f4f150ab044b66a57d | 2817eedcafbe6eb61a3c4fffc3eef87350b3f159 | refs/heads/master | 2021-01-11T23:17:32.522776 | 2017-02-01T16:54:30 | 2017-02-01T16:54:30 | 78,564,170 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,611 | java | package ch16moderate.Q16_07_Number_Max;
public class Question {
/* Flips a 1 to a 0 and a 0 to a 1 */
public static int flip(int bit) {
return 1 ^ bit;
}
/* Returns 1 if a is positive, and 0 if a is negative */
public static int sign(int a) {
return flip((a >> 31) & 0x1);
}
public static i... | [
"gitsureshram@gmail.com"
] | gitsureshram@gmail.com |
a6d96a7032e84a0afe3433bf87a5d5cd4962bd98 | 4d2670ae3bc1aef053eecba2fea194077f6d176e | /src/main/java/com/adyen/model/Card.java | 848803f823c81b15d6ba8b45b3842ea6568650f0 | [
"Apache-2.0",
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | piderman314/adyen-java-api-library | 74206cd76faa424d8052aaa9f480adbaf83b1a3e | 404782f1c7e011281a3c83156631847909cd3982 | refs/heads/master | 2021-01-19T14:18:33.270374 | 2017-04-13T09:58:13 | 2017-04-13T09:58:13 | 88,144,026 | 0 | 0 | null | 2017-04-13T08:42:59 | 2017-04-13T08:42:59 | null | UTF-8 | Java | false | false | 6,626 | java | /*
* Adyen Wherever People Pay
* This is the Adyen API Playground where you can test our API's. <br /><br />You can find out more about Adyen at <a href=\"http://www.adyen.com\">http://www.adyen.com</a>. <!--For this sample, you can use the api key \"special-key\" to test the authorization filters.-->
*
* Ope... | [
"georgios.adam@adyen.com"
] | georgios.adam@adyen.com |
e7f6fd894016fda8fc6f69ef1a267042f818c97d | c5abe12e169d3f2ca9de10365ce196e3bfb34d58 | /entry/src/test/java/com/jackson/harmonystudy/ExampleTest.java | ef46dd5940afb8621b1807b9eac130fd89e28533 | [] | no_license | baojie0327/harmonystudy | a3be23c6d0baddae3a53a6510b44e449f6a01825 | a9f2f0522772da783031c1cd05228a0ef3534eca | refs/heads/master | 2023-05-13T23:48:45.178810 | 2021-06-06T09:34:26 | 2021-06-06T09:34:26 | 374,312,670 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 132 | java | package com.jackson.harmonystudy;
import org.junit.Test;
public class ExampleTest {
@Test
public void onStart() {
}
}
| [
"512395540@qq.com"
] | 512395540@qq.com |
88b02113725c3a9849c63d10485d5f5abd12dacd | e73e4b2db71a824e91f001b19b3d15af4defc76f | /src/com/carla/cursojava/aula34/TesteMinhaCalculadora.java | f854228cc0bf6e282d80f54fc439a9eb85ade975 | [] | no_license | Reis-C/Java-Iniciante-Training | b7740a59fcec07d7c57d893d43d10507707beb6c | 754a9f6e33955dfc41e2348d0b57c4697f9a2577 | refs/heads/master | 2023-08-05T13:46:22.156669 | 2021-09-21T20:38:52 | 2021-09-21T20:38:52 | 400,617,569 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 545 | java | package com.carla.cursojava.aula34;
public class TesteMinhaCalculadora {
static int resultSoma;
public static void main(String[] args) {
resultSoma = MinhaCalculadora.soma(1, 2);
// MinhaCalculadora calc = new MinhaCalculadora();
// calc.soma(1,2);
soma2Valores(1, 2);
}... | [
"carlareisaus@gmail.com"
] | carlareisaus@gmail.com |
d86e43ce4adae7075a84ffa1c495aa04cf0f956a | 315ff9301f39db91a9d3f92aa1c6a9e9e6f5f919 | /Android/touchpad/gen/com/touchpad/R.java | c07d7f4a493fbc928186d129e3504b7e50489751 | [] | no_license | vihangpatel/TouchPad | 5b7e4db72da4865087e1bfcf59811705ec867019 | a7929ab749b1a2f4636e75e8cd4bab053f7f1ed8 | refs/heads/master | 2021-01-20T11:04:49.280778 | 2014-08-10T02:16:02 | 2014-08-10T02:16:02 | 22,799,597 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,068 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.touchpad;
public final class R {
public static final class attr {
}
public static final class drawable {
... | [
"vihang.engg@gmail.com"
] | vihang.engg@gmail.com |
270e0f3e9c12d3d9d9818eb8440a49dacb8b78fa | 9ead3a02387e4194f010b317ce9a4f01dd18c521 | /brisbane/src/main/java/co/kr/brisbane/MemberController.java | 85c6cd33e34a6c3ed1b5c691af5a1bd955ff5e33 | [] | no_license | ujh1317/brisbane_sts | 7f8cd4c06b0823722e94e0fdf6584e3936060fff | 5ae0d1e96de1d507197e158822379cfe60a5c426 | refs/heads/master | 2023-03-31T14:18:29.248895 | 2021-03-30T16:31:21 | 2021-03-30T16:31:21 | 353,067,286 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 7,040 | java | package co.kr.brisbane;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springfra... | [
"dbwjdgus1317@gmail.com"
] | dbwjdgus1317@gmail.com |
78cc271ea0260dece682049a0c64c530f05a96ef | 26b29628d6339fef77a1c6feb240aad727092e0e | /src/CodeLab/Week2/MinStack.java | 736e814cd32c7a9c86e1d082742dd043f50b6a7b | [] | no_license | ekiehuang/INFO6205_Algorithm | f0f082542eb609bfeec8c12e44252f1e12f01389 | 625a35f140d0c59dc54712edda1fb5163ba0c0c5 | refs/heads/master | 2022-12-24T14:39:30.744390 | 2020-10-02T05:51:14 | 2020-10-02T05:51:14 | 295,308,570 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,495 | java | import java.util.ArrayList;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.Stack;
public class MinStack{
//Approach 1: Two stacks
private Stack<Integer> stack=new Stack<>();
private Stack<Integer> minStack=new Stack<>();
//Approach 2: less efficient
/* private ArrayList<Integer> arr=... | [
"ekie729@gmail.com"
] | ekie729@gmail.com |
900a26ab6b85c15cf0fef835a167ac2b6795254b | 43279fe70ca9e9fff40d25230fa74a34ce27d3f7 | /src/main/java/com/cg/ofda/repository/IRestaurantRepository.java | e0c268d558c6623c210b0310316d49d49d6bd33f | [] | no_license | Akhil17072000/Online-Food-Delivery-Application-Middleware | 7d9fa4677c896a3d84bbd43a82698bf9d830d809 | 8d798ae5bbc8239a34fa2e23fa7e16a814abc9b2 | refs/heads/master | 2023-04-17T20:45:04.352560 | 2021-05-05T07:03:35 | 2021-05-05T07:03:35 | 364,487,692 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 292 | java | package com.cg.ofda.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.cg.ofda.entity.RestaurantEntity;
@Repository
public interface IRestaurantRepository extends JpaRepository<RestaurantEntity, Long>{
} | [
"akhilarora.arora007@gmail.com"
] | akhilarora.arora007@gmail.com |
e0e76b72195351afac5c677c8504a0b1601d7262 | bbc8b7b7554bc075ce831fdec00407d5819005a2 | /src/main/java/com/future/datastruct/tree/huffman/HuffmanTable.java | 0a54438ed0891af2aaa142ac901bb56a82ae2b45 | [] | no_license | zhoujie277/algorithm | 33bae4f3c45dc728851763f43e7cba4aa16ef993 | 8f96b6cc72ff128c29701f42e5c6023c5d83cf6f | refs/heads/master | 2023-09-05T21:59:41.663638 | 2021-11-22T14:26:19 | 2021-11-22T14:31:13 | 379,934,486 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 839 | java | package com.future.datastruct.tree.huffman;
import com.future.datastruct.map.HashTable;
import java.io.Serializable;
import java.util.Iterator;
/**
* 哈夫曼码表
*/
public class HuffmanTable<K> implements Iterable<K> , Serializable {
private HashTable<K, String> encodeTable;
private HashTable<String, K> decodeTa... | [
"future0936@gmail.com"
] | future0936@gmail.com |
bb2d1b994bc5585f3431ca89fc2b45abbb738612 | 7bad0b60437feb5aa1e8c2627bf9b8a5ef8d1a7d | /app/src/main/java/com/adio/optimus/Home.java | 28061b882f91803c63162a93cfd9aa9874c50b22 | [] | no_license | ooduntan/Optimus | 32c7689b914c21ed3bd564ff925e059d1ed18b96 | e1f03afef40a32edf9e9cf8efe483d89aadb7981 | refs/heads/master | 2021-06-06T12:44:33.989912 | 2016-11-20T21:23:18 | 2016-11-20T21:23:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,296 | java | package com.adio.optimus;
import android.app.FragmentTransaction;
import android.bluetooth.BluetoothAdapter;
import android.content.ContentResolver;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.net.wifi.WifiManager;
import android.provi... | [
"stephen.oduntan@andela.com"
] | stephen.oduntan@andela.com |
713acbdd21655c21790b9a7da168a0b2bd5eff3d | 9cc9a980cacea0deba70c71bd1743f202e624d8b | /app/src/main/java/com/vasiachess/gmailtest/MainActivity.java | 575f48f13ee9a3c9fade40dc9ecd3ed135cd38e3 | [] | no_license | vasiachess/GmailTest | b0fc82cacd980d67365a62a54172bff024ce2009 | 59d285cb6410eb5fa43d8af0b0a36dbfe98bd913 | refs/heads/master | 2020-12-25T11:15:57.081540 | 2016-05-29T15:27:18 | 2016-05-29T15:27:18 | 59,907,182 | 0 | 0 | null | 2016-05-29T15:27:18 | 2016-05-28T17:42:22 | Java | UTF-8 | Java | false | false | 11,507 | java | package com.vasiachess.gmailtest;
import android.Manifest;
import android.accounts.AccountManager;
import android.app.Activity;
import android.app.Dialog;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.Conne... | [
"vasiachess@gmail.com"
] | vasiachess@gmail.com |
82512054d731c0ae823377dae88fda40fca04bb5 | a9e74f1f418071a8d0aab9b9681648de7cc5ca26 | /JSP/MemberManager2/src/membermanager/service/LoginMemberService.java | 0dca7e51df55b4632197c8d0a84e882a16162c5a | [] | no_license | kytsaaa6/bitcampjn201904 | cb687cf58582d87aae457588e18201453058413d | 8285bdbd283607e7fdc85c5e388b353e6937447e | refs/heads/master | 2020-05-28T07:37:31.082261 | 2019-10-08T02:50:48 | 2019-10-08T02:50:48 | 188,924,136 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,170 | java | package membermanager.service;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.sql.Connection;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import membermanager.dao.MemberDao;
import membermanager.model.LoginInfo;
import membermanag... | [
"kytsaaa6@naver.com"
] | kytsaaa6@naver.com |
05f743177ab81877ba47b4e529a0cd32b89acc28 | 85cbcdb2486034bf67ce0514a24bc59f75d97855 | /src/main/java/com/dk/app/config/AsyncConfiguration.java | 938d631222375e71769b6706d4e04d74979e919d | [] | no_license | nickbarban/dc-5 | c0d82684abe3f5e3a5a3d34a3db1c24ba35e8b72 | c9da64a8fc098e86ffe0b9214afa1afb0ef8dbc2 | refs/heads/master | 2023-05-04T13:23:29.003807 | 2016-12-21T13:52:06 | 2016-12-21T13:52:06 | 77,055,317 | 0 | 1 | null | 2023-04-17T19:00:41 | 2016-12-21T13:47:59 | Java | UTF-8 | Java | false | false | 1,616 | java | package com.dk.app.config;
import com.dk.app.async.ExceptionHandlingAsyncTaskExecutor;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler;
import org.springframework.aop.interceptor.SimpleAsyncUncaughtExceptionHandler;
import org.springfra... | [
"nbarban@millhouse.com"
] | nbarban@millhouse.com |
ad535c5a1ec2ad63f21e3a82057b821e4cc15e5b | 411e90d5b6c575f4b124ea51c8c3b77656e84799 | /app/src/test/java/com/swufestu/third/ExampleUnitTest.java | e16466b86282c51894edc313a8dfbe1459012382 | [] | no_license | wjs2000/BIM | 4d908efd5897538038fd8c4beaebefa19e787b19 | f8f489d58899ec8f86b973e25986b7c52b8caffd | refs/heads/master | 2023-09-01T12:00:54.961610 | 2021-10-26T13:10:15 | 2021-10-26T13:10:15 | 409,227,450 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 379 | java | package com.swufestu.third;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void add... | [
"1341656197@qq.com"
] | 1341656197@qq.com |
c1c3171c1d541a9138c12e1f74b477b7ce1866df | ff242f1b292d59cfeca81f37910525a6f6cef955 | /Panier/src/Panier/RegularItem.java | f1e04619330050416a94dfae7146da1e4547bce2 | [] | no_license | Jiamin-WANG/TP-TSIO-Java | 7f0b792134ea22a319dd7ecb3ea0a2fe0d957c6a | 9ea35ca0ae20768d6732c5d0ca3d8f94d240d06d | refs/heads/master | 2020-05-01T11:54:25.645113 | 2019-04-23T22:01:31 | 2019-04-23T22:01:31 | 177,454,511 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 378 | java | /**
*
*/
package Panier;
/**
* @author Jiamin WANG
*
*/
public class RegularItem extends CartItem{
/**
* les products normal
*/
public RegularItem(int quan) {
// TODO Auto-generated constructor stub
super(quan);
}
@Override
int price() {
// TODO Auto-generated method stub
int prix;
prix = th... | [
"wjm.imtld@gmail.com"
] | wjm.imtld@gmail.com |
b424aa7d9d48f0a1a42c20bf7b8290465bfe7bd6 | 4198f6e578c76e4dfb71dbc90d4df1b6039161d2 | /QueueAndStack/Keys-Rooms/src/Main.java | 70392d962ba42f7b2e2fa24970a851384e085b2c | [] | no_license | SinLapis/leetcode-pre | 591e3230ec6e20ab9c93addda738be1572dc612a | 07c5e4432dae1f7029b53c4f1a3d0d5f67a37259 | refs/heads/master | 2020-04-26T23:53:05.170855 | 2019-06-14T08:48:11 | 2019-06-14T08:48:11 | 173,917,069 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 557 | java | import java.util.ArrayList;
import java.util.List;
class Solution {
void visit(List<Integer> visited, List<List<Integer>> rooms, int room) {
visited.add(room);
for (int key: rooms.get(room)) {
if (!visited.contains(key)) {
visit(visited, rooms, key);
}
... | [
"stradust0001@gmail.com"
] | stradust0001@gmail.com |
c5ba9c91d24080cd479ad5b260e7696c87a2d40c | 3c4763922cda3f3a990b74cdba6f8a30b07467de | /src/main/java/students/alex_kalashnikov/lesson_8/level_4/task_16/Shape.java | 9d434582823e17d75f11a1ac9ba0f48c3a1623dd | [] | no_license | VitalyPorsev/JavaGuru1 | 07db5a0cc122b097a20e56c9da431cd49d3c01ea | f3c25b6357309d4e9e8ac0047e51bb8031d14da8 | refs/heads/main | 2023-05-10T15:35:55.419713 | 2021-05-15T18:48:12 | 2021-05-15T18:48:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 255 | java | package students.alex_kalashnikov.lesson_8.level_4.task_16;
abstract class Shape {
private String title;
Shape(String title) {
this.title = title;
}
abstract double calculateArea();
abstract double calculatePerimeter();
} | [
"kalashnikov_alex@yahoo.com"
] | kalashnikov_alex@yahoo.com |
f05b682a53197b88a1461832b1beb33c7ce68cec | 04dabb619af020161e8525e570fba2964ae4248c | /2018-12-03-10-59/AssignmentJava/src/java/src/DeleteEmployee.java | 8e61c3567f23b13e50d41e6803b755c13ee90ae7 | [] | no_license | dcjaya/JavaAS | aa0efdb94c00247bccfb8c4694c6ee9a14fa0769 | 33ab9062bab9a48ac118116fc6e4e7527e28916e | refs/heads/master | 2020-04-09T06:10:29.549171 | 2018-12-03T12:42:53 | 2018-12-03T12:42:53 | 160,101,389 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,343 | 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 src;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.... | [
"dchamith92@yahoo.com"
] | dchamith92@yahoo.com |
14139e61648a0b641f40ce00093ae521759896d5 | 32f38cd53372ba374c6dab6cc27af78f0a1b0190 | /app/src/main/java/com/alipay/mobile/nebulacore/data/H5PrefData.java | cd59228b062e58977bc13aa08bc71b16c861027f | [] | no_license | shuixi2013/AmapCode | 9ea7aefb42e0413f348f238f0721c93245f4eac6 | 1a3a8d4dddfcc5439df8df570000cca12b15186a | refs/heads/master | 2023-06-06T23:08:57.391040 | 2019-08-29T04:36:02 | 2019-08-29T04:36:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 976 | java | package com.alipay.mobile.nebulacore.data;
import android.content.SharedPreferences;
import android.text.TextUtils;
import com.alipay.mobile.h5container.api.H5Data;
import com.alipay.mobile.nebulacore.env.H5Environment;
public class H5PrefData implements H5Data {
private SharedPreferences a;
public H5PrefDat... | [
"hubert.yang@nf-3.com"
] | hubert.yang@nf-3.com |
2c3f7b53d1afaa8a916ae08542e9852d585795a1 | d116181081822a6e07d6772747362c89a1a54b6d | /src/main/java/login/practice/PracticeApplication.java | acb82ec08bbf028fdda6c280ddc60b70d3a95973 | [] | no_license | kjs3829/spring-login | 4ad6db6d93b1bf72f51da4eed0a7463b9661bd6f | 3ebe61018f90f6a0b7363d7813c544e6c40afb09 | refs/heads/master | 2023-06-21T17:02:50.083480 | 2021-07-27T06:28:02 | 2021-07-27T06:28:02 | 389,870,195 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 311 | java | package login.practice;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class PracticeApplication {
public static void main(String[] args) {
SpringApplication.run(PracticeApplication.class, args);
}
}
| [
"kjs35323@naver.com"
] | kjs35323@naver.com |
6a475e707f7c40de06775788ea7d4d7919f9d6c7 | 4288aaba811b9cc4131f5337eb5be996f2046308 | /src/c_002/T.java | 7505d6ac5901eb39fced09af5e06333d658ac524 | [] | no_license | yafengstark/java-concurrent-audition | 3ad1c415a9641104eb1aa0c9439581ae7e52416e | 6fc6ddab54422adfa8539e235790f280b171e6ad | refs/heads/master | 2020-06-13T03:54:12.586979 | 2019-07-10T11:36:47 | 2019-07-10T11:36:47 | 194,525,547 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 524 | java | package c_002;
/**
* synchronized 关键字
* 对this加锁
*
* 每次使用锁都要newObject,比较麻烦,可以使用this代替object锁
*/
public class T {
private int count = 10;
public void m() {
synchronized (this) { // 任何线程要执行下面的代码,必须先拿到this锁
// synchronized 锁定的不是代码块,而是 this 对象
count--;
System... | [
"fengfeng043@gmail.com"
] | fengfeng043@gmail.com |
338878d8bfd651cff3b33e567f58ebc3bc68eed1 | 79479534f837ee072f23dcad8a1905e2a87df9e2 | /Lab7/src/pkg/VerifyIdentifier.java | 2f760b2ba91eb460b2c2e875682ba0285d3d1e05 | [] | no_license | AmiableNebula/cs182-projects | db41ad447f9a166e2b502baeaece5dc0b5491ba9 | 53cc060f4fada53c5c743e837f1cd9460302615c | refs/heads/master | 2020-08-14T14:47:19.380743 | 2019-12-03T22:23:46 | 2019-12-03T22:23:46 | 205,621,970 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,489 | java | package pkg;
public class VerifyIdentifier {
private static char[] validStarters = new char[] {'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p',
'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N',
'O', 'P', 'Q', ... | [
"sarahramseymcneil@gmail.com"
] | sarahramseymcneil@gmail.com |
6f7602266d7ed66f7ee3e0147937e190dd0e766a | 46908c747b348f95262942583dd20630b0b8f76e | /novice/01-05/latihan/src/main/java/kampus/DeserializeXML.java | 35a94c0ddb96508320cbcee6969f3de5dbf85d8b | [] | no_license | MuhammadRizqiPanji/praxis-academy | b9634c7131b1239af5ea8d35e6389dd07af4b96c | 6e42a470f99f169f9d18c035ed192758dfa5da31 | refs/heads/master | 2020-12-22T20:56:20.594372 | 2020-02-10T07:58:15 | 2020-02-10T07:58:15 | 236,929,382 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 772 | java | package kampus;
import java.beans.XMLDecoder;
import java.io.BufferedInputStream;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
public class DeserializeXML {
public static void main(String[] args) {
... | [
"kiky.forzamax@gmail.com"
] | kiky.forzamax@gmail.com |
9723ddb1956ae6b8b8579f1b05e509f1fc775b6e | 821cdec16c095f9ed45a0691bb008653cc6391bd | /src/net/csdn/modules/transport/HttpTransportService.java | afd313138c46dd7f2d8c2b58f3519fd3ec584436 | [] | no_license | jacarrichan/ServiceFramework | f46f8eec452c4415a78cadfb874eb72a6562424b | dac41154764f9be6fa95caf0205d3fe384990a49 | refs/heads/master | 2021-01-18T16:17:40.827593 | 2012-08-13T13:11:10 | 2012-08-13T13:11:10 | 5,399,769 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,617 | java | package net.csdn.modules.transport;
import net.csdn.common.path.Url;
import net.csdn.modules.http.RestRequest;
import net.sf.json.JSONObject;
import java.util.List;
import java.util.Map;
import java.util.concurrent.FutureTask;
/**
* BlogInfo: WilliamZhu
* Date: 12-5-29
* Time: 下午5:09
*/
public interface HttpTran... | [
"allwefantasy@gmail.com"
] | allwefantasy@gmail.com |
ee9134fad4a40ce316f67616cf04f926ee02399d | 9be2f5a5532ce845a232439ff4bd99b05ad346bc | /benchmarks/training-lab-vue-main/android/app/src/main/java/io/ionic/traininglabvue/MainActivity.java | bb62e1e41bf5e9d6d56ea6783605921d1ba96efb | [
"MIT"
] | permissive | bottlehs/minimusic | 28a87043df3c39f63b703f7b77fe5e360bac9a57 | b3a9b3fe20c24c91c9fd9abe609be5ed12169185 | refs/heads/main | 2023-07-02T02:39:51.580054 | 2021-08-02T09:31:24 | 2021-08-02T09:31:24 | 368,755,382 | 0 | 0 | MIT | 2021-08-02T09:31:25 | 2021-05-19T05:36:07 | JavaScript | UTF-8 | Java | false | false | 127 | java | package io.ionic.traininglabvue;
import com.getcapacitor.BridgeActivity;
public class MainActivity extends BridgeActivity {}
| [
"qudgns9@gmail.com"
] | qudgns9@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.