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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
46a5a73547d03adff1d1e54b9b16672706b536f2 | 790c6d2905a16e1ea6b05a9003653ed2f814e7de | /Level UP and IP/Array/Arrays 3/WiggleSort.java | 48e8a0b654fcebbc84cd6c59bf9a21a936cc306b | [] | no_license | VishalDutt1998/DSA-1 | 85f37a3142551b3477af60e4300b2e22996464fa | c4ad9ce914272046dab226cda970bd90c83d3d89 | refs/heads/master | 2023-08-28T20:24:45.041711 | 2021-10-18T16:09:36 | 2021-10-18T16:09:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 500 | java | // https://www.lintcode.com/problem/wiggle-sort/description
// Lintcode 508
// import java.io.*;
import java.util.*;
public class WiggleSort {
public static void main(String[] args) {
Scanner scn = new Scanner(System.in);
int n = scn.nextInt();
int[] arr = new int[n];
for(int i=0;i... | [
"vishaldutt157@gmail.com"
] | vishaldutt157@gmail.com |
789724467fb596e17a5da77b9c57eddd2274bab8 | 47940db5776d347dc09a5e69c5bc19a25a81ab6a | /app/src/main/java/com/example/hearthstoneapi/retrofit/model/BasicItem.java | 8e2be5658e85a30616fa13d9476d20191d135f17 | [] | no_license | KaasiSerrano/HearthstoneAPI | 3819d0a7859e2c407d6d9279945300c73c118571 | 15fc959d16c672da43133ca8bd4ae65b184f6916 | refs/heads/master | 2020-05-03T06:11:28.894343 | 2019-04-09T23:19:57 | 2019-04-09T23:19:57 | 178,467,013 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,312 | java | package com.example.hearthstoneapi.retrofit.model;
import com.google.gson.annotations.SerializedName;
import java.util.List;
public class BasicItem {
@SerializedName("img")
private String img;
@SerializedName("cost")
private int cost;
@SerializedName("collectible")
private boolean collectib... | [
"kaasi.serrano@gmail.com"
] | kaasi.serrano@gmail.com |
6f62f8f2926d2283315ccd7f4cd7e83e359468cc | 52fb476ba4bc9e5665a77c793a8946c02c9dc5f7 | /service-admin/src/main/java/cn/tjmj/serviceadmin/util/CookieUtil.java | f9ccefefad3e1dcca13e2e5739145c84f3e7867a | [] | no_license | wl123954822/shopping-admin | fe7ff83643d924bf568187d468180231dc2835ed | 56609c41b0e0b730e4091ae297f7fcc103efc490 | refs/heads/master | 2020-04-06T19:13:38.798600 | 2018-11-15T15:11:59 | 2018-11-15T15:11:59 | 157,730,536 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,478 | java | package cn.tjmj.serviceadmin.util;
import javax.servlet.http.Cookie;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.util.HashMap;
import java.util.Map;
/**
* ${DESCRIPTION}
*
* @author wanglei
* @create 2017-12-21 9:50
*/
public class CookieUtil {
/... | [
"819877130@qq.com"
] | 819877130@qq.com |
ed7b96a6523b598879d532b83a9d4556ca54bda0 | 96d60b969c526fef7cf2f47d6d968be98122a902 | /week03/netty-gateway/src/main/java/com/loodeer/gateway/inbound/HttpInboundServer.java | 2558962dde92a318e7ed4eb7516cb04e5b39b9b0 | [] | no_license | loodeer/java-training-camp-homework | d9bfb37a5c04e3384c68245515e7981dab9851b7 | d0b73649be76e2a430532b9d1e8e5d9085db806b | refs/heads/main | 2023-07-18T08:33:40.104420 | 2021-08-22T08:50:27 | 2021-08-22T08:50:27 | 379,324,544 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,185 | java | package com.loodeer.gateway.inbound;
import io.netty.bootstrap.ServerBootstrap;
import io.netty.buffer.PooledByteBufAllocator;
import io.netty.channel.Channel;
import io.netty.channel.ChannelOption;
import io.netty.channel.epoll.EpollChannelOption;
import io.netty.channel.nio.NioEventLoopGroup;
import io.netty.channel... | [
"751564347@qq.com"
] | 751564347@qq.com |
61c0c6a5a912e6bc8c62c20f68d712bbc9e31420 | 7b9f417fc79bf4a0fb9394da6a336ff3271a706b | /app/src/main/java/br/com/brsantiago/refund/util/Connectivity.java | 8d6f62160cab327a8ab124f506fc61787c3c26a4 | [] | no_license | brsanthiago/Caiubi | ddc3e9ce23b8878f8adb2725120c98b4e4c44447 | 239bf66dd7c351159f4cbf672f5b1222f2462a8a | refs/heads/master | 2021-06-09T20:13:00.767589 | 2017-01-27T01:59:42 | 2017-01-27T01:59:42 | 79,966,711 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,627 | java | package br.com.brsantiago.refund.util;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.telephony.TelephonyManager;
/**
* Check device's network connectivity and speed
* @author emil http://stackoverflow.com/users/220710/emil
*
*/
public class... | [
"bruno.oliveira@gsw.com.br"
] | bruno.oliveira@gsw.com.br |
6efc2b2db79e1eeb69ec261dae70f0cbb7048ba4 | 175f96b2938673c161aa32f8002dd6f25cfdcb6c | /src/puzzle/Board.java | 036f4f47509b885ed7ac2681f53d423745804fa9 | [] | no_license | smiya10/Puzzle | b65e2aa2d829e7e3ed21dde47198a841b7486d22 | d73c35048796205337b4e20e20cf067a9c37d9db | refs/heads/master | 2021-01-10T03:34:01.901321 | 2015-10-07T03:31:17 | 2015-10-07T03:31:17 | 43,725,912 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,633 | 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 puzzle;
/**
*
* @author Syd
*/
public class Board {
final int MAX_ROW = 5; //this and following set bounds ... | [
"sydsaki@gmail.com"
] | sydsaki@gmail.com |
fe5d0828d9fd83d5ceac8de7ebc97da554585c02 | 4115ba77c54030efec062057edf5ae6f981d1a52 | /src/main/java/cn/edu/njust/dev/ses/main/filter/SessionLoginFilter.java | 9d699b5c6981a6a48276a6d58bf915a0e773be94 | [] | no_license | mike0228/SPM | d5e3c463776030c699c720f7926f1e48c832e9d8 | df9f514cf32eefe96b355917868072a94cd5fc47 | refs/heads/master | 2022-07-16T18:49:34.544443 | 2019-12-25T00:19:53 | 2019-12-25T00:19:53 | 226,887,462 | 4 | 2 | null | 2022-06-29T17:50:10 | 2019-12-09T14:12:40 | Java | UTF-8 | Java | false | false | 1,164 | java | package cn.edu.njust.dev.ses.main.filter;
import cn.edu.njust.dev.ses.main.service.AccountManagementService;
import org.springframework.web.filter.OncePerRequestFilter;
import javax.servlet.FilterChain;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.Http... | [
"hzy980512@126.com"
] | hzy980512@126.com |
7d61edbef9d3ba91f355ba013b280e08623fc146 | 03267b742fbe0e91f7b347dd8b1130a2d99fb536 | /mcs.base/src/main/java/com/masscustsoft/model/DateRange.java | e0210f64dcd063c5874a205f65579ff48322ddd0 | [] | no_license | masscustsoft/mcs-engine-java | c5edca3bd3d081f01323ebb63b230e857b367fb1 | 3b66d94fbd6de6efee1f0775a3339fa608fe2eef | refs/heads/master | 2021-06-15T18:02:53.988138 | 2017-04-10T01:24:11 | 2017-04-10T01:24:11 | 82,700,571 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,583 | java | package com.masscustsoft.model;
import java.sql.Date;
import java.util.Calendar;
import com.masscustsoft.api.AutoInc;
import com.masscustsoft.api.FullText;
import com.masscustsoft.api.IndexKey;
import com.masscustsoft.api.NumIndex;
import com.masscustsoft.api.PrimaryKey;
import com.masscustsoft.api.SQLTable... | [
"jasongcs@gmail.com"
] | jasongcs@gmail.com |
08dacef62004858730f0a0ffe6656ffdc547d1e7 | e53cbd74390d5ba411aa11bfc0507d7c8991b344 | /src/com/everything/twitter/events/ResultsReceivedEvent.java | 404010ad948adf0da83da13374951e1af8def006 | [] | no_license | eladgel/TwitterNew | 8ec08622f68019a74daf7489a263c3f7c53e3d1b | a6cd873bad1a96fd31fcda4ec75097a272ee2dd0 | refs/heads/master | 2020-05-20T04:10:38.135720 | 2013-07-12T17:27:13 | 2013-07-12T17:27:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 363 | java | package com.everything.twitter.events;
import twitter4j.QueryResult;
//import com.base.fufinder.enums.itemearchType;
public class ResultsReceivedEvent{
QueryResult mItem;
public ResultsReceivedEvent(QueryResult item) {
setItem(item);
}
public QueryResult getItem() {
return mItem;
}
public void setItem(... | [
"eladgel22@gmail.com"
] | eladgel22@gmail.com |
9a2969ba4e333bc8a26dde3ab55ae3fa5b1f16e9 | 42277e19adfb620aadc391868050af44bf8b060f | /app/src/main/java/com/ljcs/cxwl/ui/activity/other/component/FamilyRegisterComponent.java | 6705a5b8a60c49a2d8f27720116f6e5d1b523c09 | [] | no_license | 18670819116/goufang | 4da367cfba931ed2942e075e74707577bb3e1422 | 080b0776b6846924a47b3cfe39be5c4dd564f6ec | refs/heads/master | 2020-03-24T18:05:33.172926 | 2018-07-30T11:13:59 | 2018-07-30T11:13:59 | 142,882,425 | 1 | 1 | null | 2018-07-30T13:53:34 | 2018-07-30T13:53:34 | null | UTF-8 | Java | false | false | 676 | java | package com.ljcs.cxwl.ui.activity.other.component;
import com.ljcs.cxwl.application.AppComponent;
import com.ljcs.cxwl.ui.activity.base.ActivityScope;
import com.ljcs.cxwl.ui.activity.other.FamilyRegisterActivity;
import com.ljcs.cxwl.ui.activity.other.module.FamilyRegisterModule;
import dagger.Component;
/**
* @au... | [
"3401794305@qq.com"
] | 3401794305@qq.com |
7ad483f1af946d375c47091d0211f12efb64ec4c | 8d9514fe4c6d2503243fcf8c915332fc4ea615e6 | /spring5/sp5-chap07/src/main/java/spring5/domain/ExeTimeAspect.java | ecb7f512c977bdfaca658045633384544fda93a8 | [] | no_license | fucct/spring5 | 3e8b40cecee86f9f01106f96cd6395e37c495bab | f4b993276ad418f95d9d8aa202eabdbbef1fe416 | refs/heads/master | 2022-05-28T21:14:51.217959 | 2020-04-26T09:39:17 | 2020-04-26T09:39:17 | 256,487,590 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,030 | java | package spring5.domain;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.Signature;
import org.aspectj.lang.annotation.Around;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Pointcut;
import org.springframework.core.annotation.Order;
import java.util.Arrays;
@Aspect... | [
"dqrd123@gmail.com"
] | dqrd123@gmail.com |
6bf6c6a7a752b7e0f919d61d7923385fde802dc8 | 09adaad00fd9f4a3ad4ad07dc9c0971732ee466d | /src/test/java/seleniumTests/PKBQuartz.java | 5f0e9d7e8de9d3addd4c67f12ad97d9d9b5486dd | [] | no_license | navekumarreddy94/CucumberFramework | 41eef01f9599c1725ee2b169792373dbf2f244ab | 0d33f5d1ce5e851d6f0a6bb21df2fb30b0c64005 | refs/heads/master | 2023-01-24T07:28:15.801061 | 2023-01-10T17:01:34 | 2023-01-10T17:01:34 | 230,424,445 | 1 | 0 | null | 2021-04-26T19:49:41 | 2019-12-27T10:32:09 | Java | UTF-8 | Java | false | false | 3,494 | java | package seleniumTests;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.util.Scanner;
public class PKBQuartz {
static StringBuilder sbword = new Stri... | [
"Narayana.Barnana@jda.com"
] | Narayana.Barnana@jda.com |
eff33b6e6ade47eec0548537e095f4c3a9b7b785 | 16a8589357484cac2a8a025a197ef6ceb8e0c773 | /GuardKiKi/src/main/java/com/pg/pgguardkiki/tools/view/BaseImageView.java | 8d2a2ec19c7583b6fdb007dbeb629f89360feb48 | [] | no_license | zhangzijian86/PGGuardKiKi | 2d6cdf56a0d4e69d530341e9ab221f5d4db2df31 | ce45fab76751ea65b4c2eb7ff87e7a5cd1bf8e87 | refs/heads/master | 2020-04-10T21:57:23.151069 | 2016-11-14T07:23:00 | 2016-11-14T07:23:00 | 62,059,772 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,290 | java | package com.pg.pgguardkiki.tools.view;
import android.annotation.SuppressLint;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.PorterDuff;
import android.graphics.PorterDuffXfermode;
import android.graphic... | [
"zhangzijian86@163.com"
] | zhangzijian86@163.com |
a4df527a0c69800078cedd06a55fda08f252eac2 | 6c4b3ce3e12c5a8ceda91006dfaceddbcd5908aa | /com/afrisoftech/hr/ContractMgmtntfr.java | 02a0f4b71ac7497d293c8d8949f579df0baafcab | [] | no_license | josefloso/FunsoftHMIS | a34bcc6f88c15e85069804814ecef1f9738d7576 | 0ba481260737382e57ac2c674acd03e00e9dde90 | refs/heads/master | 2021-01-15T22:20:32.504511 | 2015-12-01T07:02:42 | 2015-12-01T07:02:42 | 50,920,224 | 1 | 0 | null | 2016-02-02T12:49:53 | 2016-02-02T12:49:53 | null | UTF-8 | Java | false | false | 29,461 | java | /*
* PolicyAdministrationIntfr.java
*
* Created on January 27, 2005, 4:07 PM
*/
package com.afrisoftech.hr;
/**
*
* @author Administrator
*/
public class ContractMgmtntfr extends javax.swing.JInternalFrame {
java.sql.Connection connectDB = null;
javax.swing.table.TableModel tableModel = null;
... | [
"Charles@Funsoft"
] | Charles@Funsoft |
7192770ede2c6d983aa99653957b4fd3a5338bd0 | 6cfae3d1a77e8750ad1d8e0fe6727ddf05eb35de | /Prac Test 01/Xy080.java | b85c920c623a3f186848c6386c5c17373f2c8bba | [] | no_license | silverbowen/ITSE-2321-OOP-Java | b01a7daa721433f1e7f372f6a199a3f7c0790127 | c804eab6957bed1a4c6bfed8c103a06709ec9757 | refs/heads/master | 2021-01-10T03:51:34.831859 | 2015-07-09T16:39:43 | 2015-07-09T16:39:43 | 36,509,999 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 846 | java | public class Xy080{
public static void main(
String args[]){
new Worker().doOverLoad();
}//end main()
}//end class definition
class Worker{
public void doOverLoad(){
int x = 3; // even though x is an int, Java will
double y = 4.2; // implicitly recast it to a float or do... | [
"silver.quickness@gmail.com"
] | silver.quickness@gmail.com |
09fba0914d640a6008ebb5fafd06188d9d4b505b | b91abb4c8e8a564297a5d672d0a35651e5049825 | /src/main/java/com/hdbandit/architecture_test/repositories/TaskRepository.java | cdd0195413583059946bbd665cb8b1afdd08ef54 | [] | no_license | HDBandit/architecture-test | 7b021565b82b822e7f84e48e9c9aa93bf34fa2d7 | 11f8fbd7bbde2ab5f3a2c16b11d07c419094c421 | refs/heads/master | 2021-01-10T17:43:58.986939 | 2015-12-27T14:32:00 | 2015-12-27T14:32:00 | 48,647,276 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 235 | java | package com.hdbandit.architecture_test.repositories;
import com.hdbandit.architecture_test.model.Task;
import org.springframework.data.repository.CrudRepository;
public interface TaskRepository extends CrudRepository<Task, Long> {
}
| [
"gerard.vico@gmail.com"
] | gerard.vico@gmail.com |
de9cac6987dd57a3c7025ee21ddcb6e1ae09675e | 6f4ab7364be09f0ad38764e802c96499381fa0a2 | /Compilers-5/controlFlowClasses/previousInstructionNodes.java | 9823d3f47b186bb8e9292644c51173f70a13de39 | [] | no_license | JoHNNyB92/Compilers | 16292a76b129cc2df7dcf6f18a7457f9bb0da95e | eb9aa57c297a833f2f921c2027eae7972372b6ef | refs/heads/master | 2020-07-03T11:49:36.101541 | 2019-09-25T12:03:10 | 2019-09-25T12:03:10 | 201,896,247 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 125 | java | package controlFlowClasses;
public class previousInstructionNodes {
instructionNode previous;
int noOfPreviousNodes;
}
| [
"j.avgeros1992@hotmail.gr"
] | j.avgeros1992@hotmail.gr |
de92b1b4e22ae7e7dc70ac577865c4e3d0ae17df | f274bd5dfa0418e0e9f11f29cfec65c6390a6005 | /src/main/java/banking/model/BankAccount.java | 6505d2f14f574c6c84d5654d8cf39785945d9deb | [] | no_license | MarkSzentmiklosi/netBank | d7ec1e412b3cad99621e71c4c72578845e5e5868 | b52183b55565855082e642f3a52c64005a30a9c7 | refs/heads/master | 2020-03-31T20:57:18.504054 | 2018-10-11T08:35:46 | 2018-10-11T08:35:46 | 152,561,758 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,084 | java | package banking.model;
import org.hibernate.annotations.Cascade;
import javax.persistence.*;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
@Entity
public class BankAccount {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private long accountID;
private BigD... | [
"szentmiklosi.mark@gmail.com"
] | szentmiklosi.mark@gmail.com |
adfef54197adee14f53f05ac1a08cd67574555e7 | db76f9cb53b2673e09efe0cd0ff97873964e810e | /Selenium1/src/com/abc/demo/KeyboardEvent2.java | df9d0ebec87d510363fcf3927edc0d2da160788f | [] | no_license | Satish8046/Selenium-Basic-Programs | 4708a8a7878d0b278a74ce27c030504511468e38 | d5167ace01c2bf08efbfdc23ddbf3b1518939ca1 | refs/heads/master | 2020-04-09T04:24:40.410108 | 2018-12-02T07:11:03 | 2018-12-02T07:11:03 | 160,021,814 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 882 | java | package com.abc.demo;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.interactions.Actions;
public c... | [
"Admin@192.168.100.11"
] | Admin@192.168.100.11 |
873afa4cf022d73885c9d880bf64c5d418130455 | c368bda1271cb5fbb4e3b9fda45ecac7ce14fb27 | /generated/gov/nih/nci/cadsr/domain/DataElementConcept.java | 44e0fc14e2531700a73aacdd2a9da2b9e3ef6dbc | [] | no_license | joshmilind/cacoresystem | 3ca393e65123ec20703d99c00325ef65a320ba32 | 18a7a5a22c77179f0a629a23038a76935cac4c5f | refs/heads/master | 2021-01-19T23:32:55.480149 | 2017-04-21T13:55:32 | 2017-04-21T13:55:32 | 88,277,428 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,678 | java | package gov.nih.nci.cadsr.domain;
import gov.nih.nci.cadsr.domain.*;
import gov.nih.nci.system.applicationservice.*;
import gov.nih.nci.common.util.HQLCriteria;
import java.util.*;
import org.apache.log4j.Logger;
/**
* <!-- LICENSE_TEXT_START -->
* <!-- LICENSE_TEXT_END -->
*/
/**
* A concept that can be re... | [
"masondo@ncias-d1611-v.nci.nih.gov"
] | masondo@ncias-d1611-v.nci.nih.gov |
5f6cfc5f45c33c1494e774986cdcd6b1fc6411ea | 114df2f81d1eea7686b62db2211d9e076b276534 | /src/com/design/dao/impl/CouponsDAOImpl.java | 2ec89f6c3242d9e428f3c00b80c75ca4ae302c76 | [] | no_license | Jayce2018/design | fab4955ee3b7d817a1d010590788ae2df61c4b06 | f1efb914d9af045d9cb22f5df6c77664cc7c6bce | refs/heads/master | 2020-03-15T15:39:55.215194 | 2018-05-05T05:02:53 | 2018-05-05T05:02:53 | 132,217,257 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,178 | java | package com.design.dao.impl;
import java.util.List;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import com.design.dao.CouponsDAO;
import com.design.entity.Coupons;
public class CouponsDAOImpl implements CouponsDAO{
SessionFactory sessionFactory;
public void setS... | [
"38997530+Jayce2018@users.noreply.github.com"
] | 38997530+Jayce2018@users.noreply.github.com |
2456967d204064dc57eeef06424fdaedc21ab49b | ac0f6e99379bcc48301beb18374bac14b568d73c | /Software2G/src/com/software2g/pruebaJSF/EjemploJSFController.java | 5ea71ef5f129473bd9da18b4448e939d871b7a0f | [] | no_license | torvicgomez/software2g | 8ce0e7ee49b786a65ad1c3284f4a28c43abf0200 | f5325c3a9e3fb17c753dc3d6fdd5d0d422c9f757 | refs/heads/master | 2020-12-24T14:46:10.924430 | 2015-08-23T19:16:14 | 2015-08-23T19:16:14 | 41,489,960 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,408 | java | package com.software2g.pruebaJSF;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.ejb.EJB;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.SessionScoped;
import com.software2g.vo.Procedimiento;
import com.software2g.vo.Tipoespecialidad;
@ManagedBean
@SessionScope... | [
"torsha.proyectos@gmail.com"
] | torsha.proyectos@gmail.com |
65725fc5ec83601e2784e8e41473b37320434250 | 3006e24733791782163321fcebe12dcba12a2545 | /ITTALENTS/Lesson_22_Threads_Collection/src/store/DemoMS.java | f302ac47e604f8d7115d6c7677402aff56f54510 | [] | no_license | BorisTodorovGichev/ITTHomework | d2f80e877fe4655a321f81dc1d56d5794b389047 | fdb895c2e874d15d748f24309250bfa5821989eb | refs/heads/master | 2021-05-30T19:16:10.221276 | 2016-03-18T16:12:32 | 2016-03-18T16:12:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,181 | java | package store;
public class DemoMS {
public static void main(String[] args) {
MusicStore temp=new MusicStore("Rock", 5000);
IMusicStore rock = temp;
Thread rockT=new Thread(temp);
Sup sup = new Sup();
Thread supT=new Thread(sup);
rock.setSup(sup);
sup.SetMusicStore(temp);
supT.start();
... | [
"boris.gichev@gmail.com"
] | boris.gichev@gmail.com |
68099020afc0dde092b44b01e4681ee10aab047c | e71d310ef438fc25956955e05257711a0347e6f6 | /XYZReader/src/main/java/com/example/xyzreader/ui/ArticleDetailActivity.java | 5410140d1de2bf214fa15c08a039905a3c3b20f8 | [] | no_license | dicarobinho/XYZ-Reader | e54ffe8a5798e1a1bd174cf49a0e9ba76a6b4785 | 2417c1428fb3499925a0dc292e47d76b102f5aec | refs/heads/master | 2022-06-08T12:11:03.580479 | 2020-04-29T12:52:04 | 2020-04-29T12:52:04 | 259,922,214 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,351 | java | package com.example.xyzreader.ui;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.Fragment;
import androidx.fragment.app.FragmentActivity;
import androidx.lifecycle.ViewModelProvider;
import androidx.viewpager.widget.ViewPage... | [
"alex.farcasanu@yahoo.com"
] | alex.farcasanu@yahoo.com |
7bf3addc054b50ec93a466ed66436c4b66e88ae8 | 7033d33d0ce820499b58da1d1f86f47e311fd0e1 | /org/lwjgl/opengl/ARBMultiDrawIndirect.java | 9bfe2aeb2667124aac6731ad69c3b0ad2caa2050 | [
"MIT"
] | permissive | gabrielvicenteYT/melon-client-src | 1d3f1f65c5a3bf1b6bc3e1cb32a05bf1dd56ee62 | e0bf34546ada3afa32443dab838b8ce12ce6aaf8 | refs/heads/master | 2023-04-04T05:47:35.053136 | 2021-04-19T18:34:36 | 2021-04-19T18:34:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,568 | java | package org.lwjgl.opengl;
import java.nio.*;
public final class ARBMultiDrawIndirect
{
private ARBMultiDrawIndirect() {
}
public static void glMultiDrawArraysIndirect(final int mode, final ByteBuffer indirect, final int primcount, final int stride) {
GL43.glMultiDrawArraysIndirect(mode, indir... | [
"haroldthesenpai@gmail.com"
] | haroldthesenpai@gmail.com |
4f726e694e00d6741f4ce894cb226019ce902a4f | 554f7be76549038e9711c5fdb0d424cf56c4995b | /src/main/com/vasty/greatstudy/designpattern/command/headfirst/lightdemo/LightOnCommand.java | dc020b01a7bf03a44650084d8bfbd5e33a7d7ad8 | [] | no_license | PlumpMath/designpattern-136 | 0ec53f2533c0def686ea28cd5f71ad7820ff94b6 | c8527cde416c227cb46368bb68fb98becfa49e3a | refs/heads/master | 2021-01-20T09:36:37.611363 | 2016-03-03T11:28:17 | 2016-03-03T11:28:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 370 | java | package com.vasty.greatstudy.designpattern.command.headfirst.lightdemo;
/**
* 具体的命令: 电亮点灯
* Created by ZhuangYanHao on 2016/1/15.
*/
public class LightOnCommand implements ICommand {
Light light;
public LightOnCommand(Light light) {
this.light = light;
}
@Override
public void execute(... | [
"zyhao1992@foxmail.com"
] | zyhao1992@foxmail.com |
a91cd2c5e7039c0108a2b0a7f6f23314d81f250c | 5c4f4b6dcbbdc97d71c1853989bf6bf07be21674 | /app/src/main/java/com/thomas/video/widget/SuperVideo.java | e5244ece038741b66928c0be958552b59b183ada | [] | no_license | Jvr0771/SuperVideo | 31a3a2cf6b6e63d55a19d97a592db5cbb6e79273 | 28b1339a8993a5df49632e53b2828910962200f5 | refs/heads/master | 2022-06-17T21:22:34.874599 | 2020-05-18T06:05:22 | 2020-05-18T06:05:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,549 | java | package com.thomas.video.widget;
import android.content.Context;
import android.media.AudioManager;
import android.util.AttributeSet;
import android.view.View;
import android.view.WindowManager;
import com.thomas.video.R;
import com.thomas.video.helper.DialogHelper;
import cn.jzvd.JZDataSource;
import cn.jzvd.JZMedi... | [
"tff123"
] | tff123 |
7d2bc702fc4c0978c4b588a4d197f37b098e1b1e | ef0c1514e9af6de3ba4a20e0d01de7cc3a915188 | /sdk/resourcemanagerhybrid/azure-resourcemanager-containerregistry/src/main/java/com/azure/resourcemanager/containerregistry/ContainerRegistryManager.java | 3f6c4d748d6e5f7c9c3ef91884c53caa210efd33 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference",
"LGPL-2.1-or-later",
"CC0-1.0",
"BSD-3-Clause",
"UPL-1.0",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-generic-cla"
] | permissive | Azure/azure-sdk-for-java | 0902d584b42d3654b4ce65b1dad8409f18ddf4bc | 789bdc6c065dc44ce9b8b630e2f2e5896b2a7616 | refs/heads/main | 2023-09-04T09:36:35.821969 | 2023-09-02T01:53:56 | 2023-09-02T01:53:56 | 2,928,948 | 2,027 | 2,084 | MIT | 2023-09-14T21:37:15 | 2011-12-06T23:33:56 | Java | UTF-8 | Java | false | false | 6,014 | java | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.azure.resourcemanager.containerregistry;
import com.azure.core.credential.TokenCredential;
import com.azure.core.http.HttpPipeline;
import com.azure.resourcemanager.containerregistry.fluent.ContainerRegistryMan... | [
"noreply@github.com"
] | Azure.noreply@github.com |
917d554c35ff9f4c2beb4e1768b5a50767fabd24 | a03b08fee1079a171063da05e5600e8f7c210c4b | /red5/src/org/red5/server/messaging/IPipe.java | 3cc5efcd6ac17b404bd2cf53063d154a5b0ff348 | [
"Apache-2.0"
] | permissive | kaltura/server-bin-linux-64bit | ae35434fba4f754185b22ba79c3e56de35d7c0b1 | 51dd2d7b768b0064c9e53e0d8cfd8d81b26c8884 | refs/heads/master | 2021-01-01T18:43:20.488250 | 2019-07-24T07:51:54 | 2019-07-24T07:51:54 | 10,905,968 | 2 | 2 | null | 2020-11-16T18:11:05 | 2013-06-24T11:10:25 | HTML | UTF-8 | Java | false | false | 1,576 | java | /*
* RED5 Open Source Flash Server - http://code.google.com/p/red5/
*
* Copyright 2006-2012 by respective authors (see below). 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 t... | [
"tantan@6b8eccd3-e8c5-4e7d-8186-e12b5326b719"
] | tantan@6b8eccd3-e8c5-4e7d-8186-e12b5326b719 |
b97fa7b1519bca18d42c4284a9de4de8c76c6b97 | 4f249503d67d79eb613cbe85be501d4f2f024abe | /app/src/main/java/extra4it/fahmy/com/rentei/RegistrationServices.java | f4f6ba8824fc70b107aba0236b9b95c2f5400596 | [] | no_license | AhmedFehmee/Renti | 7dee6e9299b5d1c4cbd68808a798dea8d6a8dba9 | d1db81f464192761767421c1db8c2ac4948e51c6 | refs/heads/master | 2020-03-19T18:13:51.365749 | 2018-06-10T10:45:00 | 2018-06-10T10:45:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,537 | java | package extra4it.fahmy.com.rentei;
import android.app.IntentService;
import android.content.Intent;
import android.content.SharedPreferences;
import android.support.design.widget.Snackbar;
import android.support.v4.content.LocalBroadcastManager;
import android.util.Log;
import com.google.firebase.iid.FirebaseInstanceI... | [
"ahmedfahmy@xtrava.co"
] | ahmedfahmy@xtrava.co |
fce0a800c3446f10d58348c2db4ff6f74c8a8490 | 4f78466511a44d3742169e8ecdc312a6e7a0a126 | /sechub-shared-kernel/src/main/java/com/daimler/sechub/sharedkernel/validation/EmailValidation.java | c79d933d1057f4f2e04dabf7c28bc915ec437045 | [
"MIT"
] | permissive | jonico/sechub | 670999fb2cc035f26e1611f180a8abdeea33f255 | f74f6a7e64f9ef011592733d034845ef7fe7f369 | refs/heads/develop | 2020-09-18T18:23:45.711783 | 2019-11-22T08:32:03 | 2019-11-22T08:57:08 | 224,164,065 | 0 | 0 | MIT | 2019-11-26T10:26:47 | 2019-11-26T10:26:46 | null | UTF-8 | Java | false | false | 117 | java | package com.daimler.sechub.sharedkernel.validation;
public interface EmailValidation extends Validation<String>{
}
| [
"albert.tregnaghi@daimler.com"
] | albert.tregnaghi@daimler.com |
44d5b25cd55de9efbe9f73a398def25fea1973e8 | d1a41e539c7525206048cc2acfcd8b14576909e8 | /app/src/main/java/com/app/incidentreporter/utils/AppUtility.java | 5badf7aa3dd4c7144e7cf89f8c199d240d861038 | [] | no_license | mishaelharry/IncidentReporter | 909d1a74a8a97d0e7f80a3ad08cadcff939ddfd0 | 031d63631825b459739222e1ba74c7aafbc3a771 | refs/heads/master | 2021-04-28T20:30:49.736307 | 2018-02-20T06:17:26 | 2018-02-20T06:19:18 | 121,927,365 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 637 | java | package com.app.incidentreporter.utils;
import android.content.Context;
import android.content.DialogInterface;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import com.app.incidentreporter.R;
/**
* Created by Mishael on 1/31/2018.
*/
public class AppUtility {
public static boolean... | [
"mishael.harry@cyberspace.net.ng"
] | mishael.harry@cyberspace.net.ng |
964cab252e5e70b13fc03a9762b9be1059dfd434 | 409db806d744af6cd1cb762918304a237de64957 | /workspace/Harjutused/src/ptk2/TimedComputation.java | 9689022a18c0c512c700315ffef8b85b0fdb514f | [] | no_license | karinagu/ItkJava | 91390abd865c46ceb89d87bb0c51ec5af59764a5 | 338efdd29f84820e917733a18b08620cf558f3ea | refs/heads/master | 2021-01-10T08:46:26.528831 | 2016-02-04T19:11:39 | 2016-02-04T19:11:39 | 45,061,037 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,545 | java | package ptk2;
public class TimedComputation {public static void main(String[] args) {
long startTime; // Starting time of program, in milliseconds.
long endTime; // Time when computations are done, in milliseconds.
double time; // Time difference, in seconds.
startTime = System.currentTi... | [
"karin.aguraijuja@gmail.com"
] | karin.aguraijuja@gmail.com |
af3882a528f5f50f0b78d384bacac0b5f5d10ffa | d9c333a436fc8d24a791ac9beb3363dffaed3871 | /src/Generics/TestGeneric.java | 5e42b41353e71dda28044a0431cf64f686ab630e | [] | no_license | aisenkim15/java2_2ndClass | d2c37cdc58072c0f910e3072f3caca031b5966f1 | 4b6f6ee9fbb0aa60f0e3c53423c854f2997f578e | refs/heads/master | 2020-06-18T16:37:43.017516 | 2019-07-30T10:35:56 | 2019-07-30T10:35:56 | 196,367,124 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 603 | java | package Generics;
public class TestGeneric {
public static void main(String[] args) {
Box<Integer> intBox = new Box<>();
Box<String> stringBox = new Box<>();
stringBox.set("What ever");
Box rawBox = stringBox;
System.out.println(rawBox.get());
Box newB... | [
"ck253@mail.missouri.edu"
] | ck253@mail.missouri.edu |
6117e9685b45c5f678d64e1c0318ea1838f21189 | cdb046325b8dfd12a28983f34c9d9d0139bbfb0e | /jpl/test/ch05/ex01/AttrTest.java | 7dee0ad20e4316dbae49b605fd2f80465078607f | [] | no_license | kodaisato551/java-learning | 7c854c3090091e77e085c67b66613276e7e13f2a | 2f0d535504a9093424cce60e6a1e1b22ac90cf8b | refs/heads/master | 2021-06-16T18:46:51.516227 | 2021-05-21T02:38:22 | 2021-05-21T02:38:22 | 199,952,190 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 797 | java | package ch05.ex01;
import static org.hamcrest.CoreMatchers.*;
import static org.junit.Assert.*;
import org.junit.Test;
public class AttrTest {
@Test
public void testAttrString() {
Attr target = new Attr("name");
assertThat(target.getName(), is("name"));
}
@Test
public void testAttrStringObje... | [
"kodaisato551@gmail.com"
] | kodaisato551@gmail.com |
fae85dc0cef58fa59b7779743d7bb872a41ccc3f | 2b76b27c893be5a1cfc5eb1c0f70a101219e3467 | /afx6/src/main/java/com/alcatelsbell/nms/db/components/service/ResContext.java | 2b4484b912e7db2b0325be79d20b46b6ba544bcf | [] | no_license | puppyriver/message6 | 8d575d97907c42ecc2c2a397db132a97b36c6c4d | 625e6e22b4130cf0036cfe3ad1c5a0ac82c8b762 | refs/heads/master | 2021-05-03T22:31:18.003057 | 2017-01-24T13:21:26 | 2017-01-24T13:21:26 | 71,609,051 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,129 | java | package com.alcatelsbell.nms.db.components.service;
import com.alcatelsbell.nms.common.SpringContext;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;... | [
"4278246@qq.com"
] | 4278246@qq.com |
593d24498ef52a9043ab84e996804a06b1a1c68e | d5a1e7c5a1a3f227b6f629c9d1549a1c869cb75f | /app/src/main/java/com/hhx7/im/sefu/awesomeloginui/model/MyDaysData.java | dcd3409a865dd7f1db5a41d374b3436c75bf6d8d | [] | no_license | hhx7/IM | fb196073696f757b9281372cdf50424786bbb8fc | a95470a89d797211feb1d342697d4bc108d6cd58 | refs/heads/master | 2020-03-20T19:58:26.048516 | 2019-02-17T06:46:30 | 2019-02-17T06:46:30 | 100,715,757 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 618 | java | package com.hhx7.im.sefu.awesomeloginui.model;
public class MyDaysData {
public static String[] dayArray = {"SUN", "MON", "TUE", "WED", "THU", "FRI", "SAT", "SUN", "MON", "TUE", "WED", "THU", "FRI", "SAT"};
public static String[] dateArray = {"7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18... | [
"1439318533@qq.com"
] | 1439318533@qq.com |
7c5f7a700cfbf2c92f0a1e5a51f9557ea49afb47 | d1a6d1e511df6db8d8dd0912526e3875c7e1797d | /genny_JavaWithoutLambdas/applicationModule/src/test/java/applicationModulepackageJava4/Foo773Test.java | d85c6a7ce726ff12f049b027400c30d8c9b9c948 | [] | no_license | NikitaKozlov/generated-project-for-desugaring | 0bc1443ab3ddc84cd289331c726761585766aea7 | 81506b3711004185070ca4bb9a93482b70011d36 | refs/heads/master | 2020-03-20T00:35:06.996525 | 2018-06-12T09:30:37 | 2018-06-12T09:30:37 | 137,049,317 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 481 | java | package applicationModulepackageJava4;
import org.junit.Test;
public class Foo773Test {
@Test
public void testFoo0() {
new Foo773().foo0();
}
@Test
public void testFoo1() {
new Foo773().foo1();
}
@Test
public void testFoo2() {
new Foo773().foo2();
}
@Test
public void testFoo3() {
... | [
"nikita.e.kozlov@gmail.com"
] | nikita.e.kozlov@gmail.com |
d9c3fccd74140a3a2e96d820dbe91f1723fa4701 | 1ab0472de2a93b978c10de258391614024f149f5 | /data/src/main/java/com/wishes/data/DataApplication.java | e7be7d0d02198853a3dbe9fcb80cc1b5763eda1e | [] | no_license | BestWishes/engine | 8aebb6634e01356c066b80a5181c73f26553ab8e | 1dd3a4d7070aa88b9053e16072c4720b4e9d81de | refs/heads/master | 2019-06-29T06:58:45.815884 | 2018-03-16T10:21:59 | 2018-03-16T10:21:59 | 102,066,392 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 585 | java | package com.wishes.data;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import org.springframework.con... | [
"1965483733@qq.com"
] | 1965483733@qq.com |
966365d4ced41bbb836edf32e318292664bfb8de | 22a8c41442174cf317878be4c9b191d6f86c8ec4 | /src/main/java/controllers/freelancer/Profile.java | 951c639631d52d2a93159776351920c14a212600 | [] | no_license | skuarch/admin | 0e15e1eb7ff223c988c8e5d84c2ed5515ce550fc | a27b5939eba0765825a0b9c359302a8e0cafb69f | refs/heads/master | 2021-01-13T01:30:15.953994 | 2015-08-16T15:14:04 | 2015-08-16T15:14:04 | 35,173,051 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,533 | java | package controllers.freelancer;
import controllers.application.BaseController;
import java.util.Locale;
import javax.servlet.http.HttpSession;
import model.beans.PersonBasicInformation;
import model.util.HandlerExceptionUtil;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired... | [
"skuarch@yahoo.com.mx"
] | skuarch@yahoo.com.mx |
31514e1815dd928b3e52e189e987c6ced968a803 | 759571e73d44d857616f7fcd8b226bf2d7150239 | /VacuumPilot/target/generated-sources/r/com/gamedesign/vacuumpilot/R.java | 334eaa48a8b4277e33a76b9f966a3821e12720b5 | [] | no_license | umarazhar/VacuumPilot | fdf0e00dd07339e22eeddcea77284d2121c9ffc7 | f9499731ebd0f89af5c25faa5081c319a24cfd6b | refs/heads/master | 2020-04-11T10:50:42.661720 | 2015-04-09T04:18:01 | 2015-04-09T04:18:01 | 30,905,721 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,093 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.gamedesign.vacuumpilot;
public final class R {
public static final class attr {
}
public static final class color... | [
"umar.azhar5@gmail.com"
] | umar.azhar5@gmail.com |
47bf1a6bc5e388a812520c25f4c69939898c2402 | 8db0bb2d912b9939856849cd637f79ee26ee5415 | /Idol/src/main/java/pl/idol/knif/Scizors.java | 64a2e6346441b6d5744d91ae70222705c286f983 | [] | no_license | idzik/idol | 27d82f6a25b8a8d30aab175f76bcdae6ed346cc8 | 93730b562f666d71f1496d75345ad39ce4cef529 | refs/heads/master | 2020-12-24T15:31:49.481871 | 2015-07-13T11:47:00 | 2015-07-13T11:47:00 | 38,874,795 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 143 | java | package pl.idol.knif;
public class Scizors implements Knif {
public void flight() {
System.out.println("long and high");
}
}
| [
"Piotrek@Piotrek-Pc"
] | Piotrek@Piotrek-Pc |
4ed5c64354d3612d1da89741115a769a47dba389 | 0b3b3105e724c021ea8bdc6bae4d6c2b059fb478 | /JavaAcademyProjects/ChessTest/src/main/java/meh/Knight.java | 9f1a76b3e5c33d33d74bcc80da3577d94034f984 | [] | no_license | Koolgee0/Project-Work | ff0874bc17294c21c3fe9ca1cfa9886a4be64e71 | 726f1ad9dab9d709b3ed3f19d64aac895407ba4e | refs/heads/master | 2022-07-08T02:34:38.260195 | 2020-03-02T21:32:26 | 2020-03-02T21:32:26 | 242,202,621 | 0 | 0 | null | 2022-06-21T02:54:15 | 2020-02-21T18:15:22 | Java | UTF-8 | Java | false | false | 1,537 | java | package meh;
public class Knight extends ChessPiece {
public Knight(String owner, ChessLocation initialLocation, ChessGame game) {
super(owner, initialLocation, game);
if (owner.equalsIgnoreCase("player1")) {
id = '\u265E';
} else if (owner.equalsIgnoreCase("player2")) {
... | [
"noreply@github.com"
] | Koolgee0.noreply@github.com |
9d4155b49596484eaf73a6ca8d7d82b358f115aa | f246bb285419a6f3468df7df0b3129aab7cb0439 | /src/jdbc/ExcuteDML.java | 4b307cc7c5bbc6d5e36efb001c0931a2b0e4c03f | [] | no_license | Youssef1231/Mydemo | cdf58b7147e80f8407dd7b6971dae1134a03ccdf | d1f731ac32a34bae283c24d8d58e9dc35639a6f4 | refs/heads/master | 2020-03-10T07:35:41.552672 | 2018-05-20T09:44:20 | 2018-05-20T09:44:20 | 129,266,278 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,228 | java | package jdbc;
import java.io.FileInputStream;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.Statement;
import java.util.Properties;
public class ExcuteDML {
private String driver;
private String url;
private String user;
private String pass;
public void initParam(String paramFile) t... | [
"xie.zhongyong@163.com"
] | xie.zhongyong@163.com |
a9bb6682d94b57ba1d9eb3306dac98f0266647df | 4cc1d2f066f6221bc2af8ee5423b93154802b0d5 | /src/com/zhntd/nick/rocklite/OnlineMusicSite.java | fabc9a3b12da5738e62f4d90011bd4fe350ce629 | [
"Apache-2.0"
] | permissive | YuXinZhi/RockLite | 413046ac5c94714faafe1b00f501b502054b41f0 | 868e2221a0873a8c42142d9f207689efcfe0c33c | refs/heads/master | 2020-05-23T11:16:21.544839 | 2016-05-24T08:54:47 | 2016-05-24T08:54:47 | 58,855,227 | 0 | 0 | null | 2016-05-15T10:09:03 | 2016-05-15T10:09:02 | null | UTF-8 | Java | false | false | 1,516 | java | package com.zhntd.nick.rocklite;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.os.Bundle;
import android.view.Window;
import android.webkit.WebView;
import android.webkit.WebViewClient;
@SuppressLint("SetJavaScriptEnabled")
public class OnlineMusicSite extends Activity ... | [
"Ben@Ben-PC"
] | Ben@Ben-PC |
e1f235f52b1e5377c70b886152a92edb121170be | 6be429fc2470e1ec0b212199f6abaa29e6498a73 | /src/main/java/com/charlware/taulang/Test.java | 6bee775ebf6eb3988feb7e1cb8f42c08f18c1ef8 | [] | no_license | charlvj/taulang | 25adbad43826d6d262a867f5f7571e3a8a843763 | 5a8fb50bd42fdce91dc6915f1be5c4a868270be8 | refs/heads/master | 2022-05-02T04:25:49.630210 | 2022-04-15T03:20:27 | 2022-04-15T03:20:27 | 171,209,148 | 1 | 0 | null | 2021-11-10T00:58:25 | 2019-02-18T03:35:18 | Java | UTF-8 | Java | false | false | 2,056 | 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 com.charlware.taulang;
import java.io.File;
import java.nio.file.Path;
import java.util.List;
import com.charlware.taulang.va... | [
"charlvj@gmail.com"
] | charlvj@gmail.com |
804380b1025402b2d7c5ef3784e2ea739df4f932 | 9059c748537230556b05a4ed9a66f14912174a14 | /QuanLyNhanThuong/src/controllers/HomeCotroller.java | 5ff296cad5429df23615e20322ace1db2c37361b | [] | no_license | tdd75/cnpmproject | c58a95f0e3deaaac70572173ec1ed4375af4563c | 3c14ff95e92d13b9943701f0a6b4afd832d72b6d | refs/heads/master | 2023-01-24T06:05:06.452460 | 2020-11-23T03:53:33 | 2020-11-23T03:53:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,552 | java | package controllers;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import javax.swing.JLabel;
import services.MysqlConnection;
/**
*
* @author Minh
*/
public class HomeCotroller {
private JLabel tongSoTien;
private JLabel soTienDaChi;
private JLabel soTienDaN... | [
"quangminhtran22@gmail.com"
] | quangminhtran22@gmail.com |
e9a57799715c96dffce8c540e397f01eace6aef9 | c8768246f79b9264af97a3a7c891d09293994a44 | /src/main/java/io/sisu/nng/internal/NngOptions.java | dc100a1a5812faaf127873607174cae5f6a57494 | [
"MIT"
] | permissive | voutilad/nng-java | 050120b21e2a12a80a31ad180b94a2c0b5e34372 | c47f229f10003edec6be41d2caf1ca0036f9c53e | refs/heads/main | 2023-08-22T11:54:20.526635 | 2021-02-17T23:39:07 | 2021-02-17T23:39:07 | 326,866,596 | 8 | 3 | MIT | 2023-08-03T11:09:31 | 2021-01-05T02:42:31 | Java | UTF-8 | Java | false | false | 2,635 | java | package io.sisu.nng.internal;
public class NngOptions {
// General Pipe/Dialer/Listener Options
public static final String SOCKET_NAME = "socket-name";
public static final String RAW = "raw";
public static final String PROTOCOL = "protocol";
public static final String PROTOCOL_NAME = "protocol-name... | [
"voutilad@gmail.com"
] | voutilad@gmail.com |
cce9be76b3fcbc8e65c616051cb0d2e79cfb6065 | 4bd41c52a8a00627e647b088dc4553cf24ad6b89 | /HANDIN/SEP2_RE_Code/src/controller/admin/assignShiftController.java | bac5ae6807f5ab11a3f11e5a95742305a68017a4 | [] | no_license | Triesik/SEP2_RE | 2f0b063da622e04b9a66e33f45a12a7b29ef0047 | 85b2ac36af88281df19e4ac3efb374b0c48fb74d | refs/heads/master | 2020-07-06T10:33:05.883744 | 2019-08-16T08:47:52 | 2019-08-16T08:47:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 333 | java | package controller.admin;
import client.Client;
import view.admin.assignShift.assignShiftView;
public class assignShiftController {
private assignShiftView view;
private Client client;
public assignShiftController(assignShiftView view, Client client) {
this.client = client;
this.view = vi... | [
"ronaldhej@gmail.com"
] | ronaldhej@gmail.com |
a07abe2fdcb57ed4e1f4008bdec644520e910773 | 7bee1a02d05f0bb03d29bdf9fdcf976dda69d277 | /src/org/netbeans/modules/groovy/editor/completion/JavaElementHandler.java | 118dbb6196895e2d9db0d65d0df66dee00b6298c | [] | no_license | Valery-Sh/Netbeans-Groovy-Editor | f852ec7d2103e1ecde3541e9977941cfd3f7eff3 | 4932e014b7d571cbe0422a706e29a21142052634 | refs/heads/master | 2021-01-19T22:29:32.386719 | 2012-03-07T17:54:43 | 2012-03-07T17:54:43 | 3,651,826 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 15,800 | java | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 2010 Oracle and/or its affiliates. All rights reserved.
*
* Oracle and Java are registered trademarks of Oracle and/or its affiliates.
* Other names may be trademarks of their respective owners.
*
* The contents of this file are subject... | [
"Valery@Valery-PC"
] | Valery@Valery-PC |
d20a06feb7c2913b10204e2eb68820e2105d2058 | 32afa2df409027832cc69e0a1a8085d8fbeb8b7c | /app/src/main/java/com/crazy/firebirdtools/main/beijing/BeijingFragment.java | 96f0d741977436b666cf27a3d0a7803ea21f91ba | [] | no_license | taowei00/FireBird | e33711cf0b43ad782d8575bf102761a90f44e8fc | 53e54af602f8978530f3bdd3e7e5121381e610ba | refs/heads/master | 2022-04-26T00:21:28.285740 | 2020-04-06T01:26:51 | 2020-04-06T01:26:51 | 208,973,795 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 383 | java | package com.crazy.firebirdtools.main.beijing;
import androidx.fragment.app.Fragment;
import com.crazy.firebirdtools.R;
import com.crazy.firebirdtools.base.BaseFragment;
import com.crazy.firebirdtools.base.ViewInject;
@ViewInject(mainLayoutid = R.layout.fragment_beijing)
public class BeijingFragment extends BaseFragm... | [
"1986928786@qq.com"
] | 1986928786@qq.com |
6ba0b917e7930bc997e18a0d341639752f84c94f | 9845a9f28d6b713c4a4631d7ab927e9bf37e7b85 | /src/main/java/com/icthh/xm/ms/balance/config/package-info.java | 6d1f3cc3604279eec4bbb6032c0e4c0073b134a9 | [
"Apache-2.0"
] | permissive | xm-online/xm-ms-balance | a4984136e3027e2846bb8b607ec886931f87fdcf | 7a07d83abda2d66321577f304169cec4bdeb6a3a | refs/heads/master | 2023-08-18T15:29:22.701944 | 2023-08-18T07:39:40 | 2023-08-18T07:39:40 | 105,270,366 | 9 | 1 | Apache-2.0 | 2023-08-18T07:39:41 | 2017-09-29T12:35:47 | Java | UTF-8 | Java | false | false | 89 | java | /**
* Spring Framework configuration files.
*/
package com.icthh.xm.ms.balance.config;
| [
"ishkurko@gmail.com"
] | ishkurko@gmail.com |
62443b2a829d17101682af404544fda77609f644 | b766c0b6753f5443fd84c14e870ec316edc116bb | /java-basic/src/main/java/bitcamp/java100/ch19/ex2/Test1.java | 25ad62e228e759f455f099f59a8e1100bcb6f093 | [] | no_license | angelpjn/bitcamp | 5a83b7493812ae5dd4a61b393743a673085b59b5 | 3c1fb28cda2ab15228bcaed53160aabd936df248 | refs/heads/master | 2021-09-06T20:31:18.846623 | 2018-02-11T05:23:07 | 2018-02-11T05:23:07 | 104,423,428 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 329 | java | package bitcamp.java100.ch19.ex2;
import java.lang.annotation.Annotation;
public class Test1 {
public static void main(String[] args) {
Annotation[] annos = MyClass.class.getAnnotations();
for (Annotation a : annos) {
System.out.println(a.annotationType().getName());
}... | [
"angelpjn@naver.com"
] | angelpjn@naver.com |
18a1796a459e5710cb9dc74a22cc9f964a72127c | a85a9e7cca92b33f438d2f29b7e9d49c9905720c | /app/src/main/java/com/github/theholywaffle/teamspeak3/api/wrapper/Version.java | 179affdba4e16b35f7db8ce0150e36bc5a09b35c | [
"MIT"
] | permissive | Janl1/TSQuery | 78d30e8e5a51a29ae7fefdff321d182f9ed07348 | 9175069f1209785dd5f31764a8f6df0b8b4b4bf0 | refs/heads/master | 2021-09-24T05:49:49.758495 | 2018-10-04T07:37:43 | 2018-10-04T07:37:43 | 111,331,882 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 916 | java | /*******************************************************************************
* Copyright (c) 2014 Bert De Geyter (https://github.com/TheHolyWaffle).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Public License v3.0
* which accompanies this dis... | [
"service@janl1.de"
] | service@janl1.de |
0a7c88cbd43e0a7028e1f72e55a220953fac4da4 | 753d55e2f89cd6e54650167dab586e6dd96181a8 | /src/main/java/net/protoprint/logisticapp/LogisticappApplication.java | 03b0ddea1728cd4fd413226acaeb6a303b9f2fab | [] | no_license | atominkiss/LogisticApp | a13ae1f07f4d1ae7ee739eff130332d3b03352ce | 99c35eb98ff7de9be4f7fc32797441c672e1fd4e | refs/heads/master | 2021-05-23T10:23:06.376863 | 2020-04-05T13:29:59 | 2020-04-05T13:29:59 | 253,241,317 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 329 | java | package net.protoprint.logisticapp;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class LogisticappApplication {
public static void main(String[] args) {
SpringApplication.run(LogisticappApplication.class, args... | [
"atomink@gmail.com"
] | atomink@gmail.com |
2b7f15ff3215ee8b5ac1e3e5f70f781e3524bc71 | fb5452e16d2518b472470c29852a193eae0e13f2 | /gameserver/src/main/java/com/junglee/db/domain/Messages.java | 53339b2486d2cb9fd863af8d28798bc50e0e4866 | [] | no_license | kinshuk4/KodingProbs | 50af302b9eee9f8e358057360c8c16792b615830 | 9d060b3bbae3f8c53ec57f7b025dfe65050321a3 | refs/heads/master | 2022-12-05T00:55:27.018919 | 2018-12-13T17:13:31 | 2019-02-14T17:13:31 | 78,401,566 | 0 | 0 | null | 2022-11-24T05:28:29 | 2017-01-09T06:47:13 | Java | UTF-8 | Java | false | false | 867 | java | package com.junglee.db.domain;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name = "messages")
public class Messages {
@Id
@GeneratedVa... | [
"kinshuk.ram@gmail.com"
] | kinshuk.ram@gmail.com |
e3dc66f91ed0267bc5b63477a6a87aa464d048ec | 5b233337fa9124d023bae7c215f48efa5fe490b4 | /src/main/java/com/reactive/io/entity/dto/ResponseDto.java | 4af60f26676a2b6e4dadb53a897493408240c7c2 | [] | no_license | adora-tech/springboot-reactive-starter-kit | 36b7c726aef4b3f51830c62ce128832ca5308e80 | 42c3117d527fc9f8acf7d84d09602c23fcc50bff | refs/heads/main | 2023-07-31T09:50:59.037130 | 2021-09-20T11:31:19 | 2021-09-20T11:31:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 155 | java | package com.reactive.io.entity.dto;
import lombok.Builder;
import lombok.Getter;
@Getter
@Builder
public class ResponseDto {
private Object data;
}
| [
"bkpandey88@gmail.com"
] | bkpandey88@gmail.com |
012c42e6db11fda3517b97bdf20b97e60c12f4b2 | b4bc343d2354a47d1159d661b54d6539e21d9626 | /mobile/src/main/java/com/virtualrobe/virtualrobe/virtualrobe_app/Styling_board/Cloth_selection_activity.java | 2606ee88ae0caca4dba27448c0f4ba962eb883fb | [] | no_license | aneri885/Virtualrobe | 12d833c42e6a6cf2a1e5b4661ef661b1ac7d216e | 4f59102e9b96c5409171ad21e50eacfa2ef3c8de | refs/heads/master | 2021-05-24T18:28:50.616667 | 2018-12-02T17:16:28 | 2018-12-02T17:16:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,965 | java | package com.virtualrobe.virtualrobe.virtualrobe_app.Styling_board;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.wi... | [
"seunkola19@gmail.com"
] | seunkola19@gmail.com |
7268f23df5a488cb3410f4845f2ae48dd170b418 | 5fe7788c36f98f636dd9d2281a1bb6e9d3a7f7b0 | /app/src/main/java/com/flymrgmail/kioskdima/BootReceiver.java | ef72e163af0a2321616a2db9d04119fce6d5bf8f | [] | no_license | flymr/KioskDima | 49b7efa09011984779f9e4a9a158207c45e3f680 | a94112374c6e465d0ed8cdd2c9a86b6903780b1c | refs/heads/master | 2022-01-19T06:07:34.370322 | 2019-07-06T10:55:33 | 2019-07-06T10:55:33 | 187,028,524 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 444 | java | package com.flymrgmail.kioskdima;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
public class BootReceiver extends BroadcastReceiver {
@Override
public void onReceive(Context context, Intent intent) {
Intent myIntent = new Intent(context, Main... | [
"flymr92@gmail.com"
] | flymr92@gmail.com |
8dccd7d254c8decd149b91e50938acd61ae3f886 | 129b701f4a9c38a29c39cd6f99de41e769886867 | /app/src/main/java/com/example/myapplication/MainActivity.java | 1f814864c0d0fc0dc773535e6f5046508778ae2f | [] | no_license | cyp10/currency-converter | 13a95d78d5f9f8461dac0b1b2e516eea0376b969 | 5d08586b59ced3b222e83d96ec700fec01cdf13f | refs/heads/master | 2023-07-20T15:15:25.544514 | 2021-08-31T15:13:16 | 2021-08-31T15:13:16 | 401,747,340 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,069 | java | package com.example.myapplication;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
public class MainActivity extends AppCompatActivity {
EditTex... | [
"chethanayp18@gmail.com"
] | chethanayp18@gmail.com |
9ae05ee58899cec136b3a67d54bfcc1dd782d639 | cfe515ab46123014185e83e964089b9bf5cf8c14 | /src/main/java/com/jeff/ProcessC.java | 459019081d3e1c49465c714879f8097eb604e511 | [] | no_license | jadkisson/collision_management | 2e11a140bcae896969d9bad3af62dd5e519a96d5 | d5eb68bd447bea69f396bded8b7fc018300bc5fc | refs/heads/master | 2021-01-20T09:16:24.706293 | 2017-09-23T20:48:24 | 2017-09-23T20:48:24 | 101,588,835 | 1 | 0 | null | 2017-08-28T00:23:29 | 2017-08-28T00:23:29 | null | UTF-8 | Java | false | false | 4,688 | java | package com.jeff;
import javax.sound.sampled.LineUnavailableException;
import java.io.IOException;
/**
* CLASS ProcessC
*
* ProcessC takes summary data from bufferCD and determines if a collision
* occurred. This implementation also creates a composite view of all
* trains in the display grid to visually show al... | [
"jeff@yellowfog.com"
] | jeff@yellowfog.com |
5d5de52898aff49f9d7f8f0c3eaad8935b77f1f8 | 805526f6ebe9aea73b9b989f92cbd707a2dbfdd7 | /Logger/app/src/androidTest/java/com/logger/DeviceInfoTest.java | f4363a3b8904477a84998a7410cd813bbb9ef853 | [] | no_license | atuljava74/logger | 7c91b67d832230ce2c0a33ec1642553df9d344dd | d896d6b907a4bcc7b0f2684c425719c889211eec | refs/heads/master | 2020-09-13T06:13:41.107179 | 2019-11-19T11:19:42 | 2019-11-19T11:19:42 | 222,677,721 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,138 | java | package com.logger;
import android.content.Context;
import androidx.test.InstrumentationRegistry;
import androidx.test.runner.AndroidJUnit4;
import com.logger.device.DeviceInfo;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.assertEquals;
import static... | [
"atul_sharma@gap.com"
] | atul_sharma@gap.com |
5b6e121faf4de10f9c6d9dfcebe192459e687194 | 2993ae3ec5ab482a7eadc4eba81c577d44c92df6 | /src/test/java/testLogin/CaseStudies.java | 736e72a63ed0d3c9abe59eb133d35243d6dae4db | [] | no_license | lavishkhetan/TestCode | e971a4731cef2486c24eb759bbb46f160c2ce60a | 8afadf400f5d0894c48843c56b5a4575ebab683a | refs/heads/master | 2021-01-10T09:14:05.208947 | 2015-12-30T12:43:45 | 2015-12-30T12:43:45 | 48,800,102 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,410 | java | package testLogin;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDrive... | [
"swatisabharwal@qainfotech.net"
] | swatisabharwal@qainfotech.net |
e4bf68c072464c9f3fab5fa714fa583478f4a8cf | 941fd1799372aee3da2a01bd8021e4567f6dab77 | /Chapter 7/P7.3/Bathroom.java | ee2dfa69c5be7296eb6b2ced9543380167f97aee | [] | no_license | joefedden/APCS | 0a83933b03213353f9259e04d4c90612113d1865 | 410ace89ba25f7681d945e20eda78a887fe14609 | refs/heads/master | 2021-01-10T09:54:14.131939 | 2015-12-11T20:05:38 | 2015-12-11T20:05:38 | 46,313,429 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,086 | java | import java.util.Scanner;
public class Bathroom {
public static void main(String[] args) {
Scanner soupy = new Scanner(System.in);
System.out.println("Enter the # of stalls: ");
int input = soupy.nextInt();
boolean occupied = false;
int startPos = (int) Math.floor(Math.rando... | [
"joseph.fedden@smhsstudents.org"
] | joseph.fedden@smhsstudents.org |
9dfcca7324531aff086af983dd0311875b9ce0ff | d57cfcc626a907b6f86aefca9648b55eb17c9015 | /src/main/java/com/nowcoder/community/controller/AlphaController.java | 6ff2edbcaa15821d9b8e8f2e7eeaa374686e8d84 | [] | no_license | ZhangQian-doc/Discuss-Community | ff056b37d4a250c1c5c48158864c1f84a88c60f2 | 4150bea4fddf921b1da3bb30e25d7f4eb56a4cfd | refs/heads/master | 2023-03-28T21:21:08.848209 | 2021-04-06T14:08:56 | 2021-04-06T14:08:56 | 355,198,238 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,124 | java | package com.nowcoder.community.controller;
import com.nowcoder.community.service.AlphaService;
import com.nowcoder.community.util.CommunityUtil;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframewo... | [
"18322532169@163.com"
] | 18322532169@163.com |
f3cec7664c5794889a8a9967ef91b034472d9052 | 4c4f1e0eab5438dd16ff384662cc8df9216484c2 | /Exercicio07/app/src/androidTest/java/br/pucminas/pablo/exercicio07/ExampleInstrumentedTest.java | c43855065a43c43f7971282279db7875aac8776f | [] | no_license | PabloSouzaNogueira/RepoAndroid | 40b01c9300684e1bb327217379bf400e91666fb2 | f6096a222fdb8e4ead5859d3c5d60942837ad511 | refs/heads/master | 2020-03-22T00:46:20.773828 | 2018-07-09T23:45:16 | 2018-07-09T23:45:16 | 139,264,548 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 742 | java | package br.pucminas.pablo.exercicio07;
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 A... | [
"pablo.souza18@hotmail.com"
] | pablo.souza18@hotmail.com |
207aeaf80a97ab67cddcd4e6d466e0b4423c4239 | 9f6ee2fdee0b29f317f767c73bb3a2a0a1bae9eb | /app/src/main/java/com/ballastlane/android/texasam/app/ui/main/ActivityMain.java | 280090be3e19f6494f1232a46cf3e7e722ccde3d | [
"Apache-2.0"
] | permissive | Ballastlane-LLC/AndroidBaseLibrary | 9fc7efb6aaffb59a3a13c5df554115a99a1b9849 | 7b45852160a7ef9c6ae04e7225cd14d5335b300a | refs/heads/master | 2021-01-24T12:36:27.977769 | 2018-08-28T18:54:05 | 2018-08-28T18:54:05 | 123,138,312 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,587 | java | package com.ballastlane.android.texasam.app.ui.main;
import android.arch.lifecycle.ViewModelProviders;
import android.databinding.DataBindingUtil;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.design.widget.BottomNavigationView;
import android.view.MenuItem;
import com.ba... | [
"mariangelasalcedo@ballastlane.com"
] | mariangelasalcedo@ballastlane.com |
b89b707964985b459e32e566a034d334a793220d | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /test/irvine/oeis/a199/A199210Test.java | 4f2583f4729654f48102c5afc74e997c18649830 | [] | no_license | flywind2/joeis | c5753169cf562939b04dd246f8a2958e97f74558 | e5efd6971a0062ac99f4fae21a7c78c9f9e74fea | refs/heads/master | 2020-09-13T18:34:35.080552 | 2019-11-19T05:40:55 | 2019-11-19T05:40:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 195 | java | package irvine.oeis.a199;
import irvine.oeis.AbstractSequenceTest;
/**
* Tests the corresponding class.
* @author Sean A. Irvine
*/
public class A199210Test extends AbstractSequenceTest {
}
| [
"sairvin@gmail.com"
] | sairvin@gmail.com |
52321fc62b6c279b966e1e2ee4463c443a8934f6 | a885c9fff90c23b18e153e30bc0e2425029f8fb7 | /MusicWeb/src/com/action/PageAction.java | f5793acd901eb5ef0e7529ddd90cb112de4ad100 | [] | no_license | MannoLYX/OnLineMusic | 659a783be929c3c6a29d5e8319f9f659b6e1c477 | 124112a96d598282efc769b78b52c0a994e77164 | refs/heads/master | 2021-01-10T16:17:13.542674 | 2015-10-30T03:47:00 | 2015-10-30T03:47:00 | 45,171,943 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 7,229 | java | package com.action;
import java.util.ArrayList;
import java.util.List;
import com.biz.CommentaryBiz;
import com.biz.EmotionCategoryBiz;
import com.biz.MemberUserBiz;
import com.biz.MusicBiz;
import com.biz.SingerBiz;
import com.biz.StyleCategoryBiz;
import com.biz.bizImpl.CommentaryBizImpl;
import com.biz.bizImpl.Emo... | [
"liuyuxin1992@outlook.com"
] | liuyuxin1992@outlook.com |
33edc91d647d365f39f4d06032100dd39d8ba3b1 | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /src/irvine/oeis/a151/A151110.java | cc286e601a3d4a41f873a064773afa96ed16b432 | [] | no_license | flywind2/joeis | c5753169cf562939b04dd246f8a2958e97f74558 | e5efd6971a0062ac99f4fae21a7c78c9f9e74fea | refs/heads/master | 2020-09-13T18:34:35.080552 | 2019-11-19T05:40:55 | 2019-11-19T05:40:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 587 | java | package irvine.oeis.a151;
// Generated by gen_seq4.pl walk23 3 5 1 222220010100111 at 2019-07-08 22:06
// DO NOT EDIT here!
import irvine.oeis.WalkCubeSequence;
/**
* A151110 Number of walks within <code>N^3</code> (the first octant of <code>Z^3)</code> starting at <code>(0,0,0)</code> and consisting of n steps tak... | [
"sairvin@gmail.com"
] | sairvin@gmail.com |
00e3ef039c1471504d66cfb50f8b6be27ea219e5 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-large-project/src/test/java/org/gradle/test/performancenull_490/Testnull_48945.java | 2188f8787972d37cf395c636b3a3c0e44fdd6f6e | [] | 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 | 308 | java | package org.gradle.test.performancenull_490;
import static org.junit.Assert.*;
public class Testnull_48945 {
private final Productionnull_48945 production = new Productionnull_48945("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
94209640a89ebee2dc7ab977f4802a8046cc91b4 | 383e161597e92efa1acfa5882a1f910f5f9ef553 | /mesh-agent/src/main/java/com/alibaba/dubbo/performance/demo/agent/HelloController.java | 18af18018ee7f759ae1c6a4e4ed53efc9fb9e617 | [] | no_license | yinchengjian/Dubbo-Mesh | 6428aed8f08734a20dbddde47ae2fb788647a801 | dc5033dd72c1cf2a5354c93dc54fb630d1134267 | refs/heads/master | 2022-11-07T04:44:50.006977 | 2019-10-13T13:19:13 | 2019-10-13T13:19:13 | 202,560,905 | 4 | 1 | null | 2022-10-04T23:55:30 | 2019-08-15T14:56:29 | Java | UTF-8 | Java | false | false | 4,486 | java | //package com.alibaba.dubbo.performance.demo.agent;
//
//import com.alibaba.dubbo.performance.demo.agent.dubbo.RpcClient;
//import com.alibaba.dubbo.performance.demo.agent.loadbalance.LoadBalance;
//import com.alibaba.dubbo.performance.demo.agent.loadbalance.PriorityLoadBalance;
//import com.alibaba.dubbo.performance.d... | [
"xinba@qunhemail.com"
] | xinba@qunhemail.com |
a8b475ec511aeb8086eaf15664191d73cd84b158 | 59ba6164c62cebd3c08b4a478d74a5442167ced1 | /kafkaconnect/src/test/java/com/kafka/kafkaconnect/AppTest.java | 78fef555d4609cac183f8cd45727783db29bbc81 | [] | no_license | srinathalla/java | f699ea31b0ae1154fee216e073b8e8057f7da6e5 | 6a2219ce4ffeba586d2de500883c0b380abf2366 | refs/heads/master | 2022-06-12T16:04:12.726546 | 2020-12-23T10:21:59 | 2020-12-23T10:21:59 | 83,962,186 | 0 | 0 | null | 2022-05-20T21:01:44 | 2017-03-05T10:33:01 | Java | UTF-8 | Java | false | false | 650 | java | package com.kafka.kafkaconnect;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
public A... | [
"salla@ivycomptech.com"
] | salla@ivycomptech.com |
8e83f61d7c3f2d661304f80d6366814d503b447e | 4b4e0425eef8e4c478e7f3804075320e3b6068f6 | /app/src/main/java/neha/example/com/campusmap/TouchListener.java | 617543c7eacdc6f5fea71e28acaea647488b2aa7 | [] | no_license | nehaparmarcs/Campusmap | 4020338653723a504b982e5ea6fe53f2cd14e0d8 | 14c243488c2f4df53c92df084a39f873e14e54e9 | refs/heads/master | 2020-06-20T16:04:47.265448 | 2016-11-26T22:31:36 | 2016-11-26T22:31:36 | 74,854,104 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 183 | java | package neha.example.com.campusmap;
/**
* Created by np6023 on 10/29/16.
*/
public interface TouchListener {
void onTouchHappened(int childId, int action, float x, float y);
}
| [
"np6.023@gmail.com"
] | np6.023@gmail.com |
efabc8ef499f744a41233596cbafb0625925ee60 | 96b7ab364dcaa06a6d7c4cc7029d3992c6650bf6 | /magazin/src/main/java/Angajat.java | 6ad8622dfeb4afbcb484464fa2dd5838426a57e6 | [] | no_license | awen10/Inf-apl | a56a3b77edf0a5430415967a355a8657b57af449 | 0c7b5bac085e67bb0ea455fc59d6a50059274d44 | refs/heads/master | 2021-04-04T10:01:58.749874 | 2020-05-19T10:13:47 | 2020-05-19T10:13:47 | 248,447,033 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,277 | 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.
*/
/**
*
* @author adria
*/
public class Angajat {
private final String nume;
private final boolean tip;//false=vanzator ; tr... | [
"adrian.popa99@users.noreply.github.com"
] | adrian.popa99@users.noreply.github.com |
2ecdfcc9f2dd080e9f38a69d07a50287aa8dacd3 | df3d1a08df815aa5dbdc2661f5932a3fc63f14df | /Johdatus ohjelmointiin/Exercises05/E09/E09.java | 3fc81582a3ae09de3ce54be568e3b415c01632d7 | [] | no_license | mustasaari/School-Works | aac9fb9c9b3cc1e720474b464e4998d63a5d1828 | bd199206fb80b60fdb5f6bd7c2620f2e6c1a5b5d | refs/heads/master | 2020-04-19T09:21:01.974818 | 2019-01-29T07:28:04 | 2019-01-29T07:28:04 | 168,107,653 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 377 | java | import java.util.*;
class E09 {
public static void main(String [] args) {
Scanner syote = new Scanner(System.in);
System.out.println (metodi ('X',7));
}
public static String metodi(char merkki, int luku) {
String palaute ="";
for (int i = 0; i < luku; i++) {
pal... | [
"mikko.mustasaari@tuni.fi"
] | mikko.mustasaari@tuni.fi |
e4bf0931b461ed0215f178fe141e79ec749f7631 | 1657ce44a741738712ca92352d23fe004e56c263 | /spring-boot-beatlsql/src/test/java/com/yi/beatlsql/SpringBootBeatlsqlApplicationTests.java | d838fd0e955477b8a1e43a111770324d4ce62801 | [
"Apache-2.0"
] | permissive | zms1207/spring-boot-2.x-examples | f5bf68a2819bf10706ebcd081e001d78119d1bea | 43c9a925a2fb986efe8b220671e4eb4573367c15 | refs/heads/master | 2020-05-04T06:26:01.109606 | 2019-04-02T02:39:18 | 2019-04-02T02:39:18 | 179,005,806 | 1 | 0 | Apache-2.0 | 2019-04-02T05:34:01 | 2019-04-02T05:33:58 | null | UTF-8 | Java | false | false | 353 | java | package com.yi.beatlsql;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class SpringBootBeatlsqlApplicationTests {
@Test
publi... | [
"ilovey_hwy@163.com"
] | ilovey_hwy@163.com |
efd53a0a2ecce5544b58d898490d7759776f0da7 | 486c615ccf948e7d7e7e5655a9a53e2f818c4f50 | /src/test/java/com/mulanfan/shopasa/web/rest/util/PaginationUtilUnitTest.java | 18bc4c2562b93d760f415544fcebb46463e06184 | [] | no_license | systembugtj/mulanfan | 08d75d582cdede067bf94c0891b55bf29e6183f7 | 874b7ffa4621594f581e64945154d738d6645eab | refs/heads/master | 2020-03-08T17:03:53.454817 | 2018-04-05T20:10:45 | 2018-04-05T20:10:45 | 128,258,771 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,029 | java | package com.mulanfan.shopasa.web.rest.util;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import java.util.ArrayList;
import java.util.List;
import org.junit.Test;
import org.springframework.data.domain.Page;
import org.springfra... | [
"jhipster-bot@users.noreply.github.com"
] | jhipster-bot@users.noreply.github.com |
ab1830c3d8132d4084dbf562a36f13cd978ecd39 | beb9d55e73ac18c0fd3e5f42c5fec9dbbd216a14 | /src/Main.java | 0ee2981ed6e7487c4a7fb26b5a8e726ff77991f4 | [] | no_license | dda410/algorithmEngineering | 6e044a03b0a5454be4aec1ae86b72366903dc8d4 | 15b4ad89695871559f4c3588ca44fd3bfef322d5 | refs/heads/master | 2021-03-22T04:52:01.188118 | 2017-10-02T18:52:56 | 2017-10-02T18:52:56 | 75,117,757 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,468 | java | import java.io.File;
import java.io.FileNotFoundException;
import java.util.Scanner;
import java.util.ArrayList;
import java.util.Collections;
public class Main {
private static void parseArguments(String[] args) {
if (args.length != 1) {
System.out.println("Usage: Main <Input_file>");
System.exit(1);
}
}... | [
"dimitri1215@gmail.com"
] | dimitri1215@gmail.com |
8a883cb8229de6ba2c170dcc26b7666db9095f19 | 8531741dd13c09d5c506677958d4d3f4fe7ab287 | /app/src/main/java/com/cf/carrecorder/bean/request/SendCodeBean.java | 2a54d623563549010f52a0aca4ee46c2d12c8f1b | [] | no_license | ChengPengGao/CarRecorder | 086fb31e4377b29c3790ee446e7040046d39a588 | 8691e44b953570c6ca2f7b610ff5e5ca49cbcd94 | refs/heads/master | 2020-09-28T11:06:22.113044 | 2020-01-15T03:25:07 | 2020-01-15T03:25:07 | 226,765,386 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 312 | java | package com.cf.carrecorder.bean.request;
/**
* @author chenxihu
* @date 2019-12-01
* @email androidhcx@163.com
**/
public class SendCodeBean {
private String phone;
public String getPhone() {
return phone;
}
public void setPhone(String phone) {
this.phone = phone;
}
}
| [
"gaochengpeng@uni-ubi.com"
] | gaochengpeng@uni-ubi.com |
a738bdce3575a91a1859fc18afac8567e48fb255 | ad01ea7afd49cf0fc220c394912465158c97668a | /pax-web-itest/pax-web-itest-container/pax-web-itest-tomcat/src/test/java/org/ops4j/pax/web/itest/tomcat/whiteboard/WhiteboardTCCLWhiteboardConfigIntegrationTest.java | 3c85243047dbe260c942d164dc33c06ca6c2f21e | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ops4j/org.ops4j.pax.web | acea94859c2d6928a1cae8f1475f255cc71b9a3d | 41eb5be2e83d235005825fdbca179a2c8438b019 | refs/heads/main | 2023-08-30T04:36:54.143805 | 2023-08-17T08:33:03 | 2023-08-17T08:34:28 | 918,574 | 106 | 185 | NOASSERTION | 2023-09-02T05:28:34 | 2010-09-17T14:52:23 | Java | UTF-8 | Java | false | false | 1,395 | java | /*
* Copyright 2020 OPS4J.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... | [
"gr.grzybek@gmail.com"
] | gr.grzybek@gmail.com |
13b634e7f04b3f0e6d4ccf75c953cfbab85a22a8 | d78ba1fad3a6a8edd8dbe5eb38c5dcbd399773b2 | /PrincessPeach/src/princesspeach/PrincessPeach.java | 5d0aab96e2eb79c481ea6ba1767916e5cfbb4fc6 | [] | no_license | actuallyentropy/openKattis | fce82a90faef3f4984182959b7025373e161956d | 87d132cc877636d8a0047ba85babd889ccf5b087 | refs/heads/master | 2023-06-22T20:33:57.760236 | 2019-04-09T19:02:34 | 2019-04-09T19:02:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 771 | java | package princesspeach;
import java.util.Scanner;
public class PrincessPeach
{
public static void main(String[] args)
{
Scanner input = new Scanner(System.in);
int numObstacles = input.nextInt();
boolean[] obstacles = new boolean[numObstacles];
int numCases = input.nextInt... | [
"34977021+SylanGH@users.noreply.github.com"
] | 34977021+SylanGH@users.noreply.github.com |
47509c22c935ef1310bef664768c652829f997c0 | 4d74e2d0c7999c6878f39ed78f3b1a9ddb5de45a | /src/main/java/com/meteor/grant_disbursement/error/InvalidHouseholdException.java | 1e40aed6fb05fa3242ba3118753c96799ae7005c | [] | no_license | jityong/grant-disbursement | 05b6ee1c2e2e8bef27177f7ad4131ecafcdac96a | 2190bb54e85c3674104775f9a3e1bc9268d304dc | refs/heads/master | 2023-08-14T01:41:28.084885 | 2021-09-13T14:54:10 | 2021-09-13T14:54:10 | 405,291,196 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 299 | java | package com.meteor.grant_disbursement.error;
import org.springframework.web.server.ResponseStatusException;
public class InvalidHouseholdException extends RuntimeException {
public String message;
public InvalidHouseholdException(String message) {
this.message = message;
}
}
| [
"jityong1997@hotmail.com"
] | jityong1997@hotmail.com |
f46a4191271c1dccc9cc3147677f834e1f76689c | eab084584e34ec065cd115139c346180e651c1c2 | /src/main/java/v1/t600/T639.java | 7fcc634e145ee226bd97216a8f56da7132bf93fb | [] | no_license | zhouyuan93/leetcode | 5396bd3a01ed0f127553e1e175bb1f725d1c7919 | cc247bc990ad4d5aa802fc7a18a38dd46ed40a7b | refs/heads/master | 2023-05-11T19:11:09.322348 | 2023-05-05T09:12:53 | 2023-05-05T09:12:53 | 197,735,845 | 0 | 0 | null | 2020-04-05T09:17:34 | 2019-07-19T08:38:17 | Java | UTF-8 | Java | false | false | 1,490 | java | package v1.t600;
public class T639 {
public static final int MOD = 1000000007;
public int numDecodings(String s) {
if (s.charAt(0) == '0') {
return 0;
}
int p = 0;
long x = 1;
long y = 1;
char c;
char before = '-';
while (p < s.length... | [
"492407250@qq.com"
] | 492407250@qq.com |
2967c848676f232f3189336afe15dabbc0499702 | 7da722dca4cdd6b9da27205268641e7aef4e804c | /src/main/java/com/hejinyo/core/mapper/SysResourceMapper.java | 3a04e02fca798588098b11053b87fe56aa01c382 | [] | no_license | HejinYo/base | efec1cec7e8ebcf2ce6c36a8925db4d34451e6dd | 577c4ab75eac93aa929bf73f5d5c9dd3c0e35fb0 | refs/heads/master | 2021-01-12T02:18:01.214075 | 2017-06-06T16:04:54 | 2017-06-06T16:04:54 | 78,495,836 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 470 | java | package com.hejinyo.core.mapper;
import com.hejinyo.core.domain.dto.SysMenu;
import org.springframework.stereotype.Repository;
import java.util.List;
/**
* @author : HejinYo hejinyo@gmail.com
* @date : 2017/4/22 14:08
* @Description :
*/
@Repository
public interface SysResourceMapper extends BaseMapper {
... | [
"hejinyo@gmail.com"
] | hejinyo@gmail.com |
932f1a2d9a91dfdae5542cee466cf73e4289179b | 017d4a1ebf7e0026f315e912248f89bcfe8ef619 | /.svn/pristine/ff/ffa17d984b79ffe6d136d375021f7839004f449a.svn-base | b78dc93ef206157f1a67fabf652dd874387a2150 | [] | no_license | QiangzhenZhu/cabinet | ed8ea40daa0bbb14f6268c6292c1eda6bf3eea6a | aa1484b879a709359080ef65ac52f80694de4247 | refs/heads/master | 2020-03-24T13:23:43.203738 | 2018-07-29T08:19:46 | 2018-07-29T08:19:46 | 142,743,099 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 482 | package com.hzdongcheng.bll.basic.dto;
import com.hzdongcheng.bll.common.IRequest;
public class InParamPTVerfiyUser implements IRequest {
public String FunctionID = "330201"; // 功能编号
public String TerminalNo = ""; // 设备号
public String TradeWaterNo = ""; // 交易流水号
public String CustomerID = ""; // 取件人身份标识
public... | [
"1083546145@qq.com"
] | 1083546145@qq.com | |
a094c0e5d0730b81c6529df72b1a70c6a251ba5e | aa7c705d042fd1260152300cfa7925374b30156c | /src/main/java/com/hanfak/greedydb/core/usecases/queries/employer/QueryEmployerStreamForGivenTimestampAndFieldUsecase.java | bf751068301672ff2664f1659ca872d995e013a3 | [] | no_license | hanfak/greedy-db | 4fc4a5a1fc157db6c57e0601c958bc3f8a1c645b | 219840602d490ac6f30037d9fd3576e1278438df | refs/heads/master | 2020-04-12T09:20:39.816255 | 2018-12-19T07:35:29 | 2018-12-19T07:35:29 | 162,399,681 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,068 | java | package com.hanfak.greedydb.core.usecases.queries.employer;
import com.hanfak.greedydb.core.usecases.EmployerStreamRepository;
import java.sql.Timestamp;
// TODO make more abstract, factory for repository - switch/strategy,
// repository implements interface for just findFieldForGivenTimestamp
// webservice calls fac... | [
"fakira.work@gmail.com"
] | fakira.work@gmail.com |
c2f5ec2c78883916f60b1ba2b062dcf27b341cf0 | b59499d35c59da2989d50102b88b776d434244ad | /src/main/java/com/bectran/b2b/customer/beans/AppOfficerBean.java | e04fa74f143c466ced7282cc13665c9e6cd48f98 | [] | no_license | user2892/Idp | f77fa7fd996f57d2936f78218c5abd77b346db2e | b8e1822f41a2722b45d4187c47ec3781d9dbb928 | refs/heads/master | 2020-05-18T16:36:27.402858 | 2019-05-03T00:47:23 | 2019-05-03T00:47:23 | 184,530,989 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 172 | java | package com.bectran.b2b.customer.beans;
/**
* @author LOUIS IFEGUNI
*/
public class AppOfficerBean extends ContactPersonBaseBean {
public AppOfficerBean() {
}
}
| [
"kranthi.yerabati@gmail.com"
] | kranthi.yerabati@gmail.com |
b4955efdbf8ad9574dd49c0c7efe8b9d5d857cc4 | ea48509d44177fa42f7b172a335d0bea0b454c96 | /sourcejava/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/InterceptorTest.java | 46778d3a84cbc1a22d11347142c4477fabec465e | [
"Apache-2.0"
] | permissive | touchlab-lab/DoppelPoc | b2850a7a057b0f2e5955303badf92dcaf4d671ba | 0d13d71a20b64c6c371c1bf6fc43bd6a69e9ea53 | refs/heads/master | 2021-06-09T14:57:56.642071 | 2016-11-30T15:50:36 | 2016-11-30T15:50:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,954 | java | /*
* Copyright (C) 2014 Square, 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 agre... | [
"kgalligan@gmail.com"
] | kgalligan@gmail.com |
054d45d69b252db417d937d47afd70984e6a7193 | d0cba53c150247f7c109f4a3899f66b1563fdbf3 | /src/net/fai/daems/FlowCoinDetailActivity.java | b46d223798b5241c41c81ad2e2840d615e4b7995 | [
"MIT"
] | permissive | daemsproject/daemsAndroid | 1d4b208f48ec7be59b4ef0dc3eb80306e46572c8 | 08bb53a9ac6f732d12f29123dcf0c1e8b8ad98a7 | refs/heads/master | 2020-06-14T07:15:34.078250 | 2017-03-11T12:21:11 | 2017-03-11T12:21:11 | 75,217,318 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,715 | java | package net.fai.daems;
import java.io.File;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.List;
import net.fai.daems.ActionSheet.OnActionSheetSelected;
import net.fai.daems.adapter.ExpirationAdapter;
import net.fai.daems.adapter.item.ExpirationItem;
import net.fai.daems.constant.View... | [
"mr-ooops@gmx.com"
] | mr-ooops@gmx.com |
09ddf9c009749c427fb188ee32d98410bafbe352 | 1a8af68464cb28aa46e40727c12f41577aa9ddf9 | /src/main/java/com/sda/website/WebsiteApplication.java | bdb07fe057fa24b8fd406ebab8197ee7522d6879 | [] | no_license | HatunM/sda_website | 67de3e0860cce40de17b1a9b8cfc4b061259754d | bb5235747a6ca30157065853a76d912560c635a7 | refs/heads/main | 2023-03-15T17:26:32.193149 | 2021-03-09T07:48:01 | 2021-03-09T07:48:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 371 | java | package com.sda.website;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.stereotype.Controller;
@SpringBootApplication
@Controller
public class WebsiteApplication {
public static void main(String[] args) {
SpringApp... | [
"97abbad@gmail.com"
] | 97abbad@gmail.com |
d97e9e9b1b7aca676447ced5442f78680d31eab7 | ddfa10ce51ef599f155f98f34c900c7f2d4f99b2 | /src/main/java/com/garwan/assignment/converters/LocalDateTimeAttributeConverter.java | 0362340852970953c7e68a19dbadd258b940bdee | [] | no_license | marian-margeta/Assignment | 5c807fdc9ab4b5ec5a6dff80e2cb4fec52401dcf | df8f67d3e619b2da72c08c0f455097e3e94a7513 | refs/heads/master | 2021-01-01T15:47:06.109847 | 2017-07-19T10:04:22 | 2017-07-19T10:04:22 | 97,702,011 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 663 | java | package com.garwan.assignment.converters;
import java.sql.Timestamp;
import java.time.LocalDateTime;
import javax.persistence.AttributeConverter;
import javax.persistence.Converter;
@Converter(autoApply = true)
public class LocalDateTimeAttributeConverter implements AttributeConverter<LocalDateTime, Timestamp> {
... | [
"marian.margeta@gmail.com"
] | marian.margeta@gmail.com |
ae8f03c5ec5cf545e52f48bbe408ea31be5634af | ef1d60554db758e63b24c1c1f5ca8ea2add83447 | /src/main/java/com/bulingbuu/linked/Problem876.java | 972ad5bba8663a4d8cfe18e20a189026425d10ce | [] | no_license | NineF/Atlantis | 50ca6e485bd13132d05c636aae0753270c5d02b1 | ca6bba0e7aa3609adbc62e4acc45696c58228cbb | refs/heads/master | 2020-04-01T01:08:57.583026 | 2019-03-30T10:49:44 | 2019-03-30T10:49:44 | 152,728,080 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 890 | java | package com.bulingbuu.linked;
/**
* @author bulingbuu
* @date 18-10-27 下午4:04
* <p>
* Given a non-empty, singly linked list with head node head, return a middle node of linked list.
* <p>
* If there are two middle nodes, return the second middle node.
*/
public class Problem876 {
public static void main(St... | [
"ganlun@vdiscovery.cn"
] | ganlun@vdiscovery.cn |
612e81cd81116789fe388073b4bfc60c56eb8f53 | 1cb62b109c1a961857d36b0266a79682eb1a9a07 | /src/Model/TblBrg.java | 9d452603cb0ada4ce205524f144a928b5a426907 | [] | no_license | figs24/Jual-Beli-Hasil-Pertanian | 79134d814f83c86bcac50ab403396d2b4650d39c | 75b44336b5747b1f332c56cfd73c6486878bc0d8 | refs/heads/main | 2023-05-30T08:11:37.369084 | 2021-06-24T05:40:23 | 2021-06-24T05:40:23 | 365,740,547 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,412 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Model;
import java.util.List;
import javax.swing.table.AbstractTableModel;
/**
*
* @author Luis Figo
*/
public class TblBr... | [
"pwsvnp@gmail.com"
] | pwsvnp@gmail.com |
bcbdac6566f0e2791a456e492cbdb5e958231694 | 41324b615d9171f89a14f430f6e631bd0641ce82 | /test/conform/org/objectweb/asm/commons/splitlarge/DataflowTest.java | ec16302e10d5f23cc41730b10dffa5b5b208bed4 | [
"BSD-3-Clause"
] | permissive | VijayKrishna/asm-method-size | 1b03e9817c3c53421a8eac7c17d21ee1231c8a45 | 5a2a58e7ba203e11e2f8c7b51e7142b68b83cedc | refs/heads/main | 2023-07-01T16:19:02.309146 | 2013-09-26T12:12:00 | 2013-09-26T12:12:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,268 | java | /***
* ASM tests
* Copyright (c) 2000-2011 INRIA, France Telecom
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* ... | [
"sperber@deinprogramm.de"
] | sperber@deinprogramm.de |
9b74ef7ef0cd70d5c45b97062d0d938f23ebe965 | 7a4486e3bd029cec4ed93257cc7a6a6272b92ce0 | /Activitylifecycle/app/src/androidTest/java/com/example/acadgild/activitylifecycle/ApplicationTest.java | 6a87f98fabcebe1c376371119538c375996e1d27 | [] | no_license | AcadGildAcademy/AN-2015FEB26-Sagar-Neeli | 803884587980f02d89998686acae799706efae24 | 12bd93a6dfb9b226b3fd33ac04df7adeecabad2f | refs/heads/master | 2021-01-20T12:04:10.200266 | 2015-05-15T19:20:14 | 2015-05-15T19:20:14 | 31,590,337 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 369 | java | package com.example.acadgild.activitylifecycle;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationT... | [
"sagar@ccs.neu.edu"
] | sagar@ccs.neu.edu |
3374cb6644de39dcfb7844473331569f4b239b57 | 7f17c2ad530ace1ba3467c787a3cca39c2a417bc | /core/src/main/java/io/machinecode/chainlink/core/jsl/fluent/task/FluentTask.java | 8bf16c53791fd89141df337df8adee718b7f186b | [
"Apache-2.0"
] | permissive | BrentDouglas/chainlink | acc3c197a07bc199425f5458f6253c8f5a3e4c92 | 376e194ccdd2e6e2f1a4a4b39c7e7f0a4dd81ca3 | refs/heads/master | 2021-01-15T13:48:23.808562 | 2015-11-16T19:19:11 | 2015-11-16T19:19:11 | 17,303,791 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,013 | java | /*
* Copyright 2015 Brent Douglas and other contributors
* as indicated by the @author tags. 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.or... | [
"brent.n.douglas@gmail.com"
] | brent.n.douglas@gmail.com |
08a49b77c25bf0c89e0452772b2b5bbbd2e99aa5 | fe366570b74bd9ca417c470380e3646c68d3faee | /cdap-app-templates/cdap-etl/cdap-etl-proto/src/main/java/co/cask/cdap/etl/proto/v2/ETLBatchConfig.java | c40a584c46c80aaf77cc19596c007f26825508dc | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | superchaoran/cdap | 5ef459f1b1f58d01b3d8ca1fa714a4010086ad8d | e8c23ae1eb2259c5896c20da6462aa3ba48a7f67 | refs/heads/develop | 2020-06-28T06:13:02.283504 | 2016-11-22T19:00:38 | 2016-11-22T19:00:38 | 74,505,062 | 2 | 0 | null | 2016-11-22T19:14:16 | 2016-11-22T19:14:16 | null | UTF-8 | Java | false | false | 5,405 | java | /*
* Copyright © 2016 Cask Data, 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 t... | [
"albert@cask.co"
] | albert@cask.co |
990d25108c0a4a7ad4857d4ff87492292939e6cd | 443deb27832ca99924bdde7bdca603feb4ce5dd5 | /src/main/java/com/project/controller/AuthenticationController.java | d1797fe5f2f2c2a103979a061e20a32759c38177 | [] | no_license | chrisprem11/allInOne | d943b60f8bcc68c9d7299ab73a84247179dbb7d4 | db0e9e496f9a6b5ec1de54dd2d5b119869366fd3 | refs/heads/master | 2020-05-01T10:24:27.432034 | 2019-03-24T13:48:27 | 2019-03-24T13:48:27 | 177,419,928 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,960 | java | package com.project.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.security.authentication.UsernamePasswordAuthenticationToken;
import org.spr... | [
"chris.prem11@gmail.com"
] | chris.prem11@gmail.com |
f44426f419d9e7aed7d9a1da2afc6fbfb9ecac96 | 943aabb08a40e59571deca6f03ace692da6cf228 | /Assignment2/src/edu/nvcc/gui/OrderPanel.java | 5e5270f8a19320a29695eed9990bb3364e0730d5 | [] | no_license | wjdgh53/Assignment2-1 | 9ae409de0332b01f76de88127eaa633c7e2aa546 | d46f94eee24e2b4310ef650e67bceec4fe25c4a5 | refs/heads/master | 2020-06-02T07:04:25.787098 | 2013-10-02T08:27:58 | 2013-10-02T08:27:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,196 | java | package edu.nvcc.gui;
import java.awt.Dimension;
import javax.swing.DefaultComboBoxModel;
import javax.swing.JButton;
import javax.swing.WindowConstants;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JList;
import javax.swing.JTextArea;
import javax.swing.ListModel;
import edu.nvcc.utils.R... | [
"nohdennis@gmail.com"
] | nohdennis@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.