blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e03048104a3f846525b19cc1eb71cf9c977f98af | 90112891b3d9c823b670383802dd637552ae28fa | /Careercup/FacebookInterview.java | 5bda4065e93264dc66f38370f207bc3d420ea009 | [] | no_license | herat/DSA | 1fde274b90078ab2e68ed08d35328fdac509f398 | b18e15b3c27e78f9adba5ab95b88a393aa31d89a | refs/heads/master | 2016-08-04T10:05:24.173537 | 2013-07-28T14:31:45 | 2013-07-28T14:31:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,180 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package Careercup;
import java.util.*;
/**
*
* @author Herat
*/
public class FacebookInterview {
static boolean match(char[] pattern, char[] string,int i,int j,ArrayList<Character> expected) {
if(string.le... | [
"hag59@cornell.edu"
] | hag59@cornell.edu |
201e7260039293aae7063e52dde78bc4dadda080 | 2b675fd33d8481c88409b2dcaff55500d86efaaa | /infinispan/lucene-directory/src/test/java/org/infinispan/lucene/profiling/SharedState.java | 7b6f1554ac39ca2470937663e300f921d5e028f1 | [
"LGPL-2.0-or-later",
"Apache-2.0"
] | permissive | nmldiegues/stibt | d3d761464aaf97e41dcc9cc1d43f0e3234a1269b | 1ee662b7d4ed1f80e6092c22e235a3c994d1d393 | refs/heads/master | 2022-12-21T23:08:11.452962 | 2015-09-30T16:01:43 | 2015-09-30T16:01:43 | 42,459,902 | 0 | 2 | Apache-2.0 | 2022-12-13T19:15:31 | 2015-09-14T16:02:52 | Java | UTF-8 | Java | false | false | 3,240 | java | /*
* JBoss, Home of Professional Open Source
* Copyright 2009 Red Hat Inc. and/or its affiliates and other
* contributors as indicated by the @author tags. All rights reserved.
* See the copyright.txt in the distribution for a full listing of
* individual contributors.
*
* This is free software; you can redistri... | [
"nmld@ist.utl.pt"
] | nmld@ist.utl.pt |
d54480850c439225456f83a6434e4e0f0595bf22 | c714670c7adf9d62eef5a21c182e098256dd43f3 | /java/Ex/src/Ex5.java | 650185644e93e4c9bcfff0f69258b6254c592293 | [] | no_license | Hongsomang/JAVA | 20dd8f3d278f07489aaa484f9df10c660a297688 | 3daf92f12b281467f290f9b6740d50ff9d07110d | refs/heads/master | 2021-01-01T16:09:06.846207 | 2017-07-20T03:38:29 | 2017-07-20T03:38:29 | 97,780,356 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 366 | java |
public class Ex5 {
public static void main(String[] args) {
// TODO Auto-generated method stub
int num[]={5,2,1,4,3};
int temp=0;
for(int i=0;i<5;i++){
for(int j=0;j<5-1;i++){
if(num[i+1]>num[i]){
temp=num[i];
num[i]=num[i+1];
num[i+1]=temp;
}
}
}
for(int i=0;i<5;i+... | [
"ghdthakd12@naver.com"
] | ghdthakd12@naver.com |
fcce6c8349fd115ab3719e445b0720d08777d76b | 5e2dd99100bbeca94b38363e560020c18c81b9f6 | /src/main/java/recruitmenttask/librarymanagement/api/BookPanel.java | 913026b9e59336180fc8fa5c92e09a9241a1ef8f | [] | no_license | Bartula/library-management | d4d33c46b4dd1ca99dae621db7a94696bd0dc874 | 7f42ee1cc98973541d49e45b89b487cc36aea665 | refs/heads/master | 2021-01-22T21:38:32.946482 | 2017-03-21T00:20:47 | 2017-03-21T00:20:47 | 85,458,516 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,001 | java | package recruitmenttask.librarymanagement.api;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import recruitmenttask.librarymanagement.domain.*;
import java.util.List;
import static recruitmenttask.librarymanagement.domain.BookStatus.AVAILABLE;
@Servi... | [
"bartula87@gmail.com"
] | bartula87@gmail.com |
56e3098e43e9bd03c498c85c0e585ce68c86c38c | 0c968f52e21e5dc9b7dd5ea3a2cfa4842bd1a5a2 | /common/src/main/java/com/ejiaoyi/common/constant/BidDetailConstant.java | a43455379049b8317cece5abb1c61085065dcb47 | [] | no_license | Dido1960/fangjian | bee9ec9a21c061e1596f6d13efeaa12ed0dc36d6 | 24b34fe95cb4a1620280043a143b2b0bab3d1e7e | refs/heads/master | 2023-05-26T23:18:43.759613 | 2021-06-07T05:16:44 | 2021-06-07T05:16:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,595 | java | package com.ejiaoyi.common.constant;
/**
* 招标项目详细信息 xml节点 及属性
*
* @Auther: liuguoqiang
* @Date: 2020-11-17 14:45
*/
public interface BidDetailConstant {
/**
* 投标工具版本号
*/
String VERSION = "Version";
/**
* 项目编号
*/
String PROJECT_CODE = "ProjectCode";
/**
* 项目名称
*... | [
"827037560@qq.com"
] | 827037560@qq.com |
052b6bef5221d9093bab29b266f39b5def1e96ed | 8897666c4f669421bcf2af4d69745142ad366c41 | /src/com/iesvirgendelcarmen/teoria/ExcepcionesEjemplo.java | a93e0feb7f8cb1e8728c69a822e7b1b907e649cd | [] | no_license | programacionDAMVC/excepciones | 1eb2518a46518e9ed5e71d0c3a55f0b73385758b | cb5b7e3aa1597d78de07b731952ede4e20aa7c03 | refs/heads/master | 2021-04-30T15:49:42.787287 | 2018-02-19T13:23:21 | 2018-02-19T13:23:21 | 121,250,571 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,496 | java | package com.iesvirgendelcarmen.teoria;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.util.Scanner;
public class ExcepcionesEjemplo {
public static void main(String[] args) {
//excepcion no declarativa
int numerador = 6;
int denominador = 0;
if (denominador != 0) {
int divi... | [
"programacionDAMVC@gmail.com"
] | programacionDAMVC@gmail.com |
9dfe7c66fd40150e30c1fb2b74301fd85860a930 | d4c12000089a34a9933beca89cf97bce4bcef5bb | /app/src/main/java/com/lemon/carmonitor/old/ui/DeviceSettingActivity.java | 89e513113d4cf1eadcd433cc4d9fecac74c87afb | [] | no_license | luxiaofeng544/CarMagic | f52d3d5cde467b6cc365444499771c4136193799 | 56d4500354d63935b7cd8b58dece2b418bc3cee9 | refs/heads/master | 2021-05-06T23:41:11.179723 | 2018-04-26T14:06:19 | 2018-04-26T14:06:19 | 112,938,858 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,011 | java | package com.lemon.carmonitor.old.ui;
import android.content.Intent;
import android.view.View;
import com.lemon.LemonActivity;
import com.lemon.carmonitor.R;
import com.lemon.carmonitor.old.ui.DeviceInfoActivity;
/**
* 项目名称: [CarMonitor]
* 包: [com.lemon.carmonitor.ui]
* 类描述: [类描述]
* 创建人: [XiaoFeng]
... | [
"454162034@qq.com"
] | 454162034@qq.com |
29b3043bc85d919c72acf806e76ebcaf55197f3b | 36d23fdfad147c15c22307127dce847cbdf919d5 | /UdemyNative/moreexample/android/app/src/main/java/com/moreexample/MainApplication.java | 67375a5562c8effdc100254ad18d97ad15b44ef7 | [] | no_license | yusufDemir9110/react-native-1 | 36febb39c6a623eed6d0c9f05e2078fe9d443463 | c5b7584855bf1121bc29ed3ba56c73dece6972eb | refs/heads/main | 2023-05-06T00:42:15.621014 | 2021-06-02T11:14:27 | 2021-06-02T11:14:27 | 372,041,805 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,605 | java | package com.moreexample;
import android.app.Application;
import android.content.Context;
import com.facebook.react.PackageList;
import com.facebook.react.ReactApplication;
import com.facebook.react.ReactInstanceManager;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.faceb... | [
"79963365+yusufDemir9110@users.noreply.github.com"
] | 79963365+yusufDemir9110@users.noreply.github.com |
0213113156315943c52bfdbbcebadfdd406e4418 | b976a1df955f242cdeb32e6b3785b1b82d9f330e | /eclipse-workspace/Typecasting/src/com/testyantra/typecasting/reference/Marker.java | 4966c858667941ffd9df81660a65ca7ba5c35004 | [] | no_license | shrinivas333/TYSS-17sep19-shrinivas | 1ad5be5b76d04c857e1c7459fb1519438b371c7e | 0ee7ffd532dbab582db91fa7883f86d5888111dd | refs/heads/master | 2023-01-13T18:51:47.822327 | 2019-12-20T14:52:42 | 2019-12-20T14:52:42 | 224,578,327 | 0 | 0 | null | 2023-01-07T12:15:04 | 2019-11-28T05:43:27 | JavaScript | UTF-8 | Java | false | false | 227 | java | package com.testyantra.typecasting.reference;
public class Marker extends Pen {
double size;
void color() {
System.out.println("Marker Color()");
}
@Override
void write() {
System.out.println("Marker Write()");
}
}
| [
"21shrin@gmail.com"
] | 21shrin@gmail.com |
f40b7bdefcc2de05ed69ac6ecbcc3d56af4cfbeb | c36727d9f01d42ae3fc819f107bbfbd96587cc50 | /projectEra/Input/KeyboardListener.java | 007da516267697ba2599a53ae5602fe710cf5e32 | [] | no_license | Kirbk/Projects | 30e3a56260bdfc4f5adc3fa4debdf0e285e19f00 | 57f0a6bd1320aa6244c9d6b04116e13d67f243f4 | refs/heads/master | 2020-12-25T19:03:54.025798 | 2014-02-19T02:02:05 | 2014-02-19T02:02:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 197 | java | package projectEra.Input;
import org.lwjgl.input.Keyboard;
public class KeyboardListener {
public void startMenu() {
if (Keyboard.isKeyDown(Keyboard.KEY_ESCAPE)) {
System.exit(0);
}
}
}
| [
"milkproducktionskirby@gmail.com"
] | milkproducktionskirby@gmail.com |
1062268b63d4b1c5b9a12acae229f8b6e283fb2a | c22cab46ac11e307573e5193ed2a7686c3a41b02 | /src/com/sean/scratch/codeeval/easy/Divisibility.java | 73e1bd8594921ec920b78b619d923e8829c33582 | [] | no_license | SeanRoy/CODERANK | e0cf4e28bd499fe7696d994fb183a39a4d3b0df9 | 5b3c0413193548aa1ee464730d42d082ca9c04fc | refs/heads/master | 2020-05-17T14:41:02.824029 | 2016-09-24T01:47:16 | 2016-09-24T01:47:16 | 26,388,431 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,576 | java | package com.sean.scratch.codeeval.easy;
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
public class Divisibility
{
public static void main(String [] args)
{
if ( args.length >= 1 )
{
String fileName = args[0];
BufferedReader ... | [
"Sean.Roy@gmail.com"
] | Sean.Roy@gmail.com |
933c2e3e97b6d58b6a7a90f21f112f216ae1bc46 | da71f6a9b8a4949c8de43c738fa61730129bdf5e | /temp/src/minecraft/net/minecraft/src/GuiButtonMerchant.java | 73ae5b9896a8c26e9ac1eb4fedd80c4bf0f3adce | [] | no_license | nmg43/mcp70-src | 1c7b8938178a08f70d3e21b02fe1c2f21c2a3329 | 030db5929c75f4096b12b1c5a8a2282aeea7545d | refs/heads/master | 2020-12-30T09:57:42.156980 | 2012-09-09T20:59:42 | 2012-09-09T20:59:42 | 5,654,713 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,508 | java | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) braces deadcode fieldsfirst
package net.minecraft.src;
import net.minecraft.client.Minecraft;
import org.lwjgl.opengl.GL11;
// Referenced classes of package net.minecr... | [
"nmg43@cornell.edu"
] | nmg43@cornell.edu |
dcad1d9789f958d367474f46083c71194be16fa9 | 04aa74719f9f6e71f129ab2681f0bf174c02d03a | /ui/src/com/alee/laf/desktoppane/WebInternalFrameUI.java | 3de1dd1d7d17a6097a4dadbfb8c9e805c4f52f78 | [] | no_license | jxl-taylor/rpa-master | a963269f3136d08474c06536ed4ba115f558146a | 52fab1d69478c9129a80c67d84dc836bd2ab7fc7 | refs/heads/master | 2022-02-08T23:13:19.372274 | 2020-01-19T06:22:10 | 2020-01-19T06:22:10 | 233,237,950 | 1 | 0 | null | 2022-02-01T01:00:39 | 2020-01-11T13:41:30 | Java | UTF-8 | Java | false | false | 4,514 | java | /*
* This file is part of WebLookAndFeel library.
*
* WebLookAndFeel library 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 3 of the License, or
* (at your option) any later version.
*
... | [
"taylor@jxltech.com"
] | taylor@jxltech.com |
da01074ab2283f9303b966951ad9148e15b668ca | 87755dc4e437bea7e9cea8bd2e8957f0d9cac543 | /job/src/main/java/com/search/job/domain/posts/PostsRepository.java | 94a2dcc4302850913f09b18684cf6159af694a35 | [] | no_license | choisaelim/jobsearch_jpa | d4cf78f6f30ca05211b66698184d9de91ba85a8d | 73cb8387f54f9d0429272e9c04ffee785c299e3a | refs/heads/main | 2023-02-20T12:11:43.722810 | 2021-01-24T09:34:05 | 2021-01-24T09:34:05 | 331,948,747 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 190 | java | package com.search.job.domain.posts;
import org.springframework.data.jpa.repository.JpaRepository;
public interface PostsRepository extends JpaRepository<Posts, Long> { // long type id
}
| [
"choisaelim@gmail.com"
] | choisaelim@gmail.com |
cc11da0aca5d9632f9e92be01c7e4c35c59e334d | dfd3673e6049f198566f280ca8ef1124818d74be | /Project/src/jdbc/examples/JdbcTest31.java | 9c8826c05d4b09f79674b7868024c4e0308f6555 | [] | no_license | devajdev/JDBC | 57692afb70e7b7aa16a5e4210540d279b4108215 | 89209f7566255398d1d6a2410385f49da3ea1d35 | refs/heads/master | 2020-07-26T04:43:13.491203 | 2019-09-15T03:52:56 | 2019-09-15T03:52:56 | 208,537,204 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 634 | java | package jdbc.examples;
import java.sql.*;
public class JdbcTest31 {
public static void main(String[] args) throws Exception {
Class.forName("oracle.jdbc.driver.OracleDriver");
Connection cn=DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:xe","dev","dev");
PreparedStatement ps=cn.prepareStat... | [
"devaj04@gmail.com"
] | devaj04@gmail.com |
cae3ab11c543335d07dd824056be690f1065e916 | 0ec2603a84e59b065ec9b567976371a7b2de8bfc | /DesignPatterns/src/nullObjectPattern/Run.java | 9d4f2c3e8e081a582b5e320906ff667bfcb10c0b | [] | no_license | DenLilleMand/legacy_code | 9391c9145716f896dddd802645658d016d44a317 | a09936ea7ae4c82c76aa3a5f4baa1fc782e10203 | refs/heads/master | 2016-08-13T00:51:27.964654 | 2016-02-17T23:06:33 | 2016-02-17T23:06:33 | 51,962,165 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 297 | java | package nullObjectPattern;
/**
* tror ikke at der kommer noget konkret kode eksempel i den her pakke, men jeg kan hvertfald henvise
* til side 218 i bogen.
* Og til klassen RemoteControl i vores CommandPattern projekt.
* @author DenLilleMand
*
*/
public class Run
{
}
| [
"mattinielsen5@hotmail.com"
] | mattinielsen5@hotmail.com |
b22fc6bbbafcf9f932670d4687fa63a4f529c905 | a86f09c18f5fcc78da2ee4d50f0db067cdd8956b | /app/src/main/java/com/example/facebook/ui/main/PostsAdapter.java | 6e2e2c1ccccd9066f328888ca89a962b5f4e685d | [] | no_license | MostafaMohamedMokhtar/PostsAPP | 47abffbc4c324611487cff02b92d1ffcb3d1d149 | 043dd5573001ab4002422c0c8d2b2662348013fd | refs/heads/master | 2022-11-10T15:42:59.264180 | 2020-06-26T09:50:31 | 2020-06-26T09:50:31 | 275,123,029 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,948 | java | package com.example.facebook.ui.main;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import com.example.facebook.R;
impo... | [
"mokhtarmostafa13@gmail.com"
] | mokhtarmostafa13@gmail.com |
8ac4818742851e6ec94eb66d8f0330611aa43cb5 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/25/25_b585ccdd3a900a3536a2a06b8046c26a1f807cc8/Navbar/25_b585ccdd3a900a3536a2a06b8046c26a1f807cc8_Navbar_t.java | 1f51bf37f40ea4ecd0c351958d3456563db2d427 | [] | 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,652 | java | package de.agilecoders.wicket.markup.html.bootstrap.navbar;
import com.google.common.collect.Lists;
import de.agilecoders.wicket.markup.html.bootstrap.behavior.CssClassNameAppender;
import de.agilecoders.wicket.markup.html.bootstrap.button.Activateable;
import de.agilecoders.wicket.markup.html.bootstrap.button.B... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
60f000c6ce3349ffdf678470e3015adac1eb9e4d | 20cd9f382f475460a0d311656a1d32e861fd7e63 | /commonLibs/src/main/java/com/yysc/commomlibary/net/CustomerInterceptorListener.java | ed7533be1725932e4b2a042f999ed5f8e39f97ef | [] | no_license | unbanSysin/Yysc | 9e95b766905db3bd2904731f395d4cc1cdce7f13 | 35dcfdca58706c89b0021ffb1224cfb8042bfe1a | refs/heads/master | 2021-04-27T03:43:05.710701 | 2018-02-24T08:06:52 | 2018-02-24T08:06:52 | 122,717,596 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 201 | java | package com.yysc.commomlibary.net;
import okhttp3.Interceptor;
/**
* Created by kj00037 on 2017/12/29.
*/
public interface CustomerInterceptorListener {
public Interceptor getInterceptor();
}
| [
"kj00037@UAF.com.cn"
] | kj00037@UAF.com.cn |
68bae6b31ccd096c7250ae309aef6e87a4d3c94c | 6df097c5c36bbfd49d2941800da4ba4c6f0220e5 | /hazelcast/src/test/java/com/hazelcast/map/EntryProcessorBouncingNodesTest.java | d7724a8b6c70c93585d6a94a6f89d74423f13907 | [] | no_license | JiangYongPlus/easycache | cd625afb27dc5dd20c1709727e89a6e5218b2d74 | 93e6bae20dcfa97ae9c57b9581c75e5a055cd831 | refs/heads/master | 2021-01-10T16:37:41.790505 | 2016-01-27T02:41:34 | 2016-01-27T02:41:34 | 50,475,643 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,278 | java | /*
* Copyright (c) 2008-2014, Hazelcast, Inc. 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.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... | [
"jiangyongplus@gmail.com"
] | jiangyongplus@gmail.com |
00f9d569ffead07485c13c2fe3523b7663a0df85 | e8898a897e9335886219638f48e1b0837300fe51 | /ReceiveBroadCast/app/src/test/java/com/example/deepanshu/receivebroadcast/ExampleUnitTest.java | 4d9fa84b56d36111998fb9fcf2406a4a08d78b00 | [] | no_license | Deepanshu2017/Android_learning | 4452286f35a9cd29ea2f4664e0400dffdf66d43a | 86761179eac23af00ce02865ac349d0458c61071 | refs/heads/master | 2016-08-13T00:48:23.788778 | 2016-03-13T22:07:14 | 2016-03-13T22:07:14 | 52,102,253 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 331 | java | package com.example.deepanshu.receivebroadcast;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + ... | [
"deepanshu2017@hotmail.com"
] | deepanshu2017@hotmail.com |
2e8c0e64c4a90b5ef2120be3f58e8e796ed03d52 | daeaf2bafee818bb892e95af7cf1e6da1e07abea | /src/com/zyh/fivechess0628/ServeOneClient.java | a17e302ca4c6b21b9d0cd5f91fec34ea44cdbec2 | [] | no_license | ziyonghong/java- | 14aba1c12d5fed20751a4e008ffc6ed9be9d6c8b | 3086503610754690bece7d107920eee0719f4a4e | refs/heads/master | 2020-05-25T04:33:04.164029 | 2019-05-20T12:49:23 | 2019-05-20T12:49:23 | 187,628,348 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 24,826 | java | package com.zyh.fivechess0628;
import java.io.*;
import java.net.*;
/**
* <p>Title: chess server</p>
* <p>Description: chess server</p>
* <p>Copyright: Copyright (c) 2003</p>
* <p>Company: e-top</p>
* @author cylix
* @version 1.0
*/
public class ServeOneClient extends Thread{
private Socket socket;
pr... | [
"zyh1131002466@qq.com"
] | zyh1131002466@qq.com |
2ba50d86dcb421478092fb225d0bcf0485195cd9 | 46d6c2e849edeaa7010240197307bdd80bdc24bd | /src/com/ccmdevel/sbisolver/model/CalculationTree.java | 076c730308efabe8e7c28cf0563d7af33d6cc9b7 | [] | no_license | CCMDevel/SmartBigIntegerSolver | 1c2d2d746f5f7d4a431d122aedd4cf061df0d0ad | 22216740dbbd34c7923ed1287c5cb08eefd66474 | refs/heads/master | 2021-01-19T14:56:54.535563 | 2014-09-30T00:44:31 | 2014-09-30T00:44:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,241 | java | package com.ccmdevel.sbisolver.model;
import java.math.BigInteger;
import com.ccmdevel.sbisolver.model.SBISExceptions.ExceptionDivideZero;
import com.ccmdevel.sbisolver.model.SBISExceptions.ExceptionExponentNegative;
import com.ccmdevel.sbisolver.model.SBISExceptions.ExceptionModuloZero;
public class Calcula... | [
"chris.j.mcgrath@gmail.com"
] | chris.j.mcgrath@gmail.com |
7a16bbfdd5af283aaf9f5da65f9c86a196256232 | e26f54e0e1ddd2edc081af3dfcc534b7e03fdc29 | /week-08/day-5/presentation-examples/src/Example.java | 70d130f5e1568f7dc5da17c5357e1200071ca294 | [] | no_license | green-fox-academy/RBKoronczi | c7456bd3ad83cb6b18be112fefe7eeb36429fd8f | b7fec112d9bf43796f8f96290eed751a97bacff4 | refs/heads/master | 2020-04-02T22:20:14.940470 | 2019-01-31T14:37:37 | 2019-01-31T14:37:37 | 154,830,129 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,527 | java | import java.util.ArrayList;
import java.util.DoubleSummaryStatistics;
import java.util.List;
import java.util.stream.Collectors;
public class Example {
List<ExampleObject> objectList;
public static void main(String[] args) {
Example example = new Example();
System.out.println(example.getObjectList());
... | [
"rbkoronczi@gmail.com"
] | rbkoronczi@gmail.com |
829bd049c854d22a0f6b01b0e65425dc40e89508 | 4fd0f481356d46751b8ddc6ff13897d388ed259d | /com.oxygenxml.pdf.css/src/test/java/com/oxygenxml/pdf/css/BasicXSLTestCase.java | 0af00cda6da7f1f521608b2c5b2b87bcbc4d0a76 | [
"Apache-2.0"
] | permissive | paperdigits/dita-ot-css-pdf | 636a1c4c090d8c9cae13fb0095f3e8250ce1855e | 09eb49bc3cba81c629221c19e73d3a04dbed7ed5 | refs/heads/master | 2020-07-04T08:55:50.098985 | 2019-07-05T12:40:40 | 2019-07-05T12:40:40 | 202,230,900 | 1 | 0 | Apache-2.0 | 2019-08-13T22:12:59 | 2019-08-13T22:12:58 | null | UTF-8 | Java | false | false | 12,550 | java | package com.oxygenxml.pdf.css;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileOutputStream;
import java.io.FilenameFilter;
import java.io.IOException;
import java.io.Reader;
import java.io.StringReader;
import java.lang.reflect.InvocationTargetExcepti... | [
"dan@sync.ro"
] | dan@sync.ro |
cbef3484c7ec3221267f8ac82076ba07855a4e2d | 9b8beb762d4ba3f9a902c649ee5e9ea7b097097b | /src/java/main/com/conferma/cpapi/FilterOption.java | cda68e522ba3f160449748e427460c29a42c81f4 | [] | no_license | assertis/conferma-connector | 14f5b2dfcef83931b16ebf6e35e01e084658e49c | 90de591171be1841c021e1764131c0ad1fff675c | refs/heads/master | 2020-04-10T16:55:19.753578 | 2017-07-11T09:32:00 | 2017-07-11T09:32:00 | 3,386,971 | 0 | 0 | null | 2017-06-29T10:15:03 | 2012-02-08T12:25:07 | Java | UTF-8 | Java | false | false | 10,101 | java | /*
* XML Type: FilterOption
* Namespace: http://cpapi.conferma.com/
* Java type: com.conferma.cpapi.FilterOption
*
* Automatically generated - do not modify.
*/
package com.conferma.cpapi;
/**
* An XML FilterOption(@http://cpapi.conferma.com/).
*
* This is an atomic type that is a restriction of com.conferm... | [
"dan@rectangularsoftware.com"
] | dan@rectangularsoftware.com |
e273b66cb2b4836a0a0b9638315c254a933eb650 | 16cdf841a6de7361db4f5d86a22a98b887621d7a | /Projet2/src/main/java/com/ensta/librarymanager/dao/MembreDaoImpl.java | 597c65d11f05759117951744ad308f1c9b03fd35 | [] | no_license | pires-sobreira/Projet_pires-sobreira_gabriel | 626061195f45b5144ac21d3c8b653b2f7d8a3dd9 | 175b89f5d2f0eedf81e7f824dedbbfe025fa7f6d | refs/heads/main | 2023-03-27T15:15:51.774043 | 2021-04-02T21:20:23 | 2021-04-02T21:20:23 | 345,933,187 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,742 | java | package com.ensta.librarymanager.dao;
import java.util.List;
import java.util.ArrayList;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import com.ensta.librarymanager.exception.DaoException;
import com.enst... | [
"gabriel.pires-sobreira@ensta-paris.fr"
] | gabriel.pires-sobreira@ensta-paris.fr |
c1bb102f140647ba6d4bb637242c8c6c319236fc | a7a40f9720225374043f8e15209f926626d35c0a | /src/test/java/cn/pei/logistics/test/UserServiceTest.java | 6746effb785040877c4eb9c2cff91fcfaf835059 | [] | no_license | classg/logistics_system | 0ce4ac2ae3cf86866ff12f25198c074c04abf4b5 | af77af1c1db12c2c94089a90338b05ce87526f63 | refs/heads/master | 2022-12-25T15:01:49.620074 | 2019-11-12T10:15:36 | 2019-11-12T10:15:36 | 220,967,287 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 809 | java | package cn.pei.logistics.test;
import cn.pei.logistics.pojo.User;
import cn.pei.logistics.pojo.UserExample;
import cn.pei.logistics.service.UserService;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.Context... | [
"715163756Ing?"
] | 715163756Ing? |
fd856b1fa223be63a9eb366ac4f31d730fb700e0 | f3b5eaed296a6ced5b144cff28350ec80be49694 | /src/main/java/api/rest/security/common/filter/AuthenticatedUserDetails.java | 86fe4c0c57a5932303e975ed694ea10007cae3bb | [] | no_license | tomasperezmolina/lfg | 2a87cca54dba4c438bc4092b286de8b1807aade0 | 52d142984308e1bac4e6520a27dcd9c4168d73c2 | refs/heads/master | 2021-10-28T22:31:33.584508 | 2018-07-19T12:41:01 | 2018-07-19T12:41:01 | 143,557,874 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 780 | java | package api.rest.security.common.filter;
import api.rest.security.common.domain.Authority;
import java.security.Principal;
import java.util.Collections;
import java.util.Set;
/**
* {@link Principal} implementation with a set of {@link Authority}.
*
* @author cassiomolin
*/
public final class AuthenticatedUserDet... | [
"tomas.perezmolina@ing.austral.edu.ar"
] | tomas.perezmolina@ing.austral.edu.ar |
325f52e5c88dd808adc6053218b5a5e3b1f73e32 | e3c4a0133b3b29d40c3b743e573f642a3b05b690 | /src/model/data_structures/Lists/LinkedList.java | 31afa31081eeca8b29ec5afd2db23c6f98b25f01 | [] | no_license | albayona/Proyecto_3_al.bayona_ra.rodriguezn | b8fc3f528ebd8116f24be162310a5f117f47aea4 | 92504b43b646853edfe0018ee354b88f6cc5c68b | refs/heads/master | 2020-09-16T17:43:04.228542 | 2019-12-09T04:20:20 | 2019-12-09T04:20:20 | 223,844,472 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,034 | java | package model.data_structures.Lists;
import java.lang.reflect.Array;
import java.util.Iterator;
public class LinkedList<E> implements Iterable<E> {
//=======================================================
// Atributos
//=======================================================
private Node<E> headNode;
private... | [
"al.bayona@uniandes.edu.co"
] | al.bayona@uniandes.edu.co |
0edf965dd25fc996c7486894ebf0cd98f3641a7f | a55ddeec74066af0136c2d24536711d5f05940af | /src/GameScanners/SourceEngineQuery/SourceEngineQueryDemo.java | b86705e143b32d90f16c18870437f42d594de44b | [] | no_license | amit9oct/world-negative-one | b966e00d8dacf6c68df889c7aa5b4e0408bb5494 | 08d00b66aa477078bfcd9e63a19b978e4e14b1a1 | refs/heads/master | 2020-12-25T19:39:40.274923 | 2014-06-21T20:26:56 | 2014-06-21T20:26:56 | 16,247,274 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,821 | java | import java.io.FileWriter;
import java.io.IOException;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
import java.net.InetAddress;
import java.util.ArrayList;
import java.util.HashMap;
public class SourceEngineQueryDemo {
private static final byte[] SERVER_REQUEST = { (byte) 0xFF, (byte) 0xFF, (byte... | [
"nilaybinjola@gmail.com"
] | nilaybinjola@gmail.com |
168958f261d906f7ed35012e4e2a838618e51b89 | e51bee1a2889026452da44569f74dc75f2ce2008 | /gen/org/intellij/plugins/hcl/terraform/il/psi/ILSelectExpression.java | 9fa6e075e3b900982a5b09c8b1f6a1d0cf8a2079 | [
"Apache-2.0"
] | permissive | KostyaSha/intellij-hcl | f9ad8e656be1fb80a8a80ebcf78e0e74fb1bd600 | 5464630c347cc09bc6d41e87d0d29e3441b02bf1 | refs/heads/master | 2021-01-16T21:45:03.640500 | 2015-12-30T17:30:31 | 2015-12-30T17:30:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | true | 350 | java | // This is a generated file. Not intended for manual editing.
package org.intellij.plugins.hcl.terraform.il.psi;
import java.util.List;
import org.jetbrains.annotations.*;
import com.intellij.psi.PsiElement;
public interface ILSelectExpression extends ILExpression {
@NotNull
ILExpression getFrom();
@Nullable
... | [
"vladislav.rassokhin@jetbrains.com"
] | vladislav.rassokhin@jetbrains.com |
53612e8d272b160d4c4f856381f115500873cb60 | 47d8ff8623a2479d90f55db973a38c5e07269b50 | /src/fr/miage/m1/thread/solution/RaceCondition.java | 11368ef217e5bf3b95ef74782e3c3c7894deeb6c | [] | no_license | fabricehuet/programmationAvancee | 3198ba25f83da64dce20e7a725be569dd817b4c8 | 768f3ddc05bef375cc0db8f709d0da519030a0b3 | refs/heads/master | 2021-07-08T02:09:22.382707 | 2017-10-04T14:44:49 | 2017-10-04T14:44:49 | 105,778,971 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 820 | java | package fr.miage.m1.thread.solution;
public class RaceCondition {
private static int RUN = 900000;
private int t = 0;
public void inc() {
t += 1;
}
public void dec() {
t -= 1;
}
public static void main(String[] args) {
RaceCondition r = new RaceCondition();
new Thread() {
@Override
public v... | [
"fabrice.huet@gmail.com"
] | fabrice.huet@gmail.com |
3caba1d34c056386a14e9216f6fc128e982fa28e | f467b19449758cfb92a4a2c7d4150bf3a38315d9 | /connectors/kafka/src/main/java/forklift/connectors/KafkaController.java | 9a8099891ea9e2531c7b6f32aae6708f2e6ee360 | [
"MIT"
] | permissive | AFrieze/forklift | 97043ab55731178355065f87117be34dee06b5b2 | 95e49d24d2d08ce3605ba0da725152edd4b44442 | refs/heads/master | 2020-12-31T06:23:04.097114 | 2017-03-07T18:09:58 | 2017-03-07T18:09:58 | 48,124,399 | 0 | 0 | null | 2017-03-07T18:09:59 | 2015-12-16T17:18:48 | Java | UTF-8 | Java | false | false | 9,612 | java | package forklift.connectors;
import forklift.message.KafkaMessage;
import org.apache.kafka.clients.consumer.ConsumerRebalanceListener;
import org.apache.kafka.clients.consumer.ConsumerRecord;
import org.apache.kafka.clients.consumer.ConsumerRecords;
import org.apache.kafka.clients.consumer.KafkaConsumer;
import org.ap... | [
"afrieze@sofi.org"
] | afrieze@sofi.org |
78848c44c796240d7e884b58018afbfc505253e5 | 1c194ed9df4c4de97b51fb7a1b8a33207a244597 | /simpleapp/core/src/main/java/com/cap/simpleapp/general/logic/base/UcManageBinaryObject.java | 7e5ec53e2553f56aa7bbb1baa16268bd94707483 | [] | no_license | pablo-parra/app-winauthsso | efa78d7b3c27b5505ca4ae42e89f747007cb46a2 | 28c77ae0dbb405cbf029144caa9c8bd85d699aeb | refs/heads/master | 2021-01-01T20:31:20.946113 | 2017-07-31T10:52:42 | 2017-07-31T10:52:42 | 98,878,476 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 958 | java | package com.cap.simpleapp.general.logic.base;
import com.cap.simpleapp.general.logic.api.to.BinaryObjectEto;
import java.sql.Blob;
/**
* Use case for managing BinaryObject.
*
*/
public interface UcManageBinaryObject {
/**
* @param data the Blob data to save
* @param binaryObjectEto the {@link BinaryObjec... | [
"pablo.parra-dominguez@capgemini.com"
] | pablo.parra-dominguez@capgemini.com |
9c921c24788b710dd3a25beb7295af263d273b51 | 32b72e1dc8b6ee1be2e80bb70a03a021c83db550 | /ast_results/AnySoftKeyboard_AnySoftKeyboard/app/src/test/java/com/anysoftkeyboard/AnySoftKeyboardGimmicksTest.java | 93243e2ee2986e7e71a0195ed24397aec82515b0 | [] | no_license | cmFodWx5YWRhdjEyMTA5/smell-and-machine-learning | d90c41a17e88fcd99d543124eeb6e93f9133cb4a | 0564143d92f8024ff5fa6b659c2baebf827582b1 | refs/heads/master | 2020-07-13T13:53:40.297493 | 2019-01-11T11:51:18 | 2019-01-11T11:51:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 40,846 | java | // isComment
package com.anysoftkeyboard;
import static com.anysoftkeyboard.keyboards.ExternalAnyKeyboardTest.SIMPLE_KeyboardDimens;
import static androidx.test.core.app.ApplicationProvider.getApplicationContext;
import android.content.res.Configuration;
import android.os.SystemClock;
import android.text.InputType;
im... | [
"matheus@melsolucoes.net"
] | matheus@melsolucoes.net |
86a8d8e8831db61a8525670c25260782ee4aaa7e | 0a2df03558cea6a332c2f4e506e7f03125d07143 | /src/br/com/agenda/enlaces/LoginUserForm.java | 993479c1d337bb2e668005c6de1772ffe2240760 | [] | no_license | ymritchie/newagenda | 98ac64a874ea514d60b65ed1bbcfeab6f94a489e | 3f50bb573e5e42a12daab4a1c086682cecee2585 | refs/heads/master | 2016-09-13T17:21:08.584147 | 2016-04-22T08:47:49 | 2016-04-22T08:47:49 | 56,840,574 | 0 | 0 | null | null | null | null | ISO-8859-2 | Java | false | false | 843 | java | package br.com.agenda.enlaces;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.SessionScoped;
import br.com.agenda.nucleo.LoginUser;
@ManagedBean
@SessionScoped
public class LoginUserForm {
private LoginUser user;
public LoginUserForm (){
user = new LoginUser();
}
public LoginUser getUser() {
... | [
"ymritchie@gmail.com"
] | ymritchie@gmail.com |
67a4b6aac64b1aafe4c5c4b69360567454f8af33 | 59b492bb248b50bf23950d4ff68f444b650805ec | /src/StacksQueues/arrays.stack/Main.java | 7c0a86bbd00eb9289f4c6ec523f17bc8e81d42a2 | [] | no_license | mtianyan/AlgoPlay | be9ec594015508801739b334e2017701813ccfd8 | 166106dbb71cf8a0a8495e08174f97a48a0fa8c6 | refs/heads/master | 2023-02-21T08:59:47.475121 | 2021-01-15T22:33:12 | 2021-01-15T22:33:12 | 325,931,862 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 340 | java | package StacksQueues.arrays.stack;
public class Main {
public static void main(String[] args) {
ArrayStack<Integer> stack = new ArrayStack<>();
for(int i = 0 ; i < 5 ; i ++){
stack.push(i);
System.out.println(stack);
}
stack.pop();
System.out.prin... | [
"1147727180@qq.com"
] | 1147727180@qq.com |
40580f18228a081f02cff05a779faa678d18f218 | 4d6f6e1a157d0a9cefe9047239db0d5b331951ff | /sweetlib1/src/main/java/layout/LoginFragment.java | c46826094e50eb79eb4d2813dc2df1af21ec8eb3 | [] | no_license | hdnvd/Sweet-Android-Framework | 1e9ad1e5a35f4881f5bf675d791edd6ac7a7cf99 | f630e1bbd281763ba6c99758c6e9c662ec8dd160 | refs/heads/master | 2021-06-12T13:13:34.870085 | 2020-05-12T20:29:00 | 2020-05-12T20:29:00 | 128,638,331 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,532 | java | package layout;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Color;
import android.graphics.Typeface;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.Nullable;
import andro... | [
"Hadi.nahavandi2010@gmail.com"
] | Hadi.nahavandi2010@gmail.com |
92e4200f9688f4d9f23bc2d97de17ec1aadc1fee | 203cf7c66d1558e59d4d3bf825319cdc897167b8 | /kol-coin/src/main/java/com/coin/dao/GiftDao.java | fb95ec63722f63a14de7fc51a29eb067af14f198 | [] | no_license | xiaotao-github/KOL | 7b226964f4482df7d34fdc0c7729094e6f715629 | 000137f7d91ced70a0b70610e031aa7dc47dddda | refs/heads/master | 2020-05-15T15:34:33.944130 | 2019-04-20T08:26:52 | 2019-04-20T08:27:00 | 182,377,278 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 544 | java | package com.coin.dao;
import com.coin.dto.Gift;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
import java.util.Map;
@Mapper
public interface GiftDao {
// 后台模块开始
// 模糊查询
List findByProp(Map map);
// 精确查询
Gift findOneById(String id);
// 添加
boolean add(Gift gift)... | [
"913888619@qq.com"
] | 913888619@qq.com |
f7f0a3108b62880eda218a6f5f6117998c2fa17e | 49099431e3ec5eab5f1a520a39c43ff7bc996afe | /src/com/chess/board/FENFormatException.java | f8bda6ac4e4a4d1392952ce004b3fe47b59526e5 | [] | no_license | hartmc/sample | 7b41717c6a6d81cd0f97ad4180635c0773138d0d | a0d1c3ee9f978e0219dcaf130a745a0e9dff2e14 | refs/heads/master | 2020-06-01T13:33:07.738399 | 2014-10-09T13:02:40 | 2014-10-09T13:02:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 314 | java | package com.chess.board;
public class FENFormatException extends RuntimeException {
private static final long serialVersionUID = 1L;
public FENFormatException(String badFEN, RuntimeException re) {
super("\"" + badFEN + "\" is not a properly formatted FEN string.", re);
}
}
| [
"re*member"
] | re*member |
fae9852f09870bcbd6ca95cc2ff87f4b2ec92007 | 23ec52180e445c39a0b357d5b3a99154ba681ed7 | /ComputerMusicLab/src/com/ibm/nili/music/Note.java | e8ed8f4bdcde4e423ca3c7caaf7df8f9e0ab4e0c | [] | no_license | pisces312/MyJavaProjects | 1408c5f33f1f39fc3929ebe34d39b6bcd6a5d166 | 0529ba813350e710d8aaca2d89c453570b244a64 | refs/heads/master | 2021-01-18T03:59:42.190929 | 2017-12-16T15:58:13 | 2017-12-16T15:58:13 | 84,271,420 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,913 | java | package com.ibm.nili.music;
import java.util.Comparator;
public class Note implements Comparable<Note> {
public final static Comparator<Note> noteComparator = new Comparator<Note>() {
@Override
... | [
"lee.ni@emc.com"
] | lee.ni@emc.com |
7bf7ff0ae5e46022bcda8f7b989b3c5bb608f7d8 | 2bf991ee51e8f7ba17b8668c4d217b9834af42e9 | /ktor-utils/src/io/ktor/org/apache/commons/collections4/map/AbstractHashedMap.java | b87318b6959c106b73bec0cb5b498bacaf19c9dd | [
"Apache-2.0"
] | permissive | Zddie/ktor | 89327440cd267fcd9cbd45257ceb3b3fc67eb626 | afa45ccd42011ff5f73e639aca12795cd7f267b0 | refs/heads/master | 2020-03-24T21:15:46.164430 | 2018-07-25T14:09:01 | 2018-07-27T09:25:00 | 143,022,166 | 0 | 0 | Apache-2.0 | 2018-08-02T19:15:43 | 2018-07-31T14:01:55 | Kotlin | UTF-8 | Java | false | false | 42,400 | java | // copied from Apache Commons Collections 4.1. See https://commons.apache.org/proper/commons-collections/
/*
* 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 ownersh... | [
"sergey.mashkov@jetbrains.com"
] | sergey.mashkov@jetbrains.com |
3dbd3e77a5d11c9faf374f3c0ec39c33cb2655f5 | def65e60efd1ad39013c19bdc50f67347cbe557e | /app/src/main/java/com/pbids/sanqin/session/activity/WatchSnapChatPictureActivity.java | aec6c29a3c8b7e6655c08d412f4b1332c726f5b0 | [] | no_license | dengluo/SanQin-Version-1.2.4 | b60ac2cf58968b23c807101c3f35fc3609095049 | e02166ac3bf6180e6c403420f71ac6eb4bd46b73 | refs/heads/master | 2020-04-02T09:15:22.337720 | 2018-10-23T08:02:43 | 2018-10-23T08:36:22 | 154,284,164 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,771 | java | package com.pbids.sanqin.session.activity;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.os.Bundle;
import android.os.Handler;
import android.text.TextUtils;
import android.view.View;
import android.view.WindowManager;
import android.widget.Toast;
import... | [
"dengluo2008@163.com"
] | dengluo2008@163.com |
b50afecc562439cc7d2878758f56d1d417bf9a63 | 2b92302fc02f8034961beb841f13d7d96c1d21d7 | /SelfPay-hotel/Timer/tops-hotel-order-schedule/src/main/java/com/travelzen/tops/hotel/order/schedule/selfpay/staticfile/updater/ElongStaticFileUpdateScheduler.java | 5e0867d803791ff5e4f40781668681ad43188be3 | [] | no_license | fangleu/tops-hotel | 6761fbbaa4984d6e8ea7c9df9a992bf90fd25e3f | 6dae9939ab672d920dad7a7f33adbb3ab2fa20ef | refs/heads/master | 2021-01-21T04:39:52.045526 | 2016-07-15T05:24:30 | 2016-07-15T05:25:38 | 34,242,862 | 1 | 4 | null | null | null | null | UTF-8 | Java | false | false | 1,517 | java | package com.travelzen.tops.hotel.order.schedule.selfpay.staticfile.updater;
import javax.annotation.Resource;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
import com.travelzen.tops.hotel.elong.sta... | [
"fanglei.lou@travelzen.com"
] | fanglei.lou@travelzen.com |
a5077f1dc9d7c72a0d8ad8ccde2c220ff07a4ad8 | 40e9092dc121d611ee6c7f768419c536e4787fe5 | /Testes/Teste1/tests/verao_2018_2019/LenValidator.java | 92f5ec172ca37cb7c5af8a5462fe49e4f0fdf824 | [] | no_license | FS-Rocha/PG3-1 | 6941c5f09638552fc7e5b32cd5058d771240cfe0 | 7ea1bbe6bfcd3f315169a5adba9c8a06031adefa | refs/heads/main | 2023-06-24T14:26:44.492828 | 2021-07-26T15:16:23 | 2021-07-26T15:16:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 796 | java | package testes.test1;
/**
* Created by msousa on 4/17/2019.
*/
public class LenValidator extends Validator {
private final int minimum;
private final int maximun;
private LenValidator(String desc, int min, int max ) throws IllegalValidator {
super( desc );
if ( min < 0 || max < 0 )
... | [
"bernardocb.pineda@gmail.com"
] | bernardocb.pineda@gmail.com |
8a73ea106d1a097f0027e380180fdb0e1458a5ca | 8c4011fcf86f0ce53e4e71af9b233e59ab8fde91 | /UsbCam/app/src/main/java/com/icatch/usbcam/sdkapi/PanoramaControl.java | 2dd3f747a71f1058d02812b3f555c5232aa3c3f8 | [] | no_license | allenchuang2002/USBCam | 90fa239d4c268c80aae5da3d849b1e027f80039b | 60293beec7644b234dff743b42d5fc6ad3736224 | refs/heads/master | 2023-08-30T03:18:01.828197 | 2020-07-24T02:38:59 | 2020-07-24T02:38:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,545 | java | package com.icatch.usbcam.sdkapi;
import com.icatchtek.pancam.customer.ICatchIPancamControl;
import com.icatchtek.pancam.customer.ICatchIPancamListener;
import com.icatchtek.pancam.customer.ICatchPancamSession;
import com.icatchtek.reliant.customer.exception.IchInvalidSessionException;
import com.icatchtek.reliant.cus... | [
"b.jiang@sunmedia.com.cn"
] | b.jiang@sunmedia.com.cn |
3a6a4dfc02b5886be44ca46feefd4cddec950ed4 | 61602d4b976db2084059453edeafe63865f96ec5 | /com/alipay/android/phone/mrpc/core/d.java | c445fd969246a361c78af9f5a238d0bc15f80a8d | [] | no_license | ZoranLi/thunder | 9d18fd0a0ec0a5bb3b3f920f9413c1ace2beb4d0 | 0778679ef03ba1103b1d9d9a626c8449b19be14b | refs/heads/master | 2020-03-20T23:29:27.131636 | 2018-06-19T06:43:26 | 2018-06-19T06:43:26 | 137,848,886 | 12 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,635 | java | package com.alipay.android.phone.mrpc.core;
import org.apache.http.client.RedirectHandler;
import org.apache.http.conn.ClientConnectionManager;
import org.apache.http.conn.ConnectionKeepAliveStrategy;
import org.apache.http.impl.client.DefaultHttpClient;
import org.apache.http.params.HttpParams;
import org.apache.http... | [
"lizhangliao@xiaohongchun.com"
] | lizhangliao@xiaohongchun.com |
644cc826a0f62817ceb8d0569b1ec7619e467eb9 | 3e000f99384dd4acd125bc7d6cdb5b941752e101 | /Students/30221/Muresan M. Eduard/zoowsome/src/models/animals/FireAnt.java | 4d57851551c1519222a9c30994a4274d55e8caf5 | [] | no_license | tudorpalade/OOP-2016 | d04e3afc5f3038cac709652ad45a41ccf5be509c | c20959880ef345eccc4427d03b280754a363d14f | refs/heads/master | 2021-01-12T16:05:07.708550 | 2016-12-01T14:28:24 | 2016-12-01T14:28:24 | 71,931,332 | 0 | 0 | null | 2016-10-25T19:24:00 | 2016-10-25T19:24:00 | null | UTF-8 | Java | false | false | 391 | java | package models.animals;
public class FireAnt extends Insect{
enum Role{queen, drone, other};
private Role role;
public FireAnt()
{
super(false, true, "Unknown");
this.role = null;
}
public FireAnt(String name, Role role)
{
super(false, true, name);
this.role = role;
}
public Role getRole()
{
retur... | [
"m13edi@gmail.com"
] | m13edi@gmail.com |
e432db120559bde09b95310d697c86bee667e7a9 | eda762c6769e68107ba2859fd401569d421908c7 | /src/main/java/za/ac/cput/projects/assignment7crud/repositories/soccergame_repository/CupTournamentRepository.java | 33e04a38fdf85fb4fdab1816a4c5df80e5874824 | [] | no_license | Philranti/assignment7crud | 25fc7a9fbb5b34ead17a7143ec16d039dcbc9ae3 | e15a8f26c9dc65a5a9ca53b2b9f33574df0ff30e | refs/heads/master | 2022-01-30T19:17:01.509147 | 2019-10-20T19:10:37 | 2019-10-20T19:10:37 | 184,562,609 | 0 | 0 | null | 2022-01-21T23:32:12 | 2019-05-02T10:36:10 | Java | UTF-8 | Java | false | false | 405 | java | package za.ac.cput.projects.assignment7crud.repositories.soccergame_repository;
import za.ac.cput.projects.assignment7crud.domains.SoccerGame.CupTournaments;
import za.ac.cput.projects.assignment7crud.repositories.SoccerGameMainRepository;
import java.util.Set;
public interface CupTournamentRepository extends Socc... | [
"philranti@gmail.com"
] | philranti@gmail.com |
764390fe84e4096e88aac27225bcbd4bbf020ee8 | f1942f6cf26b8f56a63e95874f674c94d727e56b | /bin/My_Programs/src/com/bridgelabz/utility/Stack.java | 93e566898a33d890665e57db3277c0eb8c803704 | [] | no_license | nikhil725/BridgeLabz | 38ecd801a6f4c541130a8c8078261dde02a9d847 | c95709619d67402510b978889013186f166eaa20 | refs/heads/master | 2021-09-16T04:25:28.641659 | 2018-06-16T13:05:00 | 2018-06-16T13:05:00 | 116,950,967 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 946 | java | package com.bridgelabz.utility;
import java.util.EmptyStackException;
public class Stack {
public ListNode top;
int length;
public int length(){
return length;
}
public boolean isEmpty(){
return length == 0;
}
public void push(int data){
ListNode temp = new ListNode(data);
temp.ne... | [
"nik703.v@gmail.com"
] | nik703.v@gmail.com |
f06e971ed7ed35a679b5a5b9771620941e2aa765 | 7e26598d3f6fc9628411981ab3ea3f1486fbb030 | /src/test/java/com/relationalcloud/routing/SystemWideRouterTest.java | cd33b6117e2035cd870f8becae5ea5b4e982e16f | [] | no_license | curino/relationalcloud | 684acfe05a006980cad19b3556415759a395aff3 | c3b8118b3bc2d65165a3915dac937fc915224b31 | refs/heads/master | 2021-01-21T17:46:05.995231 | 2011-08-20T17:09:31 | 2011-08-20T17:09:31 | 42,575,037 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,888 | java | /*******************************************************************************
* relationalcloud.com
*
* Project Info: http://relationalcloud.com
* Project Members: Carlo Curino <carlo.curino@gmail.com>
* Evan Jones <ej@evanjones.ca>
* Yang Zhang <yaaang@gmail.com>
* Sam Madden <madden@csa... | [
"carlo.curino@gmail.com"
] | carlo.curino@gmail.com |
9b12f522852e73b45e2d1b91b15655b137feee85 | 197b851f5b397f53e144388638de8a3840943a13 | /kodilla testing/src/main/java/com/kodilla/testing/user/TestingMain.java | 6aa01763cf29b94b4947c89e48923485fcecc00f | [] | no_license | MalczewskiKarol/Karol-Malczewski-kodilla-java | 5252f66fcb27dda716a7baac185184678020ab48 | 5bee53d56aaa997eae7dfc65a50ef4b482a31757 | refs/heads/master | 2021-03-30T16:17:53.996652 | 2018-02-18T22:14:09 | 2018-02-18T22:14:09 | 102,531,412 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,035 | java | package com.kodilla.testing.user;
import com.kodilla.testing.user.SimpleUser;
import com.kodilla.testing.calculator.Calculator;
public class TestingMain {
public static void main(String[] args) {
System.out.println("Test - pierwszy test jednostkowy: ");
SimpleUser simpleUser = new SimpleUser("t... | [
"karolmalczewski2@o2.pl"
] | karolmalczewski2@o2.pl |
6d5a78320ab63f167487adee619be5457f6d9418 | f65f61efeb5d1115953e99a32ca5c1aaf5efbf9f | /src/main/java/com/edugility/jaxb/DateAdapter.java | b4a8970b20f4b69652e24eced9cf8d12eaa2f81d | [
"MIT"
] | permissive | ljnelson/jaxb-tools | 75bcceba0c2e1b82376f8b6bd1404934e5efac55 | 4faa074adece0a8ed756bad3356ff0e3c1f9aa7c | refs/heads/master | 2016-09-05T14:41:50.650345 | 2013-08-05T06:25:33 | 2013-08-05T06:25:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,306 | java | /* -*- mode: Java; c-basic-offset: 2; indent-tabs-mode: nil; coding: utf-8-unix -*-
*
* Copyright (c) 2013 Edugility LLC.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* re... | [
"ljnelson@gmail.com"
] | ljnelson@gmail.com |
a2abdd44d72fdec8335774e4bd0024efa67b894d | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /api-vs-impl-small/domain/src/main/java/org/gradle/testdomain/performancenull_24/Productionnull_2350.java | 8e527113dc63c21fd46d47c7fa3e8a11c9c60960 | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 591 | java | package org.gradle.testdomain.performancenull_24;
public class Productionnull_2350 {
private final String property;
public Productionnull_2350(String param) {
this.property = param;
}
public String getProperty() {
return property;
}
private String prop0;
public String ge... | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
3a9dc9952ca3310b57162e6eb2b1205d1ea76c86 | 033bdb40120ac60441f09218a193a8cf433c04e0 | /src/com/hisrv/android/netusage/MainActivity.java | 920881800af504283a709cac6905a900631040bd | [] | no_license | iamzhaozheng/NetFlowUsage | 41396e72e61f516d59d1e87b899a1a262f8dba2d | 8f83b9278d21fbc789a29f25f9ea898c370db544 | refs/heads/master | 2021-01-25T07:08:15.279811 | 2014-04-04T09:51:00 | 2014-04-04T09:51:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,458 | java | package com.hisrv.android.netusage;
import java.io.IOException;
import java.io.InputStream;
import java.io.UnsupportedEncodingException;
import java.util.ArrayList;
import java.util.List;
import org.apache.http.Header;
import org.apache.http.HttpResponse;
import org.apache.http.HttpStatus;
import org.apach... | [
"zhengzhaomail@gmail.com"
] | zhengzhaomail@gmail.com |
a2edba8c046138e9e85792f26e66a3163dbd906e | 08f52146f0640cb4fd859ed37f40094ccf270171 | /src/models/datatypes/CharType.java | ab67567d8b6331323b06b3be70da91108a4cca39 | [] | no_license | dzimiks/InfViewer | 091111f463e37c151295a5f11effef3dd2aa6707 | 5e45c8a7f967e82cdb1f335fbc84b52c93e89c88 | refs/heads/master | 2020-03-23T16:28:53.411246 | 2020-03-01T14:21:02 | 2020-03-01T14:21:02 | 141,811,991 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 961 | java | package models.datatypes;
import java.io.Serializable;
@SuppressWarnings("serial")
public class CharType implements Comparable<CharType>, Serializable {
private String string;
private int length;
public CharType(int length, String data) {
this.length = length;
this.string = data;
}
public String get() {
... | [
"vana997@gmail.com"
] | vana997@gmail.com |
c297aa8ef8ccefd95d3150021bd57e13442ef3f0 | d79267db937d2a83979b6915b3dda9652b9bd854 | /src/main/java/com/codegym/cms/AppConfig.java | 033cbafd9d2e0b21276abf158c387d7319edfe23 | [] | no_license | spring-web-backend/restful-customer-management | 8d3a0d1b2212c33b3a739e14bd8d56f7d168337d | fbd29c06d94e83bd7187f1cc732bb67c1e471bad | refs/heads/master | 2020-03-27T17:17:30.374405 | 2018-08-31T04:28:50 | 2018-08-31T04:28:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,729 | java | package com.codegym.cms;
import com.codegym.cms.repository.CustomerRepository;
import com.codegym.cms.repository.CustomerRepositoryImpl;
import com.codegym.cms.repository.CustomerRepositoryImpl;
import com.codegym.cms.service.CustomerService;
import com.codegym.cms.service.CustomerServiceImpl;
import org.springframewo... | [
"minhlee.fre.mta@gmail.com"
] | minhlee.fre.mta@gmail.com |
c2fe981fbf9e036b49139bee1eb66efea38b3833 | aa0d4d64ff3b2641692e609e52407b7ecd211dd9 | /src/main/java/com/bolsadeideas/springboot/app/MvcConfig.java | 4a214c20e0aa5408484846fb6f1e9df54704f874 | [] | no_license | prietomoral/spring-boot-jwt | a31a64e16a029f866510e879e4cadbb906d0629b | bad955eddb23d441e125eaa8f3589aeb4c84862e | refs/heads/master | 2020-03-27T07:53:10.036871 | 2018-08-30T15:33:18 | 2018-08-30T15:33:18 | 146,201,301 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,568 | java | package com.bolsadeideas.springboot.app;
import java.util.Locale;
import org.springframework.context.annotation.Bean;
//import java.nio.file.Paths;
//import org.slf4j.Logger;
//import org.slf4j.LoggerFactory;
import org.springframework.context.annotation.Configuration;
import org.springframework.oxm.jaxb... | [
"Luis@DESKTOP-6P5KRML.home"
] | Luis@DESKTOP-6P5KRML.home |
49d7dc90565ce3c962de7c87766e690f64ea5ff5 | 5582e7b84b2331a623f483b3b8f53ded9a2e7ed2 | /weather/src/main/java/com/aibabel/weather/utils/NetUtil.java | 6144094997bed1158493717051166a8448557581 | [] | no_license | 571034884/zhuner | 451fc9b2ecae06d83ed32b20e4ddb780095b5582 | 6879d978f0c55fe33a46b46117a097131e3b1b65 | refs/heads/master | 2022-01-14T07:08:13.537239 | 2019-03-26T07:09:44 | 2019-03-26T07:09:44 | 189,947,004 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,500 | java | package com.aibabel.weather.utils;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
/**
* 作者 : 张文颖
* 时间: 2018/3/14
* 描述:
*/
public class NetUtil {
/* 网络状态 */
public static boolean isNet = true;
public static enum netType
{
wifi, CMNET... | [
"644959577@qq.com"
] | 644959577@qq.com |
ba04f4e76855dbbedc2e68136e866fa833a2729c | d8b5bb2b6f57cc859ad54e070d822e4287bd1f4e | /src/test/java/WishListTest.java | ab2d9d380be78035fd803b0c4999dd4ea7f8ac35 | [] | no_license | chirilut/FirstSeleniumProject | da694fdc7da90cf75668e2171ac532458b8b6cd5 | eec36713a508e42dea5e7a736b6ee47bc66a82db | refs/heads/master | 2021-02-16T13:25:18.625469 | 2020-03-05T18:30:24 | 2020-03-05T18:30:24 | 244,999,871 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,257 | java | import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
public class WishListTest {
public static void main(String[] args) {
// addWishlistfirefox();
addWishlist();
}
// NU REU... | [
"chirilut_mihai@uahoo.com"
] | chirilut_mihai@uahoo.com |
db9b25ce259d467ff425a72c21f6bedc41a1ee8b | 89b55f8191698de5ad135623fa17f24cf268b2c9 | /src/main/java/UIComponents/BaseComponent.java | 889daa67d2fafa4eb6037bf13cf3557acf8634f2 | [] | no_license | Viateur/HVtesting | 7a779494a707dd8dc5e6706787fd5337be104a94 | bba8ddfcf688a426a8842b3a5c5b296bcc0e2602 | refs/heads/master | 2022-01-18T10:59:25.366990 | 2020-03-16T20:00:16 | 2020-03-16T20:00:16 | 247,786,270 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,572 | java | package UIComponents;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.interactions.Actions;
import java.util.List;
import static Selenium.SeleniumDriver.driver;
import static org.assertj.core.api.Assertions.assertThat;
public class BaseComponent {
public static We... | [
"viateur.ayegnon@gmail.com"
] | viateur.ayegnon@gmail.com |
f5bf4baf7f4b012338342b3d5ab9343d1518d0d5 | 26b525b23a12b88bed5589ff04bf4aebd991d089 | /src/main/java/com/company/gateway/domain/AbstractAuditingEntity.java | 8eeab427efb1bc2791529e0073d8842bd81cf1b2 | [] | no_license | WasimAhmad/GatewayUsingUAA | 801ef4308a45f895234d16411e32a3fe8171ef00 | e79a44993bafd1ea46681bdbda4cd22d8009dfed | refs/heads/master | 2021-05-10T12:13:58.877654 | 2018-01-22T08:47:09 | 2018-01-22T08:47:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,215 | java | package com.company.gateway.domain;
import java.io.Serializable;
import com.fasterxml.jackson.annotation.JsonIgnore;
import org.hibernate.envers.Audited;
import org.springframework.data.annotation.CreatedBy;
import org.springframework.data.annotation.CreatedDate;
import org.springframework.data.annotation.LastModifie... | [
"jhipster-bot@users.noreply.github.com"
] | jhipster-bot@users.noreply.github.com |
ea658acaa93014fb06232107015f6db3b7b6a545 | 464b273fb19475f563961330578b2e4477a15fdc | /src/main/java/com/canxue/day/exception/AutoClose.java | cb2ddc27151920acd9a4bc94c34d4571b899742a | [] | no_license | canxueliunian/javathink | 76ad3a449eafabdaa9219bacdc472b4cd6f918c9 | 2a79d3979aaf24cb4299d37ee17208439613e4b8 | refs/heads/master | 2022-06-21T09:35:41.038878 | 2020-04-15T08:38:31 | 2020-04-15T08:38:31 | 213,668,449 | 0 | 0 | null | 2022-06-17T02:33:21 | 2019-10-08T14:37:49 | Java | UTF-8 | Java | false | false | 608 | java | package com.canxue.day.exception;
import java.io.File;
import java.io.FileInputStream;
import java.io.InputStream;
import java.io.PrintWriter;
import java.nio.file.Files;
/**
* @Author Lishuntao
* @Date 2019/10/22
*/
public class AutoClose {
public static void main(String[] args) {
try (
... | [
"1419761729@qq.com"
] | 1419761729@qq.com |
d421fda74a2dc7d30eacbd115ba91bee103ea4e5 | 80e85c4b2929ef6ad4882f3b5e055f6d3ef279f7 | /src/com/company/Lecture6/SubstringIntro.java | d14d190f8c6661d17e2d7bdf7fd47e140fe89960 | [] | no_license | darecoder/Crux-DS-Algo-In-Java | 83b31c508443b5813ad973044854759b7019c526 | cbdf92eaf52cdfc369147c147c637e98e1173389 | refs/heads/master | 2023-04-16T11:02:43.555353 | 2021-04-20T05:10:01 | 2021-04-20T05:10:01 | 195,169,317 | 13 | 5 | null | null | null | null | UTF-8 | Java | false | false | 509 | java | package com.company.Lecture6;
public class SubstringIntro {
public static void main(String[] args) {
String greet = "Hello";
// System.out.println(greet.substring(5, 5)); Gives Empty String
subStrings(greet);
}
public static void subStrings(String line){
for (i... | [
"ektamishra1999@gmail.com"
] | ektamishra1999@gmail.com |
4abc6c4dec2c47cb6c0ca632ed391bc357df1aef | aa91f6fae3aca2e93fc06afc43dee9c7985ea733 | /teams/zephyr27_pastrcamp/Bfs.java | 4531bf9b1af3bb9971265cc1eae744bb72536002 | [] | no_license | TheDuck314/battlecode2014 | 6a962a6658c917ed72c15a94c54181d44cadbd9b | 7814de854706484ad9025b7532fb3cc7340971b5 | refs/heads/master | 2016-08-06T16:09:49.119776 | 2014-02-10T02:59:55 | 2014-02-10T02:59:55 | 15,696,204 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 9,067 | java | package zephyr27_pastrcamp;
import battlecode.common.*;
public class Bfs {
private static int NUM_PAGES;
private static int PAGE_SIZE;
private static int MAP_HEIGHT;
private static final int MAX_PAGES = 5;
private static RobotController rc;
public static void init(RobotController theRC) {
rc ... | [
"gem2128@columbia.edu"
] | gem2128@columbia.edu |
5dacb3a3dfb485f651992393ea5cbe79f2c19418 | c3d31e0b12f7619a077c86ffb1a503c3799111c2 | /spring_mvc_board/src/main/java/com/javalec/spring_pjt_board_command/BReplyCommand.java | 36aaf12d5a51c92c2e2ba0beee0739abce91b0ae | [] | no_license | sUpniverse/worm_spring | 89b011027f8a0de26da1250bd523f2abb141742f | b6afd4314082ba472128212aa325fd03d6e3f828 | refs/heads/master | 2021-04-28T17:01:39.638329 | 2018-07-04T13:44:35 | 2018-07-04T13:44:35 | 121,844,858 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 854 | java | package com.javalec.spring_pjt_board_command;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.springframework.ui.Model;
import com.javalec.spring_pjt_board_dao.BDao;
public class BReplyCommand implements BCommand{
@Override
public void execute(Model model) {
Map<String, Object> ... | [
"kmsup2@gmail.com"
] | kmsup2@gmail.com |
a334a1cdc2554a38e5b013a931e20574cd1bf921 | bbf5ce34f6a0ea1444b0d6c09d3beca2e541e17d | /src/main/java/Ui.java | b5ea81c7f1de4a314b77e306883201264234e90b | [] | no_license | jinwentay/duke | ade3430844097655668d9e9405039f25d480ab97 | df7e7b13fa6cf0c5256ee5259a0b1055d6cf5d2f | refs/heads/master | 2020-07-09T09:08:01.003630 | 2019-09-12T06:07:03 | 2019-09-12T06:07:03 | 203,936,479 | 0 | 0 | null | 2019-08-23T06:20:33 | 2019-08-23T06:20:32 | null | UTF-8 | Java | false | false | 821 | java | import java.util.Scanner;
public class Ui {
public void showError(String e) {
System.out.println(e);
}
public void showWelcome() {
String logo = " ____ _ \n"
+ "| _ \\ _ _| | _____ \n"
+ "| | | | | | | |/ / _ \\\n"
+ "| |_| ... | [
"jinwentay@Jins-MacBook-Pro-8.local"
] | jinwentay@Jins-MacBook-Pro-8.local |
729129f69423c857d977aa304d075d01a0a9de9c | 7ba7356ba8e85c43ffcfc3b0590a51e0352797ef | /src/test/java/com/cx/travelrequirements/TravelRequirementsApplicationTests.java | 2e751add55344b1a3611ca6545047f4a5a3a54a8 | [] | no_license | ckymichael/TravelRequirements | a8f08799fb407cec87d8837928d35599b33691ab | ca610c280385cf46eaa3fd4fc256698a10a576a4 | refs/heads/master | 2023-09-02T18:43:56.431907 | 2021-11-14T07:55:41 | 2021-11-14T07:55:41 | 427,869,554 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 238 | java | package com.cx.travelrequirements;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class TravelRequirementsApplicationTests {
@Test
void contextLoads() {
}
}
| [
"michaelcheung1998@gmail.com"
] | michaelcheung1998@gmail.com |
cdedc5410b1ff371f36aee176cc807260870f6fe | 3990e8f0011a2f0093158dbc343b320ee96ab2a2 | /src/suneido/runtime/builtin/Use.java | 9948f2fc51c192cdd03c96c53f01107efd98a6be | [] | no_license | apmckinlay/jsuneido | f73f4a0eea606bba5c9ee1c5f395a67597c50889 | 2534d02ffb4385f59389f86c2fec112bf9a1acfc | refs/heads/master | 2023-08-22T15:18:03.596461 | 2023-08-11T02:24:51 | 2023-08-11T02:24:51 | 28,690,143 | 6 | 26 | null | 2019-03-01T20:01:22 | 2015-01-01T16:22:31 | Java | UTF-8 | Java | false | false | 428 | java | /* Copyright 2009 (c) Suneido Software Corp. All rights reserved.
* Licensed under GPLv2.
*/
package suneido.runtime.builtin;
import suneido.Suneido;
import suneido.TheDbms;
import suneido.runtime.Ops;
import suneido.runtime.Params;
public class Use {
@Params("library")
public static Boolean Use(Object a) {
i... | [
"vcschapp@users.noreply.github.com"
] | vcschapp@users.noreply.github.com |
2cdc41c7804862e86f7676e21f75998340ae60c1 | 6c19894c5232fd907214996f96e6d0a6c1f84def | /src/test/java/LocationsTest.java | eb2b3a4b4d901150f5de0bdd9797772381a0f0f0 | [
"MIT"
] | permissive | anzalmohamed/Kanairo | cc2ba77a52782d7d2fbe21ce6351ca32336e1144 | 15e07114f25221bc05039743dc6b3a8ab9fa217d | refs/heads/master | 2023-04-12T02:22:54.384071 | 2021-05-05T21:00:22 | 2021-05-05T21:00:22 | 364,628,350 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,241 | java | import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class LocationsTest {
@BeforeEach
void setUp() {
}
@AfterEach
void tearDown() {
}
private Locations newLocation() {
... | [
"anzaldidah@gmail.com"
] | anzaldidah@gmail.com |
62c6c8ccc9b88622c67fc1024f88a95a8290e017 | 6c53faaba8d72d7dbab4666923ce7c9e1eef0900 | /src/com/w2a/cucumber/testRunner.java | 13fb419a81ec4f55120fcbe3872a4db09ce0b51c | [] | no_license | yvrkiran/CucumberBasics | 09d7a4f12447d06ebb297ab84d4e945fa11640dd | 3216dab91911c94fff1025037caa38c1ea0e3841 | refs/heads/master | 2021-07-06T11:59:52.773439 | 2021-05-04T23:11:41 | 2021-05-04T23:11:41 | 99,454,449 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 230 | java | package com.w2a.cucumber;
import org.junit.runner.RunWith;
import cucumber.api.CucumberOptions;
import cucumber.api.junit.Cucumber;
@RunWith(Cucumber.class)
@CucumberOptions(format = "html:format")
public class testRunner {
}
| [
"yvrkiran@users.noreply.github.com"
] | yvrkiran@users.noreply.github.com |
22613e4c0647fd71ccaf347aa04782905c2929bb | 6b652c78cc0bd67364dbf57e3ee3b41726a3e5bf | /src/main/java/com/hualing365/jiuxiu/controller/UserLogController.java | 820ea484db4e98158377e17029083e86b4f81be0 | [] | no_license | 727288151/jiuxiu | 6b5a9fabccec389b007fc2e7084a009687a2fe1f | 3b1e960f332327d157edf21d31dc529346bf4c18 | refs/heads/master | 2021-04-26T22:20:58.127699 | 2018-07-01T03:42:02 | 2018-07-01T03:42:02 | 124,076,433 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 877 | java | /**
*
*/
package com.hualing365.jiuxiu.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.R... | [
"727288151@qq.com"
] | 727288151@qq.com |
e498d5a268bbd91e234b65ec6cf8b1f0c19e4e67 | 5ea191d974fef976eaeeb3ba4b2eb91eca0cdbe6 | /mall-manager-web/src/main/java/com/beemall/manager/controller/SellerController.java | 802ac18ce9557c9c5c03dd796644c8432297493a | [] | no_license | huxiaofeng1995/BeeMall | ad9f41e6b5995a24da48709741e30f46410d5207 | 8d26f747ef5520ba7e23746968af58994def2f8e | refs/heads/master | 2022-07-10T09:15:24.670969 | 2019-07-22T06:45:17 | 2019-07-22T06:45:17 | 192,475,159 | 0 | 0 | null | 2022-06-21T01:18:35 | 2019-06-18T05:58:59 | JavaScript | UTF-8 | Java | false | false | 1,899 | java | package com.beemall.manager.controller;
import java.util.List;
import com.beemall.entity.ResponseData;
import org.springframework.web.bind.annotation.*;
import com.alibaba.dubbo.config.annotation.Reference;
import com.beemall.pojo.TbSeller;
import com.beemall.sellergoods.service.SellerService;
/**
* controller
* @a... | [
"huxiaofeng@agree.com.cn"
] | huxiaofeng@agree.com.cn |
283d9c66d270f440d2a3a3263235b4af71ae7b0f | 4905777ec14acf55113524c90fdb9b0ed0ea5d15 | /app/src/main/java/com/example/dyju/thesisapplication/LoginActivity.java | 5c41e0d5a0b532d7791752e613c50dcd3d1862de | [] | no_license | dyju1992/thesisAplication | 7ee8871b780e75cc61b1189f076fcd2d19737508 | 38e825881eb54ce524d9aed67d2ddff0e7fc15c9 | refs/heads/master | 2020-05-24T21:01:37.072645 | 2017-06-04T20:55:08 | 2017-06-04T20:55:08 | 84,880,417 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,850 | java | package com.example.dyju.thesisapplication;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import com.example.dyju.th... | [
"dyju1992@gmail.com"
] | dyju1992@gmail.com |
c9b85ada0fde5b20d676751603bc51f23e04b62d | 466abbf8514dde7a104b8c8a0acfe47f942e0618 | /src/com/zhang/json/serializer/BooleanArraySerializer.java | 7ce71d08526d66621594f54235a0a07a3eecaabd | [] | no_license | duyouhua/Auto | 4244ff0c92215567408567852eb0e7b2fc2a86d6 | b721014ab1387296168495b5c228ab2f185e936e | refs/heads/master | 2021-04-29T08:16:08.868407 | 2013-12-08T08:41:41 | 2013-12-08T08:41:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,595 | java | /*
* Copyright 1999-2101 Alibaba Group.
*
* 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 a... | [
"972803116@qq.com"
] | 972803116@qq.com |
c30881a3a3a95463a7ddb374f1357e0482bc6622 | 5e0000acc9e925fa25078d74487de9d357f4fa09 | /src/main/java/com/bw/pojo/Order.java | 3054060254b67df4b4b1fb3b9cb74d5143a967d2 | [] | no_license | 77muzi/muzi | 240eb021f0acf2202e4abcc9530015956b8dd28c | c06b6388fc996ba93e9659bc672cc9c42199f240 | refs/heads/master | 2021-01-23T14:42:07.240478 | 2017-09-02T01:04:21 | 2017-09-02T01:04:21 | 102,695,838 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 795 | java | package com.bw.pojo;
/**
* @Author:lihongqiong
* @Description:
* @Date:create in 16:01 2017/8/30
*/
public class Order {
private Integer id;
private User user;
private Goods goods;
private Integer goodsAccount;
public Integer getId() {
return id;
}
public void setId(Integer i... | [
"you@example.com"
] | you@example.com |
d0ab3d1cebe649eed101c53bdf02ce33c42240ca | db498922f033056092bea67428c28735bdc02783 | /src/main/java/com/example/demo/Services/TKLoaiDTServiceImpl.java | 92b82164594b96896675ad2e964fe74b63e4e0ba | [] | no_license | haubeo1111/doanjava2 | f9794143bf7dd147d62b467f74987dcbcea2c800 | a7b981055e79eb9dc237aea2afd9fcfbfa2c51b1 | refs/heads/master | 2023-01-21T04:45:14.462104 | 2020-11-30T02:28:03 | 2020-11-30T02:28:03 | 317,088,855 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,858 | java | package com.example.demo.Services;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.example.demo.Repository.TKLoaiDTRepository;
import com.example.demo.models.TKLoaiDT;
@Service
public class TKL... | [
"haubeo1111@gmail.com"
] | haubeo1111@gmail.com |
e278acebf245a936b92747bb29b0ca5859d93cfb | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_1e290a9cb83f798df2844a6d3601f6ba2f0d13c9/CoreMethods/2_1e290a9cb83f798df2844a6d3601f6ba2f0d13c9_CoreMethods_t.java | 0149ee27f9f1be31338d745cb0dda9efbd970f19 | [] | 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 | 2,272 | java | package com.runetooncraft.plugins.EasyMobArmory.core;
import java.util.ArrayList;
import java.util.List;
import org.bukkit.Bukkit;
import org.bukkit.Chunk;
import org.bukkit.Location;
import org.bukkit.World;
import org.bukkit.entity.Entity;
import org.bukkit.entity.EntityType;
import org.bu... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
b5c10cf63688354349c10dcf311c1e672811645e | 1ce518b09521578e26e79a1beef350e7485ced8c | /source/app/src/main/java/com/google/android/gms/internal/jm.java | 3fb4abc70220da2178a142a77edabea86ab79d89 | [] | no_license | yash2710/AndroidStudioProjects | 7180eb25e0f83d3f14db2713cd46cd89e927db20 | e8ba4f5c00664f9084f6154f69f314c374551e51 | refs/heads/master | 2021-01-10T01:15:07.615329 | 2016-04-03T09:19:01 | 2016-04-03T09:19:01 | 55,338,306 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,375 | java | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.google.android.gms.internal;
import android.os.Parcel;
import com.google.android.gms.common.internal.safeparcel.SafeParcelable;
impo... | [
"13bce123@nirmauni.ac.in"
] | 13bce123@nirmauni.ac.in |
60b43987e073368d795d001b1321a90af86a790c | 5f5f9c9f1e6c0342fad176a320bb8864559b0b64 | /module-1/12_Polymorphism/lecture-final/java/src/main/java/com/techelevator/farm/OldMacdonald.java | 2b05e0404e69da2c03a0cec678ee23326252e412 | [] | no_license | annakatarina1994/TE | efcf4cd9bc6f8d282b95f7aa5642ef285718ce4d | b95e70994a765057b24e1c835c84e0f83887e50c | refs/heads/master | 2023-02-28T20:06:08.893596 | 2021-02-13T17:39:11 | 2021-02-13T17:39:11 | 331,450,432 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,073 | java | package com.techelevator.farm;
import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
public class OldMacdonald {
public static void main(String[] args) {
// FarmAnimal[] farmAnimals = new FarmAnimal[] { new Cow(), new Chicken(), new Pig(),
// new Sheep() };
Singable[] farmAnimals2 =... | [
"margaret@techelevator.com"
] | margaret@techelevator.com |
80d0326f82fb4c9cc5af6adc4eb0da82f8d10c3d | e9bb00c35f2005a14d25158263049c7ec74c882b | /src/com/gra/entity/Finance.java | edf7aad03179ef9e9a7accf941a21906e5e8f0e3 | [] | no_license | susuie/SusieMusic | cdf0b565087e10420f5ac0b71cbff9af9dc05feb | 825a30ea98d941599790c6eaad76c99246dcef18 | refs/heads/master | 2020-07-21T17:26:41.770961 | 2019-09-07T09:33:32 | 2019-09-07T09:33:32 | 206,931,335 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,887 | java | package com.gra.entity;
import java.text.SimpleDateFormat;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
/**
*
* @author johnn
... | [
"susie8711@163.com"
] | susie8711@163.com |
0fd6257604d3daa1ff3d81ab5161ce9c3ccecd9b | a5a6f745f45860bc45c7a3c816ba421cb209015d | /src/main/java/org/example/domain/appraiser/events/Updated_phone_number.java | c610ffc0d2c2eddc69697b7fc065f442d4658dae | [] | no_license | santiagoalar/appraisalReport | e71151a3c3ac5a98a57510d1250d23a747b72621 | 1bf3f116c7d93a8f525c0cd3046add362378c19c | refs/heads/main | 2023-06-08T17:00:46.576613 | 2021-06-15T15:10:19 | 2021-06-15T15:10:19 | 376,723,454 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 491 | java | package org.example.domain.appraiser.events;
import co.com.sofka.domain.generic.DomainEvent;
import org.example.generic_values.Phone_number;
public class Updated_phone_number extends DomainEvent {
private final Phone_number phone_number;
public Updated_phone_number(Phone_number phone_number) {
super(... | [
"santiago-alar@hotmail.com"
] | santiago-alar@hotmail.com |
331dae28af94d3665de2ce227dd2183f7381cd40 | ec2202d176dc55c5dfd863a47f073bb1d09098ba | /src/windows/SwitchableWindow.java | 863b8c04dd2ac97a2389f5246273ac97598ed952 | [] | no_license | Marwix/Tower-Defence | 5cfe4538678299615ec41e94be7a114e53be0636 | 114fb51d6cfd63a59fd340aa529e22e647312b6a | refs/heads/master | 2022-04-10T12:11:27.282413 | 2020-03-18T18:09:33 | 2020-03-18T18:09:33 | 236,981,842 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 426 | java | package windows;
import java.awt.Container;
public interface SwitchableWindow {
/**
* Every switchable window needs to be able to return the content to be shown
*
* @return Container that can be displayed
*/
public Container getContent();
/**
* Window switch function
*
* @param newc... | [
"noreply@github.com"
] | Marwix.noreply@github.com |
6fb32a70a07fd1d58b17f30812556aa47357ff49 | 486f231682e2e9a5a0b1af8301ee2807bd818239 | /demoproject/src/com/controller/SalarySlips.java | a2562187da6221806ee58fed51097c0e76e51a76 | [] | no_license | xiyiji/my-eij | 3ab60c48c678c0687b84776e7754ff0a6fdf1772 | aba578a6e27a1ead434e32263ea1b02ac617d4b3 | refs/heads/master | 2023-06-28T19:25:01.393525 | 2021-08-01T02:33:32 | 2021-08-01T02:33:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,694 | java | /*Example of how to use the different page for different user.*/
package com.controller;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
i... | [
"hemendra.singh.c@outlook.com"
] | hemendra.singh.c@outlook.com |
c1bde67a83159a25ae10d7c2f22a93adb8d20bd6 | e3294cacfc2399d75174f7da2f8b3739fcd1cd63 | /springrest/src/main/java/com/springrest/springrest/dao/CoursePlatformsDao.java | 8ece305b4fbd5072969c90b857b25729e8b64890 | [] | no_license | Teja7799/SpringRepo | 0d54bc1ba26919ac43311a2a215fc95744d5b16b | 396115be0f613b2a9152063c5efed06fb15e3aad | refs/heads/master | 2023-06-24T06:10:50.585769 | 2021-07-19T12:15:39 | 2021-07-19T12:15:39 | 387,443,387 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 309 | java | package com.springrest.springrest.dao;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.springrest.springrest.entities.CoursePlatforms;
@Repository
public interface CoursePlatformsDao extends JpaRepository<CoursePlatforms,Long> {
}
| [
"ubuntu@ubuntu-Latitude-3400"
] | ubuntu@ubuntu-Latitude-3400 |
d25e7923691b4648731dfa0eadd53d6ce020c193 | 66c90b16cdcb03ccf667eb66d9849afef3eb3525 | /src/main/java/me/peter/irio/physics/collision/Collision.java | 3dfa1bc3db568493bd10cb5e21677d26bf5eeb5f | [] | no_license | Pet0203/Irio | 0540b566c363cadffa41af91494dee97b2048a24 | 6c7d38d632f8ea7d855412b751808e7a6f08e9de | refs/heads/master | 2022-09-02T16:50:43.244549 | 2020-04-21T13:17:09 | 2020-04-21T13:17:09 | 239,766,889 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 305 | java | package me.peter.irio.physics.collision;
import org.joml.Vector2f;
public class Collision {
public Vector2f distance;
public boolean isIntersecting;
public Collision(Vector2f distance, boolean intersects) {
this.distance = distance;
this.isIntersecting = intersects;
}
}
| [
"Pet0203@users.noreply.github.com"
] | Pet0203@users.noreply.github.com |
53e676d22c3cd7f73083f235d051595e2f90d317 | 8a98cc407615778511f7564a5bb2a97ccfdaeedf | /src/main/java/com/brainacad/andreyaa/labs/lab7/polymorphism/Simple.java | 21ba1fe3aae3f101228613f9cdad8770548d2e29 | [] | no_license | AndreyAleshin/JavaProjects | d893d1476e11260c6329f508dafe14f6e22fe154 | 9115dea56fdacff05b8cbc3d598106bb2dddd2d4 | refs/heads/master | 2021-06-30T02:51:30.087696 | 2020-12-31T12:17:04 | 2020-12-31T12:17:04 | 194,950,927 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 173 | java | package com.brainacad.andreyaa.labs.lab7.polymorphism;
public class Simple {
public String data = "Simple";
public String getData() {
return data;
}
}
| [
"andrey12.aa@gmail.com"
] | andrey12.aa@gmail.com |
98fbdc568d4ccacdfaa807a2e8a1d052f66b4f3e | 052d648a7b0f6c249804bc026db19075d7975aed | /Entitybean/src/com/dtv/oss/domain/CAProductPK.java | 9dd1a1c643cf9b67d8d2a47d7b7b54ecfe94a98d | [] | no_license | worldup/boss | 84fa357934a7a374d3d0617607391d0446e3b37d | 667dc568c35c3f38b506d21375e298819e58bc33 | refs/heads/master | 2021-01-13T01:36:56.187120 | 2015-02-10T14:01:37 | 2015-02-10T14:01:37 | 30,594,799 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 643 | java | package com.dtv.oss.domain;
import java.io.Serializable;
public class CAProductPK implements Serializable {
public int productId;
public int conditionId;
public CAProductPK() {
}
public CAProductPK(int productId, int conditionId) {
this.productId = productId;
this.conditionId = conditionId;
}
public b... | [
"worldup@163.com"
] | worldup@163.com |
563d30dbaea68335ed805f2ec54773bc3c08f5b9 | 70b88b0f81b7f31b935169db2d669aebc4a8a7d8 | /pacPersistencia/src/main/java/br/ufg/inf/fabrica/pac/persistencia/pesquisa/operacoes/texto/NaoContem.java | 9fc953cc5d6b3c2464e7f1352f3727851dcfdf73 | [] | no_license | glilco/pac022015 | 1f50934f32b9fd3a80df7bd3af97709c59d9946e | 311e1a93e08d7fe1ea4765576e2f4431e852a115 | refs/heads/master | 2021-01-17T23:21:16.907243 | 2016-10-11T13:13:20 | 2016-10-11T13:13:20 | 55,626,349 | 0 | 0 | null | 2016-10-11T13:13:20 | 2016-04-06T17:24:40 | Java | UTF-8 | Java | false | false | 600 | java | package br.ufg.inf.fabrica.pac.persistencia.pesquisa.operacoes.texto;
import br.ufg.inf.fabrica.pac.persistencia.pesquisa.operacoes.OperacaoFiltroTexto;
/**
*
* @author Danillo
*/
public class NaoContem extends OperacaoFiltroTexto {
private static final String OPERADOR = "not like ";
public N... | [
"danillo@danilloguimaraes.com.br"
] | danillo@danilloguimaraes.com.br |
ea23a99ae1ed32b149a4f8244997617fcb33e91a | 137154d2d454cdae7f59e64681b7fcd47ec5a78b | /src/main/java/com/erp/service/IWaresWholepriceGroupService.java | 37d729f06c23ec00d1c1a891057120cd49c88d3d | [] | no_license | xiaodnn/erp | 19371bd69c0a06fb815f022b6b11dc189321811f | 9ef0eb7f015f2279fd0e129ceb7a8ef08dc88db6 | refs/heads/master | 2020-03-07T23:05:43.394184 | 2018-04-03T14:49:04 | 2018-04-03T14:49:04 | 127,772,053 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 746 | java | package com.erp.service;
import java.util.List;
import com.erp.orm.entity.WaresWholepriceGroup;
import com.erp.orm.entity.WaresWholepriceGroupKey;
public interface IWaresWholepriceGroupService {
int delById(WaresWholepriceGroupKey key);
int save(WaresWholepriceGroup waresWholepriceGroup);
... | [
"Administrator@scy.lan"
] | Administrator@scy.lan |
d0f1b00fd6dd9652ccd89bce19355c05d950fc07 | 4ae577ee583dddc9199074f311e886daf58cefc2 | /13_FilesAndNetwork/homework_11.3/src/main/java/Main.java | abec6467314c4bf358116cd3f84ccb3cc95b8ac9 | [] | no_license | Yuri018/education_java | bd8c3e35888a26f8931cdbe498183a2162e60dd0 | 843e5afa93c8583a6e9962e34d3010e688640cce | refs/heads/master | 2023-01-30T17:31:07.336541 | 2023-01-23T15:47:45 | 2023-01-23T15:47:45 | 250,708,887 | 0 | 0 | null | 2022-12-27T13:16:17 | 2020-03-28T03:48:51 | Java | UTF-8 | Java | false | false | 443 | java | public class Main {
public static final String PATH_TO_FILE = "files/movementList.csv";
public static void main(String[] args) {
Movements movements = new Movements(PATH_TO_FILE);
System.out.println("Сумма расходов: " + movements.getExpenseSum() + " руб.");
System.out.println("Сумма д... | [
"plktmn@gmail.com"
] | plktmn@gmail.com |
93d0f1a1c42290423bb06afd806af1bda8fae673 | 519828c35b327929c648f5ebbec1e91f22057ca5 | /src/ninja/farhood/exercises/jav810/GeometricObject.java | f61e86108e0b50566936754c82a85882ce56c472 | [] | no_license | farrhood/first-java-project | 6060192993ea9cf5e1fe45d167537fa4b18b5a62 | dda65111e520da64957ab3088097e783f95fa3e6 | refs/heads/master | 2021-01-25T09:31:34.752245 | 2017-06-20T14:09:51 | 2017-06-20T14:09:51 | 93,842,824 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 145 | java | package ninja.farhood.exercises.jav810;
public interface GeometricObject {
public double getPerimeter();
public double getArea();
}
| [
"farhood.fazeli@gmail.com"
] | farhood.fazeli@gmail.com |
8c0a6e5934a30e00c8a87dfb24a7e2102361b2f5 | 51cda11c50043f3b28363551970550e928ba83a4 | /src/main/java/hu/unideb/gol/hex/shared/CustomLog.java | 89864a5cf60ff4b30a2eda88bed8fe9a0beee90a | [] | no_license | HardBlaster/GoL_Web_BE | 8c6c041735b8163be93fd71faf7f89d6cd0a35ee | 312bf41c23fbbd279562d102473cc6bd37c7f22a | refs/heads/master | 2022-06-15T07:44:26.133441 | 2020-03-23T19:09:17 | 2020-03-23T19:09:17 | 244,708,880 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,337 | java | package hu.unideb.gol.hex.shared;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter;
import java.util.Arrays;
public class CustomLog {
private String url;
private String fileName;... | [
"hidieric@gmail.com"
] | hidieric@gmail.com |
849e4caa875dfdd6dad6dab0b732f1985ac95dc1 | c43f9ff44e0e6f543ae4ed4bf9c4f8eb96444258 | /src/com/tutorialspoint/MainApp.java | 4496b84268dbb548f4bc78e175e42ec958c3d655 | [] | no_license | Clappe/Spring_IOC_Contain | 624452dc98d4c356c5378706aa4b41e747dc5d6a | 63b79ea4a6dbcf239200d9ce64cd19b06f424db5 | refs/heads/master | 2020-06-06T07:35:51.998946 | 2019-06-19T09:27:55 | 2019-06-19T09:27:55 | 192,679,570 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 419 | java | package com.tutorialspoint;
import org.springframework.beans.factory.xml.XmlBeanFactory;
import org.springframework.core.io.ClassPathResource;
public class MainApp {
public static void main(String[] args) {
XmlBeanFactory xmlBeanFactory = new XmlBeanFactory(new ClassPathResource("Beans.xml"));
Hel... | [
"634898382@qq.com"
] | 634898382@qq.com |
1be70aee4bfdf3cfde29bb31227436dd261a04e3 | c885ef92397be9d54b87741f01557f61d3f794f3 | /tests-without-trycatch/Chart-6/org.jfree.chart.util.ShapeList/BBC-F0-opt-60/25/org/jfree/chart/util/ShapeList_ESTest.java | 01f996533f2f7fd8edbd76b5952d8a1551a9cce9 | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 3,288 | java | /*
* This file was automatically generated by EvoSuite
* Fri Oct 22 20:49:55 GMT 2021
*/
package org.jfree.chart.util;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import java.awt.Polygon;
import java.awt.Rectangle;
import java.awt.Shape;
import java.... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
f36b5f7129e50aa0ec5e7e675e488781a4d6da07 | 5fe52d78577e546cc97ed2cce5942bc222868cda | /Hello.java | 2f8344d86ee5dd3f13e7794eea0e5689e83032c0 | [] | no_license | 170198/Hello | 14449664117f26cff4ce9c669194c3f009f720e8 | 53c3b77cb0c18d5debdcb479bf03997307c5d59b | refs/heads/master | 2021-01-22T12:20:53.394092 | 2017-05-29T08:28:15 | 2017-05-29T08:28:15 | 92,720,773 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,471 | java | import java.util.Scanner;
class Hello {
public static void main(String[] args) {
System.out.println(litresToGallons(6));
}
static double litresToGallons(double litres) {
litres *= 0.268;
return litres;
}
}
private static void correspondence() {
String polynomial = "";
String trignometric;
String lo... | [
"benmowat@me.com"
] | benmowat@me.com |
31f0134793e0ef00d32c4b590c1aecb581571713 | 61e6a33627452038f1e2f24c0cb7b2ae29ce62e2 | /ToolsQA/src/Basic/WebelementCommands.java | 40f85804e43547ffc6fbba8fde8011f9db27fbc5 | [] | no_license | kumarabhilash/selenium | 821cee724eb3290c1c5aedac2651d134e42243bc | d45a6f8da5627bf5aeeef17ea0573cea6154eb99 | refs/heads/master | 2021-01-12T10:32:32.132580 | 2017-02-12T08:38:14 | 2017-02-12T08:38:14 | 81,711,589 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,263 | java | package Basic;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.Dimension;
import org.openqa.selenium.Point;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
//import org.openqa.selen... | [
"kumarabhilash460@gmail.com"
] | kumarabhilash460@gmail.com |
e29caa2b171d2b907e9cf9ca2bdfa1db8f284b85 | fc653dfa4fececb9f6d15f639d99862bab62e47d | /frontend-xtext/dk.sdu.mmmi.tjep/src-gen/dk/sdu/mmmi/tjep/tJ/DynamicValue.java | 10e0df95a6c42108cf8c0eaab07649efaca0f2ad | [] | no_license | ulrikpaghschultz/tjep | 2476164f3851f94ac70dc1fac17c7040ec4bb056 | 9ce06149bd675d936095178d6986b901e9dcf4cc | refs/heads/master | 2021-01-13T02:23:13.984506 | 2013-07-10T19:16:12 | 2013-07-10T19:16:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,097 | java | /**
*/
package dk.sdu.mmmi.tjep.tJ;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Dynamic Value</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link dk.sdu.mmmi.tjep.tJ.DynamicValue#getType <em>Type</em>}</li>
* <li>{@link ... | [
"ups@mmmi.sdu.dk"
] | ups@mmmi.sdu.dk |
23bdd742cd047b8f4615ab4be14ef753412624e6 | ecdde67d5cd664b16de05c4f7ca8e175337edf9c | /A.java | 039192b86366cfc6dfefe894548fcab568906b3f | [] | no_license | anjalirana19/anjali | e2dc726c0b6193e855b1ef7b3fb913b505c59aa2 | ee4ff790511b308ff2bc7c177ec2affdbe4e112c | refs/heads/master | 2020-07-07T23:18:54.104377 | 2019-08-20T05:33:59 | 2019-08-20T05:33:59 | 203,502,957 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 108 | java | class A
{
public static void main(String agrs[])
{
System.out.println("hello");
}
}
| [
"ranaanjali072@gmail.com"
] | ranaanjali072@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.