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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0a4ab5c4928f35ff7da3e701ae907feff461f532 | db22bba828ee0118f5766c3a07390cc197d2cc65 | /20210105/src/Main.java | 8c68e9f1f910a1c6134c4dbb3dcaebf7cef3ce77 | [] | no_license | LHJ-123/everydat | 4fb3318966f6bd0dcbf550074e96ec1ea425e00c | 61e9ac2da2d86559b2a22bc8508ea639d4d41315 | refs/heads/master | 2022-12-23T13:56:18.976377 | 2021-03-28T01:09:52 | 2021-03-28T01:09:52 | 246,778,966 | 0 | 0 | null | 2022-12-16T00:40:11 | 2020-03-12T08:15:48 | Java | UTF-8 | Java | false | false | 630 | java | public class Main {
static int count = 0;
public static void main(String[] args) {
int[] a = {1,2,3};
test(a,0);
System.out.println(count);
}
public static void test(int[] a,int b){
if(b>=a.length){
count++;
System.out.println(java.util.Arrays.toSt... | [
"15529867019@163.com"
] | 15529867019@163.com |
91e5955c04906152716a9a0f08531edd4426528b | 18d379f43245547072a9eed382fb015462493e7c | /src/edu/marist/jointstudy/essence/ui/HomeController.java | ca2b8a37fc876fdcdfb605ffacd26f46ab0a9b6f | [
"MIT"
] | permissive | tommagnusson/blockchain | 8395b1bf4d48ff2be4c64a26ca62127afd1ff3c0 | 6b68c17415d79726c9deb00bf0e755c453c7c4df | refs/heads/master | 2021-10-25T05:01:04.989262 | 2019-04-01T13:10:02 | 2019-04-01T13:10:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,717 | java | package edu.marist.jointstudy.essence.ui;
import com.sun.javafx.collections.ObservableListWrapper;
import edu.marist.jointstudy.essence.api.Peer;
import edu.marist.jointstudy.essence.api.client.BlockchainPullObserver;
import edu.marist.jointstudy.essence.api.client.Friend;
import edu.marist.jointstudy.essence.api.clie... | [
"daniel.gisolfi1@marist.edu"
] | daniel.gisolfi1@marist.edu |
2b92be25dd38fb1446fa331c05bebe2b4cf98aae | 844bee261d07f5235e5e18f931e647a4c19a4b6f | /NetBeansProjects/Testcallrun2/src/testcallrun2/Testcallrun2.java | 42808790c3c7c6fb3953b95967a89746a8b7891f | [] | no_license | PSN123/javacodes | faac1f7273dcf09ea8c70336933f7f664678ac7c | aca5634ef8ece5f0415963898035ec930c0b5e2a | refs/heads/master | 2020-04-02T23:30:41.473369 | 2018-10-26T17:33:48 | 2018-10-26T17:33:48 | 154,870,182 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 428 | java | package testcallrun2;
public class Testcallrun2 extends Thread {
public void run(){
for(int i=1;i<20;i++){
try{Thread.sleep(500);
}catch(InterruptedException e){System.out.println(e);}
System.out.println(i);
}
}
public static void main(String[] args) {
Testcallrun2 t1=new Testc... | [
"pradeep.negi01000@gmail.com"
] | pradeep.negi01000@gmail.com |
a94c6a0cfbfe5b380a6d13693dd14969a44c2e45 | 155ab03f76a2074f1364e3de2acc7293f783b42b | /2019-aug/4.domain layer patterns/src/com/alg/order/repository/specifications/ISqlSpecification.java | 32f763b16edff29b8aabe5e2c62a086679bb0648 | [] | no_license | khaja-syed/architectural-patterns | 7a9ca9787191e82de8997db657fe4bebaf3024f2 | c6173add2aa9cd83faa38c4fab202e76672b29f6 | refs/heads/master | 2020-11-29T01:10:08.101474 | 2019-11-10T01:46:34 | 2019-11-10T01:46:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 118 | java | package com.alg.order.repository.specifications;
public interface ISqlSpecification {
String toSqlClauses();
}
| [
"noreply@github.com"
] | noreply@github.com |
2655f39cda0b491560827d6d5270b65ae5084926 | cbcddaf39860916271fb435ccaf0d2915c4661de | /Jacos-Core/src/main/java/com/americanexpress/jacos/model/BulkConnectorResponse.java | 3ef3b067661898efc207d6b4e023acdf6dc9f5a7 | [
"Apache-2.0"
] | permissive | americanexpress/jacos | 1aa62fb3c8e1e0fa336fee4c15ea971c62274d0c | f4d5fe7bd287178be3dce748e8f5cbe3ffa70a36 | refs/heads/master | 2021-12-15T05:02:20.644287 | 2020-04-06T15:45:41 | 2020-04-06T15:45:41 | 252,784,766 | 3 | 5 | Apache-2.0 | 2021-12-14T21:43:37 | 2020-04-03T16:31:03 | Java | UTF-8 | Java | false | false | 1,391 | java | /*
* Copyright 2020 American Express Travel Related Services Company, 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 requ... | [
"Swadhin.Jain@aexp.com"
] | Swadhin.Jain@aexp.com |
84c6ea92b1bed2e56bd2397f41153abf61b0d569 | 03d14a09c88f0e0b4eea07960554356a7114c054 | /lab11/lab11_2/src/lab11_2/Cat.java | 003540c36eafd934e0a11dcf3b72ed00d7400d64 | [] | no_license | pdppandee/LabJava-freshy1-2 | 231eadb91e36d3889d787bbf2940d5afc5fd571b | 0dbb87b0418f9c65685222a074f0a92c7ce914bc | refs/heads/main | 2023-09-05T11:05:36.390408 | 2021-11-18T10:37:41 | 2021-11-18T10:37:41 | 429,381,874 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,401 | 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 lab11_2;
/**
*
* @author USER
*/
public class Cat extends Animal implements CanWalk{
public Cat(String na... | [
"noreply@github.com"
] | noreply@github.com |
614bc50fdb996ababcfc78b85a02d7bba0fc09cb | 4e488db7ddba982f72769f9d047224125fba65ec | /src/main/java/kr/co/itcen/mysite/service/UserService.java | 107cc9cb7e2808514eb62f17349fa56015b230b8 | [] | no_license | youjin-kim/mysite3 | 0aa2d34fd72c5210d5026a5c3c4fe2847e95c0c6 | d95c77365f2149caa7d0e4da01427d4e85bcb099 | refs/heads/master | 2022-12-25T01:27:20.735740 | 2019-09-27T02:32:52 | 2019-09-27T02:32:52 | 210,542,768 | 0 | 0 | null | 2022-12-16T09:59:55 | 2019-09-24T07:46:06 | Java | UTF-8 | Java | false | false | 602 | java | package kr.co.itcen.mysite.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import kr.co.itcen.mysite.repository.UserDao;
import kr.co.itcen.mysite.vo.UserVo;
@Service
public class UserService {
@Autowired
private UserDao userDao;
... | [
"Xnote@LG"
] | Xnote@LG |
589d03658b01a232b48698f6bc204c659cc51dd9 | d8fc9a8b455a9fd7ed5ba2f760af92d6c44b919d | /src/chatclient/ChatClient.java | 41f30ded8468215c99e80eb7b688d637d8c87593 | [] | no_license | nijeshu/ChatClientApplication | a1b945d7fc7aed142da344f2a9c0fb9a16a37037 | ac5fdf9643f204cc79ed192ae141fb03618d1b44 | refs/heads/master | 2020-03-23T22:54:55.441474 | 2018-07-24T20:22:25 | 2018-07-24T20:22:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 775 | java | package chatclient;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
/**
*
*/
public class ChatClient extends Application {
@Override
public void start(Stage stage) throws Exception {
... | [
"nijeshresearch@Nijeshs-MacBook-Pro.local"
] | nijeshresearch@Nijeshs-MacBook-Pro.local |
65dd6d8255675913dae355049c482a1dee0bc723 | 0a6e41da01e43562e8a5ef6d227e10159fc253b3 | /common/src/main/java/com/spring/base/vo/baseinfo/instrumentdetail/InstrumentDetailAddVo.java | 8a3c7ee01beac1e193ee99e851655014961899cd | [] | no_license | chq347796066/base-interface | 917914190be0b487929f38d2cce68f7e396c149e | 356aabbdcf827c9a65083d17c3e7ade259801bfd | refs/heads/main | 2023-02-26T13:53:26.205433 | 2021-02-08T10:24:36 | 2021-02-08T10:24:36 | 337,037,239 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,022 | java | package com.spring.base.vo.baseinfo.instrumentdetail;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.ToString;
import java.util.Date;
/**
* @author 作者:ZhaoJinHua
* @date : 创建时间:2020-04-03 16:03:23
* @Desc类说明: 新增仪明细vo
*/
@ApiModel
@Data
@ToS... | [
"chq347796066@126.com"
] | chq347796066@126.com |
915049524449b9f0baedcefaa72de2a2d7459a86 | b2c99a12ac3a14f96af0dbb91225f7b10e119634 | /src/main/java/storage/JdbcStorage.java | 60e8794e3e25756f89bcc9dc72b72ec8101b51f1 | [] | no_license | 1nt3g3r/java10_jdbc | 9a7eeef753c45bf6becfaf6d09f48bfe94543973 | 25f04429e23ad6ebad9117f8ac49870e2c5b0903 | refs/heads/master | 2020-03-07T06:39:52.477111 | 2018-04-10T17:29:34 | 2018-04-10T17:29:34 | 127,328,504 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,723 | java | package storage;
import entity.Cat;
import entity.Owner;
import java.sql.*;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class JdbcStorage {
private static final String[] CAT_NAMES = {
"Ліза",
"Лизун",
"Барсик",
"Байт",
... | [
"melnichuk.cadet@gmail.com"
] | melnichuk.cadet@gmail.com |
103b7f3daa92e65f05c33f7d8887cfca770f174d | c4b6ebfe822f2263ea7e864d9d3c61b4beca90dc | /src/main/java/be/chaixdev/streamarksbackend/model/Type.java | 55ba2ede622c6d47db6b020eb37b5f9ac8352561 | [] | no_license | chaixdev/streamarks-backend | 48e196865d715fb032adfce7ced8670585ee9628 | d7ca5b04b390401a290c567bebca494818608e39 | refs/heads/master | 2022-11-27T21:56:19.688690 | 2020-08-06T14:21:00 | 2020-08-06T14:21:00 | 278,242,515 | 0 | 0 | null | 2020-07-09T02:34:07 | 2020-07-09T02:27:40 | null | UTF-8 | Java | false | false | 86 | java | package be.chaixdev.streamarksbackend.model;
public enum Type {
YOUTUBE, TIMER
}
| [
"bhagwat.chaitanya@gmail.com"
] | bhagwat.chaitanya@gmail.com |
e611dc92f1845f187db956e83ce8ffcfeb87ba64 | dba72dcd74e2e04b256dde1c3326ffdb3881bc9b | /week-01/day-4/src/SecondsInADay.java | e708613aa536fab113fbee0d96abc819ecff6c17 | [] | no_license | green-fox-academy/rdgrv | dc0c6681359706c78acd5776799af54e316c1de5 | 22a24b7f8c0fcd91859600d7d1d75ec32d288cd2 | refs/heads/master | 2021-07-11T05:07:00.242402 | 2019-01-24T09:30:20 | 2019-01-24T09:30:20 | 143,150,938 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 340 | java | public class SecondsInADay {
public static void main(String[] args) {
int currentHours = 14;
int currentMinutes = 34;
int currentSeconds = 42;
int currentTime = currentHours * 60 * 60 + currentMinutes * 60 + currentSeconds;
int secondsinaDay = 24 * 60 * 60;
System.out.println(secondsinaDay - ... | [
"doraagnesvarga@gmail.com"
] | doraagnesvarga@gmail.com |
b33a0d80ce87c9d59ffb4115f3d513b0caccc89b | 289eeacf513cd590fe7c90cf79ca7f34881931fc | /app/src/androidTest/java/com/example/marco/contacts_isi/ExampleInstrumentedTest.java | dc679c842e7a5a0173633680924234ebc7e262e7 | [] | no_license | marcovoliveira/Android_Contacts | 0f52109f5c74b25cd9a17f9a244a0e0a421961a8 | 1f850978c0587faee4fbc210215dec8e2a679f8c | refs/heads/master | 2021-08-28T12:35:56.127112 | 2017-12-12T08:56:27 | 2017-12-12T08:56:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 761 | java | package com.example.marco.contacts_isi;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an ... | [
"marcooliveirapias@gmail.com"
] | marcooliveirapias@gmail.com |
6559b383905127e5df91f24433e6d29a632ff3ee | 75d5f2955b7cc38dbed300a9c77ef1cdc77df0fe | /ds3-sdk/src/main/java/com/spectralogic/ds3client/commands/parsers/DeleteTapeDriveSpectraS3ResponseParser.java | 9591d6baae55d884e540aba137e22b6f0f15ba8d | [
"Apache-2.0"
] | permissive | shabtaisharon/ds3_java_sdk | 00b4cc960daf2007c567be04dd07843c814a475f | f97d10d0e644f20a7a40c5e51101bab3e4bd6c8f | refs/heads/master | 2021-01-18T00:44:19.369801 | 2018-09-18T18:17:23 | 2018-09-18T18:17:23 | 43,845,561 | 0 | 0 | null | 2015-10-07T21:25:06 | 2015-10-07T21:25:06 | null | UTF-8 | Java | false | false | 2,123 | java | /*
* ******************************************************************************
* Copyright 2014-2017 Spectra Logic Corporation. 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 i... | [
"rachelt@spectralogic.com"
] | rachelt@spectralogic.com |
8520d979deeb1a530c4f9feecb74a1962ea85404 | 6d7982a75dd44fa6cea93e686d493c335ef28926 | /Programs/basics/src/Pearl1/Grapes.java | 9ef99a05cc19dee5dbfa22ae9f50b04439fe9159 | [] | no_license | lucky7886/Code9 | f27f7f645625bf5623ef84f4bc9861fefd206b5c | 2b964980d1c56b1e9ed9dedc23b9e0950b914336 | refs/heads/master | 2021-10-22T00:24:05.426640 | 2019-03-07T09:07:55 | 2019-03-07T09:07:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 141 | java | package Pearl1;
public class Grapes extends Fruits {
int a;
public void eat()
{
System.out.println("Grapes are good!!");
}
}
| [
"prateek.bhardwaj950@gmail.com"
] | prateek.bhardwaj950@gmail.com |
6f24ececf355371220d324cb5c350c7bb4376c50 | 7f7243e105024cfcc26d0fa5b3438edfcecf15a1 | /src/main/java/com/wangzai/accounting/dao/mapper/UserInfoMapper.java | eab3d3e6c8e00e77939f811930c626160a5ea644 | [
"MIT"
] | permissive | LeoDrliu/MilkAccountingService | 7ca2c90a7093c5ff2b20e25536ebb9cb1de8e8b0 | 9012e1fafb94b159fb0fe3446934c4a94f1c722f | refs/heads/main | 2023-08-14T07:57:32.294046 | 2021-10-03T02:21:24 | 2021-10-03T02:26:06 | 389,674,381 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 440 | java | package com.wangzai.accounting.dao.mapper;
import com.wangzai.accounting.model.DO.UserInfoDO;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
@Mapper
public interface UserInfoMapper {
@Select("SELECT id, username, password, cre... | [
"leo9493@qq.com"
] | leo9493@qq.com |
ca2192408277db988021b3e3c898e94f0c46c3e6 | c57ac70e0446b90dbb666feef6e78ef7342dbc8d | /app/src/main/java/com/vikoo/calendar/screens/agendaview/viewholder/HeaderViewHolder.java | 914013670a6e23e26a28d3ceffad24f5bd4268fd | [] | no_license | vikoo/MyCalender | e02e3729e63b3a2f58013ca04d77905398e1137a | e5fc60b80de5256ce403f5b2704b729673b33eb8 | refs/heads/master | 2021-06-30T22:44:49.735117 | 2017-09-23T09:34:02 | 2017-09-23T09:34:02 | 103,848,557 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 712 | java | package com.vikoo.calendar.screens.agendaview.viewholder;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.vikoo.calendar.R;
import butterknife.BindView;
import butterknife.ButterKnife;
/**
* Created by vikoo on ... | [
"vikoo.vikoo90@gmail.com"
] | vikoo.vikoo90@gmail.com |
42ce406c7b589413f56e30a46ac16b338c02abe1 | c5a9fc34456de3a56dbf5eaa9cf14c04945b6b19 | /20151104691_liutingxu/20151104691_liutingxu_Auction/src/com/imnu/model/AuWallet.java | a93911d09075a2088659c3eec764b13ea205adfb | [] | no_license | ciec20151104703/NetWork_Graduation2015_Real | cad2a00bdd1b690e6f71668cdd58ea1dcd8b1092 | d93a21ed56f677ba9553629e72c5f0e846ee60cb | refs/heads/master | 2022-01-09T08:15:19.508907 | 2019-05-04T14:40:38 | 2019-05-04T14:40:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,233 | java | package com.imnu.model;
import java.math.BigDecimal;
public class AuWallet {
private String waId;
private String userId;
private BigDecimal waBalance;
private String userName;
private Integer curPage;
private String wrMoney;
public String getWrMoney() {... | [
"2628303302@qq.com"
] | 2628303302@qq.com |
1feceeb38cb01012040d1cd5f6cfe9a271d26c68 | b1b88fe543bf272d2fc5c51b43298fb7cfca7c60 | /src/com/day6assign/perfectnum/PerfectNum.java | ed36138e4c47208d72c1086a3c127cd9a07ab8ce | [] | no_license | P-RASHMI/Logical-programs-day6 | 0c1a218702862c313fdba6d580b9ff053f3c8cc1 | 69df3f15f45c43c139bd7e43306b06297011a0ac | refs/heads/master | 2023-06-26T22:45:43.863566 | 2021-07-31T21:06:50 | 2021-07-31T21:06:50 | 391,335,088 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 559 | java | package com.day6assign.perfectnum;
import java.util.Scanner;
public class PerfectNum {
public static void main(String[] args) {
int n,sum=0;
Scanner sc=new Scanner(System.in);
System.out.println("Enter a number :");
n=sc.nextInt();
int i=1;
while(i<=n/2)
{
if(n%i==... | [
"imrisurashmi25@gmail.com"
] | imrisurashmi25@gmail.com |
3228bde4af2239a4747dac0fbf2955aa34f6c3d6 | 0ebf12825c3bafb75f903807f84fea7f0c7c2cb3 | /src/ch/hsr/girlpower/schatzkarte/MyItemizedOverlay.java | c9e8a15cca9882cf6c309c04959eb3bd39afebad | [] | no_license | 1607vroni/Schatzkarte | 7360b5750e2b41a77fde5727b0e6c888be496e18 | fde7648f873c44978ee02c67a6d7d6470782319f | refs/heads/master | 2016-09-05T11:43:10.925596 | 2013-12-12T20:48:10 | 2013-12-12T20:48:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,708 | java | package ch.hsr.girlpower.schatzkarte;
import java.util.ArrayList;
import org.osmdroid.ResourceProxy;
import org.osmdroid.api.IMapView;
import org.osmdroid.util.GeoPoint;
import org.osmdroid.views.overlay.ItemizedOverlay;
import org.osmdroid.views.overlay.OverlayItem;
import ch.hsr.girlpower.schatzkarte.RemoveItemC... | [
"vroni.bitzi@hotmail.com"
] | vroni.bitzi@hotmail.com |
7194945c864c1e3bbe3eecdba067adc5073a1311 | 06e902e769d7bb0739c734bee1109c3b5a75ec45 | /foodie-dev-mapper/src/main/java/com/imooc/mapper/ItemsMapperCustom.java | 32db476ce8660ee5991c5b0e91bcfa9b845f4610 | [] | no_license | L1021204735/foodie-dev | 6cc0ea4fe77f5216f49037c24ed921f88ea97997 | 55d2b1cd792d2ebeb31dd5ab437c1397cdd815c9 | refs/heads/master | 2022-12-23T06:12:49.448256 | 2020-10-07T06:45:38 | 2020-10-07T06:45:38 | 301,946,554 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 799 | java | package com.imooc.mapper;
import com.imooc.pojo.vo.ItemCommentVO;
import com.imooc.pojo.vo.SearchItemsVO;
import com.imooc.pojo.vo.ShopcartVO;
import org.apache.ibatis.annotations.Param;
import java.util.List;
import java.util.Map;
public interface ItemsMapperCustom {
public List<ItemCommentVO> queryItemComment... | [
"1021204735@qq.com"
] | 1021204735@qq.com |
2093b9533587c9a5c8b17525047c14d04d8cb27b | fd6e4fffa71475c0a91c394f6373d8e3abc50e77 | /src/BoZ/IState.java | df8f955d65eb662640ba9cc54e4c5da71d2738ac | [] | no_license | thieuhuyenuit88/DemoOpenGLJavaV2 | 03d8521d300f96b7e82360a931f6221b28b66e48 | 0df59e6ea2c5ce0892bdb5b5e9f86817c16f91c7 | refs/heads/master | 2021-01-17T08:14:37.817534 | 2017-03-04T05:55:33 | 2017-03-04T05:55:33 | 83,869,207 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 515 | java | package BoZ;
import java.awt.event.KeyEvent;
import javax.media.opengl.GL;
import javax.media.opengl.glu.GLU;
public class IState {
public IPlay m_Play;
public int m_IDState;
public IState (IPlay _Play){
m_Play=_Play;
}
public void Init (){
}
public void Update (){
... | [
"thieuhuyenuit88@gmail.com"
] | thieuhuyenuit88@gmail.com |
250e623c188ea05b516d89c38b87597405e58dbb | 769fbc9dfad06375b34bfcfdfd9c62d7782322b3 | /src/BasicCalculatorII.java | b27d7d043bebcb108f4641f8f4e808a8f739759b | [] | no_license | rutygithub/MyJavaCode | 634cd4bba3cc92406d3f077341ba30440335a0ba | 3b7d15ab8ca491abd1343b6946e1be02de079a34 | refs/heads/master | 2023-06-07T21:07:46.862533 | 2023-05-26T07:54:39 | 2023-05-26T07:54:39 | 241,004,791 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,238 | java | import java.util.Stack;
public class BasicCalculatorII {
public int calculate(String s) {
//https://leetcode.com/problems/basic-calculator-ii/discuss/63003/Share-my-java-solution
int len;
if (s == null || (len = s.length()) == 0) return 0;
//edge case
Stack<Integer> stack = ... | [
"ruty@163.com"
] | ruty@163.com |
414f17113a99a67126e301a7e728ef6e1834fcca | 155e2a91a5b6aa383d12304ba57c6e6f3f8a05ca | /src/main/java/com/mini10/miniserver/mapper/TagMapper.java | fe30426311251e4e5360c803b9d11433bc19ba89 | [] | no_license | dxysun/mini-server | 564a16a388f1a9878909bf84dbe06f4bd43263b3 | 32e23a1aa85d03ee8cf39648806bb1b399b74d09 | refs/heads/master | 2020-07-21T21:48:57.521640 | 2019-09-08T06:20:27 | 2019-09-08T06:20:27 | 206,981,535 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 564 | java | package com.mini10.miniserver.mapper;
import com.mini10.miniserver.model.Tag;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Component;
import tk.mybatis.mapper.common.Mapper;
import java.util.List;
@Component
public interface TagMapper extends Mapper<Tag> {
List<Tag> queryTa... | [
"1065707370@qq.com"
] | 1065707370@qq.com |
00493e1f9c25df86a33603f4c77fffd335a44c6a | 4ed52e55d6b1a2425116a783291eb3afe0d44ac5 | /unicorn-multi-test/src/main/java/com/unicorn/unicornmultitest/xml/definition/Parameter.java | cd127054c140d7a0fd118855925d5934dbbb7dd1 | [] | no_license | lzdong0714/BootDemo | fccc69d12587411ab90604c34ff82791f396f8a7 | c0ff6c892e87f5c7dfd5b08f2f21d9d07206561b | refs/heads/master | 2020-12-05T09:23:45.241151 | 2020-09-22T02:48:57 | 2020-09-22T02:48:57 | 232,068,390 | 0 | 0 | null | 2020-05-31T10:36:44 | 2020-01-06T09:36:02 | Java | UTF-8 | Java | false | false | 285 | java | package com.unicorn.unicornmultitest.xml.definition;
import lombok.Data;
/**
* @Author: Liu Zhendong
* @Description
* @createTime 2020年07月16日 14:35:00
*/
@Data
public class Parameter {
private String name;
private DataType type;
private String defaultValue;
}
| [
"952599783@qq.com"
] | 952599783@qq.com |
3a323e1e1f5575a6bbdef64876e82fc92713b11d | bfbd5c05a39673f983fa4fc26970861776f0fe99 | /verbo-system/verbo-api/src/main/java/br/com/unisul/verbo/service/impl/BaseServiceImpl.java | 1be6d43622c37fa1e183a69c8554325d1d71b2de | [] | no_license | victorhugoof/bitbucket | e735d9d2776f53e2c6c382c77e3cce57966ad80b | 5bf9cc167e9db7dd9c1a7f7f80eb7c4c6d0a3a0e | refs/heads/master | 2022-07-05T14:34:42.358282 | 2020-05-19T16:53:02 | 2020-05-19T16:53:02 | 260,617,163 | 0 | 0 | null | 2020-05-19T16:54:06 | 2020-05-02T05:00:12 | TSQL | UTF-8 | Java | false | false | 2,883 | java | package br.com.unisul.verbo.service.impl;
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.spri... | [
"vhmf171@hotmail.com"
] | vhmf171@hotmail.com |
5266589392dbda23fdd48191215e88b88c590ce9 | a31a66801301aaf35578c5ef415db612e08e586f | /StringManipulation/src/com/jn/edu/SearchString.java | bfe29bea0dc4d7ef45edbcf0111804764db81856 | [] | no_license | JohnN4/MyEclipse | 306e29dd0182e1eafa7cf5315a2d3f7fbb07b506 | aa8cf30ded12a342fa50adab9381f30130ffb0b1 | refs/heads/master | 2020-05-07T21:53:45.802001 | 2019-06-11T23:04:45 | 2019-06-11T23:04:45 | 180,921,964 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 913 | java | /**
*
*/
package com.jn.edu;
import java.io.BufferedReader;
import java.io.FileReader;
import java.util.HashSet;
import java.util.Scanner;
/**
* @author JohnN
*
*/
public class SearchString {
/**
* @param args
*/
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
HashSet<St... | [
"Johnnnamani12@gmail.com"
] | Johnnnamani12@gmail.com |
f591d9c961d3e18caf626e70ec7a73a2878daf3e | a1f88b35222838a52e0b665d0a29c21a0be070c4 | /src/main/tonivade/db/command/set/SetIntersectionCommand.java | 2929d725fbad2bb93e4772aa5c8cf9e273eed935 | [
"MIT"
] | permissive | yourcaptain/tinydb | 2c053e6ede6f6e8c950016ae3c8aa2042a977ccf | b7fda73b668380eaaa38136af2f9c11d06538a8a | refs/heads/master | 2021-01-10T18:52:33.957124 | 2016-07-15T08:45:37 | 2016-07-15T08:45:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,518 | java | /*
* Copyright (c) 2015, Antonio Gabriel Muñoz Conejo <antoniogmc at gmail dot com>
* Distributed under the terms of the MIT License
*/
package tonivade.db.command.set;
import static java.util.stream.Collectors.toList;
import static tonivade.db.data.DatabaseKey.safeKey;
import java.util.HashSet;
import java.util.... | [
"antoniogmc@gmail.com"
] | antoniogmc@gmail.com |
baba9de8b6157863786804b9a61a96d37bcbc917 | 84125a032c2b2e150f62616c15f0089016aca05d | /src/com/leet/algo/Prob839.java | ded67d078447a553a246f639db0ff984c2e64653 | [] | no_license | achowdhury80/leetcode | c577acc1bc8bce3da0c99e12d6d447c74fbed5c3 | 5ec97794cc5617cd7f35bafb058ada502ee7d802 | refs/heads/master | 2023-02-06T01:08:49.888440 | 2023-01-22T03:23:37 | 2023-01-22T03:23:37 | 115,574,715 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,170 | java | package com.leet.algo;
import java.util.*;
public class Prob839 {
/**
* instead of going through all combinations of swaping chars use list of string provided
* @param A
* @return
*/
public int numSimilarGroups(String[] A) {
if (A.length == 1) return 1;
Map<String, Boolean> visited = new HashMap<>();
fo... | [
"aychowdh@microsoft.com"
] | aychowdh@microsoft.com |
9baf12ebbf873ce41471c33ee2a688677649e19c | dce70b4a5c4ef11f06f77bcca31e6ff3946073de | /app/src/main/java/nl/dtt/rsr_pechhulp/view/maps/MapsActivity.java | 2e5e7de7aaf07ea8344a5a9b64024e7116dace45 | [] | no_license | davele-itsme/DTT-project | c9d92a015b9d3fdd2ca4ea1722c12f7a156470a2 | d92ed85b6d52a2d45f81c3e9beb83aaccb10804c | refs/heads/master | 2021-07-23T19:38:05.365533 | 2021-05-05T19:24:51 | 2021-05-05T19:24:51 | 249,077,667 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,005 | java | package nl.dtt.rsr_pechhulp.view.maps;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import androidx.core.app.ActivityCompat;
import androidx.databinding.DataBindingUtil;
import android.Manifest;
import android.app.Activity;
import andro... | [
"ledaodavid@gmail.com"
] | ledaodavid@gmail.com |
105ffe319a458c9ab4aa94171e5fc1bc653b7027 | aeef2494b283012ed619870c4275e7d015f4017a | /sdk/java/src/main/java/com/pulumi/gcp/dataplex/outputs/TaskNotebookInfrastructureSpecContainerImage.java | 58225d781fa60cd66e39c10c33549fc280a6a5c8 | [
"BSD-3-Clause",
"MPL-2.0",
"Apache-2.0"
] | permissive | pulumi/pulumi-gcp | d4fd3f80c3df5290edaf33eb5eafe34e6699d0ff | 7deea0a50a4ee5ab7bd722a83eca01707e298f85 | refs/heads/master | 2023-08-31T07:12:45.921522 | 2023-08-31T06:16:27 | 2023-08-31T06:16:27 | 97,485,806 | 160 | 63 | Apache-2.0 | 2023-09-14T19:49:36 | 2017-07-17T14:28:37 | Java | UTF-8 | Java | false | false | 4,818 | java | // *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.gcp.dataplex.outputs;
import com.pulumi.core.annotations.CustomType;
import java.lang.String;
import java.util.List;
import java.util.Map;
import java.ut... | [
"noreply@github.com"
] | noreply@github.com |
7e3033f32814ab498224b8b20e6acdcf678b3d27 | 5691ae6d001798de273db72a9fbb96e8fbe5c881 | /src/main/java/com/headfirst/designpatterns/compound/combining/decorator/Goose.java | a42e70f25f9f34e969cd14a02f582e50e25107d9 | [] | no_license | mrchaoyang/head-first-design-patterns | 9d85f645ae6541feafdabb476be8e54f3fd023b7 | 04a2d97dfc6714f202e74e9d8f1e94d01e99e8e2 | refs/heads/master | 2020-06-04T13:16:20.711934 | 2019-06-15T05:50:32 | 2019-06-15T05:50:32 | 192,037,074 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 149 | java | package com.headfirst.designpatterns.compound.combining.decorator;
public class Goose {
public void honk() {
System.out.println("Honk");
}
} | [
"mrchaoyang@yahoo.com"
] | mrchaoyang@yahoo.com |
b29d2f27db1ffee76cf688b8d7e81f6db6c8d561 | 9fb21757a846264d57cdfc940cc57b793e7c2020 | /spring/nov26_2018/src/main/java/homework/leg/ILegImpl.java | def701b923084cadec50b1f43884c7c33a00c0a3 | [] | no_license | SerhiiIvko/JavaCourse | 9bb64cbe133e000e8dfb0d4314c5b6510bdc8112 | 15f2df00b4420433a86dadf9e1cbadd4d7625c59 | refs/heads/master | 2022-12-23T00:29:48.087522 | 2020-07-14T14:47:37 | 2020-07-14T14:47:37 | 114,253,827 | 1 | 0 | null | 2022-12-16T00:37:55 | 2017-12-14T13:26:56 | Java | UTF-8 | Java | false | false | 508 | java | package homework.leg;
public class ILegImpl implements ILeg {
private String stepStrangeAction;
private String stepBackAction;
private String stop;
@Override
public String stepStrange() {
stepStrangeAction = "Step strange";
return stepStrangeAction;
}
@Override
public ... | [
"sergii.ivko@gmail.com"
] | sergii.ivko@gmail.com |
682e59da1b8db813966fd45a305cb3b72502759c | ebc786eeedd4f35128bbf756d9800edac60e12ec | /app/microDon/clients/models/Bank.java | 9af84efb06ba258595301f1fd2ccc415d0b96c63 | [
"CC0-1.0"
] | permissive | thomaspierre/play-starter-rest-api | 5ffdb00e0421271ce1cd4bba3e0dcb0f3668b730 | 8b099b3689857a199d9a4d6e1746a549c5ac31b2 | refs/heads/master | 2021-08-23T12:24:28.595935 | 2017-12-04T22:18:53 | 2017-12-04T22:18:53 | 112,760,919 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 327 | java | package microDon.clients.models;
/**
* Author: tpierre
*/
public class Bank {
private String id;
private String name;
public String getId() {
return id;
}
public void setId(String id) {
this.id = id;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name... | [
"mailtopierrethomas@gmail.com"
] | mailtopierrethomas@gmail.com |
2fa39ebcbfcfb021bd636c399ec0e52266d351c1 | 52893025680cd0f450d979978cfdb7dbebcb014f | /Grafo/src/com/clopez/grafql/Node.java | 2130432e3940311499d1052facf0740139dc1b52 | [] | no_license | cluis-lopez/JavaGraph | 6eaa3c34dc3523b41cc0e21817775deeb04bb7db | 81339798d4acdd0b18105ee5c9af61c81cf1f483 | refs/heads/master | 2020-03-19T14:56:27.241017 | 2018-09-16T18:48:16 | 2018-09-16T18:48:16 | 136,647,432 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,490 | java | package com.clopez.grafql;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
public class Node {
/**
*
*/
private String kind;
private HashMap<String,Object> keypair;
private ArrayList<Edge> edges;
public Node(String k) {
kind = k;
keypair = new HashMap<... | [
"cluis.lopez@gmail.com"
] | cluis.lopez@gmail.com |
323b303689f275854416dea2c0985f8800d26c51 | 6e1f23f7b5496514ac8b2f837359baca37412c67 | /src/main/java/com/zhangyu/raft/node/Client.java | 96eecd65c14a6360046eb6b9c2ef556c06f3edae | [
"MIT"
] | permissive | zhangyu1402/K-V-Store | 6735822ba8ac8467d1a8f2d06fb4d0e1e5b0d71c | 81d9bbf1a165ec2d30d07b9bf4184e5fe5129c18 | refs/heads/master | 2022-12-11T06:10:37.325854 | 2020-02-20T20:25:05 | 2020-02-20T20:25:05 | 240,347,207 | 1 | 0 | null | 2022-11-16T09:23:32 | 2020-02-13T19:48:29 | Java | UTF-8 | Java | false | false | 56 | java | package com.zhangyu.raft.node;
public class Client {
}
| [
"yzh269@ur.rochester.edu"
] | yzh269@ur.rochester.edu |
06b686ebfa11ca3e92f826f76270da4a23d581a8 | 5a112e7b9ae1d5d38bdf8150a39716a935b9daef | /common/src/main/java/com/renard/common/google/gson/JsonDeserializer.java | fc7ae43125de95e8d67731940904f6fe565e2d3c | [] | no_license | QAQ-QVQ/hjyGameLy | 619ff4c54c9efecb91010192c86f71c6e02ca8d5 | 8cddfc4455642a168c57e4066844dc33ff34e25e | refs/heads/master | 2020-08-02T02:48:56.366094 | 2019-09-27T01:37:38 | 2019-09-27T01:37:38 | 211,212,012 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,691 | java | /*
* Copyright (C) 2008 Google 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 ... | [
"727005920@qq.com"
] | 727005920@qq.com |
d8a2c1b9e0288ade1f32c3467685792a23a359fd | 56810f945542cac384d8495a6068aeb4c974d307 | /SeleniumWS_2017/SmitaSeDemo/src/com/sbk/selenium/webdriver/TestImplicitWaits.java | d2cd1927d95cc717cb80054c010ff1ec83de5e6e | [] | no_license | brijeshsmita/Selenium_Demos | 2bd9f7a89f78cd997ceb53d11147804c833026ac | 17c7b02db4e11ca762c9303a6a90eccfdf3e31f1 | refs/heads/master | 2023-06-24T16:12:24.230954 | 2023-06-20T10:44:46 | 2023-06-20T10:44:46 | 200,798,551 | 0 | 0 | null | 2022-12-16T04:24:44 | 2019-08-06T07:21:43 | JavaScript | UTF-8 | Java | false | false | 1,044 | java | package com.sbk.selenium.webdriver;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.By;
public class TestImplicitWaits
{
//implicit wait provide to load DOM object for a particular of time before trying to loca... | [
"brijeshsmita@gmail.com"
] | brijeshsmita@gmail.com |
864dc4c8da528acf2fad777c155d73cc76c4436f | b27d7111c59b6246c5f34726c8457e4db44e4e9e | /app/src/main/java/com/example/zc/missingreports2/NIDActivity.java | 89e0d9a9d99a82e84aa1a98e28ae8ec1800e7ec9 | [] | no_license | Joy-karmaker/Missing-Reports | 52426eba6e445f53adf9541bfeb243f89c6dd728 | 18a452a69ca7422d5557d96f464a231f45c684f3 | refs/heads/master | 2020-04-28T14:50:18.403381 | 2019-03-27T09:38:54 | 2019-03-27T09:38:54 | 175,350,954 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,699 | java | package com.example.zc.missingreports2;
import android.app.ProgressDialog;
import android.content.Intent;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import android.support.v7.app.AppCompatActivity;
import android.app.ProgressDialog;
import android.os.Bundle;
import android.s... | [
"48444326+Joy-karmaker@users.noreply.github.com"
] | 48444326+Joy-karmaker@users.noreply.github.com |
a424dfeb1da9160254ce2493c49eac59868c35da | 31469acc1743ed397276be105bdba3be5fe924c5 | /RebookServer/src/utils/Livro.java | a49bb5a4345c4b0180c57a5741fe15b96d638d3c | [] | no_license | tfsimoes/rebook | 590c7c61ba31f1d0e41658e9876d7408ad111f74 | 9ad61e3ac525e39d673134f384c905defda7e208 | refs/heads/master | 2020-05-17T17:49:48.483546 | 2014-05-05T14:27:45 | 2014-05-05T14:27:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 524 | java | package utils;
public class Livro {
int idLivro;
String nome;
String nomeficheiro;
int derivado;
public Livro(int idLivro, String nome, String nomeFicheiro, int derivado){
this.idLivro = idLivro;
this.nome = nome;
this.nomeficheiro = nomeFicheiro;
this.derivado = derivado;
}
public int getIdLivro()... | [
"tfdsimoes@gmail.com"
] | tfdsimoes@gmail.com |
37a3d478be3145ab3a8174b2da3d887aae52523c | 678bd9385c614f0fabe5bf1532b558866d0529d8 | /android/app/src/main/java/com/frontobjetperdu/MainActivity.java | c6262cafdca69bd50afb6769ba68e2f9acea333c | [] | no_license | JeremyNoh/frontObjetPerdu | f46c12548d7020b22234499628ff416dce614b39 | 56404a08a8f80fb586b722c89b9483e3bd41059f | refs/heads/master | 2020-03-22T11:15:17.430872 | 2018-09-07T11:23:30 | 2018-09-07T11:23:30 | 139,958,740 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 375 | java | package com.frontobjetperdu;
import com.facebook.react.ReactActivity;
public class MainActivity extends ReactActivity {
/**
* Returns the name of the main component registered from JavaScript.
* This is used to schedule rendering of the component.
*/
@Override
protected String getMainCompo... | [
"jeremynoh@MacBook-Pro-de-Wilson.local"
] | jeremynoh@MacBook-Pro-de-Wilson.local |
678512d87a12630cc7ef4b291a18e81a8a9ea9c3 | 0451824746b9d709fd43bf667bcafadfe438e434 | /src/main/java/de/hpi/data_change/imdb/parsing/TitleEndRecognizer.java | 73fcfeae5e18ffd449e7858bf8d8405e9cbde162 | [] | no_license | ChanchalGupta/IMDBParser | 7575550d7f2112891eca16b3037fd3f3f1cd10cb | 61458cfcf9a9c32c1d51987f8ba640738c0b84a5 | refs/heads/master | 2020-07-01T03:50:10.651264 | 2018-04-13T12:31:08 | 2018-04-13T12:31:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,169 | java | package de.hpi.data_change.imdb.parsing;
import de.hpi.data_change.data.Pair;
import java.util.Arrays;
import java.util.List;
import java.util.function.Predicate;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class TitleEndRecognizer {
//private static final String regexLastTitleElement... | [
"leon.bornemann@hpi.de"
] | leon.bornemann@hpi.de |
819562996fec9103d53f1d2794ac1b0f9a5abc2a | d61706df9ac39a9965ee9a2eadbc58bd2acaae8c | /src/main/java/admin_update_info_servlet/AdminUpdateInfoAdvanced.java | ec2fe1a98af5b76a137dac4a37b6b0a7985d96c2 | [] | no_license | Congtrinhh/shoes_store | c88666b37210b50fad5aa019cf5a11ebfd85d215 | d2fa0fd44e6f57c1437abce4945495d002f31b65 | refs/heads/master | 2023-07-08T02:47:35.915667 | 2021-08-19T11:31:32 | 2021-08-19T11:31:32 | 389,997,515 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,373 | java | package admin_update_info_servlet;
import java.io.IOException;
import java.sql.Connection;
import java.sql.SQLException;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServl... | [
"trinhquycong@gmail.com"
] | trinhquycong@gmail.com |
c21daa95faaaf8a73b48982aba950198924b87a1 | 2ac09e1df530d7bd72a1b356b504ea2841851d2d | /java/net/sf/l2j/gameserver/Shutdown.java | 1e124c5965bc8453f9aad40f3cbb2369939de2eb | [] | no_license | DeMarko1984/leagueoflineage | 5d4470b5bed4e132a8e63555bd2581728117e864 | 7552026c310242723c884fe29bab503de9154ae3 | refs/heads/main | 2023-07-16T08:16:40.994221 | 2021-09-10T06:20:26 | 2021-09-10T06:20:26 | 403,709,649 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,342 | java | /*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This program is distributed in the hope that it will be useful,
* but WIT... | [
"88482218+DeMarko1984@users.noreply.github.com"
] | 88482218+DeMarko1984@users.noreply.github.com |
ed0181991320d447f673cc615a1d4a580f19e81c | bc366e03592e92180f3f23e13dbf8d79a8e77566 | /tanhua-admin/src/main/java/com/itheima/web/controller/AdminController.java | 6459bc3aa18311e8028a507cc890e84ccf485365 | [] | no_license | stephendengbl/tanhua | 136df8b168e9bf87061dcb73303ec93e30aed1ee | 53c8fb9317be7cbd0f7a53fceb8a2d6242f8d684 | refs/heads/main | 2023-06-11T23:17:55.282428 | 2021-07-11T09:15:13 | 2021-07-11T09:15:13 | 384,902,101 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,607 | java | package com.itheima.web.controller;
import cn.hutool.captcha.LineCaptcha;
import cn.hutool.core.bean.BeanUtil;
import com.itheima.domain.db.Admin;
import com.itheima.util.JwtUtil;
import com.itheima.web.interceptor.AdminHolder;
import com.itheima.web.manager.AdminManager;
import org.springframework.beans.factory.annot... | [
"d_bliang@outlook.com"
] | d_bliang@outlook.com |
486554e2758974b9961ff822f8db02942afe9740 | 065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be | /eclipsejdt_cluster/71061/tar_0.java | f6bfc2e212f1416789afe7f51186cfd950acea90 | [] | no_license | martinezmatias/GenPat-data-C3 | 63cfe27efee2946831139747e6c20cf952f1d6f6 | b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4 | refs/heads/master | 2022-04-25T17:59:03.905613 | 2020-04-15T14:41:34 | 2020-04-15T14:41:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,255 | java | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... | [
"375833274@qq.com"
] | 375833274@qq.com |
d596a81da921f452a1a597631d567648ae6ac043 | 736d52af62202656e6623ffe92528d1315f9980c | /batik/badapt_classes/org/apache/batik/ext/awt/image/rendered/SpecularLightingRed.java | c82e823457d654b5f23d2e76ec60d0341e2cdc96 | [
"Apache-2.0"
] | permissive | anthonycanino1/entbench-pi | 1548ef975c7112881f053fd8930b3746d0fbf456 | 0fa0ae889aec3883138a547bdb8231e669c6eda1 | refs/heads/master | 2020-02-26T14:32:23.975709 | 2016-08-15T17:37:47 | 2016-08-15T17:37:47 | 65,744,715 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 29,844 | java | package org.apache.batik.ext.awt.image.rendered;
public class SpecularLightingRed extends org.apache.batik.ext.awt.image.rendered.AbstractTiledRed {
private double ks;
private double specularExponent;
private org.apache.batik.ext.awt.image.Light light;
private org.apache.batik.ext.awt.image.rendered.Bum... | [
"anthony.canino1@gmail.com"
] | anthony.canino1@gmail.com |
256dddd817bf27234f95535b7dffad21265ec59c | 09ff7bf81f63980a42cb5dbf396d872162725f65 | /TrainerApp/src/com/trainerapp/ActivitySlideDescripcion.java | 4d8173b0f7e937d5d20109d7bc2fc7b0e814db22 | [] | no_license | jgacitua/TrainerAppFinal | a1365ad0a36d5dc95e6f9f0247c1ba2c1edef165 | 2dc53770befc2d624c8252955e0352b19fe71d82 | refs/heads/master | 2020-04-30T06:27:17.177272 | 2014-07-06T13:11:32 | 2014-07-06T13:11:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,362 | java | package com.trainerapp;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentActivity;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import android.support.v4.view.ViewPager;
... | [
"Jorge@Mohami"
] | Jorge@Mohami |
47cb72d8172cb2b650399237dc53b28263207b5a | 62915153bbba21a0aed0f43a91e6ff30aecf54f0 | /release/v1/src/main/java/uk/ac/standrews/cs/cs3099/useri/risk/clients/AI/evolve/genetic/Generation.java | 8b2196e6dcb0aa9f2bd2c72c8c5a7af34d6ce71d | [] | no_license | AlexWilton/Risk-World-Domination-Game | 934b4213e0200ae9f77edd905d1c0f8d09bba32e | 4d34bf9a2f92f8d83648c6964d2025819a7b89b3 | refs/heads/master | 2021-09-22T10:29:34.435024 | 2018-09-08T10:28:52 | 2018-09-08T10:28:52 | 28,974,470 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,518 | java | package uk.ac.standrews.cs.cs3099.useri.risk.clients.AI.evolve.genetic;
import uk.ac.standrews.cs.cs3099.useri.risk.clients.AI.evolve.CommandRaterAIClient;
import uk.ac.standrews.cs.cs3099.useri.risk.clients.AI.evolve.CommandRaterFitnessTester;
import uk.ac.standrews.cs.cs3099.useri.risk.clients.AI.evolve.RatedCommand... | [
"po26@st-andrews.ac.uk"
] | po26@st-andrews.ac.uk |
05a54ce8169f61f29c0d04da39c4ffef39757336 | 705db8448540f47493846a58f8cd93b8fffecf8e | /app/src/main/java/com/example/youtubebg/Playlists/Views/Fragment_Playlists.java | a28e0f95105ffab5c447e234d52c813b8a3e0c0a | [] | no_license | Miltentt/YoutubeBG | 1f2e61cda8d6c35b2d4ed148b01e889e168f7e62 | 18832fc8947af7b4e9747695008aa68fa2a9e6c5 | refs/heads/master | 2021-05-19T09:21:33.444954 | 2020-08-20T14:26:29 | 2020-08-20T14:26:29 | 251,626,741 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,415 | java | package com.example.youtubebg.Playlists.Views;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import an... | [
"wojtekpo@interia.eu"
] | wojtekpo@interia.eu |
46d7bca2feb2c00e0a147861f1d8e462390d46bf | a5ec31338b172b8ddeb123d4ea3e9e3135c556a4 | /app/src/main/java/com/example/manhngo/ms/models/MSRepo.java | 2db2caee3db803bdba9c78eedcb8bd8ebfff7ef8 | [] | no_license | manhngodh/ms | 3853991a735a034ed522afa63d7b4dcabc479964 | 88a51d7d4f86f48c48491be9421025b0e93a8d85 | refs/heads/master | 2021-07-13T05:24:38.779198 | 2017-10-12T16:19:38 | 2017-10-12T16:19:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,204 | java | //package com.example.manhngo.ms.models;
//
//import android.content.ContentValues;
//import android.content.Context;
//import android.database.Cursor;
//import android.database.sqlite.SQLiteDatabase;
//
//import com.example.manhngo.ms.Player;
//import com.example.manhngo.ms.Util.DBUtitls;
//
//import java.util.ArrayLi... | [
"manhngo@pakme.co"
] | manhngo@pakme.co |
8079ab33339acb911df92e14e0373e0d066388da | 4db13d8b3fc8307678dc9012ae256ea39210b6c0 | /chapter_002/src/main/java/ru/job4j/coffee/CoffeeMachine.java | f9864336eb2afcb509f266ef3f128518adc3f709 | [
"Apache-2.0"
] | permissive | alexanderpetrenko/job4j | 01b203482ebc92ecfaf962f18a98d1252d29e4cf | 052d6639d0311f2cd935dd2f5091c5d2ded72a3e | refs/heads/master | 2021-06-27T05:16:30.852124 | 2020-10-27T09:11:49 | 2020-10-27T09:11:49 | 166,085,575 | 0 | 0 | Apache-2.0 | 2020-10-13T11:42:28 | 2019-01-16T17:55:20 | Java | UTF-8 | Java | false | false | 2,238 | java | package ru.job4j.coffee;
import java.util.Arrays;
/**
* The {@code CoffeeMachine} class calculates change for the coffee.
*
* @author Alexander Petrenko (Lexer8@gmail.com)
* @version 1.0
* @since 16.03.2019
*/
public class CoffeeMachine {
/**
* Array of coins for change.
*/
private int[] coins... | [
"Lexer8@gmail.com"
] | Lexer8@gmail.com |
a34086a362080b2bc7d917753970967abef0228f | 61f333b2966330c9bb2e78e546e54f1524722c0a | /finalProject/src/test/java/stepDefinitions/GeoShippingSteps.java | f135a76ca9e80d6ef8ddc9b71215eb4cb8e57ad7 | [] | no_license | Jevgenijs-C/No-Name | dd59ca7377b9fc43adb61b6278f8a422eba33086 | ca070cbdea3b1f631be4ba680460462cc827facc | refs/heads/master | 2021-03-11T04:30:25.218373 | 2020-03-08T14:17:27 | 2020-03-08T14:17:27 | 246,509,551 | 0 | 1 | null | 2020-10-13T20:16:36 | 2020-03-11T08:01:02 | Java | UTF-8 | Java | false | false | 3,554 | java | package stepDefinitions;
import org.junit.Assert;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.support.PageFactory;
import cucumber.api.java.en.And;
import cucumber.api.java.en.Given;
import cucumber.api.java.en.Then;
import cucumber.api.java.en.When;
import pages_sample.CheckoutPage2;
public cla... | [
"ingarskrafts@gmail.com"
] | ingarskrafts@gmail.com |
67c8898ffd94378111166d292efd8328fe6b13e1 | 9be14f9dc9e5806891ba48b7066c43dd043ac276 | /src/main/java/uk/nhs/digital/mait/tkwx/spinetools/SendDistEnvelopeHandler.java | 709846b06ac825c8af066678d67de89e19b7219d | [
"Apache-2.0"
] | permissive | nhsdigitalmait/TKW-x | 58c001ed684a2b7471039febed0f393fc8b953c2 | 7e90cb035cd65464d42085870ce45a6aeeef53e1 | refs/heads/master | 2022-11-23T14:38:47.421837 | 2022-11-22T08:45:48 | 2022-11-22T08:45:48 | 232,580,623 | 0 | 1 | Apache-2.0 | 2022-01-12T15:57:29 | 2020-01-08T14:22:29 | Java | UTF-8 | Java | false | false | 7,294 | java | /*
Copyright 2014 Health and Social Care Information Centre
Solution Assurance damian.murphy@hscic.gov.uk
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/LICEN... | [
"simon.farrow1@nhs.net"
] | simon.farrow1@nhs.net |
bdf3ca8570236c5667c47a74de51bb8867f6615b | 97670b111a88d8e8147b01c95d7661d0a2d8159c | /dl4j-examples/src/main/java/org/deeplearning4j/examples/recurrent/seqClassification/UCISequenceClassificationExample.java | c9ec0eea3ef99a3e45bcf7a95e5cd25467c11416 | [
"Apache-2.0"
] | permissive | crockpotveggies/dl4j-examples | f2c32b5d85f046cb750d47f4da562b0a7cfc92fc | a357048e8a1e9dc77d45c70a12af99e470cb4b61 | refs/heads/master | 2021-01-09T05:59:10.302403 | 2018-08-16T00:35:54 | 2018-08-16T00:35:54 | 80,881,478 | 11 | 4 | null | 2017-02-04T00:36:02 | 2017-02-04T00:36:02 | null | UTF-8 | Java | false | false | 10,972 | java | package org.deeplearning4j.examples.recurrent.seqClassification;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.IOUtils;
import org.datavec.api.berkeley.Pair;
import org.datavec.api.records.reader.SequenceRecordReader;
import org.datavec.api.records.reader.impl.csv.CSVSequenceRecordReader;
import... | [
"blacka101@gmail.com"
] | blacka101@gmail.com |
87f39919f1d5a02e0006c78cf4bc941a0d18f74a | 6cd9a3133c68d4156e4a9e3e74ebcbda9881753d | /shop_restful_service/src/main/java/com/fh/shop/api/student/biz/StudentService.java | 1322b79f2fd588e2f3f14c19df728505809f9353 | [] | no_license | XinLong6868/shop | 9008ac0b3b6736a19b5c1903b0b5b06f87196502 | 76afad47aaeaf7d04a0eb0a4803f8f8bad95833a | refs/heads/master | 2020-05-07T12:50:13.127204 | 2019-04-10T07:51:27 | 2019-04-10T07:51:27 | 179,986,692 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 496 | java | package com.fh.shop.api.student.biz;
import com.fh.shop.api.common.ServerResponse;
import com.fh.shop.api.student.po.Student;
/**
* @author DELL
* @title: StudentService
* @projectName shop-1808-Xinlong
* @description: TODO
* @date 2019/3/2114:32
*/
public interface StudentService {
public ServerResponse... | [
"2427776882@qq.com"
] | 2427776882@qq.com |
a4ecde6740b8dbdd54b5ec02816da1ad9a59b9d5 | f46b319c1718f07c740a0debdf088a1e54ea6ef3 | /voting-service/src/main/java/com/voting/service/user/UserLoginService.java | d7d686b08b03cd9c6576d6a0d094f713c2eef768 | [] | no_license | swtsoso/Base | 6b7c5b155d32e860f2989b49303fba8424d84a59 | 7c33ceb384e7a6a92990a483b035ab6411a78c20 | refs/heads/master | 2021-05-14T14:22:42.535457 | 2018-01-02T07:45:06 | 2018-01-02T07:45:06 | 115,969,827 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 71 | java | package com.voting.service.user;
public interface UserLoginService {
} | [
"wp@xipintech.com"
] | wp@xipintech.com |
f7952a4781db2de3fe0bacb43cdce072b785f8ad | 3b066087c5f92e8e1f1601b03aa1e37ca37112f0 | /migrat-common/src/main/java/com/ymy/xxb/migrat/common/service/RedisService.java | 3aa5d0a498b9c47fe920c3b90a239bc83718bb83 | [
"Apache-2.0"
] | permissive | moyu3390/migrat | 0880d9fb1c7a9a2914322cbb95a5ee07de9b5c97 | 0cc2b568227ed67e339e9f876bdaf429ade1e47a | refs/heads/master | 2023-08-23T18:27:42.163798 | 2020-06-20T07:35:41 | 2020-06-20T07:35:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,683 | java | package com.ymy.xxb.migrat.common.service;
import java.io.Serializable;
import java.util.concurrent.TimeUnit;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.stereotype.Component;
/**
* @author wangyi
*/
@Component
pu... | [
"2531592408@qq.com"
] | 2531592408@qq.com |
f2e3c66d2b7e9b502554f1735de7e9ac3c9017c0 | 3d48b554c6fbd05300111b8526e09c3f0bd093f0 | /src/main/java/com/spring/periodicals/service/impl/UserServiceImpl.java | 6e13efc709cd9e86c58ef5a535af85b548ae5f6a | [] | no_license | leradoughnut/Periodicals | fa61ff24f5462f67677366b2c4b8d97377257373 | 29094af22baea427221d57feb8fc1a929703b31d | refs/heads/master | 2023-01-19T21:47:46.638874 | 2020-11-27T18:42:39 | 2020-11-27T18:42:39 | 316,574,645 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,483 | java | package com.spring.periodicals.service.impl;
import com.spring.periodicals.dto.UserDTO;
import com.spring.periodicals.entity.Role;
import com.spring.periodicals.entity.Status;
import com.spring.periodicals.entity.User;
import com.spring.periodicals.repository.UserRepository;
import com.spring.periodicals.service.UserS... | [
"41482994+leradoughnut@users.noreply.github.com"
] | 41482994+leradoughnut@users.noreply.github.com |
c798b6db03aa61c1ee773700f31d17aaecb35c1a | b28aa614c7563527e408475374058de2ad061c3e | /samples/bird-service-sample/src/main/java/com/bird/service/sample/service/TabStringService.java | 4f091d8bacbae023648a69803d08dca6a7946116 | [
"MIT"
] | permissive | xldc/bird-java | 53209a06f91605b648eece35e85d826dece6eb79 | 2be6b17240ac17b42535308bf1065b6dc9faa671 | refs/heads/master | 2020-08-19T10:27:51.355484 | 2019-10-17T02:03:43 | 2019-10-17T02:35:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 406 | java | package com.bird.service.sample.service;
import com.bird.service.common.service.GenericStringService;
import com.bird.service.sample.model.TabString;
import com.bird.service.sample.service.mapper.TabStringMapper;
import org.springframework.stereotype.Service;
/**
* @author liuxx
* @date 2019/8/29
*/
@Service
publi... | [
"381334617@qq.com"
] | 381334617@qq.com |
082d490829af3617bf1003537d4398a523e56f27 | 15c016f9568bf8b9f35be3154bcfa09fd06148b2 | /Tarefa2/ContaEspecial.java | 0335c7cea0441aa85f91edf33a97ae924e412ffa | [] | no_license | miguelfesanbar/DesenvolvimentoFullStack | f9be4142663b85460f9ecd112e1758d20a3a6451 | 8c1781d802df976422d7a75f771bba719d0c535e | refs/heads/main | 2023-05-07T18:54:26.957630 | 2021-05-21T21:10:05 | 2021-05-21T21:10:05 | 347,098,788 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 433 | java |
public class ContaEspecial extends Conta {
private Double limite;
public ContaEspecial(Pessoa cliente, Integer nrConta, Double saldo, Double limite) {
super(cliente, nrConta, saldo);
this.limite = limite;
}
public Double getLimite() {
return limite;
}
public void setLimite(Double limite) {
this.limite... | [
"miguelfesanbar@yahoo.com.br"
] | miguelfesanbar@yahoo.com.br |
6de2a773624efb48ca04848927d2c7ef2f159ac6 | 585e56c03bb14c8b6801470c3cbc31429840e1bc | /Monte Carlo - PI/test/src/main/App.java | 772da43dc15506bf4176c6477631cf2413b18c43 | [] | no_license | koja5/ApacheIgnite | 1cadac0d425de9a7fe44990389ba0ecd1bf26965 | c92d709f8c7326ac9f9d91b9feb5ad8b1407019d | refs/heads/master | 2020-03-28T19:46:56.194084 | 2018-09-19T15:58:54 | 2018-09-19T15:58:54 | 149,009,099 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,242 | java | package com.test.test;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.HashMap;
import java.util.concurrent.ThreadLocalRandom;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.function.ToIntFunction;
import java.lang.*;
import java.util.IntSummarySta... | [
"kojaaa95@gmail.com"
] | kojaaa95@gmail.com |
d958b442775c3b80bfe8df74651e756634674ea5 | 4a34fb516c112e0da070d8d70ce467e3c2a2463e | /src/models/Fish.java | 2dcb0b4c55df2d623a32cf7cee58364e49125876 | [] | no_license | abenbyy/os-week-4 | 445a6f9cc271bf307ab2b955468f6d3437fd7569 | 3e519299476f6067e1e749d5e37897a64e00e2d5 | refs/heads/master | 2022-12-25T11:26:42.290692 | 2020-10-07T05:45:03 | 2020-10-07T05:45:03 | 301,938,542 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 494 | java | package models;
public class Fish extends Pet{
public Fish(String name, int price) {
super.name = name;
super.price = price;
super.sold = 0;
}
public String getName() {
return super.name;
}
public int getPrice() {
return super.price;
}
@Override
public void feed() {
System.out.println(supe... | [
"andrbenaya@gmail.com"
] | andrbenaya@gmail.com |
93563dcebbb5452618370aa6cb1317ed6882cf6e | c0da02f70ac38acb92cc3ac77e394ca0a901c3f2 | /app/src/main/java/ru/timekiller/SecondsHelper.java | 3cb0491242e54d2d9bf80d872a2dd9dae8d231a9 | [] | no_license | shdevlp/timekiller | 1ceb6dc4b89cf961e5c2afed6250f846502e947f | fe5f03378ebf9c63178ed7647b2d52b023d142f3 | refs/heads/master | 2021-01-18T14:41:00.568159 | 2015-04-17T11:31:25 | 2015-04-17T11:31:37 | 33,868,589 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 970 | java | package ru.timekiller;
import java.util.Calendar;
/**
* Created by Дмитрий on 16.04.2015.
*/
public class SecondsHelper {
private long _counter;
private String _lastSecond;
public SecondsHelper() {
reset();
}
/**
* Стартуем заново
*/
public void reset() {
... | [
"shdevlp@gmail.com"
] | shdevlp@gmail.com |
07eb9a00c32965cfc6e9c1161d5d0467c3fe8cb6 | 660f78db11f7fbbaed3328db3867604fa3d85216 | /src/ConfigManager.java | 23d59b39f11d1d9e0ce181508bcce333ad2835df | [] | no_license | bverma0808/Web-Crawler | 83cfa9c547d02b78df0b7b7b3693c88f2314ba9a | 7b7348df8f32d5d6dda726bc093506548b6b3211 | refs/heads/master | 2021-01-21T12:26:47.986388 | 2015-05-23T19:41:41 | 2015-05-23T19:41:41 | 35,688,857 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,968 | java | import java.util.*;
/**
* <pre>
* This class contains the configurations of our web-crawler
* Its a singleton class . At first it tries to load the configurations from the config file
* and if it fails to do that then it will load the default configurations
*</pre>
*/
public class ConfigManager {
static ConfigMa... | [
"bverma0808@gmail.com"
] | bverma0808@gmail.com |
dd847fd97fee6ab884bd5032fc046b017f9a1ffb | 6494431bcd79c7de8e465481c7fc0914b5ef89d5 | /src/main/java/com/coinbase/android/MainActivity$$Lambda$1.java | 6b4bfb24f9c863abe6e0978f4263b50201ec1e6c | [] | no_license | maisamali/coinbase_decompile | 97975a22962e7c8623bdec5c201e015d7f2c911d | 8cb94962be91a7734a2182cc625efc64feae21bf | refs/heads/master | 2020-06-04T07:10:24.589247 | 2018-07-18T05:11:02 | 2018-07-18T05:11:02 | 191,918,070 | 2 | 0 | null | 2019-06-14T09:45:43 | 2019-06-14T09:45:43 | null | UTF-8 | Java | false | false | 496 | java | package com.coinbase.android;
import rx.functions.Action1;
final /* synthetic */ class MainActivity$$Lambda$1 implements Action1 {
private final MainActivity arg$1;
private MainActivity$$Lambda$1(MainActivity mainActivity) {
this.arg$1 = mainActivity;
}
public static Action1 lambdaFactory$(M... | [
"gulincheng@droi.com"
] | gulincheng@droi.com |
04d94fe725f186edaf7669ee6037f524270f5cc6 | 96e17ab60e04b953e5e27a523827363ed8e55072 | /src/CoffeeOrder.java | 0c98c4456080f7a48ad3ef1726a4ce14e9497aad | [] | no_license | melikearslan/KahveSiparisUygulamasi | a3ce733c1b93c624a828c57f35ad1be8a1211d1d | e3bbe574c29c7bcda47773ecce8a7a3e4b8a622d | refs/heads/master | 2023-06-23T15:44:57.417272 | 2021-07-18T20:07:14 | 2021-07-18T20:07:14 | 387,260,374 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,171 | java | import java.util.HashMap;
import java.util.Map;
public class CoffeeOrder {
private final int coffeeNumber;
private final String name;
private final int price; // Türk lirası
private final Map<String, Integer> ingredients;
public CoffeeOrder(int coffeeNumber, String name, int price, Map<String, In... | [
"melikearslan97@hotmail.com"
] | melikearslan97@hotmail.com |
0dd93eef6e14a7e40b0e4f0c2b0a044392317732 | c94ebfa489cb39df80d53ff24e69a2d6a2933fd7 | /src/main/java/task/response/ResponseCreator.java | b4710a09d024e10c4460bdc7247d10786e232ccc | [] | no_license | yurictec/GPRest | c1ee69cc35ed2285d28ea6866e5bea854c259272 | 837690969547f69439d813462a767c3cac6c13c3 | refs/heads/master | 2021-01-18T23:34:28.372663 | 2017-04-04T09:40:59 | 2017-04-04T09:40:59 | 87,118,249 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 748 | java | package task.response;
import javax.ws.rs.core.Response;
public class ResponseCreator {
public static Response error(int status, int errorCode, String version) {
Response.ResponseBuilder response = Response.status(status);
response.header("version", version);
response.header("errorcode", e... | [
"yurictec1@gmail.com"
] | yurictec1@gmail.com |
15781e27d9e5ace53977c79867fc5e1b5778eeb2 | 637e51d29b1c99e61bb4cf49817032cf288ebd64 | /engine/src/main/java/com/arcadedb/query/sql/executor/WhileMatchStep.java | bf0404ba923778bb5033bfab749f5bb5325d666e | [
"Apache-2.0"
] | permissive | elegoff/arcadedb | 41e1b326b42c45bc62f333f7a67e3147523dd213 | 7de1f4b1088ff4ea0680148126da6d2594bf57d0 | refs/heads/main | 2023-07-16T16:29:36.036766 | 2021-09-02T14:29:07 | 2021-09-02T14:29:07 | 402,422,407 | 0 | 0 | Apache-2.0 | 2021-09-02T13:02:53 | 2021-09-02T13:02:52 | null | UTF-8 | Java | false | false | 2,470 | java | /*
* Copyright 2021 Arcade Data Ltd
*
* 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,... | [
"lvca@users.noreply.github.com"
] | lvca@users.noreply.github.com |
8d715dc8f621332a2a0de37c61e5b9cc2ff67824 | beceb5d635179fa01e9267cae4c2ad035f3ffcb9 | /src/main/java/com/ricardo/interfaces/QuartoService.java | 1b2c602438e7d049cb5c98e01b668791ea3ee8db | [] | no_license | ricardocasaca/hotel | ab10a68740e673938ca4614581c5d7ecbb986bf3 | f0a064d5baa258d16a1d409c5cba483fca585d82 | refs/heads/master | 2021-01-09T20:13:56.847126 | 2016-07-05T14:46:46 | 2016-07-05T14:46:46 | 61,151,405 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 278 | java | package com.ricardo.interfaces;
import com.ricardo.suites.Quarto;
import java.util.List;
/**
* @author Kennedy Oliveira
*/
public interface QuartoService {
List<Quarto> getQuartos();
void cadastrarQuarto(Quarto quarto);
boolean existeQuarto(Quarto quarto);
}
| [
"ricardocasaca33@gmail.com"
] | ricardocasaca33@gmail.com |
28e28de346f077aaa96d2732ef2e004e8a7f3325 | b95fdc1556e25c9117815986e69dab769764d30b | /lunar-proj2/core/src/com/badlogic/lunarproj/Instructions.java | a68cb799a978e84fe78a202fd44aa0e083027ef9 | [] | no_license | Matt-Cohen-CS/FinalFrontierGame | 4cff1eace1bbf4d2b5e10ea7d54f6919bb9ea062 | 2447e67e12e84b7814f7fd22c165b4af883ebf7f | refs/heads/master | 2020-12-02T02:18:11.036055 | 2019-12-30T06:02:39 | 2019-12-30T06:02:39 | 230,856,249 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,170 | java | package com.badlogic.lunarproj;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.Input;
import com.badlogic.gdx.Screen;
import com.badlogic.gdx.audio.Music;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.OrthographicCamera;
import com.badlogic.gdx.graphics.Texture;
import c... | [
"matt.cohen.cs@gmail.com"
] | matt.cohen.cs@gmail.com |
46aa6b713cb6fa1301ad417413111e31159f615a | f6762c7c13b3d092599dfd16464957c56607cc06 | /app/src/main/java/id/co/horveno/testgits/view/LoginView.java | 33a0e87837ada86a31f83404eaa130fdd2f5da6f | [] | no_license | MAlvinR/GitsWisataApps | f5544f002e12052e8e102f69896cc3ed2bee4ac7 | bbf8a436a697ed4c9a2b458a048e35ca9211aeb1 | refs/heads/master | 2021-06-27T11:37:46.117394 | 2017-09-15T12:58:16 | 2017-09-15T12:58:16 | 103,645,778 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 108 | java | package id.co.horveno.testgits.view;
public interface LoginView {
void onLoginError(String message);
}
| [
"MAlvinR@users.noreply.github.com"
] | MAlvinR@users.noreply.github.com |
fdd8adc1694393651edc8152e56602d6bd5e4056 | c764ba568d471df7c31aad4fe73982b305cfd0d0 | /src/main/java/br/com/arsmachina/authentication/entity/UserGroup.java | 62d5248e3a3e6eef77dc81b673a074851e471e64 | [
"Apache-2.0"
] | permissive | thiagohp/generic-authentication | b57619e5f14053c27c40cd3f4c4a929eba7cb29f | a61db7380cf75e1a5b378e9213f3dde30f1b0417 | refs/heads/master | 2021-01-22T04:33:49.776845 | 2009-11-21T17:33:09 | 2009-11-21T17:33:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,246 | java | // Copyright 2008-2009 Thiago H. de Paula Figueiredo
//
// 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 ... | [
"thiago@arsmachina.com.br"
] | thiago@arsmachina.com.br |
d820a6abb624c00dbfb470348635c2276c160cad | 16d1489a90121348489bed0a31903c4fe5e42256 | /mq-demos/mq-demos/src/main/java/ca/sfu/cmpt383/RPCClient.java | a5e58796d1fa70bb6afe22468847a08157fe6e13 | [] | no_license | vking34/docker-compose-freelancer-00 | 99fbaddb72c8cd31ab8786afd10b8c20ecdcb286 | 93c7eb6a47b670c07767a99cefe9a6d48fad7c3f | refs/heads/master | 2023-01-24T08:29:09.949208 | 2020-12-12T10:50:54 | 2020-12-12T10:50:54 | 320,807,718 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,459 | java | package ca.sfu.cmpt383;
// based on https://www.rabbitmq.com/tutorials/tutorial-six-java.html
import com.rabbitmq.client.AMQP;
import com.rabbitmq.client.Channel;
import com.rabbitmq.client.Connection;
import com.rabbitmq.client.ConnectionFactory;
import org.json.JSONObject;
import java.io.IOException;
import java.... | [
"hqnguyen@sfu.ca"
] | hqnguyen@sfu.ca |
ab0e02952e9a4ebbe2dc7678e71060bdaf5e14b5 | 0c59cd403d8dd051d9f279715d76c7d3642b677c | /src/main/java/com/kky/tank/cor/ColliderChain.java | 20791a4b66cd9c7a7f89b773cfee095e95fd5719 | [] | no_license | Maoyf/tank | d8e0a4bc37316ff1f6cb694f14794c61f5c98bd4 | 5e34f2a99bb5c849d61f8e00ed86f90fc494a2d4 | refs/heads/master | 2023-06-01T22:01:31.610146 | 2021-06-25T07:34:20 | 2021-06-25T07:34:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 934 | java | package com.kky.tank.cor;
import com.kky.tank.GameObject;
import java.util.LinkedList;
import java.util.List;
/**
* @author 柯凯元
* @create 2021/6/15 21:16
*/
/**
* 碰撞检测的责任链
* CollideChain为什么要继承Collider?
* 这样两个链条就可以拼接到一起
*/
public class ColliderChain implements Collider {
private List<Collider> colliders ... | [
"1054623598@qq.com"
] | 1054623598@qq.com |
5f2700a7242a457ac9a97054135849b32f005ba4 | 9c69114192afc883e2ecdc0d733a58c225fbb67c | /src/main/java/com/fpx/demo/exception/ExceptionEnum.java | 2ca416dc97b829c591a007384af550d41252ad33 | [] | no_license | yundiangeqian/spring-boot-base-demo | 3b2e9454515fb9637b5e7bfe4957267229ad9e4e | 3f52feb54b59bd2f143fd43039225cec83f57cb9 | refs/heads/master | 2020-06-13T22:31:39.362920 | 2019-10-24T09:31:31 | 2019-10-24T09:31:31 | 194,809,003 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 779 | java | /*
* Copyright (c) 2016 4PX Information Technology Co.,Ltd. All rights reserved.
*/
package com.fpx.demo.exception;
/**
*
* @author CaoMian
* @date 2019年7月3日
*/
public enum ExceptionEnum {
EXCEPTION_NULLPOINTE("00001", "空指针异常");
/**
* 错误代码
*/
private String code;
/**
* 通用提示
... | [
"1317955420@qq.com"
] | 1317955420@qq.com |
b38ae10368ef377a08301e275dcba1f80d45a584 | 21d6bb2a4b1470ecfb2409d933a248fb1a5a1b6e | /src/com/mobilefox/superclean/swipeback/SwipeBackLayout.java | e964722c14457d1ea91e86be54b4b7028d6dc675 | [] | no_license | wds1181977/SuperClean-master | 1a53cd68161c94a22fe5e0db3ea1cd638029c76a | 51559cbc44d75d4143fd270295424456baa4eb5e | refs/heads/master | 2016-09-12T02:00:29.231828 | 2016-04-29T08:36:05 | 2016-04-29T08:36:05 | 54,952,158 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,836 | java | package com.mobilefox.superclean.swipeback;
import android.app.Activity;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.support.v4.view.ViewCompat;
import android.util.Attribu... | [
"wds_99@sina.com"
] | wds_99@sina.com |
66d9bbb15bf10c4723306dec51f270c5df9dcd4d | 4df2493c78eca1926ce8d67bcbf4c358ea9552ff | /src/main/java/com/vdcrx/rest/api/v1/mapper/entities/AddressMapper.java | 3ea96d81f0870071c4e8490795b8782b23aaf6b9 | [] | no_license | rdelpilar/vdcrx-restful-api | 7032260116e8a8e245cae1f39e37f2da8ed58d67 | d779c6e5709a117e9cd5a352f90925d9da4c32ce | refs/heads/master | 2020-03-10T10:12:54.040600 | 2018-06-20T23:14:21 | 2018-06-20T23:14:21 | 129,328,312 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 744 | java | package com.vdcrx.rest.api.v1.mapper.entities;
import com.vdcrx.rest.api.v1.model.dto.AddressDto;
import com.vdcrx.rest.domain.entities.Address;
import org.mapstruct.CollectionMappingStrategy;
import org.mapstruct.Mapper;
import org.mapstruct.ReportingPolicy;
import java.util.List;
import java.util.Set;
/**
* Addre... | [
"ranel.del.pilar@gmail.com"
] | ranel.del.pilar@gmail.com |
461ec77c3d929cd8355e44e8b29e907eb56b393c | ff7ba57455adf6b95ec0b42c4030601d895e7552 | /src/main/java/com/mmall/util/DateTimeUtil.java | 8e6834788f72ce647e925ef855294aee92be752c | [] | no_license | colazxd/springmall | af42dcb35ff1bcb5ccc068f81a7cf73593e6dd1b | d1d2b03da5f9fbd5119872d411c72e52631c4d86 | refs/heads/master | 2022-12-22T08:13:26.585152 | 2019-05-29T15:38:41 | 2019-05-29T15:38:41 | 183,912,252 | 0 | 0 | null | 2022-12-16T03:06:14 | 2019-04-28T13:31:45 | Java | UTF-8 | Java | false | false | 1,388 | java | package com.mmall.util;
import org.apache.commons.lang3.StringUtils;
import org.joda.time.DateTime;
import org.joda.time.format.DateTimeFormat;
import org.joda.time.format.DateTimeFormatter;
import java.util.Date;
/**
* @author colaz
* @date 2019/5/3
**/
public class DateTimeUtil {
//使用joda time... | [
"454143321@qq.com"
] | 454143321@qq.com |
f6c0d64bbd097d428f39fb05a3b84f75a32f97f7 | e86b98ab6cfc6deced170e7152622df1a5d91de9 | /core/src/main/java/io/nessus/actions/core/model/ModelRouteBuilder.java | 7931144a614ceb2a3f93a16ce287e6537f734d77 | [
"Apache-2.0"
] | permissive | tdiesler/nessus-actions | be72f11e740b549c4270063c244ce641991ba07c | 38e3cbd9fb6dae58743ae1f07d9e3dcb50da1c0f | refs/heads/master | 2023-05-31T20:38:15.455814 | 2021-03-08T09:09:28 | 2021-06-09T09:08:50 | 278,860,107 | 1 | 0 | Apache-2.0 | 2021-04-29T21:57:57 | 2020-07-11T12:46:51 | Java | UTF-8 | Java | false | false | 3,394 | java | package io.nessus.actions.core.model;
import static io.nessus.actions.core.model.RouteModel.CAMEL_ROUTE_MODEL_RESOURCE_NAME;
import java.io.IOException;
import java.net.URL;
import org.apache.camel.CamelContext;
import org.apache.camel.builder.RouteBuilder;
import org.apache.camel.model.RouteDefinition;
import org.a... | [
"tdiesler@redhat.com"
] | tdiesler@redhat.com |
5a51f4dec298ac6baecec7a35ad03730a4c4a470 | 5242a4b3158e5af84fa6288b08c3cac9c2009798 | /PorpoiseMobileApp/PorpoiseMobileApp/PorpoiseMobileApp.Droid/obj/Debug/android/src/md5204979768ea66d3a79201c4efd7c602a/MvxFragmentCompatActivity_1.java | d78c445b1a786f07f5f0e6f99620eb9dd337f544 | [] | no_license | LuisSoftwareMaster/Mapp | 19241fc4b20059b80e2f00201a7d8bd40897fa38 | 80ad6efa9d8caa9af33d70c0226f144c08c1c00f | refs/heads/master | 2020-12-02T18:06:41.002754 | 2017-07-06T23:49:36 | 2017-07-06T23:49:36 | 96,471,344 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,210 | java | package md5204979768ea66d3a79201c4efd7c602a;
public abstract class MvxFragmentCompatActivity_1
extends mvvmcross.droid.support.v7.appcompat.MvxFragmentCompatActivity
implements
mono.android.IGCUserPeer
{
/** @hide */
public static final String __md_methods;
static {
__md_methods =
"";
mono.android.Runti... | [
"luis.negrete.caballero@gmail.com"
] | luis.negrete.caballero@gmail.com |
91ae2dfac84f325425cfefef07ff25b3c1906ad6 | d944234f35651bd5a23f8d14b77555390c729926 | /springmvc-learn/springmvc-day1/src/main/java/com/itheima/domain/Account.java | 592bf4866ffacf1b328282bf985557d0ca6f6865 | [] | no_license | LJJ1994/Java-Learn | 4f2d5981c291da24b4be11afa9506e3665d45d6d | 1932dfc8416f7e4498c848671f59e2a816b1316b | refs/heads/master | 2022-11-06T09:34:32.841582 | 2020-08-01T05:00:09 | 2020-08-01T05:00:09 | 247,892,292 | 0 | 0 | null | 2022-10-12T20:44:53 | 2020-03-17T06:06:00 | Java | UTF-8 | Java | false | false | 1,114 | java | package com.itheima.domain;
import java.io.Serializable;
/**
* @Author: LJJ
* @Program: springmvc-day1
* @Description:
* @Create: 2020-05-10 03:15:15
* @Modified By:
*/
public class Account implements Serializable {
private Integer id;
private String name;
private Float money;
private Address ad... | [
"optionsci111@gmail.com"
] | optionsci111@gmail.com |
b707d4a9a673fd181b4e07c5fd668b9c8d368db1 | 2c4b8b59db6111c3a0a33a062743ff26437fe776 | /anywherefitness/src/main/java/com/lambdaschool/anywherefitness/models/package-info.java | f24cff799813cd3e931fec81124fd88db1cbc62a | [
"MIT"
] | permissive | MartinezM87/bw-backend | 0856ffb613085b1efd6ea715b1b9120813b7232e | 8264cfc0404c52c16f3a0ea85c0e9285a4a1b890 | refs/heads/master | 2022-11-24T06:32:49.080593 | 2020-07-31T05:50:49 | 2020-07-31T05:50:49 | 283,816,578 | 0 | 0 | null | 2020-07-30T15:51:29 | 2020-07-30T15:51:28 | null | UTF-8 | Java | false | false | 338 | java | /**
* contains the layouts of all data used in the application.
* This included persistent data that is saved to a database, and non-persistent data used only during application execution.
*
* @author John Mitchell (john@lambdaschool.com) with Lambda School unless otherwise noted.
*/
package com.lambdaschool.anywh... | [
"Martinezm0087@gmail.com"
] | Martinezm0087@gmail.com |
0b406c2524723bf1c7e9e8d38a9a9f0ba8bfc836 | d5a18ee9626b87dfa7e1dc854d1929fe8ab959bf | /recursao-projeto/src/br/univille/estd/recursao/exemplo/Main.java | 08e66d4d08d6c68fea72156dea22592b30dcf4bd | [] | no_license | gabrisamartinez/estrutura-de-dados-2020 | f3aaa49c77c9bf9fa1155b25e3cccad2bafc55f9 | 9e668ade19e1fa27f32a9fc8524ecb5d6a11e814 | refs/heads/master | 2022-12-28T00:04:50.055323 | 2020-10-10T14:40:03 | 2020-10-10T14:40:03 | 251,451,123 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,432 | java | package br.univille.estd.recursao.exemplo;
import java.util.ArrayList;
import java.util.List;
public class Main {
public static void procurePelaCaixa(Caixa caixa){
// Coloca a caixa principal no monte
List<Caixa> monte = new ArrayList<Caixa>();
monte.add(caixa);
while(!monte.isEmpty()){
// Pega uma... | [
"gabrielly@alpdex.com.br"
] | gabrielly@alpdex.com.br |
2c5ca0442a86473a6efbb06f68941ebc9154a09e | b8ac6808d131403d34398551859271ea7cecf88d | /dongyimai-sms-service/src/main/java/com/sun/sms/controller/smsController.java | 0392cc2de7dc6480a3a20a84d6c2f9dbc0be6f01 | [] | no_license | SunBin528/Dongyimai | 4bd7bc02fc3879d34776a94145467239ed888777 | 15e4c26a6e1ad28ffed9d9dea6283e797c8d46d1 | refs/heads/master | 2023-05-08T02:39:55.723875 | 2021-06-02T14:51:23 | 2021-06-02T14:51:23 | 373,193,657 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,043 | java | package com.sun.sms.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jms.core.JmsTemplate;
import org.springframework.jms.core.MessageCreator;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestControlle... | [
"myqq@qq.com"
] | myqq@qq.com |
6c410dd0d7430d842053703c149a71685e6641aa | 4ee20015ad08afa094b23bd3c75cdec1e19c77e6 | /dev/infrared2/agent/src/main/java/net/sf/infrared/agent/transport/impl/PooledAggregator.java | 623fc715cec64818e095a6f205b25eddb81910bd | [] | no_license | anyframejava/anyframe-monitoring | 5b2953c7839f6f643e265cefe9cfd0ec8ec1d535 | 07590d5d321fd6e4a6d6f1f61ca2b011f4bc3fcf | refs/heads/master | 2021-01-17T18:31:53.009247 | 2016-11-07T01:36:20 | 2016-11-07T01:36:20 | 71,343,725 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,602 | java | /*
* Copyright 2005 Tavant Technologies and Contributors
*
* 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 ap... | [
"anyframe@samsung.com"
] | anyframe@samsung.com |
8c07ce2ea4f4a2be49334c9e4c264cf03178bf0e | 6cfab0fcbfdf8b36d6ea01003867163b17579f4a | /base/JH-Publish/src/main/java/com/jh/data/entity/DataResult.java | c69df2058880d2fbc5eab6430ad59eed5429a94e | [] | no_license | Fairy008/JiaHeDC | ac5ed60ae3db608d8656957ce0b0364c2253e51b | bf31ffe8f452f33d2554dd587770467cecd994ee | refs/heads/master | 2020-12-27T13:42:30.153810 | 2020-02-02T10:28:31 | 2020-02-02T10:28:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,223 | java | package com.jh.data.entity;
import com.jh.entity.BaseEntity;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.util.Date;
/**
* Description:
* 1.成果数据
*
* @version <1> 2018-05-02 15:54 zhangshen: Created.
*/
@ApiModel(value = "成果数据对象")
public class DataResult ext... | [
"fanglei613@hotmail.com"
] | fanglei613@hotmail.com |
319d3da6d91b10f9f6fdcd09314aef5715101c1e | 0eea64effffea3bfc2717ad8ab160ab418cd8e18 | /app/src/main/java/com/fireflylearning/tasksummary/logic/database/TasksDB.java | 72281aeb9e08aab07accdcfbf7c2622dadf0bac7 | [] | no_license | Sivious/TaskSummary | 27aef235c1187c4f16a4e74053f39265d7534657 | a9921de2e03bb9de7637d59d260df26da315a9e1 | refs/heads/master | 2021-05-12T16:26:48.039791 | 2018-01-14T14:53:48 | 2018-01-14T14:53:48 | 117,013,210 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,138 | java | package com.fireflylearning.tasksummary.logic.database;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import com.fireflylearning.tasksummary.framework.DBHelper;
import java.util.Date;
/**
* Created by javie on 12... | [
"sivious@gmail.com"
] | sivious@gmail.com |
9a0d06294aa4aeed7c9a75fd70a48a02b245c7f0 | b65a658857a30a9d9ded8073b7fe568f930ac30f | /app/src/main/java/com/mohmedhassan/otleb/RegisterActivity.java | 134bc1dbeb82318c6e72065bb508b7882177a274 | [] | no_license | MohamedHassan275/Otlob | 6332ad34f9505ee3c767b9913a10255669e6b5e1 | b812a7ea92793d2de422daa90e141db29d30df2d | refs/heads/master | 2020-05-15T23:28:42.242362 | 2019-04-21T23:46:31 | 2019-04-21T23:46:31 | 180,132,583 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,961 | java | package com.mohmedhassan.otleb;
import android.app.DatePickerDialog;
import android.content.Context;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.method.HideReturnsTransformationMethod;
import android.text.method.PasswordTransformationMet... | [
"mohamed209059@gmail.com"
] | mohamed209059@gmail.com |
be0d8ad9eeefc6a7d1601c98095c886e9a4cdfe4 | 75407caec38301f2bfd4ec60c975ae2366c6fe81 | /src/main/java/com/apitest/exception/ApiErrorCode.java | 6b329329bf8a8bfc8ba3ba0a9580f4ae62b53f09 | [] | no_license | shariqmvc/EmployeeApi | 50305c05881a0d1109426180f7c8c96fd77f6695 | d8fc46c9bafce123fd1af57281b5b4c542321814 | refs/heads/main | 2023-05-04T03:37:46.448108 | 2021-05-17T17:17:33 | 2021-05-17T17:17:33 | 367,675,746 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 292 | java | package com.apitest.exception;
public enum ApiErrorCode {
ACCESS_DENIED, MISSING_QUERY_PARAM, INCORRECT_CREDENTIALS, INVALID_INPUT, RESOURCE_NOT_FOUND, EMP_EMAIL_NOT_VERIFIED, RESOURCE_INACTIVE,
NO_ACTIVE_SUBSCRIPTION, EMPNO_ALREADY_EXIST, TRIAL_EXPIRED, INVALID_PASSWORD,INTERNAL_ERROR
}
| [
"shariq1926@outlook.com"
] | shariq1926@outlook.com |
6bb695dbe3a9c579b44f1e2d9b68cb0efb114c32 | b43b873aa56b1965d08d5ba18be2aed2a41f7d18 | /livraison/src/game/IA.java | 71a2b817306230fb84481cceef0fdcef5a7d9c10 | [] | no_license | ValentinLe/Mystic_Robot | 003f056244b4c29d93a2fbbebabea6fb83e3a4f7 | af9f02b0b67b2e296b363fdf35cceed9a09625d9 | refs/heads/master | 2021-07-08T12:47:56.096724 | 2019-12-17T14:34:06 | 2019-12-17T14:34:06 | 159,157,708 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 284 | java | package game;
public interface IA {
/**
* Fais jouer un robot avec comme priorité d'attaquer un autre robot si celui
* ci est à ça portée sinon il choisit une action aléatoirement
* @param player la position de départ
*/
public void execute(Player player);
}
| [
"moribaptiste872@gmail.com"
] | moribaptiste872@gmail.com |
2c31b58b72b64edc4a3e71e3802ae30f02328549 | a98ca94bb43256fd622f152db5673f3e285904b0 | /jxProvider/src/main/java/com/smartcampus/provider/db1/service/TreeDataService.java | 1dbdd29427f4f4cf8368336b1da5c4ac3d9008a9 | [] | no_license | wangweiccmo/qilongkjhome | 62ea3a9fe1ee206e532a0807ea00692fe784737d | 17532864ec4393d9d2343333dae13c9290d2e5db | refs/heads/master | 2022-07-19T18:26:56.472281 | 2019-05-25T02:14:42 | 2019-05-25T02:14:42 | 174,659,730 | 1 | 0 | null | 2022-06-29T17:14:55 | 2019-03-09T06:55:49 | Vue | UTF-8 | Java | false | false | 2,084 | java | package com.smartcampus.provider.db1.service;
import com.smartcampus.provider.db1.dao.TreeDataMapper;
import com.smartcampus.provider.db1.dao.TreeMapper;
import com.smartcampus.provider.entity.TreeDataEntity;
import com.smartcampus.provider.entity.TreeEntity;
import org.springframework.beans.factory.annotation.Autowir... | [
"wangwei123"
] | wangwei123 |
1328af0a7595126db218afc01e014dc11d60240e | 5128d9255e602f03c1e91eaa336c72fb7eebff96 | /Spring/SpringModules/src/main/java/com/mx/Rest/ClienteRest.java | 219976aa3ee151236b2a2cf597733fc298de04e3 | [] | no_license | Mario-Developer/Capacitacion-Octubre-2020 | 3bf20ece3c577db4bd09b5006fbc3fab12b2110a | a526207c9bc942376f43411fbccb75df9d4b803c | refs/heads/master | 2023-01-23T09:24:50.489122 | 2020-11-29T15:47:46 | 2020-11-29T15:47:46 | 307,867,750 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 601 | java | package com.mx.Rest;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import com.mx.Entity.Clie... | [
"mariosttone@gmail.com"
] | mariosttone@gmail.com |
b3005dca7ed0f5fac1210872a67c67c7bdc9ae8f | 24d730f5cbfe9b03538c754f2a76c84732ce7f41 | /src/esocial-esquemas/src/main/java/br/jus/tst/esocial/esquemas/eventos/exclusao/TIdeEventoEvtTab.java | acb6c99cef110b67f96755c9e113bf90351cc76b | [] | no_license | josemoreiraneto/esocial | 3b3e92377f28907d056c16e6b8090498f3b30fb7 | dc127b2bb6f9bc234037bdd48889f24051084f9f | refs/heads/master | 2023-07-21T08:39:13.732097 | 2021-08-27T20:47:49 | 2021-08-27T20:47:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,773 | java | //
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
// Gerado ... | [
"noreply@github.com"
] | noreply@github.com |
be85ec349d891ae4b1c06c53a23133ad27cd7259 | 6f1772cb9071b98e8314bb7a6bd86a2af17584ef | /src/main/java/models/ChildItem.java | 4a7825646e984be869c9717a6663bbf2f7a33a53 | [] | no_license | BrentonPoke/email-prompt | 18a3e6c2d44806d0e5ec3f661da3f4ceb9b946e0 | 392a0557f265ae1adc21f74046062ce30a93ada5 | refs/heads/main | 2023-03-12T00:17:10.053038 | 2021-03-04T23:19:18 | 2021-03-04T23:19:18 | 344,502,074 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 561 | java | package models;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonInclude.Include;
import java.util.ArrayList;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonProperty;
@JsonInclude(Include.N... | [
"brentonpoke@outlook.com"
] | brentonpoke@outlook.com |
448b5ffd7ed00f998f415143d58e49e3b0481ecf | ce0f733bf2924a060a8a669c33cb54bfe9717f95 | /constructions/src/main/java/com/purplefrog/minecraftExplorer/tree/CompoundLimb.java | e54c1d6828a2ab83078a1c652eec8eb1a4154aa2 | [] | no_license | mutantbob/minecraft-block-hack | 2648d8352f56fc057ec0218f008114c9957c9b3e | a4579761cef6138bbefecec345b6caf6db63c113 | refs/heads/master | 2021-01-23T16:35:15.313574 | 2014-12-05T17:13:53 | 2014-12-05T17:13:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,479 | java | package com.purplefrog.minecraftExplorer.tree;
import com.purplefrog.jwavefrontobj.*;
import com.purplefrog.minecraftExplorer.*;
import com.purplefrog.minecraftExplorer.landscape.*;
import java.util.*;
/**
* Created with IntelliJ IDEA.
* User: thoth
* Date: 10/22/13
* Time: 6:33 PM
* To change this template use... | [
"git@thoth.purplefrog.com"
] | git@thoth.purplefrog.com |
c20a25ab5011011f3316ef81adb07e22074012d1 | 60cd70223daf75973672bede0febbc6227fba09b | /app/src/main/java/com/gx/fileexplorer/activity/AppCompatPreferenceActivity.java | a5b4425775a1c0c8e1843fab6c1ebd3feede5eaa | [] | no_license | aartisoft/FileExplorer | 2ca6bf1dbb59cdfb5405108bdc29eb1c9ffa9f8d | e91c162593354f84016e1d009d9c0ce622a4ed69 | refs/heads/master | 2022-01-21T11:46:47.927482 | 2019-08-05T15:01:27 | 2019-08-05T15:01:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,002 | java | package com.gx.fileexplorer.activity;
import android.content.res.Configuration;
import android.os.Bundle;
import android.preference.PreferenceActivity;
import android.support.annotation.LayoutRes;
import android.support.annotation.Nullable;
import android.support.v7.app.ActionBar;
import android.support.v7.app.AppComp... | [
"gaoxuan44@gmail.com"
] | gaoxuan44@gmail.com |
22d3982d44c5166c72ef90afac624177bf135a36 | b765203b3bd4a591386dbc3170c266b037a5afbd | /app/src/main/java/com/example/rifat/realtimechat/Chat_Room.java | 2421351109dad39adf4252a00b81ac80714904a8 | [] | no_license | Rifat007/Real-Time-Chat | 3fe7493059c22735349092f27e1c94776e9eb8fc | 9b74fbd2b53fe54bf94efe4056f4ecdb84671356 | refs/heads/master | 2020-05-27T17:20:27.073947 | 2019-05-26T18:32:39 | 2019-05-26T18:32:39 | 188,718,079 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,392 | java | package com.example.rifat.realtimechat;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import com.google.firebase.database.Chi... | [
"1405007.rr@ugrad.cse.buet.ac.bd"
] | 1405007.rr@ugrad.cse.buet.ac.bd |
ec47c940ba6cd2629a4f2609623c61d92cc3a2e6 | abd60744a8d04a1182037a5d92779bb96b30a90d | /imagerank/src/main/java/br/ufmg/dcc/imagerank/eval/converter/EvalFileConverter.java | fa2c195c5e90be70b0b7959700e2cdc8132d1d04 | [] | no_license | wandersonfdias/imagerank | 60a265773c04b8e6c9a544030c525ac78d9fa6dd | 6c9cb9dda2c96121fc0e95d2d35cf0393659a703 | refs/heads/master | 2021-01-09T21:54:40.822770 | 2016-10-05T19:05:55 | 2016-10-05T19:05:55 | 45,751,233 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,276 | java | package br.ufmg.dcc.imagerank.eval.converter;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.io.FileUtils;
import org.apache.commons.lang3.StringUtils;
import br.ufmg.dcc.imagerank.constants.ImageRankConstants;
import br.ufmg.dcc.imageran... | [
"wandersonf.dias@gmail.com"
] | wandersonf.dias@gmail.com |
641f2f54dd87d452137141abdc21c4c54dfd05fd | fe4cb27db6bbba7ea81da9c6a16032ae28acaf8f | /OldFrame_Week2Demo/src/main/java/com/example/oldframe_week2demo/base/BaseMvpActivity.java | 4c63abb465965a0a8602e5745ac76345deb70498 | [] | no_license | 1657895829/Fresco-MVP-RecyclerView_NewOrOldFrame | 3db8d7fc621e833fcddad9c9d2ea53595e920ade | 94427d12d5c031ce73b54e54c7b63e71609e9892 | refs/heads/master | 2020-03-18T03:20:28.943928 | 2018-05-22T07:36:53 | 2018-05-22T07:36:53 | 134,235,764 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 856 | java | package com.example.oldframe_week2demo.base;
import android.app.Activity;
import android.os.Bundle;
/**
* Activity抽象类,持有View层和Presenter层
* @param <V> 表示持有的View层
* @param <T> 表示持有的Presenter层
*/
public abstract class BaseMvpActivity<V,T extends BasePresenter<V>> extends Activity {
//声明持有的p层
public T p;
... | [
"1657895829@qq.com"
] | 1657895829@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.