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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7d2790ac9c3831da5d39c95491ded74b7dbfd4a5 | 7b43ceaaf31d06fb12869abc15bfa6c904d81eda | /src/main/java/com/technopreneur/moneytransfer/web/MoneyTransferController.java | da20f5233d36a9d77b28aa35a642e0959036799b | [] | no_license | technopreneur-milind/moneytransfer | 8fed02c327cfbcec75c9685da3423e8b97061f49 | d5dd622007e09e0c3802c2bbe98c59012211e7a0 | refs/heads/master | 2022-06-07T07:39:02.967207 | 2020-01-03T15:01:06 | 2020-01-03T15:01:06 | 230,803,715 | 0 | 0 | null | 2021-06-04T02:24:10 | 2019-12-29T21:09:54 | Java | UTF-8 | Java | false | false | 2,838 | java | package com.technopreneur.moneytransfer.web;
import com.google.gson.Gson;
import com.google.inject.Inject;
import com.technopreneur.moneytransfer.exception.MoneyTransferValidationException;
import com.technopreneur.moneytransfer.model.MoneyTransferBatchDetail;
import com.technopreneur.moneytransfer.model.MoneyTransfer... | [
"milind.technopreneur@gmail.com"
] | milind.technopreneur@gmail.com |
ef07a210768ccb5588a264bae167d4bc20ee71e0 | ff464ccb127fa5b9ba6e4be423a1422853667672 | /Module2/src/Task4/Comment.java | 308a865b6cf27e86a5b4728fba7704344b743117 | [] | no_license | Stanislav077/ALevel | 33ac53c460cc4fdd2de283fe9250c55240fc6608 | 5e10ad008bf034656917ca6258f6926d8cf96fbe | refs/heads/master | 2020-03-18T16:22:14.888888 | 2018-05-26T10:00:29 | 2018-05-26T10:00:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 319 | java | package Task4;
/**
* Created by Ivan Isaev on 13.04.2018.
*/
public class Comment {
String userId;
String comment;
Comment(String userId, String comment){
this.userId = userId;
this.comment = comment;
}
public String toString(){
return userId + " : " + comment;
}
}
| [
"swhtlover@gmail.com"
] | swhtlover@gmail.com |
1048b00100f98f1da57864b4661568dab86d6e6a | 8b07dffa0c30339dd6bc85ae9d65e7c10c4d311c | /Server/Brainsense_new/src/com/matrix/brainsense/dao/AdminDao.java | 95825d591b84370a154eec95b4d46f59aa2c66c7 | [] | no_license | joselyncui/Bransense | 7c7afe43c288b039b4ee70796fb0e05c803b1da8 | f423bd8c91a520b3fa5c2bcdf1ece78ba1489576 | refs/heads/master | 2021-01-10T09:20:44.114298 | 2015-10-22T01:06:11 | 2015-10-22T01:06:11 | 44,713,427 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 285 | java | package com.matrix.brainsense.dao;
import com.matrix.brainsense.entity.Admin;
public interface AdminDao extends BaseDao<Admin> {
/**
* get admin by user name
* @param userName the name of admin
* @return see <code>Admin</code>
*/
Admin getAdminByName(String userName);
}
| [
"15895026586@163.com"
] | 15895026586@163.com |
6ce880a01c4e80e176603efc8fff31e0865001b0 | 2f5f605d845d4f9003929442a2e78544e69fd9f7 | /src/com/xms/offer/Window.java | a0dc42373ad0f1d517a400682bd021339dbc6a6d | [
"Apache-2.0"
] | permissive | xms1000/Structure | 759c396959432467c9ac0e362ee21d3d68aeb94b | 80db9747f2e1ca2321423834dc50c7dd8e5a1026 | refs/heads/master | 2021-01-19T12:22:12.473698 | 2017-09-22T10:19:48 | 2017-09-22T10:19:48 | 100,778,134 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 945 | java | package com.xms.offer;
import java.util.ArrayList;
import java.util.Deque;
import java.util.LinkedList;
/**
* Created by xms on 2017/8/25.
*/
public class Window {
public ArrayList<Integer> maxInWindows(int[] num, int size) {
ArrayList<Integer> list = new ArrayList();
if (size > num.length) {
... | [
"xms1000@qq.com"
] | xms1000@qq.com |
4734609978b7566e1cbed51e91d8d73db03fea7a | ff84da45fcaf796cb164ca4c71531c33350d70ce | /shop3/com/enation/app/shop/core/model/statistics/MonthAmount.java | 8c4fb2ef08d15c0996e4b24e34a18756c21ea6d8 | [] | no_license | xxs/xxs_src | 25306a20acbdc4558e99990fded6949f769c4c0a | 27cff88c3e9a475eb9d0f6494ca4bca921e9de06 | refs/heads/master | 2021-01-02T09:34:09.444655 | 2013-04-23T05:23:42 | 2013-04-23T05:23:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 801 | java | /* */ package com.enation.app.shop.core.model.statistics;
/* */
/* */ public class MonthAmount
/* */ {
/* */ private String month;
/* */ private Double amount;
/* */
/* */ public String getMonth()
/* */ {
/* 16 */ return this.month;
/* */ }
/* */
/* */ ... | [
"xiaoshi332@163.com"
] | xiaoshi332@163.com |
06fc31899f6d742144f6df819d655ed96b981371 | 0066d4a41c2e5b39f7b4f81a8527cffd960c6b4b | /SyncProxyEx_AQI/sdl_android_lib/src/main/java/com/smartdevicelink/util/HttpUtils.java | 926a3a17c69a48f7b65def44b6bc30c2abd876c7 | [] | no_license | APCVSRepo/SdlEx-Android | 336a222f468c4506065ef3e631d9fccf94f9f7a5 | 012315e4fe8ff4a852748fe87d2deab649ed2aaf | refs/heads/master | 2021-09-22T11:48:10.220708 | 2018-09-10T06:55:21 | 2018-09-10T06:55:21 | 104,317,535 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 635 | java | package com.smartdevicelink.util;
import java.io.BufferedInputStream;
import java.io.IOException;
import java.net.URL;
import java.net.URLConnection;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
public class HttpUtils{
public static Bitmap downloadImage(String urlStr) throw... | [
"dyou3@ford.com"
] | dyou3@ford.com |
394afd6d1569a2016ffbdb03a0a9ec9a1cc3db67 | 8d26b26652f736688269c495cb74217e48836b28 | /DoubleHampsterdam/src/org/usfirst/frc/team1829/robot/commands/BasicAutonomousDriveCommand.java | 24c69ddcb91bb7954570b26199139818f1b489b5 | [] | no_license | ZachEthington/FRC-2016-Robot-Code | 81749c4f7992e40e5456d6f4897b17513c913548 | e564e7754ef433e003d307840b84e0a815f06cc0 | refs/heads/master | 2021-01-11T01:53:57.014652 | 2016-10-12T00:51:31 | 2016-10-12T00:51:31 | 70,646,962 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,108 | java | package org.usfirst.frc.team1829.robot.commands;
import org.usfirst.frc.team1829.robot.Robot;
import edu.wpi.first.wpilibj.command.Command;
public class BasicAutonomousDriveCommand extends Command {
private long myTime;
public BasicAutonomousDriveCommand() {
requires(Robot.getcurrentDrive());
}
... | [
"zdethington@gmail.com"
] | zdethington@gmail.com |
fd34d47763e227ca49f96ece79cf03a8a24e3e2d | da85538602c4d19c5236e5535606eac2a8a6fc66 | /src/ec/edu/ups/vista/Principal.java | 08483fb54c08f9cc6fc92c7ead9dd0ddf97776d8 | [] | no_license | dleont/RegistroCalificaciones | 37078c4e2cfba8dfb8716fbb7147d6e411b51d37 | 42238575c60465d39f428d41fcaf4a7fecd2f371 | refs/heads/master | 2020-05-05T00:02:39.663155 | 2019-04-09T03:32:23 | 2019-04-09T03:32:23 | 179,564,246 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,217 | 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 ec.edu.ups.vista;
import ec.edu.ups.clases.Carrera;
import ec.edu.ups.clases.Estudiante;
import ec.edu.ups.clases.Gru... | [
"Darwin@172.16.215.186"
] | Darwin@172.16.215.186 |
03cabd14ad3b139b4b4cb77c3ba3e5c11032fd52 | 2d08ae316d4e761deeaa4c1dddf1f5f01390dd8c | /app/src/main/java/com/song/fileiodemo/AssetsUtil.java | 6b7c817ec0d1aecf4b3315f62dc9d9221e5b241c | [] | no_license | songguanxun/FileDemo | 1711a8395001b1c1d81d34a58ed919b77eeec363 | 206bf028fe19229de918b6216d898415e8e6ea21 | refs/heads/master | 2020-07-31T08:59:02.318963 | 2019-09-24T09:04:26 | 2019-09-24T09:04:26 | 210,553,050 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,981 | java | package com.song.fileiodemo;
import android.content.Context;
import android.content.res.AssetManager;
import android.util.Log;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.BufferedReader;
import java.io.Closeable;
import java.io.File;
import java.io.FileOutputStream;
import ... | [
"2258751271@qq.com"
] | 2258751271@qq.com |
0e14670f877a37c7ad0ca4cf89fad3bff260daf5 | 536e5d23800eb24b8594bdb40b38e337d179a2dd | /TestProject/src/main/java/com/mycompany/entity/Interface/CreditCard.java | d473ae1fa89eea90f873785da7d5b433187a8dff | [] | no_license | koke6645/SE452 | 1a30ec34e6e67e3beb7bf152a84c213747bcc683 | 4d8ca067c48fec75a3c110d19d9e452de67f1d39 | refs/heads/master | 2016-09-05T20:33:37.955057 | 2014-11-18T05:31:25 | 2014-11-18T05:31:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 341 | java | package com.mycompany.entity.Interface;
public interface CreditCard {
boolean equals(Object object);
int getCardexpire();
int getCardnumber();
Integer getCreditid();
void setCardexpire(int cardexpire);
void setCardnumber(int cardnumber);
void setCreditid(Integer creditid);
Strin... | [
"koke6645@gmail.com"
] | koke6645@gmail.com |
3024a1cfcf0f3ae6c9f2f6e8ea58e672b869c484 | 895f962a89306754687fbaed8170cd370b2a0d21 | /src/main/resources/BasePage.java | 1dc103db7e1b4b8dd63a88ed32c8858d445d94d3 | [] | no_license | eduhlana/gcpjava | 991f673b376e5dfe4da664396f20c014e0ecdd31 | e619e11aa6aa540583a39e9ecc22e8faced11652 | refs/heads/master | 2020-03-26T16:48:05.154345 | 2018-08-17T13:37:17 | 2018-08-17T13:37:17 | 145,123,571 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,988 | java |
package core;
import static org.junit.Assert.*;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.ElementNotVisibleException;
import org.openqa.selenium.NoSuc... | [
"mesquitalana@gmail.com"
] | mesquitalana@gmail.com |
78b8035dba3444c2813226b2b23c7f91f544d8b6 | f55f916fc3dd5736d5e37f9d2a8e4220c9ad3e48 | /toorder/src/com/zykj/toorder/activity/SuppliersUnRsponseActivity.java | 7c612b07330076750b1ca950ec42618ab166f1be | [] | no_license | WorkRoom/toorder | ce453c6b98ff7496d7db73ffaf5879f16dc36de9 | cd56438189f4facad7e18fcb94d8cf92a07880af | refs/heads/master | 2020-06-01T07:36:03.438375 | 2015-11-09T09:14:24 | 2015-11-09T09:14:24 | 42,768,815 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,626 | java | package com.zykj.toorder.activity;
import java.util.ArrayList;
import java.util.List;
import android.os.Bundle;
import android.os.Handler;
import android.view.View;
import android.widget.AdapterView;
import android.widget.AdapterView.OnItemClickListener;
import com.zykj.toorder.BaseActivity;
import com.zykj.toorder.... | [
"35700424@qq.com"
] | 35700424@qq.com |
dd0aa434552b87d3114e4fdab82978804b417336 | e2010e9c549ca447270a871cfa071f4638ad254a | /src/MemberShipDAOlib/MemberShipDAO.java | 6c2484119e22f299b8c55a94d775942720eb288e | [] | no_license | EldrickMindcastle/MemberShipDAO | c161b4a33f665327e1e33807ddfeff5577599363 | b4e7824add3fb9ea8174bf0a1992d2db7c306f28 | refs/heads/master | 2021-01-19T08:15:05.170988 | 2015-10-01T03:02:13 | 2015-10-01T03:14:43 | 41,642,045 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 341 | java | package MemberShipDAOlib;
public interface MemberShipDAO {
public void add(Member member);
public void update(Member member);
public Member FindByAcc(String member_acc);
public boolean Login(String member_acc,String member_pw) ;
public void resetpw(String member_acc);
public boolean reg_confirm(String member_ac... | [
"titanknighterrant@gmail.com"
] | titanknighterrant@gmail.com |
078e41a71ce270baceb94f28363e2ccb25accb56 | ef986cf7dc5bad66495227dd6179af475e919597 | /2016_0112Homework_제어문정리문제/src/HW10_1부터100_3의배수합_출력_dowhile.java | f91d2615117e58fc5000a456724e067095327982 | [] | no_license | yjs9918/sistStudy_java | 4509fc61a4088a92a71079ab0d7b93631368a4f4 | c0c8f7def4851189804c82150798ccf93172fed0 | refs/heads/master | 2021-01-10T01:09:47.193672 | 2016-03-10T07:22:37 | 2016-03-10T07:22:37 | 53,563,909 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 856 | java | /*
* 초기값 => 1
* do
* {
* 문장 => 2
* 증가식 => 3
* }while(조건식); ==> 4 => true:문장, false:종료
*/
public class HW10_1부터100_3의배수합_출력_dowhile {
public static void main(String[] args) {
// TODO Auto-generated method stub
int a=0;//3의 배수를 누적하는 변수
for(int i=1;i<=100;i++)
{
if(i%3=... | [
"yjs9918@naver.com"
] | yjs9918@naver.com |
b40a1c9f50a8bba42940909d4f0699dfe057cfc6 | 343d1e3d8be89894f1c8fe91d32a50171d90981a | /src/main/java/com/example/devcon/controller/AuthController.java | 3380c36c228e7ad34f44ce6658ee356836a15b64 | [] | no_license | yhs97/dev-con | bc6c3369c798fcc9be43313c09abbbe5fbd690fe | a2fdace50826f8d3a797504e34cc9f429ac1d533 | refs/heads/main | 2023-03-01T19:10:54.545387 | 2021-02-06T05:14:20 | 2021-02-06T05:14:20 | 329,609,154 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 858 | java | package com.example.devcon.controller;
import com.example.devcon.dto.RegisterRequest;
import com.example.devcon.service.AuthService;
import lombok.AllArgsConstructor;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotati... | [
"sarvaiyayash@gmail.com"
] | sarvaiyayash@gmail.com |
b8de31695d12c56265f6cff8b38a42de9a8985cb | 22b66682306e6c5a7c3caa40204eefd198834e4b | /BookSearch/app/src/main/java/com/example/ashleighwilson/booksearch/views/HorizontalOverlayLayout/line/LineViewHolder.java | 524b600a95cfc0e4d2baccab4833730d4ed420f1 | [] | no_license | NaturallyAsh/BookSearch | f027dc31821765ec51bea882196b8ce8a717f8c3 | 9baf0007bc9da80ff77a9ba68462baa5ff24af2a | refs/heads/master | 2022-07-17T13:00:03.723130 | 2022-07-01T22:13:45 | 2022-07-01T22:13:45 | 140,329,502 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,619 | java | package com.example.ashleighwilson.booksearch.views.HorizontalOverlayLayout.line;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.example.ashleighwilson.booksearch.R;
import com.example.ashleighwilson.booksearch.views.HorizontalOverlayLayout.MaterialLeanBack;
import... | [
"ash.wil.1990@gmail.com"
] | ash.wil.1990@gmail.com |
d1f87e1cd250010f054f98bb15c0092aa5976b28 | 7fde95bf8491b0bc1906a30a3b4e7a1e202fa734 | /maven_webmail/src/main/java/cse/maven_webmail/model/FormParser.java | 522f9754dc48f66ce713e5976ae14684c76b6233 | [
"MIT"
] | permissive | JeongEunBae/Web-Mail-System-MaintenanceProject | ea0b87e7056d2c019e539e9ccb18e117a16318de | a3af364459ade94909c5de67aa6d553b89f37cf8 | refs/heads/main | 2023-05-26T14:44:26.150423 | 2021-06-05T09:11:59 | 2021-06-05T09:11:59 | 364,337,968 | 0 | 0 | MIT | 2021-06-05T11:08:09 | 2021-05-04T17:40:47 | Java | UTF-8 | Java | false | false | 4,653 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package cse.maven_webmail.model;
import java.io.File;
import java.util.Iterator;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import org.apache.commons.fileupload.FileItem;
import org.apache.comm... | [
"je_0922@naver.com"
] | je_0922@naver.com |
f0e8e284e0c56522b97b9546afd20522b3393aa6 | 2ce7793e334c0afeba0ca30743b3823ab36e7fb9 | /labv-demo/src/main/java/br/edu/uscs/labv/controller/CadastroPessoaController.java | e9e056f109ce2b78e1bac72071282705dd9d9376 | [] | no_license | petersonlarentis/uscs | 7082045300e8b552b36521fcb1c4edc0833e5451 | 48f3dcb265d7d831eefdfa71b8d4265de1b6ff95 | refs/heads/master | 2021-01-19T03:23:24.986180 | 2014-01-23T13:02:42 | 2014-01-23T13:13:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,161 | java | package br.edu.uscs.labv.controller;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import br.edu.uscs.labv.dom... | [
"peterson.larentis@br.experian.com"
] | peterson.larentis@br.experian.com |
2439367d27c282151c88b04df4d1ec2e9205cb82 | b9eacde1d41511aff4edf1be7d75969b6fd90c06 | /chapter_001/src/main/java/ru/job4j/array/Turn.java | b2c30d0cf8624d4a030e7613fb220537dfe1aabd | [
"Apache-2.0"
] | permissive | Mrsananabos/ashveytser | c8f6a30681ef7bf3e802b14d43d9c8e2e5da0517 | 4d209768e9bd01f77334ebf45cca06b648997840 | refs/heads/master | 2021-01-02T09:30:11.925069 | 2019-05-20T07:52:46 | 2019-05-20T07:52:46 | 99,225,036 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 435 | java | package ru.job4j.array;
import com.sun.prism.shader.Solid_TextureYV12_AlphaTest_Loader;
import java.util.Arrays;
public class Turn {
public int[] back(int[] array) {
int length = array.length;
for (int i = array.length - 1; i >= (length / 2); i--) {
int num = array[i];
ar... | [
"anlala@bk.ru"
] | anlala@bk.ru |
157a94a76435eca5521d55997987a40b4546bd90 | c6a499fee83fd842ba48bf31378224419fc5a398 | /src/test/java/com/thoughtworks/training/kmj/JwtTest.java | 3a1c3dc864990673cb1797e3fe2c071cefb3d9ef | [] | no_license | koumiaozi/todo-service-with_flyway | 1aad03897aedd367edc1de24be113651843f906a | 6441016be7ea3b3b14f3fdc65ea4630cf292b3e8 | refs/heads/master | 2020-03-25T01:36:15.485709 | 2018-08-05T10:24:06 | 2018-08-05T10:24:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,159 | java | package com.thoughtworks.training.kmj;
import io.jsonwebtoken.Claims;
import io.jsonwebtoken.Jwts;
import io.jsonwebtoken.SignatureAlgorithm;
import org.junit.Test;
import java.util.HashMap;
import java.util.Map;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.assertThat;
public class JwtTest ... | [
"1844646307@qq.com"
] | 1844646307@qq.com |
16c0d20306c6e752c4e2d5e874d4d8407811b555 | 8e4f8a4a130157ac7f65577a3c9a7825738e9a7c | /src/com/xueya/tools/ZoomControlView.java | 09597e6adbb200f04977f6922eed8f3a3351a8a0 | [] | no_license | Liguhaha/PalmBus | 53434eee77a1a44d01e572f96208792ada141f81 | 1409a24150aeaa1be163fe96eb9006aa0bc5ffbd | refs/heads/master | 2020-05-20T08:59:15.070096 | 2015-07-04T14:25:34 | 2015-07-04T14:25:34 | 38,536,345 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,828 | java | package com.xueya.tools;
import android.annotation.SuppressLint;
import android.content.Context;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.ImageView;
import android.widget.RelativeLayout;
i... | [
"Ligu@Ligu-PC"
] | Ligu@Ligu-PC |
efc118df77e009ec043fc7a421bbc4741e0dd951 | ecfd92a79a791dcd0dce46619b0233d1aca7f40a | /library/src/main/java/com/afollestad/materialcamera/CaptureActivity.java | 4b6563c68ce142b1004747b9d9773646a18b19f1 | [
"Apache-2.0"
] | permissive | fazalBykea/material-camera-master | 4ebb1c3e0049eb07d964de243f5e680a363dfc86 | 8074ad4eea0f13916fa8ccac115b42ed2dca63a4 | refs/heads/master | 2020-04-02T22:11:52.012298 | 2018-03-05T11:23:16 | 2018-03-05T11:23:16 | 154,824,798 | 0 | 0 | Apache-2.0 | 2018-10-26T11:34:51 | 2018-10-26T11:34:51 | null | UTF-8 | Java | false | false | 418 | java | package com.afollestad.materialcamera;
import android.app.Fragment;
import android.support.annotation.NonNull;
import com.afollestad.materialcamera.internal.BaseCaptureActivity;
import com.afollestad.materialcamera.internal.CameraFragment;
public class CaptureActivity extends BaseCaptureActivity {
@Override
... | [
"jitarun.android@gmail.com"
] | jitarun.android@gmail.com |
7994bac787fad8a2b323ea03b442d5aa5aa2641c | d828e7483f75a380c33ea1a9f5d81f9a2a5681fe | /core/src/main/java/io/snappydata/util/com/clearspring/analytics/stream/frequency/IFrequency.java | 4e13338c1d91f2a1221d5290183fc9a82162fdce | [
"OFL-1.1",
"MPL-1.1",
"BSD-3-Clause",
"LicenseRef-scancode-other-copyleft",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-free-unknown",
"LicenseRef-scancode-mx4j",
"LGPL-2.0-or-later",
"OpenSSL",
"LGPL-2.1-only",
"FSFAP",
"LicenseRef-scancode-other-permissive",
"LGPL... | permissive | wiltonlazary/snappydata | 025dfada00a0d8331389fc37af1a7199ad443bbe | ade39e6fb846101e43f85cedcb6721cacfe531c1 | refs/heads/master | 2020-04-27T16:06:21.885336 | 2020-03-01T16:20:57 | 2020-03-01T16:20:57 | 174,472,682 | 0 | 0 | Apache-2.0 | 2020-03-01T16:20:59 | 2019-03-08T05:06:54 | Scala | UTF-8 | Java | false | false | 274 | java | package io.snappydata.util.com.clearspring.analytics.stream.frequency;
public interface IFrequency {
void add(long item, long count);
void add(String item, long count);
long estimateCount(long item);
long estimateCount(String item);
long size();
}
| [
"hbhanawat@pivotal.io"
] | hbhanawat@pivotal.io |
7a30bd4f46ffc7e35d5b6f48f8ef34c4aab10740 | 2a1e2968f4b9affd20b5121518139f777e6337b7 | /android/app/src/main/java/com/sentientmobile/MainApplication.java | 21ac23881ae93a61a80cf18e045b74c765bee362 | [] | no_license | consensus-ai/SentientMobile | 8b2c2093e25015bde95bbe3a4c8ea1310914b235 | b60a346253d5ba80d14bb06880908f46b0c5007f | refs/heads/master | 2020-04-27T00:11:47.767263 | 2019-03-05T10:39:23 | 2019-03-05T10:39:23 | 173,926,777 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,249 | java | package com.sentientmobile;
import android.app.Application;
import com.facebook.react.ReactApplication;
import com.oblador.vectoricons.VectorIconsPackage;
import com.swmansion.gesturehandler.react.RNGestureHandlerPackage;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.fa... | [
"belonogov@artistsoft.com"
] | belonogov@artistsoft.com |
4d0045e2044f4abef6f87d706a009270783aa8a2 | 46c1dcc487192b8516222a0cc0f808620987b919 | /src/tw/com/pm/xml/domain/MyRootElement.java | 9c94f3fce9f8546c527534b8d067d35afa07ff7e | [] | no_license | 595money/Genesis | 353dc6690de17516a5817d8adc15494f4cc1931b | 5360e35f75f84c005970ff878f7230d838e5cce9 | refs/heads/master | 2020-05-03T10:38:19.383642 | 2019-04-20T01:21:48 | 2019-04-20T01:21:48 | 178,584,134 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 814 | java | package tw.com.pm.xml.domain;
import java.lang.reflect.Field;
import java.util.List;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement(name = "beans")
public class MyRootElement {
List<Bean> beans;
@XmlElement(name = "bean")
public List<... | [
"595money@gmail.com"
] | 595money@gmail.com |
9caca2dba20ad041c1ee0dfd6131250f20fdfebb | 1f902e98de99596e36ba017ce3907828b99a3c1f | /services/core/java/com/android/server/health/HealthServiceWrapperHidl.java | 0301174a45c6f48f7b953454a02f2be17095cf9d | [
"LicenseRef-scancode-unicode",
"Apache-2.0"
] | permissive | aosp-mirror/platform_frameworks_base | c98112233373c83586fb1bf4d7ac256e5521b11d | 942d47b019852409865ee53a189b09cc0743dff1 | refs/heads/main | 2023-08-29T10:34:14.756209 | 2023-08-29T07:02:44 | 2023-08-29T07:02:44 | 65,885 | 4,479 | 2,590 | NOASSERTION | 2023-08-08T07:25:50 | 2008-10-21T18:20:37 | Java | UTF-8 | Java | false | false | 13,093 | java | /*
* Copyright (C) 2021 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"elsk@google.com"
] | elsk@google.com |
a0408f7267115e640c362004a8c183c1f1e3c97c | d4f37cd14fa6a7781d063a1b74150505a0baf28f | /src/com/sywood/starbucks/siyan/ccc/CCCSenior/CCC2016s3.java | 33d5f3b3a5a1b64219f75aa53ca2ca3f5c687462 | [] | no_license | siyan/starbucks | 251af5a1a199f701dcd2e50f4d0029c557b8d7b8 | 5355414fb434b837a60e68aa06001431c927ce09 | refs/heads/master | 2021-01-24T06:15:56.653694 | 2017-08-13T23:52:50 | 2017-08-13T23:52:50 | 40,939,930 | 5 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,127 | java | package com.sywood.starbucks.siyan.ccc.CCCSenior;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.StringTokenizer;
public class CCC2016s3 {
static ArrayList<Integer>[] list;
public static void main(String[] args)throws Exc... | [
"strikerb8@gmail.com"
] | strikerb8@gmail.com |
d9ae4692f71244eae78e33fa9539bc50c71f6b31 | 4719fe5dca721d423c19fe89fa42b3739068d568 | /datavirt-commons-dev/src/main/java/org/jboss/datavirt/commons/dev/server/util/ArchiveUtils.java | 54212d25596e362a9c5cdf04214c5b202a534097 | [] | no_license | mdrillin/datavirt-commons | 01b2324b444cf82f270d822b08ae7230fb8969f8 | b962ef20a3e2744d07f44b06c6dddb9f1756505e | refs/heads/master | 2021-03-12T22:55:20.281666 | 2014-02-03T22:09:44 | 2014-02-03T22:09:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,512 | java | /*
* Copyright 2012 JBoss Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | [
"mdrillin@redhat.com"
] | mdrillin@redhat.com |
2875a3a77a853dfee14ac8d5628ef7bfd452013c | 846e794e965057624ecfe2cd4fafde1ea3c86dc4 | /src/view/ViewlClientes.java | cc189a8997392cea7a7f5bfac43acf5aa72fc0b8 | [] | no_license | JadsonFeitosa/Hot_Pizza | a7b244e7d13be083ace00fca14a4be43a94b89de | 4a7297b73ff85db61042431082811c51f1a77dcb | refs/heads/master | 2023-06-02T00:18:07.132194 | 2021-06-24T03:37:22 | 2021-06-24T03:37:22 | 379,784,181 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 3,991 | java | package view;
import java.awt.Color;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.ImageIcon;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
import controller.BotoesGeral;
import controller.ControlCliente;
public ... | [
"jadson.feitosa.silva@gmail.com"
] | jadson.feitosa.silva@gmail.com |
8e26baad836acd9bdab4fcb57fd6b4787b18da66 | cf07c0eb93f36ed2b1a6ad0e8f0d1a16034da13f | /leetcode/src/main/java/com/dgh/leetcode/Number235.java | 4a0d5718f55048ea8977c1756c8beb8520a4ed40 | [] | no_license | ding-guohang/algorithm | b8cc432f1213aac02da6dc266edf3e7023b22df2 | 1ea97ad28c34b695e9735b51a810ba161141fda0 | refs/heads/master | 2021-07-21T19:55:33.466758 | 2020-10-09T03:22:37 | 2020-10-09T03:22:37 | 218,208,567 | 0 | 0 | null | 2020-10-13T23:20:19 | 2019-10-29T05:08:57 | Java | UTF-8 | Java | false | false | 2,514 | java | package com.dgh.leetcode;
/**
* 给定一个二叉搜索树, 找到该树中两个指定节点的最近公共祖先。
* <p>
* 百度百科中最近公共祖先的定义为:“对于有根树 T 的两个结点 p、q,最近公共祖先表示为一个结点 x,满足 x 是 p、q 的祖先且 x 的深度尽可能大(一个节点也可以是它自己的祖先)。”
* <p>
* 例如,给定如下二叉搜索树: root = [6,2,8,0,4,7,9,null,null,3,5]
* <p>
* <p>
* <p>
*
* <p>
* 示例 1:
* <p>
* 输入: root = [6,2,8,0,4,7,9,null,null,... | [
"dingguohang@kuaishou.com"
] | dingguohang@kuaishou.com |
a058bf16ff615383e6ecb54bbf422f4f8f051236 | 5d8aef3058e9b90f20763cdb5e5f2ee939ad7ae8 | /cafe-master-pom/service/src/main/java/com/cafe/mybatis/domain/Base.java | 5e4f98d7eb2d394547c5aa791fcd564e5f1dd727 | [] | no_license | farzia/cafePlatform | c8c07b19ffb27c303c00c2433e5843b9927b4ace | 0393cca260e6bcea8168ec0bdae942f8d07bdd30 | refs/heads/master | 2021-01-18T11:57:59.372925 | 2016-04-04T14:02:04 | 2016-04-04T14:02:04 | 55,415,075 | 0 | 0 | null | 2016-04-04T13:51:07 | 2016-04-04T13:51:06 | null | UTF-8 | Java | false | false | 897 | java | package com.cafe.mybatis.domain;
import com.fasterxml.jackson.annotation.JsonIgnore;
import org.apache.commons.lang.BooleanUtils;
import java.io.Serializable;
/**
* Created by mamun on 1/11/16.
*/
public class Base implements Serializable {
private Boolean isSelected;
@JsonIgnore
private Boolean skip... | [
"raj.gmk@gmail.com"
] | raj.gmk@gmail.com |
7d28cdb00e1a15f049fe8be16cb654664775f14a | 11115790db63813e05da2fcda0751b6b56a7ca27 | /HappyNumbers.java | f07c376ea7fa1581d3ba97a2cc43abb0d3bcdac1 | [] | no_license | JazzyJas0911/HappyNumbers | e31f254645a37a9642295c8fe8fef7d5d02c239f | 3c3e3efcf98c3733d9ed0d252a4ff03d8b3b305e | refs/heads/master | 2020-05-18T22:18:30.774173 | 2019-05-03T02:27:00 | 2019-05-03T02:27:00 | 184,687,953 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,946 | java | /* Jasmin Agustin
* CECS 274 - 05
* Project 3 - Happy Numbers
* 10/18/2016
*/
import java.util.ArrayList;
import java.util.Scanner;
public class HappyNumbers {
static ArrayList <Integer> List = new ArrayList<Integer>();
public static void main(String[] args) {
int Choice = 0;
Scanner keyboard = new Scanne... | [
"noreply@github.com"
] | noreply@github.com |
95b4a53f2b728ed105e5090723058f4a1ba42a99 | ca030864a3a1c24be6b9d1802c2353da4ca0d441 | /classes11.dex_source_from_JADX/com/facebook/pages/fb4a/events/eventslist/protocol/PageEventsGraphQLParsers.java | 5e19b502411f5765b3d00d586b7e5d8506806d0d | [] | no_license | pxson001/facebook-app | 87aa51e29195eeaae69adeb30219547f83a5b7b1 | 640630f078980f9818049625ebc42569c67c69f7 | refs/heads/master | 2020-04-07T20:36:45.758523 | 2018-03-07T09:04:57 | 2018-03-07T09:04:57 | 124,208,458 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,504 | java | package com.facebook.pages.fb4a.events.eventslist.protocol;
import com.facebook.events.graphql.EventsGraphQLParsers.EventCommonFragmentParser;
import com.facebook.flatbuffers.FlatBufferBuilder;
import com.facebook.flatbuffers.MutableFlatBuffer;
import com.facebook.graphql.enums.GraphQLEventsCalendarSubscriptionStatus;... | [
"son.pham@jmango360.com"
] | son.pham@jmango360.com |
6877ddf109ef054e57c70b75140d5e18b139c174 | 9ff0d09b62146d91c8b7c42acf74af8b200208d3 | /src/main/java/com/example/netty_learning/chapter8_EncodeAndDecode/protocol/command/Packet.java | bb29b8ccaa675ff993243c40624fdac2c9994355 | [] | no_license | loloassange/NettyLearning | 7ef703d03b659a19288638531fc6b8033c41ab76 | bb03bf5a54f4ec3950346da8312dccc691acae35 | refs/heads/master | 2020-05-22T21:26:28.612814 | 2019-05-19T06:47:10 | 2019-05-19T06:47:10 | 186,526,000 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 943 | java | package com.example.netty_learning.chapter8_EncodeAndDecode.protocol.command;
import com.alibaba.fastjson.annotation.JSONField;
import lombok.Data;
/**
* 1. 这个是 通信过程中 Java 对象的抽象类 ,可以看到:
* 我们定义了一个版本号(默认值为 1 )以及一个获取指令的抽象方法,所有的指令数据包都必须实现这个方法,这样我们就可以知道某种指令的含义。
*
* 2. @Data 注解由 lombok 提供,它会自动帮我们生产 getter/setter 方... | [
"loloassange@163.com"
] | loloassange@163.com |
ce4749fa1bae78cd07e5105f764d90f3fe8f423e | 9e4dc6eee0da7286233b18eae534a0b272b16155 | /warehouse-common/src/main/java/com/ms/warehouse/common/db/helper/ListHashtable.java | 7902a7874b0d3a22db0fb5a3bca725132f799a2a | [] | no_license | ms930602/TJRJ | a38d5f42ae5d52e83aa32261d39f3e0dc9654e67 | 20a6d262ac505a6835c408f876eddf459632abc5 | refs/heads/master | 2020-03-31T08:52:43.892273 | 2018-12-04T08:46:22 | 2018-12-04T08:46:22 | 152,075,310 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,262 | java | /*
* Created on Nov 23, 2004
*
*/
package com.ms.warehouse.common.db.helper;
import java.util.ArrayList;
import java.util.Hashtable;
import java.util.List;
/**
* @author MF1180
* Hashtable that maintains the input order of the data elements - Note
* only put, putall, clear and remove maintains the ordered list
... | [
"ms930602@sina.cn"
] | ms930602@sina.cn |
8c0a4e2bb37d9655f75b20fd8130bcfd3afbe05f | 71fce0ad9d679d1a6877acd2600d6bf35d46e56d | /src/chess/ChessPosition.java | 6d7ed1307c83994b39330aa9c04c10015df3f9cb | [] | no_license | francinaldobrito/project-chess | ef6c046622b08de1a2b2711bcff345e3c7a97aed | 86741463e6224c96c81040c9202eb3a2640e0f28 | refs/heads/master | 2020-06-01T15:37:18.183082 | 2019-06-09T03:34:41 | 2019-06-09T03:34:41 | 190,835,822 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 770 | java | package chess;
import boardgame.Position;
public class ChessPosition {
private char column;
private int row;
public ChessPosition(char column, int row) {
if (column < 'a' || column > 'h' || row < 1 || row > 8) {
throw new ChessException(" Erro na instacia da posição, valores validos de a1 a h8.");
}
thi... | [
"nardinbrito@gmail.com"
] | nardinbrito@gmail.com |
dee1295fbdb075d20b6b289dea095eb3cdcdb583 | e90bfb91ae7e218f7d237e07258731e0e1924295 | /src/main/java/tn/gov/douane/formations/api/dto/UserGradeDto.java | ee1f103d18971cdeee735a94b5b513a8f1a7fb2d | [
"Apache-2.0"
] | permissive | christian80gabi/sprintboot_formations_sapnextgen | 0491b6fb61e5d7c21a9741d30e27e8269f647313 | 2d9ec80392d48bb83a991872029700097a91864a | refs/heads/main | 2023-09-01T01:48:57.375810 | 2021-10-29T14:11:43 | 2021-10-29T14:11:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,505 | java | package tn.gov.douane.formations.api.dto;
import tn.gov.douane.formations.api.model.Grade;
import tn.gov.douane.formations.api.model.User;
import java.util.List;
public class UserGradeDto {
private int id;
private int userId;
private int gradeId;
private User user;
private Grade grade;
privat... | [
"49684157+christian80gabi@users.noreply.github.com"
] | 49684157+christian80gabi@users.noreply.github.com |
1ef896447021efb4a108938d37b824bf01f2b7e8 | e88b11c1eb56e4468cd31ab519286c917bff85a1 | /Networks/task6/src/User.java | 37e33ac6226931e12915faf37a8272c63d5af0f4 | [] | no_license | 15202-sidorov/NSU_courses_2 | b23554c2b6527c0d422488f40bfd4da26d168bd9 | 7346d59e0b34e526accef6375607a127cd33d55f | refs/heads/master | 2021-09-26T22:11:36.242761 | 2018-11-03T12:58:25 | 2018-11-03T12:58:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 515 | java | import java.util.UUID;
public class User {
public User ( String inputUserName ) {
userName = inputUserName;
id = UUID.randomUUID();
isOnline = true;
token = userName.hashCode();
}
public String getUserName() { return userName; }
public UUID getId() { return id; }
pu... | [
"iliasidorov90@gmail.com"
] | iliasidorov90@gmail.com |
d38e57973209c11c09d96dd3e3c452b7d3e3810d | e73b09691ba87cf26aae334dbd2159a6fa3b55fb | /src/main/java/com/olg/qa/smoketest/Withdrawal.java | 08d4d78e5015e23aad5d92a502008cdb71450627 | [] | no_license | swethasayala/OLGSmokeTest | 61fb9b87a7c15dc11a9b1b1a86d6c1bb0f28c183 | 4e97d794395378ca66c98a982828ba7f4807a2e2 | refs/heads/master | 2020-03-26T09:14:38.522645 | 2018-08-14T16:12:25 | 2018-08-14T16:12:25 | 144,742,121 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 60 | java | package com.olg.qa.smoketest;
public class Withdrawal {
}
| [
"swetha.sayala@igt.com"
] | swetha.sayala@igt.com |
b801bebbdb1c3a55724c8ae93e257d7855489f02 | ebe7514295d33ecd88d4b2510d79ef0e5def8937 | /src/main/java/com/kakawin/gis/springboot/modules/system/entity/FileInfo.java | 29d1e3195e0ac8fe5952ab08219f7209b60f783f | [] | no_license | janck13/spring-boot | cd5822c6978462acb53abbec23bea05c5a1e34e7 | 5c2a100d8af32477416cfd0a39f3e19ae2319320 | refs/heads/master | 2020-05-21T03:04:55.782272 | 2017-10-30T03:27:14 | 2017-10-30T03:27:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,211 | java | package com.kakawin.gis.springboot.modules.system.entity;
import java.io.File;
import java.io.Serializable;
import java.util.Date;
import org.springframework.util.StringUtils;
import com.baomidou.mybatisplus.annotations.TableField;
import com.baomidou.mybatisplus.annotations.TableId;
import com.baomidou.mybatisplus.... | [
"kakawin@126.com"
] | kakawin@126.com |
77a9c495bb7c99e702bc95821eda912d69f2ec00 | 6f36e847fbacb814f7ba041fe060dab32fa1be74 | /commons/common-utils/src/main/java/com/study/util/EntityUtils.java | 47d7d543f3b4a3cffaab0774b3c3c9a46d002847 | [] | no_license | wcl19860926/springboot-demo | b3d31f2a03bb3edc3097abad55d356f0505a2d28 | c71827acda26314ecd80dfd024e7858147f4c3b3 | refs/heads/main | 2023-03-09T15:31:28.805200 | 2021-02-28T11:34:05 | 2021-02-28T11:34:05 | 342,522,874 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,379 | java | package com.study.util;
import com.study.function.ToStringFunction;
import org.apache.commons.collections4.CollectionUtils;
import org.springframework.beans.BeanWrapperImpl;
import java.beans.BeanInfo;
import java.beans.Introspector;
import java.beans.PropertyDescriptor;
import java.lang.reflect.Method;
import java.... | [
"694216530@qq.com"
] | 694216530@qq.com |
795eea90ebe26192f39856c1865d25a46a3ffccb | b107cb503a5fd61bfc1ba58cc2fb0750e4055e0b | /app/src/main/java/co/grability/test/bo/Id.java | 4d382fa4049e6a220c098309ea3de8146fa3f40a | [] | no_license | jhonatancaceres/GrabilityTest | e03f13b29dc4b0b876a16bdfe8fe12a47776a69e | 4a6538868ba6a6e4fda87a93a38047db9e3a067e | refs/heads/master | 2021-01-10T09:07:44.330767 | 2016-04-11T18:00:29 | 2016-04-11T18:00:29 | 55,928,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 766 | java | package co.grability.test.bo;
import java.io.Serializable;
public class Id implements Serializable {
private String label;
private String id;
private String bundleId;
public Id() {
}
public Id(String label, String id, String bundleId) {
this.label = label;
this.id = id;
... | [
"jhonatancaceres@gmail.com"
] | jhonatancaceres@gmail.com |
7f840e7af06298d45a204ffdcf6a5d738def47b6 | 1565782261813d3de8111297cec91896c6c71eb1 | /jseckill-backend/src/main/java/com/liushaoming/jseckill/backend/mq/MQConsumer.java | 66efcf60e41a22ad757070746a2e3739eae7c6de | [
"Apache-2.0"
] | permissive | ygs12/jseckill | b6f671d440fa380b4047dc1df73b13c5de8558f4 | 94a2a79cd3150858ed50d8be8132ba4718f29113 | refs/heads/master | 2020-05-26T18:25:46.354341 | 2019-05-10T02:39:17 | 2019-05-10T02:39:17 | 188,334,651 | 1 | 1 | Apache-2.0 | 2019-05-24T01:55:58 | 2019-05-24T01:55:58 | null | UTF-8 | Java | false | false | 5,460 | java | package com.liushaoming.jseckill.backend.mq;
import com.alibaba.fastjson.JSON;
import com.liushaoming.jseckill.backend.bean.MQConfigBean;
import com.liushaoming.jseckill.backend.constant.RedisKey;
import com.liushaoming.jseckill.backend.dto.SeckillMsgBody;
import com.liushaoming.jseckill.backend.enums.AckAction;
impo... | [
"liushaomingdev@163.com"
] | liushaomingdev@163.com |
1767250a08845b113cfd198115bb7773d3904300 | 81d5cb3552c89fc8b89fc7a0ddd3552dd3f6cea6 | /src/ExampleInterface.java | 015088e748f0cf048eb496689b226bb8132b5194 | [] | no_license | Girish979979/Java | 3e1acf06a0c557684651dbd3fdeb472dc2114437 | a5993b4a4800778d655902a6cc54e2a219a2a905 | refs/heads/master | 2021-05-07T08:05:38.621226 | 2017-11-07T18:14:26 | 2017-11-07T18:14:26 | 109,248,775 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 111 | java | interface ExampleInterface {
public void add();
public void multiply();
public void subtract();
}
| [
"31776080+Girish979979@users.noreply.github.com"
] | 31776080+Girish979979@users.noreply.github.com |
a42455d215ba424662529cbbd009a1b309851d0e | e6de01b2152896642c79939190e389146ff937c5 | /src/main/java/com/onlinestore/onlineStore/model/payment/MyWallet.java | 1f3a0542208dce99e716b37fec677aac119df312 | [] | no_license | tamarakitanovska/Store | 65ace7a6b42a197255e25023016c9a428c45b458 | 6d40c377cf423a2044a642869f1cee648fc10350 | refs/heads/master | 2020-07-21T10:28:50.911625 | 2019-01-09T21:19:18 | 2019-01-09T21:19:18 | 206,833,465 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 395 | java | package com.onlinestore.onlineStore.model.payment;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
@Data
@AllArgsConstructor
@NoArgsConstructor
public class MyWallet {
@I... | [
"kitanovska.tamara@yahoo.com"
] | kitanovska.tamara@yahoo.com |
d50be4fbdfcafdc82d3188b70ff7a05258e7690a | 955c2c8da1d457a2601dcda6641dae0f391be397 | /src/main/java/net/playblack/cuboids/exceptions/InvalidApiHookException.java | 3d39127060526023f0f40e1d2c347e7956c58df6 | [
"BSD-2-Clause"
] | permissive | damagefilter/Cuboids | a4a34d279d484d3737c9908852814cdfada6a3f1 | d47291a9a778488a64784bfafa6e4c56de91cc6d | refs/heads/master | 2016-09-07T06:48:25.696199 | 2014-12-19T09:51:41 | 2014-12-19T09:51:41 | 2,958,340 | 2 | 1 | null | 2014-12-15T12:39:56 | 2011-12-11T14:08:11 | Java | UTF-8 | Java | false | false | 282 | java | package net.playblack.cuboids.exceptions;
public class InvalidApiHookException extends Exception {
/**
*
*/
private static final long serialVersionUID = -6554437535302207763L;
public InvalidApiHookException(String message) {
super(message);
}
}
| [
"chris@playblack.net"
] | chris@playblack.net |
9063b69fabb63d51de8d73a2afb32ab3e1a7d883 | 35e62fb26174807276dda301bf34660dd8185582 | /bundles/umljava/tools.vitruv.applications.umljava.java2uml/src-gen/mir/reactions/javaToUmlMethod/JavaNamedElementRenamedReaction.java | 23d096ca2ed180898d8e849d587c7b05d414fc4c | [] | no_license | jGleitz/Vitruv-Applications-ComponentBasedSystems | d3aea6e2d3b106659764e1cde1f10c017d9bd7b4 | 811a4081657f857e3132f76eba1f3b03d830a63e | refs/heads/master | 2023-04-16T15:00:15.597887 | 2018-10-26T07:28:45 | 2018-10-26T07:28:45 | 158,076,165 | 0 | 0 | null | 2023-03-25T00:24:00 | 2018-11-18T11:21:42 | Java | UTF-8 | Java | false | false | 4,078 | java | package mir.reactions.javaToUmlMethod;
import mir.routines.javaToUmlMethod.RoutinesFacade;
import org.eclipse.emf.ecore.EAttribute;
import org.eclipse.xtext.xbase.lib.Extension;
import org.emftext.language.java.commons.NamedElement;
import tools.vitruv.extensions.dslsruntime.reactions.AbstractReactionRealization... | [
"uwdlg@student.kit.edu"
] | uwdlg@student.kit.edu |
1fa32a4924814411b059ac021b2bb794af40fdf7 | 59d024deee481d2d7f5d22c2b2dff52cadcc4fd5 | /mall-admin/src/main/java/com/yoooho/mall/service/impl/PmsStoreServiceImpl.java | 719cbc738029adbe6cfc39b482aa24fe4827e3d3 | [] | no_license | YohooShop/back-end | 73ae5123cf4ef49499afd9f5adc5870d1ef5f191 | 14df7b96c6d03b3ec3dccbb6180a7c46793ae41f | refs/heads/master | 2023-02-14T20:40:28.361896 | 2021-01-18T07:52:59 | 2021-01-18T07:52:59 | 330,533,667 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,764 | java | package com.yoooho.mall.service.impl;
import com.github.pagehelper.PageHelper;
import com.yoooho.mall.common.CommonPage;
import com.yoooho.mall.common.utils.FileUtil;
import com.yoooho.mall.dto.PmsStoreQueryParam;
import com.yoooho.mall.mapper.PmsStoreConfigMapper;
import com.yoooho.mall.mapper.PmsStoreMapper;
import ... | [
"mailyzhao@qq.com"
] | mailyzhao@qq.com |
a660d9550df9f345b3581000d30c7d11675b13ae | 9afa19d154c745d3fac4dd35d67dc17e9ac688d9 | /src/main/java/pageObjects/produto/campanha/EditarCampanhaPage.java | 0f1e0a1b092e1b137ac1d6fe2824e552ab57aa23 | [] | no_license | leoacmedeiros/ncbtur | de4cdbdc8f9d3e388a92ae90a2257843ca65c4ca | 0be1fcebe758e4748bc5a5ff41a753059567c8f7 | refs/heads/master | 2020-09-08T23:14:18.174331 | 2019-11-12T17:25:17 | 2019-11-12T17:25:17 | 221,272,887 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,858 | java | package pageObjects.produto.campanha;
import org.junit.Assert;
import org.openqa.selenium.By;
import core.BasePage;
public class EditarCampanhaPage extends BasePage {
public void setCodigoPromocional(String codigoPromocional) {
escrever(By.xpath("//input[@id='codigoPromocional']"), codigoPromocional);
}
publ... | [
"leoacmedeiros@gmail.com"
] | leoacmedeiros@gmail.com |
9e315b12ac392d55877fa7fc33d0382f6d3cb8d3 | 1504b4fc9f37f60761f534b8196f5898fb266648 | /src/java/entidades/Atencion.java | ec1e6880612c3d56955ca29e72e782765c0e911d | [] | no_license | NILCARDENAS1997/MASCOTA-FINAL | 17f3d23553740f2bf5ab3cec836da66937a79332 | 79b509e32311b5f24167402a176a8561139f44b5 | refs/heads/master | 2022-01-24T01:02:18.402063 | 2019-07-19T23:16:38 | 2019-07-19T23:16:38 | 197,855,197 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,983 | java | package entidades;
// Generated 19-jul-2019 9:58:34 by Hibernate Tools 4.3.1
import java.util.Date;
/**
* Atencion generated by hbm2java
*/
public class Atencion implements java.io.Serializable {
private int idAtencion;
private Mascotaporcliente mascotaporcliente;
private Personal personal;
... | [
"nilcardenas1997@gmail.com"
] | nilcardenas1997@gmail.com |
064e0692e49edd945b66202a3f95a1826ee48e65 | d72f8d5e6cc72e3851fe3d91400335dc42001991 | /app/src/main/java/com/sanjogstha/codewars/database/dao/DetailDao.java | 1e33e6e4393856f048031951bcf2c84b32275689 | [] | no_license | sanjogshrestha/Codewars | 64cd6b324d7bd1d5d66b581af281e7956961a088 | 906e28cc5f46426b94898c4726b81e60f85833de | refs/heads/master | 2020-04-01T11:11:10.236537 | 2018-10-15T17:04:35 | 2018-10-15T17:04:35 | 153,151,024 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 870 | java | package com.sanjogstha.codewars.database.dao;
import android.arch.persistence.room.Dao;
import android.arch.persistence.room.Insert;
import android.arch.persistence.room.OnConflictStrategy;
import android.arch.persistence.room.Query;
import com.sanjogstha.codewars.database.DbConstant;
import com.sanjogstha.codewars.d... | [
"Sanjogshrestha.nepal@gmail.com"
] | Sanjogshrestha.nepal@gmail.com |
77909d36ea4e06f7dcff36df3a56ecb4fa5f4c86 | 9d2b4147ed1ca0168885a2d06662b0a00c1f2b26 | /src/main/java/com/assure/qa/pages/AbandonedVehiclesPopUp.java | 30a943d71e6678a83c7e0bc5aac44e077d94c643 | [] | no_license | jigarmehta1999/ProjectObjectModel | fd02f8eb45aa337f41e9ac56575f914ca3ea7c16 | 689d73e249c10eec9ad64262de695959cdce96f8 | refs/heads/master | 2021-12-14T22:28:04.374474 | 2019-08-31T17:47:30 | 2019-08-31T17:47:30 | 200,692,403 | 0 | 0 | null | 2021-12-14T21:32:38 | 2019-08-05T16:35:25 | HTML | UTF-8 | Java | false | false | 2,138 | java | package com.assure.qa.pages;
import java.util.ArrayList;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import org.openqa.selenium.support.ui.Select;
import com.assure.qa.base.Test... | [
"jigar.digital@gmail.com"
] | jigar.digital@gmail.com |
735f5a8e2bd4c484155425be266b8205c69d432f | ee0c6942fa44a94da98550842a16236148268a6a | /src/com/bonus/service/BalanceService.java | 18beb2ff1e13dfdcc1e3cd3fbbf5f03f57ff7a9d | [] | no_license | cheeryfly/bonus | 55a48a510b39e2467388fe70a7d0eb6c30632cec | 1968ec33a95fc3f4e8c487334a7359fe69b52491 | refs/heads/master | 2020-12-30T10:12:08.309847 | 2017-09-02T03:18:11 | 2017-09-02T03:18:11 | 98,864,817 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 203 | java | package com.bonus.service;
import java.util.List;
import com.bonus.bean.Equity;
public interface BalanceService {
public void createBalance(Equity e);
public void initiateBalance(Equity e);
}
| [
"5991722@qq.com"
] | 5991722@qq.com |
9c352d3ea8672fc618727d3cbd44de0fdcef5b5d | 6b347e235d1dd9f8475bfca84a4950ef23cc2d92 | /src/main/java/com/offcn/client/Server.java | e6f073b21526389084aeb6d23d211564fa3453fd | [] | no_license | 349683592/Deom | c98a54103fa28ef8e1a8a94863eb8cd5b210ef1b | fd72d99df0714f413e0173c23804f8089575d33b | refs/heads/master | 2020-04-14T10:30:16.373138 | 2019-01-02T06:06:22 | 2019-01-02T06:06:22 | 163,788,745 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 919 | java |
package com.offcn.client;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.xml.ws.RequestWrapper;
import javax.xml.ws.ResponseWrapper;
/**
* This class was generated by the JAX-WS RI. JAX-WS RI 2.1.3-hudson-390-
* Generated sou... | [
"349683592@qq.com"
] | 349683592@qq.com |
5aacae8937d2eda41d61d644268fe62f4ab8eee1 | ed3cb95dcc590e98d09117ea0b4768df18e8f99e | /project_1_2/src/b/i/i/f/Calc_1_2_18853.java | 1caec3de314ebd5c3af366c4d6d637fa0b1ba723 | [] | no_license | chalstrick/bigRepo1 | ac7fd5785d475b3c38f1328e370ba9a85a751cff | dad1852eef66fcec200df10083959c674fdcc55d | refs/heads/master | 2016-08-11T17:59:16.079541 | 2015-12-18T14:26:49 | 2015-12-18T14:26:49 | 48,244,030 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 134 | java | package b.i.i.f;
public class Calc_1_2_18853 {
/** @return the sum of a and b */
public int add(int a, int b) {
return a+b;
}
}
| [
"christian.halstrick@sap.com"
] | christian.halstrick@sap.com |
bcc0bda2aaf41ea4a8351262a63e905b0ed0fe27 | 543a45c172d49501be7075e96f7936aa4d92ab8b | /app/src/main/java/com/moldedbits/android/api/APIProvider.java | 878352d50f51e7846b127808d25b0dd71705330c | [] | no_license | shishanksingh2015/topsy | e0fdc2d2b173f9831b803aa45fe9766a094950bc | bb40330b116478580fc7792e1856289e3e1058c0 | refs/heads/master | 2021-01-12T12:03:44.554376 | 2016-09-24T16:12:26 | 2016-09-24T16:12:26 | 69,112,443 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,489 | java | package com.moldedbits.android.api;
import com.google.gson.FieldNamingPolicy;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.moldedbits.android.BuildConfig;
import java.io.IOException;
import java.util.concurrent.TimeUnit;
import javax.net.ssl.HostnameVerifier;
import javax.net.ssl.SSLSe... | [
"discover.ab@gmail.com"
] | discover.ab@gmail.com |
6193cca5048aa33d1fa666e8991a780f1d4fa926 | 44b44533de9153779e91536b2e0e71ef1c0b301c | /src/main/java/com/yorum/plaka/PlateUtils.java | 9a7e2a2222f6479a0347d097a8ac011ff308d4a0 | [] | no_license | burcuyamn/plate-comment | f51b94af2c2dd53bd7aa00c41ed6d3d894df65bf | c3c86eaec13bc6a52769bec5836207c6eb8fe4c5 | refs/heads/master | 2021-06-26T01:43:57.943786 | 2019-03-01T19:23:15 | 2019-03-01T19:23:15 | 173,351,361 | 1 | 0 | null | 2020-12-20T10:20:54 | 2019-03-01T18:42:02 | Java | UTF-8 | Java | false | false | 899 | java | package com.yorum.plaka;
import java.util.regex.*;
import com.yorum.plaka.dao.pojo.Plate;
public class PlateUtils {
public static final String PLATE_PATTERN = "^(0[1-9]|[1-7][0-9]|8[01])(([A-PR-VYZ])(\\d{4,5})|([A-PR-VYZ]{2})(\\d{3,4})|([A-PR-VYZ]{3})(\\d{2,3}))";
/**
* Gelen plaka stringini PLATE_PATTERN ile... | [
"burcu.yaman@gvg.com.tr"
] | burcu.yaman@gvg.com.tr |
fb684446c9d09f7f4de3798181775323b5dc5268 | d3c77987f581929c98d90260bf505ff478dd6c6c | /easyPhotos/src/main/java/com/huantansheng/easyphotos/utils/file/FileUtils.java | 444756f7c4bdd6ecd052ee7c6ea46205895b3dd1 | [] | no_license | wztxyxw/trtc | 5fae7c01b1b8101e1aef950a6c1a45bd613a562f | 6ef08fd06f1553f79637c9d7d68a3d3e0548898c | refs/heads/main | 2023-02-24T12:59:57.564112 | 2021-01-25T01:21:48 | 2021-01-25T01:21:48 | 332,594,674 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 21,475 | java | package com.huantansheng.easyphotos.utils.file;
import android.content.ContentUris;
import android.content.Context;
import android.content.Intent;
import android.database.Cursor;
import android.database.DatabaseUtils;
import android.net.Uri;
import android.os.Build;
import android.os.Environment;
import android.provi... | [
"yangxingwang@minivision.cn"
] | yangxingwang@minivision.cn |
d32ee5c6b5bd47a539d110822173224fc99596a0 | 6cfcd43df00c6142d51af12992c6d3041ab7c453 | /src/test/java/io/github/richardstartin/rangeindex/GenericBaseRangeIndexTest.java | e59bbeaf8c97100b4d2a09fae9de19234c852e1f | [
"Apache-2.0"
] | permissive | richardstartin/range-index | 42880934a495b45517a1990395137a70e3f984f0 | e6a526cf4d3ca4b383435864f400144868a936d3 | refs/heads/main | 2023-08-17T00:44:25.832221 | 2021-09-26T17:49:41 | 2021-09-26T17:51:26 | 398,568,710 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,024 | java | package io.github.richardstartin.rangeindex;
public abstract class GenericBaseRangeIndexTest extends AbstractIndexTest<GenericBaseRangeIndex> {
private final int base;
protected GenericBaseRangeIndexTest(int base) {
this.base = base;
}
@Override
Accumulator<GenericBaseRangeIndex> create() {
return... | [
"richard@openkappa.co.uk"
] | richard@openkappa.co.uk |
e518c0c9bd74f9c15afb0f42c26bfb8419890ad5 | fc6d6dcc160e6ccec7ab2e447e979c6e82fb6879 | /testnetty/src/main/java/simulateChat/chat/client/SimpleChatClientHandler.java | 5ab2c2b786d13eefdb233083ee26621ef071cd5e | [] | no_license | su-li/mytoolkit | 7db264d28fd5b3fe5476a4d63e66a040c9512fbc | eae526d902bd4d6a11833bea286cd9008cef9928 | refs/heads/master | 2021-09-07T21:47:20.359310 | 2018-03-01T13:37:36 | 2018-03-01T13:37:36 | 110,805,245 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 409 | java | package simulateChat.chat.client;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.SimpleChannelInboundHandler;
/**
* Created by Administrator on 2017/6/12.
*/
public class SimpleChatClientHandler extends SimpleChannelInboundHandler<String> {
@Override
protected void channelRead0(Chann... | [
"deng17032@gmail.com"
] | deng17032@gmail.com |
5bf6cbda798956df3a9963b6af6f297416cd8b88 | 51b8bce9beb106d8f082ba84e2341cbbd0edc1d3 | /app/src/main/java/com/example/yandexweather/ui/main/FragmentWeatherToday.java | 1ae2c7d626a6ed62aef269196c3281ee871eb15b | [] | no_license | Dimas038/WeatherApp | f685f86dfaec64e4064c10bb3ce5396cee5937bb | 6307143622ba43f883371d76a29949e0f851a83f | refs/heads/master | 2023-02-07T23:20:37.427705 | 2020-12-31T11:01:22 | 2020-12-31T11:01:22 | 261,788,155 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,949 | java | package com.example.yandexweather.ui.main;
import android.graphics.Color;
import android.graphics.drawable.PictureDrawable;
import android.os.Bundle;
import android.os.Parcel;
import android.os.Parcelable;
import android.support.annotation.Nullable;
import android.support.design.widget.AppBarLayout;
import android.sup... | [
"sample038@yandex.ru"
] | sample038@yandex.ru |
4c0b41bc9b1817e253f22c68c607b7dca64caf27 | 2ac666ef1a1e458ad6d66bd22dd4cd012462efc0 | /src/main/java/com/icloud/itfukui0922/util/DiceUtil.java | 5399c025526b85b981e5dcf79ccfec885929a655 | [] | no_license | LongDistanceRider/AITWolfAgent2018 | 03acfd34f0f3cf37a895dcf27187d57c00acfe56 | 17c359bfb3680b8844bf291f40251242e690948a | refs/heads/master | 2021-01-20T13:06:19.325830 | 2018-06-16T10:53:47 | 2018-06-16T10:53:47 | 101,735,145 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 293 | java | package com.icloud.itfukui0922.util;
public class DiceUtil {
/**
* booleanをintに変換
* @param boo
* @return
*/
public static int convertInteger (boolean boo) {
if (boo) {
return 1;
} else {
return 0;
}
}
}
| [
""
] | |
8b5205c05d06bc2207875de1bcd3139180bc0047 | 761c40ce8dc5095dd44a36acbd1584c5b3dbdff6 | /src/main/java/ru/reksoft/demo/dto/UserDTO.java | fa1ac05f7f1a1b1ee2f02b1b5ab1270647101835 | [] | no_license | 4val0v/REKSOFT-DEMO | b34cd8d2980c394f674c6db77dfce714b8fe084e | 78c9576eab8e0ef8bca5f339dc8bc6704c52a6a8 | refs/heads/master | 2020-04-07T06:49:59.642919 | 2018-09-03T12:48:41 | 2018-09-03T12:48:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,033 | java | package ru.reksoft.demo.dto;
import ru.reksoft.demo.dto.generic.AbstractIdentifiedDTO;
import ru.reksoft.demo.dto.validation.annotations.Phone;
import javax.validation.constraints.Min;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Null;
import javax.validation.constraints.Size;
pub... | [
"namednev_a@mail.ru"
] | namednev_a@mail.ru |
6c2a9024135782c7d1236cb0f0e656121c44015f | 3f4071b371e3867fc3d97d674450e13f4e8ac271 | /spds-benchmark/spds-storm/spds-storm-gira-topology/src/main/java/org/isel/thesis/impads/storm/topology/bolts/join/ObservableJoinBolt.java | 4466b89fa1d8ff1c56bec6297bba60219fb6139e | [
"Apache-2.0"
] | permissive | YutingYao/infrastructure-and-programming-models-for-stream-data-analysis | 43330e137030af7abf2234357d5aa02642a784c8 | e217333edeb7c35bbc79f1fa06e4b1a5e75e7c73 | refs/heads/master | 2023-06-18T18:52:20.211536 | 2021-07-06T22:49:46 | 2021-07-06T22:49:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,686 | java | package org.isel.thesis.impads.storm.topology.bolts.join;
import org.apache.storm.task.OutputCollector;
import org.apache.storm.task.TopologyContext;
import org.apache.storm.topology.OutputFieldsDeclarer;
import org.apache.storm.topology.base.BaseWindowedBolt;
import org.apache.storm.tuple.Fields;
import org.apache.st... | [
"rubenribeirogarcia@gmail.com"
] | rubenribeirogarcia@gmail.com |
4de1ce363a8c50c42945cd3a341f26b3ed721ab1 | 9a4d29a12cd55eb615e281cf80c10cb840fbe2de | /src/main/java/controllers/GameOverDialogController.java | 96d018636b3d4c8e9d0e111f471f034cac5b86ab | [
"MIT"
] | permissive | TCT2001/Bomberman_MainVersion | aeef82fbb3a8edb9e144e34e29d56286d3b33f7b | 62a92eae801bf40425f203c90d61ae4db63b0efa | refs/heads/main | 2023-01-12T06:50:17.448276 | 2020-11-09T05:18:17 | 2020-11-09T05:18:17 | 311,568,883 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 443 | java | package controllers;
import javafx.fxml.FXML;
import javafx.scene.layout.VBox;
import javafx.stage.Stage;
import sample.Main;
/**
* Created by maemr on 13.06.2016.
*/
public class GameOverDialogController {
@FXML
VBox rootBox;
@FXML
public void goHome() {
Main.getMainWindo... | [
"maemresen@yazilim.vip"
] | maemresen@yazilim.vip |
5645f38fb154279f1461ba0dbda0ce9ff69547e6 | fee36ba1d4fd00180de95287818416f1be54aa04 | /Java/src/baekjoon/Main_constructor_jw.java | 793d514fdbf960b594ac404c347988503b5022eb | [] | no_license | JungWonHong/Spring | 721f53f48ca1795198ae87211cee6e899e32d706 | bfdaaeb286fb9b1770db68f5c39f5d86b19eceb6 | refs/heads/master | 2020-04-16T13:40:14.444198 | 2019-01-14T09:56:16 | 2019-01-14T09:56:16 | 165,637,644 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,019 | java | package baekjoon;
public class Main_constructor_jw {
public static void main(String[] args) {
int[] N = new int[10000];
int[] n = new int[10000];
for (int i = 0; i < N.length; i++) {
N[i] = i + 1;
n[i] = d(i + 1);
}
for (int i = 0; i < N.length; i++) {
int cnt = 0;
for (int j = 0; j < n.length... | [
"sungwoo808@naver.com"
] | sungwoo808@naver.com |
8f734ad4c4ce19aaa9462436acdf937ad0c515b0 | df7966fdc0684a8d675efb555afeb055afa7a259 | /arch-pattern/dci/src/main/java/manfred/end/dci/domain/data/BalanceData.java | f7577b8562ee1128a79d9989ff282a5c7e1bc509 | [
"Apache-2.0"
] | permissive | manfredma/exercises | 90760db34c33d6d38d92edf1377e54e8029bef72 | f487ece7b0cd761e8afb14ae8be0b1b668f97d8c | refs/heads/master | 2023-09-06T04:15:15.960344 | 2023-08-25T06:15:46 | 2023-08-25T06:15:46 | 176,470,365 | 3 | 0 | null | 2021-04-08T07:11:50 | 2019-03-19T09:07:26 | Java | UTF-8 | Java | false | false | 2,054 | 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")... | [
"maxingfang@meituan.com"
] | maxingfang@meituan.com |
013bf533796cf1a944d0d540ba6db5c526676f0d | f35d4f4c2f106c25059eb023d20c0033cf501494 | /app/src/main/java/com/seabreeze/life/video/model/SwitchVideoModel.java | ca0bffbc00d2a62266f0656478c6cda66e41e339 | [] | no_license | milanxiaotiejiang/Life | 3448ab020cad46b7fb90e7ae21534df17af6d6f4 | 7cd1083054a6b34d9b09456ad558eb5c4de00b33 | refs/heads/master | 2020-03-19T13:20:14.675377 | 2018-07-19T08:55:54 | 2018-07-19T08:55:54 | 136,574,084 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 569 | java | package com.seabreeze.life.video.model;
public class SwitchVideoModel {
private String name;
private String url;
public SwitchVideoModel(String name, String url) {
this.name = name;
this.url = url;
}
public String getName() {
return name;
}
public void setName(St... | [
"765151629@qq.com"
] | 765151629@qq.com |
ce4329d37be5577b4049d83db53729dfad9b6a44 | e75ec8ac21a8ab5c56666daff7b29b904abaad2c | /DataStructureAndAlgorithm/DataStructure/LineList/src/main/java/com/clguo/maintest/PrintN.java | 95a6f58c932bdfa252d784da67db6dd884b7ee7b | [] | no_license | cunleiguo/Replay | 50d637b1cb68d1a310f9361edfbede1586136dff | dceb081d7d6d96fe7240f03124ce63f10a1c5060 | refs/heads/master | 2023-06-03T16:03:54.270243 | 2021-06-14T10:55:18 | 2021-06-14T10:55:18 | 360,573,732 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 648 | java | package com.clguo.maintest;
public class PrintN {
public static void main(String[] args) {
long starTime = System.currentTimeMillis();
print2(20000);
//print1(100000);
long endTime = System.currentTimeMillis();
System.out.println("耗时:" + (endTime - starTime) + "hao秒");
... | [
"475510328@qq.com"
] | 475510328@qq.com |
8f8353e028a60a13a478705b020bbb4681136f0a | 352d5526ff9ff9f0fcd2564d0f72691ccdc71d92 | /demo25/feign-consumer/src/main/java/com/wasu/demo25/service/UserServiceFallback.java | cb54bea4238399c52d6f7e971aaa29c350c8ce18 | [
"MIT"
] | permissive | lg5689134/SpringAll-1 | 7ab5d924932a902f558338d833907bdef60c34ff | f5f3b60b3ddd529cfcff9f959fe755bde45fefe4 | refs/heads/master | 2023-08-16T00:34:00.223070 | 2021-09-14T01:47:37 | 2021-09-14T01:47:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 785 | java | package com.wasu.demo25.service;
import com.wasu.demo25.entity.User;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
import java.util.List;
@Component
public class UserServiceFallback implements UserService{
private Logger log = LoggerFactory.getLogger(th... | [
"164378335@qq.com"
] | 164378335@qq.com |
64d11e0a23392b3b1bd18b0929f641545c3dea23 | db2cd2a4803e546d35d5df2a75b7deb09ffadc01 | /nemo-tfl-common/src/test/java/com/novacroft/nemo/tfl/common/application_service/impl/RefundSelectListServiceTest.java | 7dc5bbe2e81ac834c2b57b87bf3bd22f4cf3e094 | [] | no_license | balamurugan678/nemo | 66d0d6f7062e340ca8c559346e163565c2628814 | 1319daafa5dc25409ae1a1872b1ba9b14e5a297e | refs/heads/master | 2021-01-19T17:47:22.002884 | 2015-06-18T12:03:43 | 2015-06-18T12:03:43 | 37,656,983 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,006 | java | package com.novacroft.nemo.tfl.common.application_service.impl;
import static com.novacroft.nemo.tfl.common.constant.GoodwillReasonType.OYSTER;
import static org.mockito.Matchers.anyString;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
import org.junit.Before;
import org.juni... | [
"balamurugan678@yahoo.co.in"
] | balamurugan678@yahoo.co.in |
01c717595b8106922af249a755117232de1be9eb | 18ad26cf66a101b3094498e08658bc6c5d336128 | /app/src/main/java/com/hitstreamr/hitstreamrbeta/CommentReplyAdapter.java | cf5c33ae63359e1383a280b953cb0eb2adfce378 | [] | no_license | chgmxx/BETA-app | 0a81d9828905349f8a7e5f80c433c8081838e387 | c12f2667e47d825eb7e229ff168fecf946e6f005 | refs/heads/master | 2022-02-18T23:19:41.912516 | 2019-09-10T19:49:19 | 2019-09-10T19:49:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,073 | java | package com.hitstreamr.hitstreamrbeta;
import android.net.Uri;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.bumptech.glide.Glide;
import com.... | [
"info@hitstreamr.com"
] | info@hitstreamr.com |
4c221b2ff90f6f7ca805151409e8c1af31ff7b14 | 93ee3d84b6001544e18845533be42ac2fdd85f2b | /src/Classes/Reduction.java | c8e067b42edfded3b5928558048fc77a6bceb380 | [] | no_license | Djellool/Esi_Meal | 7f713c3eb30c88f131a5fc88f17b8949cb555976 | fb72353b9d3d76b1a8af303c8f044ac5847823dc | refs/heads/master | 2020-06-04T06:39:26.191428 | 2019-06-14T08:55:29 | 2019-06-14T08:55:29 | 191,908,255 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 317 | java | package Classes ;
public interface Reduction
{
//on definit les constantes de reductions.
int primeetudiant = 8;
int primefidelite = 5;
int primegroupedomicile = 7;
int primeevent = 10;
int primetableexterieur = 5;
int montantkilolivraison = 20;
float Note_avec_prime();
}
| [
"noreply@github.com"
] | noreply@github.com |
1068eae84170716144a0cd5bcd5bc7eeff9ff356 | 5db18db6a1529e58b3f0d9a9c78ebed3bc90d662 | /src/main/java/com/adventofcode/year2017/Day9Part1.java | 809e1fc15ea1d55953a54e2d4b13796ee463e762 | [
"Apache-2.0"
] | permissive | thcathy/advent-of-code | 379497a1f7e6ab3faa73e93bbab1d94a1bb9d48a | c6c0385099ac1e702b4183791343bf01787911b0 | refs/heads/master | 2023-03-20T05:59:14.223512 | 2023-03-18T04:55:49 | 2023-03-18T04:55:49 | 48,277,433 | 7 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,009 | java | package com.adventofcode.year2017;
import com.google.common.base.Charsets;
import com.google.common.io.Resources;
import org.junit.Assert;
import org.junit.Test;
import java.io.IOException;
public class Day9Part1 {
final static String inputFile = "2017/day9_1.txt";
public static void main(String... args) t... | [
"thcathy@gmail.com"
] | thcathy@gmail.com |
e034a0720af9cc2959335479e97e936d17d58243 | 85fb5e9cf71792c978fe8384a00d6f4be3600166 | /codec-redis/src/main/java/io/netty/contrib/handler/codec/redis/SimpleStringRedisMessage.java | dacb3511724870ec27ff281e0119d8850cb338dc | [
"Apache-2.0"
] | permissive | gholdzhang/codec-redis | 9f520321553fbe5fcc914dcd9d48424f279765ca | 7ebaf6bd8b0ed8d04b2d3d83b1d63e085db86736 | refs/heads/main | 2023-09-02T23:14:50.803950 | 2021-11-19T14:49:09 | 2021-11-19T14:49:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,158 | java | /*
* Copyright 2021 The Netty Project
*
* The Netty Project licenses this file to you under the Apache License, version 2.0 (the
* "License"); you may not use this file except in compliance with the License. You may obtain a
* copy of the License at:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... | [
"christianvest_hansen@apple.com"
] | christianvest_hansen@apple.com |
4aefcfd945feb34c6d3ef038c6e9377d2d1ec249 | 65742b14939ec7da9e88edab411b1e342a7e4d31 | /app/src/main/java/com/nanyixuan/zzyl_andorid/view/activity/MainActivityController.java | 8ccce696b72875bd18af67c36bb03ec1e59ef6d7 | [] | no_license | GavinDon/zzyl_android | 8d38a88139b3bf9c135aec381750b51a2081d49c | 7cb2759a0c33b4738aa204030b38977ebc4fbe59 | refs/heads/master | 2021-09-23T17:51:03.002544 | 2018-09-26T01:51:35 | 2018-09-26T01:51:35 | 105,295,992 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 377 | java | package com.nanyixuan.zzyl_andorid.view.activity;
import com.nanyixuan.zzyl_andorid.bean.LoginBean;
/**
* Created by YixuanNan on 2017/3/24.
*
* @author YixuanNan
* MainActivity控制类。
*/
public interface MainActivityController extends FragmentController {
void initMainActivity(LoginBean userInfoData);... | [
"530893850@qq.com"
] | 530893850@qq.com |
5ebe3fad005a654fa2cfa515e13ace9a8931231a | 8d6bd2c094a3c193330febd390cd011b40f7ca6b | /TiltSpider/src/com/awhittle/tiltspider/Head.java | b05462cc5b05145aaed07768be7a7972c3168038 | [
"Apache-2.0"
] | permissive | awhittle3/Tilt-spider | b412bc029956944618df2d913ccc6cecb2ef63ba | bdab674d40464650d4eac389549b0d8144a66a64 | refs/heads/master | 2020-04-19T15:48:57.008337 | 2014-03-14T18:20:18 | 2014-03-14T18:20:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,413 | java | /*The following code was borrowed from
* http://developer.android.com/training/graphics/opengl/index.html
* and modified to suit the needs of the application.
*
*
* Copyright (C) 2011 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this fil... | [
"awhittle@ualberta.ca"
] | awhittle@ualberta.ca |
64b995194e54eb62e788da86651f438cab33d1f0 | 3453bb5cca7fefd32471775ded8d2bc4ba651e1c | /cocoon/maven/sample/src/main/java/org/sapia/cocoon/generation/chunk/template/ComplexNode.java | 46c884d6bb37ecf89fbb9539eec9fd9d46f88a19 | [] | no_license | yduchesne/sapia | 7609be66c624175c38c78f937d1e10ffdf2f4984 | bb431a05140ea8e797e9955ac3ded6f7b88d201c | refs/heads/master | 2016-08-05T02:30:30.226011 | 2015-04-13T04:02:31 | 2015-04-13T04:02:31 | 33,846,591 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 262 | java | package org.sapia.cocoon.generation.chunk.template;
/**
* Extends the {@link Node} interface, and specifies behavior for adding
* child nodes.
*
* @author yduchesne
*
*/
public interface ComplexNode extends Node{
public void addChild(Node node);
}
| [
"yanickduchesne@5eff64f3-1e4c-0410-aaf5-d36480b9dcb2"
] | yanickduchesne@5eff64f3-1e4c-0410-aaf5-d36480b9dcb2 |
765c8131c49234eaec4eabb77909d27212c8fef5 | 72c030579557e51e4f831e2686b802566ddfb38c | /src/dao/CollectDao.java | d0bc7f95bb0ca7ccb6e8f403a355e57488dcbf10 | [] | no_license | yc488/bbs | ae1315ea0bd5c18d1549b9c3aa68c11037c7d269 | ea6662381bbc7ad2d80713d9df2c4bcc9d92c9d9 | refs/heads/master | 2020-05-14T03:05:09.837173 | 2019-04-16T13:26:33 | 2019-04-16T13:26:33 | 181,692,735 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 2,147 | java | package dao;
import java.util.List;
import java.util.Map;
import bean.User;
import bean.collect;
import utils.JDBCHelp;
import utils.Myutil;
public class CollectDao {
JDBCHelp db=new JDBCHelp();
/**
* 加入收藏
* @param col
* @return
*/
public int addCollect(collect col) {
String sql="insert into tbl_colle... | [
"591005846@qq.com"
] | 591005846@qq.com |
1cb93d4ab9d15fb9bddba6199964a9b821aaf2b8 | 361065fec289c3fe7c4db635a60536babde9e747 | /rabbitmq-learn/src/main/java/com/message/rabbitmqlearn/simple/Producer.java | 0eb352690eb811e5c1459c9ec4244c223f936525 | [] | no_license | AbrahamTemple/RabbitMQ-Learn | 49526ecd2435ef2e6ee614973615efd56376de5c | 1c648d4c62f09a57ad0f6af6356380ece577db7d | refs/heads/main | 2023-04-08T03:41:09.881350 | 2021-04-18T14:20:36 | 2021-04-18T14:20:36 | 359,150,493 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,924 | java | package com.message.rabbitmqlearn.simple;
import com.rabbitmq.client.Channel;
import com.rabbitmq.client.Connection;
import com.rabbitmq.client.ConnectionFactory;
import java.io.IOException;
import java.util.concurrent.TimeoutException;
public class Producer {
public static void main(String[] args) {
... | [
"noreply@github.com"
] | noreply@github.com |
cb28139a72f7ea1f1bdbde22a697c86138e2c545 | a4095b66224c8fe9b9ee58d013995f424239c50b | /src/main/java/com/algaworks/algafoodapi/api/dto/response/UserResponseDTO.java | 030055eaf60b52641e80bb6511b01905892b828a | [] | no_license | carolinegoulart/algafood-api | f492bdc0f4051f1d3c256903c17f23eb1977eec7 | 2864f44a2aa80df2bf78e70d17be3d3a983717ef | refs/heads/master | 2023-07-12T17:37:21.749798 | 2021-08-30T00:28:23 | 2021-08-30T00:28:23 | 401,121,277 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 270 | java | package com.algaworks.algafoodapi.api.dto.response;
import lombok.Builder;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
@Builder
public class UserResponseDTO {
private final Long id;
private final String name;
private final String email;
} | [
"goulartscaroline@gmail.com"
] | goulartscaroline@gmail.com |
ecddd67aaed8bac85eb435d925f0180a55975868 | 236511efdf3a3f0fafc891f0764cfaceec1c6f2d | /android/src/main/java/com/woddp/keyboard_listen/KeyboardListenPlugin.java | 70e90f381101b8adebc7ff48d4a7c10c18d79c85 | [] | no_license | woddp/keyboard_listen | 650059f21b2dfc43bcb40d1be970d9924c557bfa | ef83affe187b32df06f7a683c30dc07ce78e311c | refs/heads/master | 2020-05-09T15:56:38.815076 | 2019-04-14T03:07:13 | 2019-04-14T03:07:13 | 181,251,276 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,651 | java | package com.woddp.keyboard_listen;
import io.flutter.plugin.common.EventChannel;
import io.flutter.plugin.common.EventChannel.EventSink;
import io.flutter.plugin.common.EventChannel.StreamHandler;
import io.flutter.plugin.common.PluginRegistry.Registrar;
import android.app.Activity;
import android.app.Application;
i... | [
"717563864@qq.com"
] | 717563864@qq.com |
532e3513a31833856ca8c9d687becee33edfb9c6 | bd73d3450aeb07a092e4f50a72845947cf1648ea | /Test-ZK/src/main/java/com/zad/DistributedLock/zkClientApi/MaterSelector.java | 3d7b7dbd543eeec83225d44d01e29ab8a808528f | [] | no_license | ProgramRun/Test-Java | 8d2bbc33f0af59d03a82d01b3702ebe7d7cf6670 | bc73532b6dc370465d3f92eb135578ce42e001b3 | refs/heads/master | 2022-12-22T07:01:29.590479 | 2020-11-30T09:17:52 | 2020-11-30T09:17:52 | 144,426,584 | 0 | 0 | null | 2022-12-16T05:00:22 | 2018-08-12T00:19:42 | Java | UTF-8 | Java | false | false | 3,452 | java | package com.zad.DistributedLock.zkClientApi;
import org.I0Itec.zkclient.IZkDataListener;
import org.I0Itec.zkclient.ZkClient;
import org.I0Itec.zkclient.exception.ZkNodeExistsException;
import java.util.concurrent.Executors;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.TimeUnit;
... | [
"zhaoandong@yeah.net"
] | zhaoandong@yeah.net |
ffce2c0a2adb8ce21281bbaec966993a6d2b129c | 335e5b4b5b3e3a8e1cb471eb62fff143adda9ebb | /CMP 342/Macrosoft Paint/WritingsAndDrawings.java | 2f46a78976b5278b55c84c733e93630f47605f0c | [] | no_license | cvargas9717/Projects | b309132f7e929ab548ded73611feb827e6bc3974 | 89306a3f17eb051b1903ffff6bc24a7f5367a9e9 | refs/heads/master | 2021-01-11T22:29:15.090668 | 2017-10-06T19:00:24 | 2017-10-06T19:00:24 | 78,971,138 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,302 | java | package paint_project;
import java.awt.Color;
import java.awt.Font;
import java.awt.FontMetrics;
import java.awt.Graphics;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
public class WritingsAndDrawings extends Drawings implements KeyListener{
private Font font;
private FontMetrics ... | [
"noreply@github.com"
] | noreply@github.com |
3d20e730155ec22fd07c1f1e64a69efcd102fc54 | 120d90d15ce730e44b94d0d01dfa0f583ab7f3f3 | /app/src/main/java/com/test/myfirst/pokemonrecyclerview/Pokemon.java | f2539c9377bb68ed0603829b1a2cb6906c440d2f | [] | no_license | mchittimelli/PokemonRecyclerView | ce8a303444f90fa50b5d184f24473ef8cff8c086 | 6a0edd22f90be63f9251fa357dad8d36dae62111 | refs/heads/master | 2020-07-03T18:19:53.279148 | 2019-08-12T20:12:49 | 2019-08-12T20:12:49 | 202,001,909 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,571 | java | package com.test.myfirst.pokemonrecyclerview;
import android.os.Parcel;
import android.os.Parcelable;
public class Pokemon implements Parcelable {
String name,image,type,ability,height,weight,desc;
public Pokemon(String name, String image, String type, String ability, String height, String weight, String de... | [
"cmahesh804@gmail.com"
] | cmahesh804@gmail.com |
22d92aafbdf0f59a0c427afaeb6d7e0e5eb55738 | a2be1b5ca1e1ad61eb146247a8bbbd72aef78a76 | /mockbuster-web/src/main/java/ch/alni/mockbuster/web/controller/PostBindingController.java | 2dcbd794a3b78ea27f9ae722212241162085ee45 | [] | no_license | alexandernikiforov/mockbuster | b12c5790bc805e606a6821241cc7931c3aa71335 | 393324a6cee70bc6c77a4c3ca8f0faa53a3505b3 | refs/heads/develop | 2023-05-06T20:43:09.439998 | 2018-06-25T21:15:04 | 2018-06-25T21:15:04 | 281,759,826 | 0 | 0 | null | 2021-06-07T18:50:19 | 2020-07-22T18:58:07 | Java | UTF-8 | Java | false | false | 1,879 | java | package ch.alni.mockbuster.web.controller;
import ch.alni.mockbuster.service.MockbusterLogoutService;
import ch.alni.mockbuster.service.MockbusterSsoService;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Controller;
import org.springframework.util.MultiValueMap;
import org.sprin... | [
"admin@ilab.home"
] | admin@ilab.home |
7e8dbfdfbecf789158346c25c04160c3ef12fd9c | ca0e9689023cc9998c7f24b9e0532261fd976e0e | /src/android/support/v4/app/n.java | a891c28fb18327253e4acfd959ca0c4993de79e4 | [] | no_license | honeyflyfish/com.tencent.mm | c7e992f51070f6ac5e9c05e9a2babd7b712cf713 | ce6e605ff98164359a7073ab9a62a3f3101b8c34 | refs/heads/master | 2020-03-28T15:42:52.284117 | 2016-07-19T16:33:30 | 2016-07-19T16:33:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 222 | java | package android.support.v4.app;
abstract interface n
{
public abstract void a(s.a parama);
}
/* Location:
* Qualified Name: android.support.v4.app.n
* Java Class Version: 6 (50.0)
* JD-Core Version: 0.7.1
*/ | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
a7f6797df23964c95ad3319baa2a1886f94a17a7 | cb55ff71e88cfd58f525723b57e7e7cee96dbc53 | /app/controllers/Auth/Secured.java | cabd7b2cc601a30f94ed4ab2990c605493c1cad3 | [
"CC0-1.0"
] | permissive | bhagyamoharana/BookStoreApp | 3869f9519531ddb255f9878c07d19e3c473ff469 | 94c9082391dba1177aa73a845729c2b93439250c | refs/heads/master | 2020-04-27T14:45:41.551758 | 2019-05-24T05:29:50 | 2019-05-24T05:29:50 | 174,419,748 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 786 | java | package controllers.Auth;
import controllers.routes;
import models.User;
import models.Customer;
import play.mvc.Http;
import play.mvc.Result;
import play.mvc.Security;
public class Secured extends Security.Authenticator {
@Override
public String getUsername(Http.Context ctx) {
return ctx.session().g... | [
"43140436+bhagyamoharana@users.noreply.github.com"
] | 43140436+bhagyamoharana@users.noreply.github.com |
8ac6e990256d70c18a7cbdfd72d80916c2b3e36d | 300d23dc6a9395974599001b20283dc789b95c27 | /src/main/com/aequilibrium/wsecu/exception/EntityException.java | a9970b4c553e797941bccca63aa611ebf624f3c5 | [] | no_license | aeqjaymes/wsecu-demo | 76477a766951c5769a7a0c9b0b8818eeb9736be0 | f6bbb469bf741092926af2a1ed354e1c184f0e8d | refs/heads/master | 2020-03-30T20:58:43.921195 | 2018-10-04T17:50:42 | 2018-10-04T17:57:42 | 151,612,124 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 176 | java | package com.aequilibrium.wsecu.exception;
public class EntityException extends RuntimeException {
public EntityException(String message) {
super(message);
}
}
| [
"jaymes.bearden@aequilibrium.ca"
] | jaymes.bearden@aequilibrium.ca |
715869d7b3578a9f239676686413dfdb8ec8cb6e | 18055b5d9474682e80c579d509173747ee1eebba | /app/src/main/java/com/jugal/popularmovies/details/trailers/MovieTrailersServerConnector.java | 12fb95b6a299d2d11bf86018ba592fb06c20f285 | [] | no_license | jugalkishorerawat/Popular_Movies_Stage2 | 4792b01a09c8e668d1dc4a48882dad17b262f71a | e3864349562d0d13c69fcfd00a08fd0df111a51e | refs/heads/master | 2021-01-09T20:27:12.351967 | 2016-06-02T22:16:31 | 2016-06-02T22:16:31 | 60,301,003 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,267 | java | package com.jugal.popularmovies.details.trailers;
import android.content.Context;
import android.util.Log;
import com.jugal.popularmovies.details.MovieServerConnector;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.HashMap;
import java.util.Map;
public class ... | [
"jugalrawat@gmail.com"
] | jugalrawat@gmail.com |
7bd64fd29e9a45c9d5be9acceb0eb333c56497de | 59aac42e38ddb4e936023f0c366d299910da6390 | /src/main/java/com/geekluxun/common/dto/RequestDto.java | 66da0581466eca2b71d9692785f189d1e4158263 | [] | no_license | geekluxun/crazy-java | 96301d43ce4677bcdab10a0c87c911691464167e | 23852d025bf7d535ac14e95c8a86c2912ddb01a6 | refs/heads/master | 2023-03-06T17:44:53.483320 | 2022-05-24T08:41:29 | 2022-05-24T08:41:29 | 138,288,079 | 1 | 0 | null | 2023-02-22T07:14:15 | 2018-06-22T10:10:36 | Java | UTF-8 | Java | false | false | 289 | java | package com.geekluxun.common.dto;
import lombok.Data;
/**
* Copyright,2018-2019,geekluxun Co.,Ltd.
*
* @Author: luxun
* @Create: 2018-07-10 9:41
* @Description:
* @Other:
*/
@Data
public class RequestDto<T> {
private String code;
private String msg;
private T data;
}
| [
"geekluxun@163.com"
] | geekluxun@163.com |
b323252834988e94d45ed5a576cda1b0aa4d6370 | 4632e6734eeccc488fc15b6c6b8debcbcefda759 | /aws-java-sdk-secretsmanager/src/main/java/com/amazonaws/services/secretsmanager/AWSSecretsManagerClient.java | d8ace7569c733529d7c08041d7cf70a2dcf775c4 | [
"Apache-2.0"
] | permissive | XiaozheSun/aws-sdk-java | e6aad6eb6c82d0e55f19e8be7fa556d33d99fc60 | 865c8d2e1536f20fc4ec355342b54a50cdf58341 | refs/heads/master | 2020-04-06T13:59:08.782602 | 2018-11-14T01:11:03 | 2018-11-14T01:11:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 114,358 | java | /*
* Copyright 2013-2018 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... | [
""
] | |
ffca59fc76fd87e74fd86917cd71b7ce23b819f0 | 5b62981e0a3b016c6e32aef3a5d829f3b5ca5c88 | /src/test_Suite/tests/rptFunctions/RF_PopProfileEForm.java | 6cc0d6ff94979cb9657468ffab387fcd0f7a9c0d | [] | no_license | kamaltechnocrat/JMeter | c1f61416fb832d97ad4f09e022a80a2a74c2f01b | cd36cf4185949e8516c446f6705f4144eb6bfb19 | refs/heads/master | 2020-03-15T13:40:43.682421 | 2018-05-04T18:03:34 | 2018-05-04T18:03:34 | 132,172,591 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,547 | java | /**
*
*/
package test_Suite.tests.rptFunctions;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.fest.swing.annotation.GUITest;
import org.testng.Assert;
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.... | [
"k.sharma@csdc-lan.csdcsystems.com"
] | k.sharma@csdc-lan.csdcsystems.com |
5c11888a642ae58ddd6f0932f640f069e4cc1892 | 71fbb52ec83c09e7a709d3c7789cb8914a6acce6 | /src/com/bridgeit/algorithm/InsertionSortString.java | 9897c637df2b0eb7c4499115eec24577494a0fa3 | [] | no_license | Nilesh1296/Program | bb870ad431a94e2c94d2e4d47f8ac625705d4c24 | 3822e70c06ac5436ca965330e63731e2eeaf4f94 | refs/heads/master | 2021-04-15T04:30:12.849018 | 2018-05-02T11:15:10 | 2018-05-02T11:15:10 | 126,833,839 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 804 | java | /******************************************************************************
* Purpose:Sort the String using insertionsort
*
* @author Nilesh singh
* @version 1.0
* @since 28-02-2018
*
******************************************************************************/
package com.bridgeit.algorithm;
i... | [
"singhnilesh151296@gmail.com"
] | singhnilesh151296@gmail.com |
1fdfc052a02e8a116899c503880fccdd6560285c | eb02d279218bc071466a20dcb2bbcf5e9d83c976 | /src/main/java/com/qf/service/UserTbMapperService.java | d822f9b042ae80e302440090b2d9fd062bde87a2 | [] | no_license | li62zz/pushtest2 | 3463dab5134697c7aeaebe73703ad9316c2d8b49 | b2122050a513cd1db2170947a7464fba40601e05 | refs/heads/master | 2022-12-21T16:02:23.791315 | 2019-07-23T13:22:54 | 2019-07-23T13:22:54 | 198,424,271 | 0 | 0 | null | 2022-12-10T05:19:35 | 2019-07-23T12:16:54 | HTML | UTF-8 | Java | false | false | 638 | java | package com.qf.service;
import com.github.pagehelper.PageInfo;
import com.qf.bean.UserTb;
import java.util.List;
public interface UserTbMapperService {
UserTb login(String username, String password);
boolean checkname(String name);
UserTb updateusers(UserTb userTb);
//查询全部用户和角色信息
PageInfo<UserT... | [
"1300658239@qq.com"
] | 1300658239@qq.com |
5f0bd56879337a9967b7f928c2affc2a541d244e | 1e2d4e444bd1af40d69c60c333dca58a3a3e8c2b | /app/src/main/java/travel/iknow/android/LoginActivity.java | cc1bf7497f75366fe176beff9c719b452c8c07cf | [] | no_license | pristalovpavel/IKnowTravel | c978a722b4b1e50f96d0da5ddbd0d2578c94372a | db997a3823830b83e183cf5e1b56531fb4d9c449 | refs/heads/master | 2020-04-12T08:29:02.420578 | 2015-02-16T14:30:51 | 2015-02-16T14:30:51 | 30,704,406 | 0 | 0 | null | 2015-02-16T14:24:05 | 2015-02-12T13:46:48 | Java | UTF-8 | Java | false | false | 13,718 | java | package travel.iknow.android;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.app.LoaderManager.LoaderCallbacks;
import android.content.CursorLoader;
import android.content.Intent;
import android.content.Loader;
import android.content.SharedPreferences;
import androi... | [
"pristalovpavel@gmail.com"
] | pristalovpavel@gmail.com |
4b1f1c5c8c9b9f386205f449b0fba3c17c82562c | df2bd60d667b4e5701d4f5137079981ed62378a3 | /src/inventorysystem/Sales.java | c5c813a2992e602bc51966238b6b7a6d81b7a29b | [] | no_license | mohamedatef78/InventorySystem-java | c112a06aa92a5f2133fb783f13ecaeaabea62491 | 242c1654a65064806b3deb9910bb9736265aa08a | refs/heads/main | 2023-05-26T03:22:20.616801 | 2021-06-07T17:53:55 | 2021-06-07T17:53:55 | 374,754,488 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,545 | 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 inventorysystem;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.text.ParseException;
import java.util.Ar... | [
"76219441+mohamedatef78@users.noreply.github.com"
] | 76219441+mohamedatef78@users.noreply.github.com |
dd9c587bf5c21ecd7cd50d838cf073e3320b0f44 | 784ac837434cfbb53173fe8e85792ca6842f3463 | /app/src/main/java/com/maulanakurnia/movieroom/data/AppDatabase.java | f23c16a55c2c4f0bbc14c75dcec58d8104422656 | [] | no_license | maulanakurnia/movie-room | 01c5508d70cad8116710f1295a60cf2ddb2c9dd8 | 72f93ea1def65df0660159c38b6e0cb171b1ad2a | refs/heads/master | 2023-06-12T04:49:51.018921 | 2021-06-29T08:45:17 | 2021-06-29T08:48:44 | 375,734,623 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,309 | java | package com.maulanakurnia.movieroom.data;
import android.content.Context;
import androidx.annotation.NonNull;
import androidx.room.Database;
import androidx.room.Room;
import androidx.room.RoomDatabase;
import androidx.sqlite.db.SupportSQLiteDatabase;
import com.maulanakurnia.movieroom.data.dao.FavoriteDao;
import c... | [
"maulanaakurniaa@yahoo.com"
] | maulanaakurniaa@yahoo.com |
ed1d8c75603773ebcbe1bf3daea7fe4743e14840 | 9f945767e47c443e51830b0aedf3482f71dbbd39 | /RecyclerViewApp/app/src/main/java/com/example/recyclerviewapp/MainActivity.java | df90889a512c31e7178d175c270d86fe2e7efb96 | [] | no_license | Israel74/TP_UIT | 553b7959a0066f21d2f1a87293c1db8ef95f1bba | 1db525275509d9d466a74618e7ed49eb25319567 | refs/heads/master | 2020-04-30T19:23:18.421041 | 2019-04-05T00:13:37 | 2019-04-05T00:13:37 | 177,034,025 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 340 | java | package com.example.recyclerviewapp;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.acti... | [
"37425184+Israel74@users.noreply.github.com"
] | 37425184+Israel74@users.noreply.github.com |
9e8119dc7c56d2e83f7670c5398e5f46edaa6bae | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/12/12_a058ed0cd11e27d53515a2618c715eef0e2d88a0/ExtendedJavaObject/12_a058ed0cd11e27d53515a2618c715eef0e2d88a0_ExtendedJavaObject_t.java | f9df27e788a751e11124eac6efe7d766d9378a5a | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 7,154 | java | /*
* Scriptographer
*
* This file is part of Scriptographer, a Plugin for Adobe Illustrator.
*
* Copyright (c) 2002-2008 Juerg Lehni, http://www.scratchdisk.com.
* All rights reserved.
*
* Please visit http://scriptographer.com/ for updates and contact.
*
* -- GPL LICENSE NOTICE --
* This program... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.