blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 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 684M ⌀ | 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 132
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 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ff0d0f5509e60ef7c8aa77ee0566de023178fff8 | a9ebdc9ced3bff8e8ce77f886c85e21425261ca0 | /ParkYourCar/app/src/main/java/ch/fhnw/parking/parkyourcar/GifImageView.java | ad57fd9282431dcb3559e5664b2a7951ba4d9370 | [] | no_license | stuckime/workshop_mobileApp | 204681a8c00fd23ab7354e35027b3d2fe542d2b7 | 38a6aab54d456ce250ced88c524fcbb7201b01bf | refs/heads/master | 2021-01-20T01:13:51.679600 | 2017-06-12T14:22:05 | 2017-06-12T14:22:05 | 89,242,593 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,461 | java | package ch.fhnw.parking.parkyourcar;
import android.view.View;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Movie;
import android.net.Uri;
import android.os.SystemClock;
import android.util.AttributeSet;
import android.util.Log;
import android.view.View;
import java.io.FileN... | [
"kochremo@gmail.com"
] | kochremo@gmail.com |
0f2680cf2f5233713fbcd092acc2296d8864593d | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/19/19_6234952185dabbf9fc340ec5813fbb79428dd753/ConventConfigurationManager/19_6234952185dabbf9fc340ec5813fbb79428dd753_ConventConfigurationManager_s.java | 2149ce779e32dae7304f8766f3197ab9392f9a68 | [] | 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,776 | java | /*
* Copyright (c) 2013. ToppleTheNun
*
* 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 restriction,
* including without limitation the rights to use, copy, modify, merge, pu... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
ec49284b47be1c912a80d3d17b72f32828959b8d | e7d10ce2a60d2f884da0d4bfc8db0a7f1be78b7f | /src/main/java/jenkins/plugins/slack/SlackNotifierBuilder.java | 83d5ad62233775920e806a5cfd882cabd622eae1 | [] | no_license | sandeepk17/slack-plugin | 6dcadb63e7398472efdc6db76e58989b7f5b0315 | 908fc619fdc8f9857bfc080def8b2ea2b094eaaa | refs/heads/master | 2020-07-02T08:31:14.520339 | 2019-08-09T09:12:52 | 2019-08-09T09:12:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,714 | java | package jenkins.plugins.slack;
import jenkins.plugins.slack.matrix.MatrixTriggerMode;
public class SlackNotifierBuilder {
String baseUrl;
String teamDomain;
String authToken;
String tokenCredentialId;
boolean botUser;
String room;
String sendAs;
String iconEmoji;
String username;
... | [
"timjacomb1+github@gmail.com"
] | timjacomb1+github@gmail.com |
e2842465900dfcec33eecfdc101effbbeb104b38 | ad1e586f762f094dcbe01c02f504d5d285eb8b4a | /Best Time to Buy and Sell Stock III/src/Solution.java | a5345847a82f0a5c928c4bc6e22ddbe2aae46347 | [] | no_license | tanpf5/LeetCode | d30877220952e9b70b793269312896e5baaae2cb | 7bfa7d9d55fb2f4d682cd7a7c7b750a844d42938 | refs/heads/master | 2021-01-24T14:46:31.750492 | 2016-11-04T19:45:16 | 2016-11-04T19:45:16 | 26,680,199 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 894 | java |
public class Solution {
public static int maxProfit(int[] prices) {
if (prices == null || prices.length < 2) return 0;
int n = prices.length;
int[][] p = new int[n][n];
int[] a = new int[n];
for (int j = 0; j < n - 1; j++) {
int min = prices[j];
for (int i = j... | [
"tanpf5@gmail.com"
] | tanpf5@gmail.com |
2041567f3248a57c049d3f172c7d1abe31a114c4 | 57e8666e223b712c2b7dacba19b631986bafe4e6 | /mynews/mynews/src/mynews/Interface_Mynews2.java | e0b762cf5aaf87e22ff0ab74dfb6c1cc225bacdb | [] | no_license | EDDEGHAI/Mynews | cc5e2c83e9a082a866ad0fe719b90c7395d5413a | 9db243a64e2d63b7dd897166b4236fcabfa35f37 | refs/heads/master | 2021-01-22T08:58:55.789885 | 2013-12-17T16:31:12 | 2013-12-17T16:31:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 25,599 | java | package mynews;
import java.awt.Desktop;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.io.IOException;
import java.net.MalformedURLException;
import java.net.URI;
import java.net.URISyntaxException;
import java.sql.DriverManager;
import java.sql... | [
"eddeghai.amine@gmail.com"
] | eddeghai.amine@gmail.com |
f28a52c92d8231e7ca6a51313f1f112fb4e217f5 | a88d5037c0d2de48207c7586fa68047e6fc14fbd | /WeiboSpider/src/com/swust/queue/URLQueue.java | 121788dcd58e3eb6c2f2175806aae6c574940620 | [] | no_license | pangjuntaoer/sinaWeiboSpider | 5b1e151efd4fb2a10095243962692ef1ab858e9b | 15c1a19a2d083267f0f3878002dc7ef6947747c0 | refs/heads/master | 2021-01-02T09:33:11.507170 | 2014-10-08T06:50:35 | 2014-10-08T06:50:35 | 23,389,009 | 3 | 4 | null | null | null | null | UTF-8 | Java | false | false | 565 | java | package com.swust.queue;
import java.util.List;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.LinkedBlockingQueue;
public class URLQueue<E> {
private BlockingQueue<E> urlQueue;
public URLQueue(){
urlQueue = new LinkedBlockingQueue<E>();
}
public URLQueue(int capacity){
urlQueue = new Linke... | [
"pangjuntaoer@163.com"
] | pangjuntaoer@163.com |
5587ac1b4f03ceb7a1673fbd22e9a67f3bbf199b | 822c7a056643e0d8cce0f260b1eef838e29edc30 | /src/main/java/fr/team0w/website/security/Clearance.java | 8a7a867e92f308ed83f871949a7061600a27dcdc | [] | no_license | Nic0w/Team0wWebsite | ec5d81e593950236693a5de77719077801af569c | dad81622357d2055523b2cbfb8838f803fb37b6f | refs/heads/master | 2020-12-30T10:36:54.178045 | 2013-06-20T22:01:21 | 2013-06-20T22:01:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 140 | java | /**
*
*/
package fr.team0w.website.security;
/**
* @author nic0w
*
*/
public enum Clearance {
ANONYMOUS,
USER,
ADMINISTRATOR
}
| [
"nico.broquet@gmail.com"
] | nico.broquet@gmail.com |
aeaa3710813207be57ea0794ea55c0f1859aca2a | 16473ec7c83093a35646dce56ce67fd518601611 | /vanillabench-master/src/main/java/org/vanilladb/bench/rte/TxParamGenerator.java | a0566bd388f754b6a95aa255355005c6602859e5 | [
"Apache-2.0"
] | permissive | 416014530/CloudDB_final | 6b0b252a0fccbba9062c1bfa6606e66f59ca5d05 | 8c8a38bb6eb15045fcd6a6df0918471127c71276 | refs/heads/master | 2020-09-21T07:21:05.513115 | 2017-06-18T16:25:44 | 2017-06-18T16:25:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 184 | java | package org.vanilladb.bench.rte;
import org.vanilladb.bench.TransactionType;
public interface TxParamGenerator {
TransactionType getTxnType();
Object[] generateParameter();
}
| [
"chenwei850825@gmail.com"
] | chenwei850825@gmail.com |
4b6c9092be465b2f13aeb596424d3989fb6e6c3a | 5107d917c5b4395f9f1d1934b5001938b1eea3b8 | /src/java/com/ufpr/tads/web2/dao/start_env/data/CreateCadastro.java | f9f6dcca2c46a1fdb6431a1a1896f120e079926c | [] | no_license | wgiacomin/java-ee | 523d5e3c0d18df15a4e2f5441dddf3d8dbc037a4 | 99fe0eafe5847978b47c68446490bddd3b9b0909 | refs/heads/main | 2023-07-01T10:50:18.767055 | 2021-08-04T00:00:09 | 2021-08-04T00:00:09 | 367,941,971 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,352 | java | package com.ufpr.tads.web2.dao.start_env.data;
import com.ufpr.tads.web2.dao.utils.ConnectionFactory;
import java.sql.Connection;
import java.sql.Statement;
public class CreateCadastro {
private static Statement query = null;
private static Connection con = null;
public static void main(String[] args) {... | [
"30360664+wgiacomin@users.noreply.github.com"
] | 30360664+wgiacomin@users.noreply.github.com |
58f614b302e8524eeac2210a19b5905e719009db | cffbacf1f9d7906af219793787eb954b50d6d1f4 | /HandCopyGWT2/src/java/br/com/i9/aparato/client/AdminHandCopyAccordion.java | f5637836e6bd445cdc46123f1fbfb71c0ec38ea8 | [] | no_license | geoleite/HandCopy | 538e51504e014a1ac2cdfac7ef7ef48e7da79fe1 | 2bccc6fa46657a425240931e070968755f6d284c | refs/heads/master | 2021-01-12T03:36:19.539034 | 2017-01-06T20:34:26 | 2017-01-06T20:34:26 | 78,234,627 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,818 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package br.com.i9.aparato.client;
import br.com.easyportal.gwt.client.accordionModel.AMenuHandlerAccordion;
import br.com.easyportal.gwt.client.admin.portal.portal.sis_sistema.Sis_sistemaConsultGWT;
import br.com.i9.apa... | [
"georgeleitejunior@gmail.com"
] | georgeleitejunior@gmail.com |
a32b18650ad60eda1c0525235635d774584616a7 | bd556e9a5f84eca9a859ccd32c7fd9db3a148f47 | /src/main/java/com/bkhn/master/controller/CompanyProfileController.java | 19cf2a6fbccd19e930401e3a393e30d365f74a10 | [] | no_license | minhdatplus/fundamental-service | 2998f3b6e08cb3b9a52ddd49a99fda87c9dad4a6 | c0ec33ca19bff72dfd7158a1f4446d0624f7c84e | refs/heads/master | 2023-05-02T13:49:38.438895 | 2021-05-27T18:25:43 | 2021-05-27T18:25:43 | 371,437,464 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,472 | java | package com.bkhn.master.controller;
import com.bkhn.master.client.CompanyProfileFeignClient;
import com.bkhn.master.model.OperationRequest;
import com.bkhn.master.model.request.CompanyProfileRequest;
import com.bkhn.master.model.request.LeadershipRequest;
import com.bkhn.master.model.request.SimilarIndustryCompanyRequ... | [
"datdm@ascendsgroup.com"
] | datdm@ascendsgroup.com |
f72f5f6c96d5027cf18f61df592d6109851cc5e9 | ba5193a7e8086aac8095163e8e01542902dc9245 | /src/main/java/webstore/config/JpaConfiguration.java | 7f7c15d076d679aac9dd2c84499cb0cf021f5fb0 | [] | no_license | HelgaLis/ormwebstore | 1fb7ff84d9664624d55145d76d80333d1294b8d9 | 193c8efd7f25f54dcc88655aaf21d6bc0f79e5c1 | refs/heads/master | 2020-04-05T17:39:10.789088 | 2018-11-11T12:11:49 | 2018-11-11T12:11:49 | 157,070,150 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,575 | java | package webstore.config;
import javax.sql.DataSource;
import org.hibernate.dialect.HSQLDialect;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.jdbc.datasource.embedded.EmbeddedDatabase;
import org.springframework.jdbc.datasou... | [
"helga@helga-OEM"
] | helga@helga-OEM |
7bbcd3eaeeee9eeedf65fddbd29c479b64b44547 | 51614ac3764a9e53827e649d24eb0e23605067f1 | /Weatherapp/app/src/main/java/com/weatherapp/model/Weather.java | 3a34d0735c6916dba3434505ace40aae72d61315 | [] | no_license | mahmoudmaamounz/Android | 9305ce75dc96070d56bac8edc41f003e9075a084 | 4a51e6420a7eb89f95c638b042349023d7e8f2d0 | refs/heads/master | 2021-01-19T13:37:22.831614 | 2017-02-26T18:58:53 | 2017-02-26T18:58:53 | 82,402,601 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,689 | java | package com.weatherapp.model;
import android.graphics.drawable.Drawable;
import java.util.Date;
/**
* Created by Luci on 1/28/2017.
*/
public class Weather {
String description;
String min_temp;
String max_temp;
Drawable icon;
String pressure;
String humidity;
String updateOn;
pub... | [
"mahmoud.admaamoun@gmail.com"
] | mahmoud.admaamoun@gmail.com |
ca077fb6170847dbfc6ef2a1656403cdcbba6392 | 58d644f4a8a4e1e0346ada39efac566bf4f4b976 | /Day08_ValueTest/src/main/java/com/spring/day8/Main2.java | f7fdd01db28f79e9adcf5cd341f73530f77930c2 | [] | no_license | ZinKoWinn/Spring-FrameWork | 715c46ed57074488f73d22af90cedf1515c5839f | 18c422cd3b92f803b0bd3c9aa98a4d2e9cd678f5 | refs/heads/master | 2023-06-16T02:52:59.170634 | 2021-07-08T16:21:45 | 2021-07-08T16:21:45 | 299,191,520 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,126 | java | package com.spring.day8;
import org.springframework.expression.ExpressionParser;
import org.springframework.expression.spel.standard.SpelExpressionParser;
import java.util.Arrays;
public class Main2 {
public static void main(String[] args) {
ExpressionParser expressionParser = new SpelExpressionParser();... | [
"61304140+ZinKoWinn@users.noreply.github.com"
] | 61304140+ZinKoWinn@users.noreply.github.com |
8b4701a5bedc01793e4b5d1e56d589b57b8f0efa | eaeafaf85c157d10dcdfb68f7c299bf4195800de | /org.xtext.example.mydsl/org.xtext.example.mydsl/src-gen/org/xtext/example/mydsl/myDsl/impl/Class_declarationImpl.java | 29d51e71d4076579b1b155092f28770de044dd56 | [] | no_license | luciojp/ProjetoCompila | 77af78eb5adf2475fed93d403f9bb0b605f15fbf | afa99659eacef55bd31b060a6ee2b24c3743f2c7 | refs/heads/master | 2021-01-01T18:57:25.285168 | 2017-07-26T22:18:07 | 2017-07-26T22:18:07 | 98,470,011 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,903 | java | /**
*/
package org.xtext.example.mydsl.myDsl.impl;
import java.util.Collection;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.NotificationChain;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
im... | [
"antoniolucio_@hotmail.com"
] | antoniolucio_@hotmail.com |
483ba58509ec2879b595d9bac5cd7ad0560a0b73 | 6ded8dbdeb0549a0eac65326f2741c287261b1f3 | /src/test/java/guru/springframework/controllers/SetterInjectedControllerTest.java | 81f3d4129ae458bff976c4a1b3656569936e4c80 | [] | no_license | ashuprabhune/di-demo | 52d1dc73c12f200682983c468608f0a3cf2b4ae6 | 7db56b0cbfc835cb9ea8710b75b083fb83e081b6 | refs/heads/master | 2020-11-26T04:07:27.707273 | 2019-12-25T01:00:57 | 2019-12-25T01:00:57 | 228,960,386 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 727 | java | package guru.springframework.controllers;
import guru.springframework.didemo.controllers.SetterInjectedController;
import guru.springframework.didemo.services.GreetingServiceImpl;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class SetterInjectedControllerTest {
... | [
"ashuprabhune@gmail.com"
] | ashuprabhune@gmail.com |
e97ecca984aede58476b2ebcd8e41de8a7d50f7b | 5c09497cccdb7734fd87cb56c51ee42bb1bfba9b | /app/src/main/java/com/nxt/ott/view/RxDialogCaptcha.java | 61d9c56f0a7a7fe8fd1483daf1ba6e83c860b357 | [] | no_license | huqiangqaq/jx12316 | a857ed011bdaee9a72846ece190f249d1145f3ba | b0da3d40859f3bffb80b0a42580b46856366cf32 | refs/heads/master | 2021-01-11T01:42:12.249230 | 2017-12-19T09:17:06 | 2017-12-19T09:17:06 | 69,533,824 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,052 | java | package com.nxt.ott.view;
import android.content.Context;
import android.content.DialogInterface;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.EditText;
import android.widget.ImageView;
import android.widget.TextView;
import com.nxt.ott.R;
import static com.nxt.ott.view.RxCaptc... | [
"839168655@qq.com"
] | 839168655@qq.com |
f5d687f01fac8dcb244da10e4b3c30a1e4fbd6b8 | 2d415ec03793e424df83fddaceddb638d65b3905 | /src/issue/ValuePropagation.java | 316b564a6d4bccb4dc133a9414e5316d97b0a949 | [] | no_license | fujinjin/data-structures-and-algorithms | 13181361bdbd972ddd75547f9ff22ccd8cc2a289 | 3e73e3f202ccec44681fe624be281dde65694182 | refs/heads/master | 2021-06-27T06:39:18.579995 | 2021-05-27T09:31:16 | 2021-05-27T09:31:16 | 228,565,458 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,455 | java | package issue;
public class ValuePropagation {
public static void main(String[] args) {
String a = "a";
passString(a);
System.out.println(a);
User user = new User();
user.setName("xiao");
user.setGender("man");
passObject2(user);
System.out.println(us... | [
"Fl2011721521j"
] | Fl2011721521j |
cc57640b3ecbcff4c0a97cb326df85c2764f92c0 | c23d0dd16db2f37dd393b59c5b55057e2f1c7234 | /3.Exercises/4.Fourth/src/utils/SampleLinkedListTest.java | 55659ca10ff462143acc6408aa0d768330c8ab00 | [] | no_license | Echolz/DSA-FMI | 3e96be0a35fd469e05ff24ad94c1e61feb410d44 | 49ac8430fa7018bbf18cfbb8485304be0916dfcb | refs/heads/master | 2021-07-25T23:40:35.773552 | 2020-04-18T10:42:55 | 2020-04-18T10:42:55 | 152,400,751 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,242 | java | package utils;
import org.junit.Before;
import org.junit.Test;
import java.util.ArrayList;
import java.util.List;
import static org.junit.Assert.*;
public class SampleLinkedListTest {
private LinkedList<Integer> list;
private java.util.LinkedList<Integer> realList;
@Before
public void setUp() {
... | [
"elizaremanuilov@gmail.com"
] | elizaremanuilov@gmail.com |
f78d7c26f7d29ba64a7ad3ee84d6e595349ee072 | 43257f4a7152b0f3c58b39d3834e8f60556c6cb2 | /src/regmach/MainProgram.java | dec5516b3d10fd4fba4de6c82548859749a393f9 | [
"MIT"
] | permissive | andylshort/register-machines | 5839143b8c8c3ec38ccae6b167d3dcd5715a961b | 7a615834013164395b451a368aa5b75dbdc6e870 | refs/heads/master | 2021-06-07T15:11:42.242028 | 2016-11-11T20:53:24 | 2016-11-11T20:53:24 | 38,259,138 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,113 | java | package regmach;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.Scanner;
public class MainProgram {
public static void main(String[] args) {
RegisterSet registers = loadInitialRegisterSet();
Program program = loadProgramFromFile(args[0]);
// Execute the pro... | [
"a.lamzedshort@gmail.com"
] | a.lamzedshort@gmail.com |
9ce6bcd5ed6e6dc1f1865167952cf69e3fa185b5 | 46d2123b581e6fb4326d3262422e55395defc1e3 | /.svn/pristine/9c/9ce6bcd5ed6e6dc1f1865167952cf69e3fa185b5.svn-base | af1010460789fef704f6dfc06c10f44e35d1b66b | [] | no_license | Mxtreme1/Java-Exercises | e24532837cc0e0a16f62196a91aa7b6db1828b2c | e8b033385f2a91b503ec2ea0429b60b805eb856f | refs/heads/master | 2021-06-23T13:21:14.752802 | 2017-07-31T18:22:05 | 2017-07-31T18:22:05 | 89,339,604 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 626 | package convertunits;
public class Conversions {
public static double km2miles(double x) {
// returns converted value (1km = 0.62137 miles)
return x * 0.62137;
}
public static double miles2km(double x) {
//returns converted value miles to km
return x * 1.61;
}
... | [
"mr492@students.uni-freiburg.de"
] | mr492@students.uni-freiburg.de | |
ed1166293bc8455df566552201ea85ab94bd71cd | cbc4fe218249880f628186828505295519d37c6c | /demo/react-native/m-app3/android/app/src/debug/java/com/xutongbao/mapp3/ReactNativeFlipper.java | cee924518c701f12849175ff1cd03e3d92e1ea55 | [] | no_license | baweireact/m-apps | a6b6107c3507284c8207b8796d5c9cf77724c7a0 | bc816bd5bdc6b43baa168d449d14bbb41e3ab3b5 | refs/heads/master | 2023-05-28T10:03:36.013553 | 2023-05-20T09:19:57 | 2023-05-20T09:19:57 | 224,748,045 | 1 | 1 | null | 2022-06-07T08:10:37 | 2019-11-29T00:17:32 | JavaScript | UTF-8 | Java | false | false | 3,266 | java | /**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree.
*/
package com.xutongbao.mapp3;
import android.content.Context;
import com.facebook.flipper.android.AndroidFlipperClient;
import c... | [
"xutongbao@douyuxingchen.com"
] | xutongbao@douyuxingchen.com |
317da60c66a8092496bafe0ae2bf76f3b5232ce2 | 6451c77ce976b7b927b6345e9dd4c586fd15b317 | /cgi_kunde2.0_shop/shop/build/hybris/bin/custom/pacoshop/pacoshopfulfilmentprocess/src/com/cgi/pacoshop/fulfilmentprocess/actions/order/OptinSSOAction.java | a2acd4a807379857cf3b5ca2f5209f990ad4ea84 | [] | no_license | dixit-anup/maventotalproject | eefae3fbc1de085b3057edd87dcb3605f7e8750b | 2c0f5581d32dd1aa265e455a9447ab7d160cf5f1 | refs/heads/master | 2021-01-16T21:57:39.423961 | 2014-08-21T14:58:18 | 2014-08-21T14:58:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,134 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2000-2013 hybris AG
* All rights reserved.
*
* This software is the confidential and proprietary information of hybris
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with the terms of the
* li... | [
"dmitry.bilyk@symmetrics.de"
] | dmitry.bilyk@symmetrics.de |
60ff4eb3ddac3392f40759116554509572ab8d6d | 4973f70bbe7bf95325bcd3f66fc407e84bbb0708 | /network/resource-manager/v2018_08_01/src/main/java/com/microsoft/azure/management/network/v2018_08_01/implementation/PublicIPPrefixesInner.java | 810da0bb83744d3bddf706bd9999a4a7da8923db | [
"MIT"
] | permissive | kalyanaj/azure-sdk-for-java | 49ce8542ea86e12d47fa5819d5e9cdca72f63554 | 0632cec04ea1158175cc2e53b002ca44dcdbe210 | refs/heads/master | 2020-03-08T05:13:11.869050 | 2019-05-07T22:27:06 | 2019-05-07T22:27:06 | 127,942,805 | 0 | 0 | MIT | 2018-04-03T17:18:09 | 2018-04-03T17:18:09 | null | UTF-8 | Java | false | false | 78,165 | java | /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/
package com.microsoft.azure.management.network.v2018_08_01.implementation;
import com.m... | [
"jianghaolu@users.noreply.github.com"
] | jianghaolu@users.noreply.github.com |
35ce395f5c27813e68b08f84711e821426a8b13a | 6b419bda0271dc110c5d8eca4344094ecd239fee | /examples/curator/src/main/java/io/sundr/examples/curator/SetDataOption.java | b85c67e61ce41715922e9671feffbeeed92afbad | [
"Apache-2.0"
] | permissive | janstey/sundrio | 320a054f39481008004380d15c510626f5ec7600 | 2daa650a38c9393ebe49b0b2dfd9b03a9d9b6b2f | refs/heads/master | 2021-01-15T13:33:24.123035 | 2015-09-25T15:48:14 | 2015-09-25T15:48:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,044 | java | /*
* Copyright 2015 The original authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"iocanel@gmail.com"
] | iocanel@gmail.com |
c820568edd7f3dcd70684ba7de8f11e1c5247cbd | f5398748ea435d203248eb208850a1d36939e3a8 | /EASy-Standalone/EASyCommandLineTest/testdata/elevator/PL_SimElevator2/src/gui/views/outside/ElevatorPanel.java | 470172c4c5daa422a1927bf1b3b0fed8cbce3dd2 | [
"Apache-2.0"
] | permissive | SSEHUB/EASyProducer | 20b5a01019485428b642bf3c702665a257e75d1b | eebe4da8f957361aa7ebd4eee6fff500a63ba6cd | refs/heads/master | 2023-06-25T22:40:15.997438 | 2023-06-22T08:54:00 | 2023-06-22T08:54:00 | 16,176,406 | 12 | 2 | null | null | null | null | ISO-8859-1 | Java | false | false | 4,891 | java | package gui.views.outside;
import gui.buttons.$outerview_buttontype;
//import gui.buttons.DefaultButton;
import gui.views.ScrollPanel;
import java.awt.Dimension;
import java.awt.Graphics;
import java.util.ArrayList;
import javax.swing.Icon;
import javax.swing.ImageIcon;
import javax.swing.JLabel;
import properties.Pro... | [
"elscha@sse.uni-hildesheim.de"
] | elscha@sse.uni-hildesheim.de |
00628be429515f1556cfbcba4d5e80084b979e38 | 18d1ff45c6168e3eed0950666c64a71354d86602 | /demo/src/main/java/com/github/smartbuf/springcloud/model/UserModel.java | 60e6dabe2a8843ba19230f29de41b8b63bf04a1e | [
"MIT"
] | permissive | smartbuf/smartbuf-springcloud | d2f60d415da02593abc5442466035a8cab8cb8ac | 3529ad856b7fb9c001116b9271ad81033bebfc0e | refs/heads/master | 2022-05-31T12:57:41.969547 | 2019-11-22T13:53:13 | 2019-11-22T13:53:13 | 222,907,922 | 0 | 0 | MIT | 2022-05-20T21:17:03 | 2019-11-20T10:08:34 | Java | UTF-8 | Java | false | false | 463 | java | package com.github.smartbuf.springcloud.model;
import lombok.Data;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
@Data
public class UserModel implements Serializable {
private int id;
private String token;
private String nickname;
private String loginIp;
priva... | [
"sulinixl@163.com"
] | sulinixl@163.com |
8ccc6e1eb225c4853aa88da1ec367b04005a92c9 | 1bde23a25a0d6157d8ee661b201ea1487ba33b0e | /app/src/main/java/com/example/fariscare/ProfilePage.java | 55b7ddbd8ed7c72b3fba5ce8ffedef63d97e8ad2 | [] | no_license | Kwongmingwei/FarisCare | 4d6b78da43a298fa0d596fbc95f0b4783212b247 | bedc35f81a8fa0db9c0f2dc72e5fcedc50c2523e | refs/heads/master | 2023-02-25T09:30:38.291425 | 2021-02-02T08:59:32 | 2021-02-02T08:59:32 | 308,499,645 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,808 | java | package com.example.fariscare;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.provider.Telephony;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditTex... | [
"s10193226@connect.np.edu.sg"
] | s10193226@connect.np.edu.sg |
950c411a7ed8154fe305cf93ce244588430e9709 | e36f8cc8fd5b0e27f7887886334e3790f1d806ac | /src/main/java/com/liujie/server/controller/EmployeeController.java | 86621f7c89afc0d6696b11e77fca72634661f6c3 | [] | no_license | liujie1122/spring_cache | ce5b8dd7e1625190de966417dce2f20a90534c16 | 131cb8e1a8d70c98c8f0a2fb301bd6c99790575c | refs/heads/master | 2022-06-25T00:00:04.188868 | 2019-11-26T00:59:03 | 2019-11-26T00:59:03 | 223,835,778 | 0 | 0 | null | 2022-06-17T02:41:40 | 2019-11-25T01:12:21 | Java | UTF-8 | Java | false | false | 1,455 | java | package com.liujie.server.controller;
import com.liujie.server.bean.Employee;
import com.liujie.server.mapper.EmployeeMapper;
import com.liujie.server.service.EmployeeService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springfram... | [
"1846671638@qq.com"
] | 1846671638@qq.com |
2ebef4047c9b4982c316c3dd723cde64e8ac03d3 | b79ddee0d72bbc4a03bdf48e6015199b10ab5da0 | /cloud-provider-payment8004/src/main/java/com/vi/springcloud/PaymentMain8004.java | 3292be07594af706a03daec4e58937b6f80ed86c | [] | no_license | coVdiing/springcloud_learn | 856db10555ba0cc9eb8e4b000540a50c4f81b78b | 083eff3abd9dc3ec3d9e68c9939c373c5d052e96 | refs/heads/master | 2022-12-21T05:07:05.553144 | 2020-09-28T08:19:10 | 2020-09-28T08:19:10 | 295,611,238 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 413 | java | package com.vi.springcloud;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
@SpringBootApplication
@EnableDiscoveryClient
public class PaymentMain8004 {
public static vo... | [
"113714806@qq.com"
] | 113714806@qq.com |
97628957fe56a2efaf5c77223765675b82cb7a20 | a4a51084cfb715c7076c810520542af38a854868 | /src/main/java/com/tencent/liteav/audio/impl/Play/d.java | 6a7edda7955c4aa067b5885a8baac11f711af899 | [] | no_license | BharathPalanivelu/repotest | ddaf56a94eb52867408e0e769f35bef2d815da72 | f78ae38738d2ba6c9b9b4049f3092188fabb5b59 | refs/heads/master | 2020-09-30T18:55:04.802341 | 2019-12-02T10:52:08 | 2019-12-02T10:52:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,307 | java | package com.tencent.liteav.audio.impl.Play;
import android.content.Context;
import android.media.AudioTrack;
import com.tencent.liteav.basic.log.TXCLog;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.util.Arrays;
public class d {
/* renamed from: a reason: collision with root package name */... | [
"noiz354@gmail.com"
] | noiz354@gmail.com |
038d10f1c702b78ec9a9235af44f190e843dc81a | 124e4b4e9a06999c1da7a58820cd1b02bcb64290 | /TestFHIR/target/generated-sources/xjc/org/hl7/fhir/model/OrderOutcomeStatus.java | 85dc07f878d31819e09054d33ad81d55dae649ba | [] | no_license | Rickeys-playground/bmi591 | 37e7c065bf5582caeb66b996d0f444e66328e359 | b34e909755ed996b0a45843353f1170e18a805a7 | refs/heads/master | 2016-08-07T05:57:07.707808 | 2015-09-01T10:02:24 | 2015-09-01T10:02:24 | 41,276,769 | 0 | 1 | null | 2015-09-01T10:02:25 | 2015-08-24T02:12:42 | Java | UTF-8 | Java | false | false | 3,022 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.08.27 at 10:15:... | [
"rickey86@gmail.com"
] | rickey86@gmail.com |
c5d632e962f1818e2523df656263d805542c7ad8 | f03c4bc02344e4e6418afd9166bc7f7dc9abe498 | /core/src/main/java/com/hartmann/lumen/core/tools/bt/Sequence.java | 851424101f45253b2ebfb17f6858624409cfb167 | [
"Apache-2.0"
] | permissive | jonashartmann/lumen | 8e5bffff1294615060c883b70bb440aa4c741411 | 36a742171edc17b6c824d017facb9e5891a1aba6 | refs/heads/master | 2020-05-04T15:42:42.248872 | 2018-11-11T16:51:40 | 2018-11-11T16:51:40 | 6,918,718 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,533 | java | package com.hartmann.lumen.core.tools.bt;
import java.util.Iterator;
import playn.core.Asserts;
import com.hartmann.lumen.core.tools.bt.BehaviorObserverDelegate.BehaviorObserver;
public abstract class Sequence extends Composite {
protected final BehaviorTree m_pBehaviorTree;
protected Iterator<Behavior> m_... | [
"jonasharty@gmail.com"
] | jonasharty@gmail.com |
c8d2b37a902094814532b4de502a4edc348cb6a9 | 0b2e83d955a7f192ea4b764762d7203bd58c4c30 | /Bugzilla/src/org/elsys/utilities/Utilities.java | 3eb79b28d9b4dddbb01b48b59adcf46d41602137 | [] | no_license | wang663632304/Bugzilla | c2160a996729cf26ecd6e4ca19c14279501b9074 | fb8033d503ec11768f4b53763a4cf0ae600055a9 | refs/heads/master | 2021-01-18T10:59:14.025526 | 2011-12-14T22:03:31 | 2011-12-14T22:03:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,804 | java | package org.elsys.utilities;
import java.util.ArrayList;
import java.util.HashMap;
import org.elsys.R;
import org.elsys.data.Account;
import android.content.Context;
import android.widget.ListView;
import android.widget.SimpleAdapter;
public class Utilities {
private final static String mySettingsListKey = "accou... | [
"evgenizero@gmail.com"
] | evgenizero@gmail.com |
06892fc68e9aa6f06248e08770a562ab4fe4f981 | a1966e4b36e1ba8de1c9271684d4f4fb1e6be1c5 | /app/src/main/java/mrgao/com/mrgaoviews/utils/QQBubbleEvaluator.java | acd62c63184f2902ce27f2ad211e9e57154a6d5d | [] | no_license | Sniper-Aim/SelfDefineViews | 888cdf799d64828762878ca0772b260689448460 | d555716cf5ed568e5d039bb312f5d24755da9ddb | refs/heads/master | 2020-09-30T16:39:18.538016 | 2018-03-10T08:22:09 | 2018-03-10T08:22:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 614 | java | package mrgao.com.mrgaoviews.utils;
import android.animation.TypeEvaluator;
import android.graphics.Point;
/**
* Created by mr.gao on 2018/1/8.
* Package: mrgao.com.mrgaoviews.utils
* Create Date:2018/1/8
* Project Name:SelfDefineViews
* Description:
*/
public class QQBubbleEvaluator implements TypeEvaluato... | [
"1451953172@qq.com"
] | 1451953172@qq.com |
9bdd0a028582afd74e6a9b82d8ec9ba8cba7515f | c0baa6a0bf055128a1233f664520ac212f6287a6 | /Sistema_de_sugestao/form/DevolutivaColab.java | 84dc26003643f581ffc43890a5d86403bd7875f2 | [] | no_license | jorgeusjt/SistemaSugestao | f20d49fa4b4fea63bbd6738efcb11fece23f8c7d | 080c05a35eb74f624038da658dd3fdc91aad7335 | refs/heads/master | 2020-03-28T11:57:57.848352 | 2018-09-11T04:24:45 | 2018-09-11T04:24:45 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 10,098 | java | package form;
import java.awt.*;
import javax.swing.*;
import javax.swing.text.*;
import java.text.*;
import java.awt.event.*;
import javax.swing.JPanel;
import java.awt.BorderLayout;
import java.awt.FlowLayout;
import java.awt.GridLayout;
import java.util.Date;
import java.sql.SQLException;
import java.sql.ResultSet;
... | [
"jorgelimass@hotmail.com"
] | jorgelimass@hotmail.com |
64137e5821771380bdb1866c1e7dd96231c57936 | fbc552e4fb35e1dd9891dec7e1b17f1d17f1a067 | /JAVA-prac-2020.7.9/src/a2020_7_15/b_抽象/c_举例1/Animal.java | 72eb94e31f57c5368be0f52fd4c008ba27ff65a4 | [] | no_license | nienianni/JAVA-pra | 8d440c33c5bea2155a9454d5d0de36419360a15f | d20e71a1005aeaba19210b8934b48483ca923fc1 | refs/heads/master | 2022-11-23T23:41:15.689807 | 2020-07-27T06:51:28 | 2020-07-27T06:51:28 | 282,813,601 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 167 | java | package a2020_7_15.b_抽象.c_举例1;
// 最高的抽象父类
public abstract class Animal {
public abstract void eat();
public abstract void sleep();
}
| [
"986223992@qq.com"
] | 986223992@qq.com |
82b9c0f774de812b00754fb0e78f5f2d2b9a3642 | ab1307a41c400b0ae580dae33352a3fcb74a5f37 | /Triportal/src/main/java/edu/purdue/cs/util/ui/SystemUiHider.java | eb2cba135dfa2d06214d7e1254d85ec099f90e7e | [] | no_license | Shilpika/triportal | 8d3b75f16f146e3c6e6e972aa21ca493b148939c | e67e4cc3b3b024e3f660b480b6d56a728ce9d0ae | refs/heads/master | 2020-04-11T15:55:28.385918 | 2016-04-29T04:34:45 | 2016-04-29T04:34:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,843 | java | package edu.purdue.cs.util.ui;
import android.app.Activity;
import android.os.Build;
import android.view.View;
/**
* A utility class that helps with showing and hiding system UI such as the
* status bar and navigation/system bar. This class uses backward-compatibility
* techniques described in <a href=
* "http://... | [
"i@bowiegou.com"
] | i@bowiegou.com |
dde69877adda766b4f3accb151fe09bc3204fe55 | 1ce4065fe374c668d1410d9038927b8a6fc93746 | /jfe/src/main/java/com/jfe/resources/MongoConfig.java | 60fb2d9ee0aaa0d97d582ab866df4b1cb6cc0133 | [] | no_license | venkatesh4ever/JobPortal | 26de42af5f30bb0eace1de365ab0f385ed01ac04 | 40064c2b2175c5a6b93ab3941689043003288e76 | refs/heads/master | 2020-06-08T08:19:14.304625 | 2014-12-25T16:05:54 | 2014-12-25T16:05:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,098 | java | /**
*
*/
package com.jfe.resources;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
import org.springframework.core.e... | [
"venkatesh4ever@gmail.com"
] | venkatesh4ever@gmail.com |
7bc298cfd02db85d3facf05631247ee8445e27e6 | 1d73cc52b5a9592aad9f21099b4b86c4a01503c3 | /src/main/java/org/snakeyaml/engine/v2/tokens/KeyToken.java | 5670b86001b3b91a11e20345a131d68ea1b26742 | [
"Apache-2.0"
] | permissive | Alanscut/snakeyaml-engine | 80adb1d2c5bba2e6bc66807b38509d0f3e8a7df4 | d27cccc4a4d0221323aa00b8709d7cc8540d3618 | refs/heads/master | 2022-12-06T00:27:32.097068 | 2020-08-22T16:28:26 | 2020-08-22T16:28:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 979 | java | /**
* Copyright (c) 2018, http://www.snakeyaml.org
* <p>
* 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
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by a... | [
"public.somov@gmail.com"
] | public.somov@gmail.com |
17669e7079729f4bdc9678150007467702b9bc6a | 555b6b5dec93026ecbb12c9b0646d894e39536d5 | /src/main/java/vtag/vorhangkontrolle/networking/ClientListener.java | f598312a679c1928b35c260d8a3cd783c858fd39 | [] | no_license | moritzhoewer/Vorhang_Android | 9bc12d771b6d9d1fa3d74fdd642e901cc6c3c57e | a42d0a53e3bcfab8d61c32a2472837c7bf16b688 | refs/heads/master | 2021-01-12T10:26:16.006679 | 2017-03-20T21:00:56 | 2017-03-20T21:00:56 | 76,453,362 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 154 | java | package vtag.vorhangkontrolle.networking;
/**
* Created by Moritz on 19.03.2017.
*/
public interface ClientListener {
void handleDisconnect();
}
| [
"Moritz.Hoewer@haw-hamburg.de"
] | Moritz.Hoewer@haw-hamburg.de |
1a511e28d58a754aed7f5c8132fef934d2991727 | 5d49fb536387c991bbc35e0f1aeaf4aca91e5981 | /fastminimq-core/src/main/java/org/nopasserby/fastminimq/MQBroker.java | d6eaf801aa395d6d9e48984eaf16dcb7b41b3e35 | [
"Apache-2.0"
] | permissive | zip01/FastMiniMQ | 6c227aaafcc294ddb68e9ff2cbe637d09496fa00 | cbf4dfe9faa504bfbbf568524cc2efc786fee52d | refs/heads/master | 2023-02-11T02:21:12.849128 | 2021-01-11T03:45:53 | 2021-01-11T03:45:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,555 | java | /*
* Copyright 2020 Guo Chaosheng
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | [
"guochaosheng@hotmail.com"
] | guochaosheng@hotmail.com |
1d24a7bfd043e6ec41bc533e0c32d70845ef634d | b9de226dd63c3ed3e60604cb6b1b65184a525470 | /task_7_remote_procedure_call/grpc-hello-world/src/main/java/org/acme/ExampleResource.java | 4d437692ef2964c34b0be20e6c64297612a21c69 | [] | no_license | VladPetryakov/all_network_interfaces | d0dbf621217bfd1bda6e52fecc35ea96727d0ac8 | a08e0e2fc6db5199ee791003cbdf22b936cb164b | refs/heads/master | 2023-04-21T07:56:24.742934 | 2021-05-12T10:48:53 | 2021-05-12T10:48:53 | 348,483,933 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 751 | java | package org.acme;
import io.quarkus.example.GreeterGrpc;
import io.quarkus.example.HelloRequest;
import io.quarkus.grpc.runtime.annotations.GrpcService;
import javax.inject.Inject;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import javax.ws.rs.core.Media... | [
"petryakov.v@inbox.ru"
] | petryakov.v@inbox.ru |
04746298e2c89e7c2d4a463a383748e34f411f0e | e5bb4c1c5cb3a385a1a391ca43c9094e746bb171 | /Service/trunk/service/api-product/src/main/java/com/hzfh/api/product/service/PartnerIssuerFollowService.java | 4cafeaf7819709c6da96c4502dac93512c395e3e | [] | no_license | FashtimeDotCom/huazhen | 397143967ebed9d50073bfa4909c52336a883486 | 6484bc9948a29f0611855f84e81b0a0b080e2e02 | refs/heads/master | 2021-01-22T14:25:04.159326 | 2016-01-11T09:52:40 | 2016-01-11T09:52:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 696 | java | package com.hzfh.api.product.service;
import com.hzfh.api.product.model.PartnerIssuerFollow;
import com.hzfh.api.product.model.query.PartnerIssuerFollowCondition;
import com.hzframework.data.service.BaseService;
/*******************************************************************************
*
* Copyright 2015 HZ... | [
"ulei0343@163.com"
] | ulei0343@163.com |
898267a6b9048d402ae68a94083a796f82931bb9 | 34c1c83d0eff2755babb4a47a8fd97b6a2abd621 | /.svn/pristine/70/70d408b3dbd60a4ad4252bdf7859eef49c2a77cb.svn-base | 5aebd07125a05f4ccc1dc0f78d9bc23678932522 | [] | no_license | marionlxy/tsp | 8bedf3bc5a05bbf1c61104b196eb94862ff19536 | 0417367058574be3e4feb6c941b2ef12fa3e7e49 | refs/heads/master | 2022-04-09T13:57:41.644110 | 2018-05-11T08:47:17 | 2018-05-11T08:47:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,481 | package cn.spacewalker.tsp.bg.tbox.client;
import cn.spacewalker.tsp.bg.pojo.dto.Gbt32960Msg;
import io.netty.buffer.ByteBuf;
import io.netty.channel.ChannelHandlerContext;
import io.netty.handler.codec.MessageToByteEncoder;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
/**
* Th... | [
"cnbzzz@126.com"
] | cnbzzz@126.com | |
1951f06a57ac8fa71fa053d3431270b9c14f3dd7 | 5568a89761bcda924e14219b25d336455cef8e2e | /Demo/src/demo/J10.java | a1db75a9e00ec9ef5467fab2adedf17dfaebd005 | [] | no_license | NavyaKondakindi/BrillioTraining | ec86622802f4a5dad0bd2a57ea9241fdfaded058 | a6eeb1b1f3426599cb65b8a71943271a9cbc2002 | refs/heads/master | 2023-07-01T08:03:38.956747 | 2021-08-04T12:17:54 | 2021-08-04T12:17:54 | 390,012,299 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 262 | java | package demo;
public class J10 {
public static void main(String[] args) {
// TODO Auto-generated method stub
int arr[]=new int[] {10,20,36,50,30};
int max=0,i;
for(i=0;i<arr.length;i++)
{
if(arr[i]>max)
{
max=arr[i];
}
}
System.out.println(max);
}
}
| [
"Navya.Kondakindi@BRILAP2533.mshome.net"
] | Navya.Kondakindi@BRILAP2533.mshome.net |
a972af870f7cbd11f922410ba6e4f2987d18ed17 | 43adde60459600c8605ac695c0e63f3ef35f53e7 | /src/main/java/com/store/buysmart/service/JwtUserDetailsService.java | ea9e56a869f14e54711ec57687fa2e8da80d39cd | [] | no_license | sahilagrawal15/Store-application | 96d8f484f7bcb9f62a024affe9cd44551cfd1058 | 6ce574ce668a1e813193252b458c8938b0de6aef | refs/heads/master | 2023-07-12T00:45:05.598409 | 2021-03-27T11:12:00 | 2021-03-27T11:12:00 | 351,781,088 | 0 | 0 | null | 2021-03-27T11:12:01 | 2021-03-26T12:51:32 | Java | UTF-8 | Java | false | false | 885 | java | package com.store.buysmart.service;
import java.util.ArrayList;
import org.springframework.security.core.userdetails.User;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.security.core.userdetails.UserDetailsService;
import org.springframework.security.core.userdetails.Use... | [
"sahilagrawal015@gmail.com"
] | sahilagrawal015@gmail.com |
c5c6581de8ee63d0ff3ce7b6d6c7e2f877e943e3 | ccc2ce7a5135a135b87dd93522f5560ed46e2615 | /aspects/core-aspects/src/main/java/org/apache/axiom/core/CoreNode.java | 910a09175438de2eda7664392006754e542c6176 | [
"Apache-2.0"
] | permissive | isabella232/ws-axiom | 30483d61ed61f5af9158b1c6c634f7ba03bb7131 | 7cc750e739d15e12daf9c7cb999f27567af47c29 | refs/heads/master | 2023-09-03T19:10:43.045991 | 2021-09-30T03:15:25 | 2021-10-02T11:33:25 | 418,875,014 | 0 | 0 | null | 2021-10-19T11:38:36 | 2021-10-19T10:26:36 | null | UTF-8 | Java | false | false | 2,899 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ma... | [
"veithen@apache.org"
] | veithen@apache.org |
7d7ddfef6fb95c9c595ab9d29ec3f7e734196e56 | a8e566d0d9af10278e9a0a055b03a7e53c215af6 | /Payroll.java | ea3c95fc62d22ba604a37b7e14c7a4ba2666e2e3 | [] | no_license | practischool/CSE-114-Labs | a4cea3d20e694bdbea7bf3653821be4288269dc1 | 676effa410f4b3cc9678a570ee5728d6711a773e | refs/heads/master | 2022-04-21T23:02:23.777148 | 2017-12-19T01:38:04 | 2017-12-19T01:38:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,337 | java | //Max Chen
//ID: 111316366
import java.util.*;
public class Payroll {
public static void main(String[] args){
String name = null;
Scanner scan = new Scanner(System.in);
double hoursWorked, hourlyPay, fedTax, stateTax;
System.out.print("Enter employee's name: ");
name = scan.nextLine();
System.out.print("En... | [
"mlc294@cornell.edu"
] | mlc294@cornell.edu |
8cd3c8d2a104f213bd356fb22bd1d236ae87946b | ef08e13a52565c23bbac51678b427785b30d8edf | /src/main/java/io/pivotal/config/Config.java | f786617b37bb73fd19e6b14a8d5510086bd835e0 | [] | no_license | gbcm/cogs | 217d6049628614081400639b55ac99dced9f6334 | 0a83db652b2632c6c8cc053d0031d52902a7ff3a | refs/heads/master | 2021-01-10T11:16:52.756351 | 2016-02-17T23:44:56 | 2016-02-17T23:44:56 | 51,604,145 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 192 | java | package io.pivotal.config;
/**
* Created by pivotal on 2/12/16.
*/
public class Config {
public static String getDiscogsToken(){
return System.getenv("DISCOGS_TOKEN");
}
}
| [
"pair+alidaka+gchattinmcnichols@pivotal.io"
] | pair+alidaka+gchattinmcnichols@pivotal.io |
9f1fa196f8e680cebc6bff105806ed52d8cf5756 | 8d9293642d3c12f81cc5f930e0147a9d65bd6efb | /src/main/java/net/minecraft/server/rcon/thread/RconThread.java | c5a07ba84b45731d68f83084eeed50c9cd5aecfd | [] | no_license | NicholasBlackburn1/Blackburn-1.17 | 7c086591ac77cf433af248435026cf9275223daa | fd960b995b33df75ce61865ba119274d9b0e4704 | refs/heads/main | 2022-07-28T03:27:14.736924 | 2021-09-23T15:55:53 | 2021-09-23T15:55:53 | 399,960,376 | 5 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,802 | java | package net.minecraft.server.rcon.thread;
import com.google.common.collect.Lists;
import java.io.IOException;
import java.net.InetAddress;
import java.net.ServerSocket;
import java.net.Socket;
import java.net.SocketTimeoutException;
import java.util.List;
import javax.annotation.Nullable;
import net.minecraft.server.S... | [
"nickblackburn02@gmail.com"
] | nickblackburn02@gmail.com |
fc474ce577c547e199ecce60aa51dc251fefdcd4 | fa57912ba83ff172561e06ba645f2148a82a8125 | /src/com/chess/model/Setting.java | 6d26acc83895988c75e5db79323e1b7ab4743447 | [] | no_license | lpapailiou/chess | f07e59b4099a64a5eb6ab4412e3d10ed4be8d618 | 28beff8a668d4755f69f535a6e282dca6141c31e | refs/heads/master | 2021-07-12T09:13:30.202971 | 2021-07-09T17:27:14 | 2021-07-09T17:27:14 | 243,834,441 | 5 | 3 | null | 2021-07-09T17:27:15 | 2020-02-28T19:01:49 | Java | UTF-8 | Java | false | false | 4,833 | java | package com.chess.model;
import java.io.File;
import java.util.List;
import com.chess.root.FenParser;
import com.chess.root.PgnParser;
import javafx.scene.layout.GridPane;
public class Setting {
private GridPane boardGrid;
private boolean whiteUp;
private Mode mode;
private PieceValues pieceValue;
private Diffi... | [
"lena.papailiou@students.ffhs.ch"
] | lena.papailiou@students.ffhs.ch |
120283ed95da14db36ab56f703eae02d22f8255d | f913007bdc842b9614adb672a084cec9a7f5c580 | /src/com/addr/dao/AddressDAO.java | 0e30ef1875cf21c9ec8b8ec109f32792e44df8bb | [] | no_license | BBongkook/addr | ad02e1261f6728d42a948397d0f4393a974ba803 | 8ae12e93f20d39d659b1286e2c5f005c701d1ed9 | refs/heads/master | 2020-05-04T14:58:16.901281 | 2019-04-03T08:29:44 | 2019-04-03T08:29:44 | 179,217,687 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 175 | java | package com.addr.dao;
import java.util.List;
import java.util.Map;
public interface AddressDAO {
public int insertAddressList(List<Map<String,String>> addrList);
}
| [
"Administrator@USER-PC"
] | Administrator@USER-PC |
1db761b4dcafe595f65c8e90cc80caa73efe02bb | 859626b2e5794c01a1c982c27274395ab77aecaa | /Minesweeper_Clone/src/minesweeper/FirstCell.java | dd27397c28bca94b40e0a76c66d26e510d6d9da5 | [] | no_license | refactoryourmind/minesweeper_clone | fbf4db27c8b0dde061d8dc3a3e0656e8196485a6 | 32bb3dda950b1395ab8f300b7b263a611933e17e | refs/heads/master | 2021-01-20T10:09:10.267239 | 2012-08-26T14:40:23 | 2012-08-26T14:40:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,170 | java | package minesweeper;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.Image;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.net.URL;
import javax.swing.Icon;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import javax.swing.SwingUtilities;
@Header(
... | [
"jameso@refactoryourmind.com"
] | jameso@refactoryourmind.com |
6629e670e601574b190a1570a07a0c03649b3c44 | 5eaa89266df339afeb13b2176cdc761e12a714d4 | /app/src/androidTest/java/com/example/sindhu/pixabayimagesapp/ExampleInstrumentedTest.java | aa1f0f973918d4285443121f0a6aa1b4c1f5a7c3 | [] | no_license | poornasindhuja/PixabayImagesApp | c3a4cfafc965b92b5d4001afa68250a32c861301 | cad112a6b1c1271b378777f2702ff4978bfc26fe | refs/heads/master | 2020-04-28T10:53:47.406774 | 2019-03-13T06:06:31 | 2019-03-13T06:06:31 | 175,218,103 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 754 | java | package com.example.sindhu.pixabayimagesapp;
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 o... | [
"poornasindhuja@gmail.com"
] | poornasindhuja@gmail.com |
d73be90868d69e776d559dec36ea0ed28b98d1ec | ca8995be0cefe94c3e998e9f879706de81bf9659 | /src/main/java/org/g52/project/Position.java | 03113aed0adc8a96f723bd30d6ad2e8d6fb6b952 | [] | no_license | Trash-Bud/LPOO | 333e695894aea94c372ded42b27ebfa249202b7a | 48bf01e1474f49815e7d108fb243e9d0bdd61e44 | refs/heads/main | 2023-08-20T10:13:21.255522 | 2021-10-05T20:44:42 | 2021-10-05T20:44:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 644 | java | package org.g52.project;
import java.util.Objects;
public class Position {
private int x;
private int y;
public Position(int x, int y){
this.x = x;
this.y = y;
}
public int getX(){
return this.x;
}
public int getY(){
return this.y;
}
@Override
... | [
"joanateixeiramesquita30@gmail.com"
] | joanateixeiramesquita30@gmail.com |
8c8f24c30b4b5c31d940d17c8bae6b9bcdf5b7f2 | 6fa701cdaa0d83caa0d3cbffe39b40e54bf3d386 | /google/cloud/documentai/v1beta3/google-cloud-documentai-v1beta3-java/proto-google-cloud-documentai-v1beta3-java/src/main/java/com/google/cloud/documentai/v1beta3/EnableProcessorResponseOrBuilder.java | 15816725042718ae1754a9c55b490237757e5167 | [
"Apache-2.0"
] | permissive | oltoco/googleapis-gen | bf40cfad61b4217aca07068bd4922a86e3bbd2d5 | 00ca50bdde80906d6f62314ef4f7630b8cdb6e15 | refs/heads/master | 2023-07-17T22:11:47.848185 | 2021-08-29T20:39:47 | 2021-08-29T20:39:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | true | 393 | java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/documentai/v1beta3/document_processor_service.proto
package com.google.cloud.documentai.v1beta3;
public interface EnableProcessorResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.cloud.documentai.v1bet... | [
"bazel-bot-development[bot]@users.noreply.github.com"
] | bazel-bot-development[bot]@users.noreply.github.com |
32b214a278044e17f805cb6d24ae28b7cff90caa | 912878c8cd63ae51f2e5c3cf2472159f12de983e | /src/com/gz/util/SensitiveWordInit.java | 8795885185d4953ff8d349e92c58bdfdbce98e78 | [] | no_license | huangchenghua/GameCityBase | a8627a980c7a114fd39ff2a3a6951b09bae7f217 | bcde87cf249e7fca92ad44c9c34de0710bb522ad | refs/heads/master | 2020-06-23T12:39:00.096422 | 2017-02-10T09:05:59 | 2017-02-10T09:05:59 | 74,648,782 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,501 | java | package com.gz.util;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.InputStreamReader;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Map;
import java.util.Set;
/**
* @Description: 初始化敏感词库,将敏感词加入到HashMap中,构建DFA算法模型... | [
"56783693@qq.com"
] | 56783693@qq.com |
a678baf609ba3b392e32fa7ebe7bc9730270312f | cc494be3a62c4b2f5db70b19efd1e9c6ab3af002 | /src/main/java/com/group7/edu/entity/SysCourse.java | 48463549fb1b038812349a9aaff9911d470669d8 | [] | no_license | FerYyjs/OnlineEducationProject | 784291e0a3261c235f3e391cb8016f9cc8bc0f12 | 5ee58eb771f18bc6bcdf7a66b04966d72241ae7f | refs/heads/master | 2020-05-05T10:59:40.150600 | 2019-04-07T13:25:53 | 2019-04-07T13:25:53 | 179,969,883 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,442 | java | package com.group7.edu.entity;
import java.math.BigDecimal;
import java.util.Date;
public class SysCourse {
private Integer id;
private String name;
private Integer lecturer;
private String category;
private String coverUrl;
private BigDecimal price;
private BigDecimal origPrice;
... | [
"cyues@hotmail.com"
] | cyues@hotmail.com |
1484f57bbe650b1ba1bd4e52ae72ac1978f12668 | a0fd3bddef5888879e00bae6127d7933218dd5a4 | /shopOnline/src/utilidades/Datos.java | 93381f5b8c5759f9c12b8f4ca63dff1604a265bb | [] | no_license | CarmenHernan/prueba | f8870a82148a088fdcdebdae6831724ff3e8d0f9 | 22d328114c9f93e1317e11e88666923835208872 | refs/heads/master | 2021-05-02T11:48:42.406660 | 2016-11-09T13:25:30 | 2016-11-09T13:25:30 | 72,747,466 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 1,308 | java | package utilidades;
/**
*
* @author Antonio Santos
*/
import java.util.Scanner;
import java.util.Date;
public class Datos {
public Datos() {
}
public static String recogeString() throws Exception {
//lanza Exception por si pasa algo pero no sabe qué puede pasar
// en la API por ejemplo pone... | [
"carmenhernan90@gmail.com"
] | carmenhernan90@gmail.com |
63fec4e6f82e17ce044120797477683cfbd384af | d704132e4e9f707d13af194a3f60c79bfbc187d1 | /src/main/java/com/kafka/producer/KafkaProducerService.java | 2bc11a90959acb9a54f10546b3f4fc8904fc4601 | [] | no_license | yefei-lai/kafka-producer | 9ad06450bc889678d47ac3a21a3fd8847606967c | 25d5a2a661615dd4f7580720c28871ee07f384f5 | refs/heads/master | 2023-04-08T00:02:13.668750 | 2021-04-14T08:59:15 | 2021-04-14T08:59:15 | 357,838,271 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,166 | java | package com.kafka.producer;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.kafka.core.KafkaTemplate;
import org.springframework.kafka.support.SendResult;
import org.springframework.stereotype.Component;
import org.springframework.util.concurr... | [
"laiyf@ebaiyihui.com"
] | laiyf@ebaiyihui.com |
e4c3779bad171e768469d79ac4be5cd7a8502463 | ab30e18d4bb32d557e8a66001443c88e0d7af8e9 | /app/src/main/java/com/johhns/BaseDatos_Semana_5/Presentador/PresentadorMascotas.java | acdc508848bb3024f766302569cb805dd3554810 | [] | no_license | johhns/Fragmentos_Semana_4 | 91984b8645624a82957add124841326472351100 | 21834c4be4821c3b77bd3cf76c67f256a650c10d | refs/heads/master | 2023-07-25T11:01:58.632819 | 2021-08-31T11:35:06 | 2021-08-31T11:35:06 | 399,443,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,171 | java | package com.johhns.BaseDatos_Semana_5.Presentador;
import android.content.Context;
import com.johhns.BaseDatos_Semana_5.Modelo.Mascota;
import com.johhns.BaseDatos_Semana_5.Vista.Fragmentos.InterfaseFragmentoMascota;
import com.johhns.BaseDatos_Semana_5.Modelo.ConstructorMascotas;
import java.util.ArrayList;
public... | [
"johhns@hotmail.com"
] | johhns@hotmail.com |
676926ea43f349b1beea246c81f265b10339bf40 | ca57c3651db75069fcbbb7c5190e6a328331660e | /src/com/siwuxie095/forme/algorithm/chapter1st/question7th/answer1st/Main.java | 4e039b410e260db88c8a6f18d8e8e345014d4c74 | [] | no_license | gouyanzhan/HelloWorld | f915ec8eabf8878b0c01fb8ec29b869e6fd68c5f | 8cd9dc117d301d10207690052f2f27de2d9b9e2c | refs/heads/master | 2022-03-25T07:31:52.842092 | 2022-03-11T07:08:30 | 2022-03-11T07:08:30 | 164,224,001 | 1 | 1 | null | 2019-01-07T14:18:44 | 2019-01-05T14:52:23 | Java | UTF-8 | Java | false | false | 2,481 | java | package com.siwuxie095.forme.algorithm.chapter1st.question7th.answer1st;
/**
* 生成窗口最大值数组
*
* 题目:
* 有一个整型数组 arr 和一个大小为 w 的窗口从数组的最左边滑到最右边,
* 窗口每次向右边滑一个位置。如果数组的长度为 n,窗口的大小为 w,则一共
* 会产生 n - w + 1 个窗口的最大值。
* 要求实现一个函数:
* 1、输入:整型数组 arr,窗口大小为 w。
* 2、输出:一个长度为 n - w + 1 的数组 res,res[i] 表示每一种窗口
* 状态下的最大值。
*
* 解答:
* 本... | [
"lijiajing@yit.com"
] | lijiajing@yit.com |
9918ab8209a9c11bcbfb5001410fce579b0f3ad5 | c188408c9ec0425666250b45734f8b4c9644a946 | /open-sphere-plugins/search/src/test/java/io/opensphere/search/controller/SearchTransformerTest.java | 793713162db573323410f976708c26630a596c5f | [
"LicenseRef-scancode-free-unknown",
"Apache-2.0",
"LicenseRef-scancode-public-domain"
] | permissive | rkausch/opensphere-desktop | ef8067eb03197c758e3af40ebe49e182a450cc02 | c871c4364b3456685411fddd22414fd40ce65699 | refs/heads/snapshot_5.2.7 | 2023-04-13T21:00:00.575303 | 2020-07-29T17:56:10 | 2020-07-29T17:56:10 | 360,594,280 | 0 | 0 | Apache-2.0 | 2021-04-22T17:40:38 | 2021-04-22T16:58:41 | null | UTF-8 | Java | false | false | 6,107 | java | package io.opensphere.search.controller;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import java.awt.Color;
import java.util.Collection;
import java.util.List;
import org.easymock.EasyMock;
import org.easymock.EasyMock... | [
"kauschr@opensphere.io"
] | kauschr@opensphere.io |
e5eddbe31c1a07fae2b53a72fbcd350abc0334f9 | e6fb277a7a47b09aa222566c0c874352cf31acae | /DevOppsServices/DevOppsServices/src/com/devopps/portal/service/SubCategoryServiceImpl (2).java | 8a09526f598ebe8001d03b87822300881f9aa875 | [] | no_license | devops81/Dmat-Sourcecode | fba1b5e409669811532bdf17f4f0ca90f416f29a | 869f1a3b1f7cc2988ff384b4a9f1668f18103d72 | refs/heads/master | 2020-12-02T22:17:53.373880 | 2017-07-04T09:10:26 | 2017-07-04T09:10:26 | 96,108,012 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,712 | java | package com.devopps.portal.service;
import java.util.List;
import org.hibernate.HibernateException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Component;
import com.devopps.portal.dao.ISubCategory... | [
"bisht.akshay007@gmail.com"
] | bisht.akshay007@gmail.com |
b411e06c27ac056eaa6b8ad0c22235797c1bcb48 | f545f5044bb03a4e7aa0e44bbf5c4a96f3ac730c | /net.sf.eclipsefp.haskell.ui/src/net/sf/eclipsefp/haskell/ui/internal/wizards/NewProjectWizardPage.java | a3d7fdaf4eb94281f8c48c7f2aa9c54363c8c420 | [] | no_license | ttencate/eclipsefp | 03976890ba9ee1bb2845ff3e018d29aa1b809073 | be58d532f17b39bed48a3e42b99e23b0299ce940 | refs/heads/master | 2021-01-17T23:25:22.126519 | 2009-08-27T19:08:55 | 2009-08-27T19:08:55 | 240,522 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,313 | java | /*******************************************************************************
* Copyright (c) 2000, 2009 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | [
"ttencate@gmail.com"
] | ttencate@gmail.com |
1bbcd64d5e3fa71dc8229994706ff3610bd87fe9 | d3aa2336fa20c30bf36b94635dea657b78d2807d | /src/main/java/ru/opentech/eks/component/KafkaListener.java | e26a21453ab64f7f566bd402258cd88bd83781af | [] | no_license | weierstrass54/elastic-kafka-stream | ce0a1775820e67722b1c0f0ccdc97e9f2b1630b9 | 8b4c031f3555179615b3c68ae1027ac61baf27c2 | refs/heads/master | 2020-04-11T08:12:34.718570 | 2018-12-14T11:00:20 | 2018-12-14T11:00:20 | 161,635,335 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,981 | java | package ru.opentech.eks.component;
import org.apache.kafka.common.serialization.Deserializer;
import java.time.Duration;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.Optional;
public class KafkaListener<K, V> {
private static final Duration DEFAULT_POLL_DU... | [
"v.kibalov@e2e4online.ru"
] | v.kibalov@e2e4online.ru |
77be5db206d88987426dca5cd916954e385fbd26 | d80f7430f3d45cb16613e6b900a7c7ec9806f0f3 | /src/main/java/com/educare/open/model/Post.java | 3eb9d6dbf272010a6b0766ddcbbea5e85f74a9c7 | [] | no_license | hoandv2020/open-educare | 1beea284402fac51328b1939c7b359e6c8b2fa64 | c313c9d11229ec9d4dfd9f4c3219ea24d872e401 | refs/heads/master | 2020-06-01T11:38:14.134278 | 2019-06-09T06:21:37 | 2019-06-09T06:21:37 | 190,728,561 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,484 | java | package com.educare.open.model;
import javax.persistence.*;
import java.sql.Timestamp;
@Entity
@Table(name = "post")
public class Post {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Integer id;
@Column(name = "title")
private String title;
@Column(name = "content")
pri... | [
"hoandv2020@gmail.com"
] | hoandv2020@gmail.com |
8b896e88b7c0a496d91ae085657e47f2b3e67c8d | 1c444668f926e7b924878f00266816883908557e | /src/League/Player.java | fd0437ebf4717483e0f519b9be82c0f8530e5982 | [] | no_license | phankanp/Soccer-League-Organizer | fcd60af5d058762fb3e7541ded83850e58da5485 | 95d03c91eb8233e0a38075ff192cb9d281e31fb9 | refs/heads/master | 2021-09-13T23:41:58.732815 | 2018-05-06T01:30:43 | 2018-05-06T01:30:43 | 122,407,983 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,780 | java | package league;
import java.io.Serializable;
public class Player implements Comparable<Player>, Serializable {
private static final long serialVersionUID = 1L;
private String firstName;
private String lastName;
private int heightInInches;
private boolean previousExperience;
public Player(String firstNam... | [
"phankanmp@gmail.com"
] | phankanmp@gmail.com |
cd9b697087e539ce6ea3639db6cb349aa4371aee | b1fe198ceb3ce00cb915f1545d47330ca7891f62 | /shiro-core/src/main/java/com/suteng/shiro/business/task/MailTask.java | 4e84701049328374d6724243e07d961ba38a0cf7 | [
"MIT"
] | permissive | supertonsystem/project_management | faf2e26081722b5a8b661ca7d41632bb4872ff42 | 1bffd2358a3f2d65eadf39178e03f5eb65451f8a | refs/heads/master | 2020-05-24T14:24:41.139222 | 2019-08-02T06:54:05 | 2019-08-02T06:54:05 | 187,308,711 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,719 | java | package com.suteng.shiro.business.task;
import java.util.List;
import com.suteng.shiro.business.consts.MailConst;
import com.suteng.shiro.business.entity.ProjectMgt;
import com.suteng.shiro.business.entity.User;
import com.suteng.shiro.business.entity.activiti.HistoricActivityInstanceCopy;
import com.suteng.shiro.bus... | [
"453086560@qq.com"
] | 453086560@qq.com |
1ac5d6cf1981898de1884c1eeb0ea046356f74d2 | d725345f78e5ff39576f73020edc40fd1288502d | /ChatServer2/src/chatServer2/ChatServer2.java | c5a9726e9f3e29f362fceaa0723c6750f5cf8ffc | [] | no_license | malvr00/Java-Study | 82401bf85738d4f5d0e9bde514140ee95cf1eee4 | 08527b229141be77215d31ad72fc29ef414d66fd | refs/heads/main | 2023-06-05T23:53:16.996298 | 2021-06-28T11:33:23 | 2021-06-28T11:33:23 | 363,634,553 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 3,795 | java | package chatServer2;
import java.io.*;
import java.net.*;
import java.util.Vector;
public class ChatServer2 {
public static void main(String[] args) {
// TODO Auto-generated method stub
ServerSocket serverSocket = null;
Socket clientSocket = null;
ChatThread chatTrd;
boolean bool = true;
// 접속자를 저장할 Vec... | [
"77275513+malvr00@users.noreply.github.com"
] | 77275513+malvr00@users.noreply.github.com |
9260df7b9bb13fac3e6734bd2e05fe327e63acb9 | 879f208f56648efe1ec0df2daab454ef758f5894 | /CloudPan/src/test/java/com/zhiyou100/dao/FileDaoTest.java | 9f3fa0d0cdc2f5f8e9088ca36ad139d64606e8d2 | [] | no_license | realguoshuai/CloudPan | edfbec168af53fef7601d942f50fa5389f47845c | 068a57b825a309ba094a7f025e7d55f11894f7bf | refs/heads/master | 2021-05-14T09:51:04.734468 | 2018-01-17T09:15:42 | 2018-01-17T09:15:42 | 116,336,420 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 988 | java | package com.zhiyou100.dao;
import static org.junit.Assert.*;
import java.util.List;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.Sprin... | [
"yooless@163.com"
] | yooless@163.com |
882604436d8e8c0739e8e72a1714f165b0acf94a | bb783c9ce85fd83cd2f0e39ec6e8666a701da740 | /01_CODE/src/main/java/hs/util/MD5Util.java | e7d7ab61c0cfd848128925a791025bfcc320912b | [] | no_license | howepeng/highSchool | d7f7a27029629891504ba8414b10655dcd0c157c | 4ef0cad10af26d84e422cbd6f8937b9a72e48450 | refs/heads/master | 2021-01-18T19:26:16.801825 | 2015-05-21T16:38:36 | 2015-05-21T16:38:36 | 18,505,965 | 0 | 0 | null | 2014-11-08T16:22:55 | 2014-04-07T03:59:26 | JavaScript | UTF-8 | Java | false | false | 916 | java | package hs.util;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
/**
* MD5加密工具类
*
* @author 孙宇
*
*/
public class MD5Util {
/**
* md5加密
*
* @param str
* @return
*/
public static String md5(String str) {
try {
MessageDigest md = Message... | [
"howepeng@gmail.com"
] | howepeng@gmail.com |
2acc84cf89a624df2a209ba002173c8f937d7fca | 1bbc394d19e1e86c1504c536f84c94255ec41048 | /src/main/java/bolao/services/impl/JogoService.java | 74a32781cd72221f23831b0a31d4daffa2e4e924 | [] | no_license | luiz158/bolao_trovao | f702d3d6a11f055029959dc3c78a1922bc48bc0a | 7121411b0632c4a3bfe3a877640fb2bb01245fd8 | refs/heads/master | 2021-01-21T15:27:25.596794 | 2014-12-19T04:26:38 | 2014-12-19T04:26:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,344 | java | package bolao.services.impl;
import java.io.Serializable;
import java.util.Date;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import bolao.dao.JogoDAO;
import bolao... | [
"fredjampa@gmail.com"
] | fredjampa@gmail.com |
9242538dfdf866fde30683ff5ed1447577f821cf | c42fcebb902296fe434e59913f6619fef45ec671 | /target/tmp/jsp/org/apache/jsp/webpage/jeecg/cgdynamgraph/core/cgDynamGraphConfigHeadList_jsp.java | c07b1bdb851c16f2e625156ad5d71b6a6b9cf9b3 | [] | no_license | WeimingBan/jeecg | 98a0c7aaf2964cf3146839c521e42d3075ebd768 | 862a00c1024beb5317c77dbb22ae895d12fb56ac | refs/heads/master | 2020-04-08T21:47:30.905018 | 2018-11-30T02:46:49 | 2018-11-30T02:46:49 | 159,758,654 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 39,036 | java | package org.apache.jsp.webpage.jeecg.cgdynamgraph.core;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class cgDynamGraphConfigHeadList_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static final... | [
"ban1127@qq.com"
] | ban1127@qq.com |
f48c6340800354586340468a68a3f669f467a657 | a7c85a1e89063038e17ed2fa0174edf14dc9ed56 | /spring-aop-perf-tests/src/main/java/coas/perf/ComplexCondition300/Advice7.java | f9249ad43792cdbab88ff72f78beca91932dbac0 | [] | no_license | pmaslankowski/java-contracts | 28b1a3878f68fdd759d88b341c8831716533d682 | 46518bb9a83050956e631faa55fcdf426589830f | refs/heads/master | 2021-03-07T13:15:28.120769 | 2020-09-07T20:06:31 | 2020-09-07T20:06:31 | 246,267,189 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,640 | java |
package coas.perf.ComplexCondition300;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.Around;
import org.aspectj.lang.annotation.Aspect;
import org.springframework.stereotype.Component;
import coas.perf.ComplexCondition300.Subject300;
@Aspect
@Component("Advice_300_7_cc")
public cla... | [
"pmaslankowski@gmail.com"
] | pmaslankowski@gmail.com |
c3de52eaf15a55e07170d36dae09cba3a923a6d9 | 7503a134f8570e133c5f173db14fe257ffb18a5d | /src/com/briup/iocore/ReadTeacher.java | 9709df9f1abf96447f998670f04fde67f2fc565f | [] | no_license | 6WE6/CoreJava | 5ea6e37e7bebafde50f8900a24886140705c8d9a | 8c2d9e1ff6a117cd2032b87dee3304199969ed83 | refs/heads/master | 2020-04-19T16:48:38.950404 | 2019-02-27T08:33:06 | 2019-02-27T08:33:06 | 168,315,324 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,223 | java | package com.briup.iocore;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.ObjectInputStream;
public class ReadTeacher {
public static void main(String[] args) {
try {
ObjectInputStream ois = new ObjectInputStream(new FileInputStream("s... | [
"WE@192.168.19.1"
] | WE@192.168.19.1 |
47af788940b203ac40c571c65f32a598c91abf52 | 261d69dfbaa16e7b2cad1ff2df8e30e2a3b47a4c | /app/src/main/java/com/kynlem/solution/streetwitness/dao/IncidentsRemoteDataSource.java | 75e2d73adc3a8c4c47f4b6df3e2b1eee0e915e98 | [] | no_license | melnyk89/street-witness-app | 3c081e4409bd7d67614363e337a62b16cce0541e | 24791bed26d8997ae32a8fc0a16076e0b735dd15 | refs/heads/master | 2021-01-20T02:05:15.032564 | 2017-07-02T15:21:31 | 2017-07-02T15:21:31 | 89,370,605 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,488 | java | package com.kynlem.solution.streetwitness.dao;
import android.os.AsyncTask;
import android.util.Log;
import org.json.JSONException;
import org.json.JSONObject;
import org.springframework.core.ParameterizedTypeReference;
import org.springframework.http.HttpEntity;
import org.springframework.http.HttpHeaders;
import or... | [
"oleh@gmail.com"
] | oleh@gmail.com |
6dc8f3497f08bf16bf70f75fef028e7b42754431 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/17/17_6d9e875e4f605f0f56f77d24769103a7e6cdd138/TenantDao/17_6d9e875e4f605f0f56f77d24769103a7e6cdd138_TenantDao_s.java | ef4d129ffb6f398750312f58e7173273bf0cafa9 | [] | 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 | 3,978 | java | package eu.comexis.napoleon.server.dao;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.UUID;
import com.googlecode.objectify.Key;
import eu.comexis.napoleon.shared.model.City;
import eu.comexis.napoleon.shared.model.Company;
import eu.comexis.napoleon.shared.model.Country;
import... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
7970864f1c0d98ddd1aaf689c1f6535526717b4c | 4194f086c43f931ce7f6fc9546a36022eeddadf6 | /JavaSE/JavaCode/src/com/wmhou/chapter5/lambdademo/InnerClassDemo.java | 88dad13e15d0a0d28508272a535ede98575fea33 | [] | no_license | jrchhoo/java_blog | 8df2fdacb5cd9e44a783e02130cce7e77f370b68 | b96eabcc71cdbc67076686d85cb0b8252d4a1d4d | refs/heads/master | 2022-11-12T00:29:54.221948 | 2018-07-04T14:30:33 | 2018-07-04T14:30:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 648 | java | package com.wmhou.chapter5.lambdademo;
import java.util.Arrays;
import java.util.List;
/**
* Description:Lambda实例:匿名内部类创建接口对象
* <br/>网站:<a href="https://github.com/wmhou/java_blog">Java_blog on Github</a>
* <br/>Program Name: Java_blog
* <br/>Date:2018-03-14
*
* @author 侯伟民
* @version 1.0
*/
class LambdaDemo ... | [
"wm_hou@163.com"
] | wm_hou@163.com |
011abf8437e3f3b9f3b464602497c580556927ed | 8851741e8b01cdbda1175777bcc9c82840f36e40 | /src/producer/HelpContext.java | 1ff24984e63178a0097b76a00bf59d591db24892 | [] | no_license | DmitryChebykin/ScaleAppProgram | 2165e5a62aeb4e55eef8763685ef5f55ccc6d58a | 2c200a97b9467e6fd0554ea5ed22f2a8d460a9e7 | refs/heads/master | 2023-05-04T07:02:44.481869 | 2021-05-26T03:23:26 | 2021-05-26T03:23:26 | 370,615,905 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 168 | java | package producer;
import util.Messages;
public class HelpContext implements IContext {
@Override
public void run() {
Messages.printHelpInfo();
}
} | [
"dim_c@mail.ru"
] | dim_c@mail.ru |
33641cc5c89e172b82195d7a40290a910dfb0d25 | 54f352a242a8ad6ff5516703e91da61e08d9a9e6 | /Source Codes/AtCoder/agc007/F/980687.java | 6c7a0bced9290aada2577531cc8845f68280d43f | [] | no_license | Kawser-nerd/CLCDSA | 5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb | aee32551795763b54acb26856ab239370cac4e75 | refs/heads/master | 2022-02-09T11:08:56.588303 | 2022-01-26T18:53:40 | 2022-01-26T18:53:40 | 211,783,197 | 23 | 9 | null | null | null | null | UTF-8 | Java | false | false | 2,217 | java | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.util.StringTokenizer;
/**
* @author Pavel Mavrin
*/
public class Main {
private void solve() throws IOException {
int n = nextInt();
String S = next()... | [
"kwnafi@yahoo.com"
] | kwnafi@yahoo.com |
042426942a4a6d8b7a472f52d6cd1b32003bfc13 | a3d87a5ea89fc5815daf2c9739fc67922fa2ad0c | /src/gamemodel/Tile_Standard.java | 8350ec22522217baf3dcf0596e50e6eaa4f638d0 | [] | no_license | Boy-Blu/Match-3 | 58683530748b63c6db6eb463f00e74d9e7f9c5a9 | b8d2e543b23d05792a3c927a1bd9a6573d42a979 | refs/heads/master | 2020-03-21T16:51:30.863007 | 2018-11-14T21:20:50 | 2018-11-14T21:20:50 | 138,797,901 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 427 | java | package gamemodel;
public class Tile_Standard extends Tile{
public Tile_Standard(int col) {
if(col < 1 || col > 7) throw new IllegalArgumentException();
this.color = col;
this.sr = new Remove_Strat_Standard();
}
@Override
public int getColour() {
// TODO Auto-generated method stub
return this.color;
... | [
"35087098+agrusk@users.noreply.github.com"
] | 35087098+agrusk@users.noreply.github.com |
80aeaf856342cd71b07c36ffcbd1534d9e301f13 | efd756e2b6d36b4b042e8ca60e08564f1281e014 | /src/main/java/com/spiderdt/mars/util/Sredis.java | 7c431ae8ae9bb95e144f344c8d2c83bda443a74c | [] | no_license | jiangjikun/springMVC-java-gradle-demo | 5feb535e3d85065b09b14e8967a37765ee3da310 | 8b13f14aa5d5051a369688ae38834655f6c48fc2 | refs/heads/master | 2021-01-01T18:14:02.236371 | 2017-07-25T08:14:19 | 2017-07-25T08:14:19 | 98,281,680 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,618 | java | package com.spiderdt.mars.util;
import org.apache.commons.pool2.impl.GenericObjectPoolConfig;
import org.springframework.beans.factory.annotation.Autowired;
import redis.clients.jedis.*;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.ObjectInputStream;
import java.io.ObjectO... | [
"[jiang.jikun@spiderdt.com]"
] | [jiang.jikun@spiderdt.com] |
34788778baed44c35d4e096ecbbd692c18d3655a | 74b47b895b2f739612371f871c7f940502e7165b | /aws-java-sdk-devopsguru/src/main/java/com/amazonaws/services/devopsguru/model/transform/UpdateEventSourcesConfigResultJsonUnmarshaller.java | 297d1c5a063430c5588db9eee0ea2163b16a3023 | [
"Apache-2.0"
] | permissive | baganda07/aws-sdk-java | fe1958ed679cd95b4c48f971393bf03eb5512799 | f19bdb30177106b5d6394223a40a382b87adf742 | refs/heads/master | 2022-11-09T21:55:43.857201 | 2022-10-24T21:08:19 | 2022-10-24T21:08:19 | 221,028,223 | 0 | 0 | Apache-2.0 | 2019-11-11T16:57:12 | 2019-11-11T16:57:11 | null | UTF-8 | Java | false | false | 1,728 | java | /*
* Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
1038f106fd9c97c45024fe6cb65f49e243f714f7 | 28d62135d02d9c792c8539958ad4695e2dcd175d | /oopsdemo/src/oopsdemo3/TestStatic.java | 76eb437e301456e3d613a5fcb09b83e52883ec82 | [] | no_license | KumarSatyam2110/oopsdemo | e76d4d847f7642cc756360ad27af025b98053d90 | e691b8a55aaffc4677b0814e1848b22c1d576b20 | refs/heads/master | 2023-07-12T19:26:44.621656 | 2021-08-04T11:09:44 | 2021-08-04T11:09:44 | 392,645,352 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 288 | java | package oopsdemo3;
public class TestStatic {
public static void main(String[] args) {
Student s1=new Student(101,"Mike");
Student s2=new Student(102,"Sahil");
Student s3=new Student(103,"Siddhu");
s1.display();
s2.display();
s3.display();
}
}
| [
"krsatyam211098@gmail.com"
] | krsatyam211098@gmail.com |
5694005ef392ff1656f68d669ffb1e7ab35e664c | 03520180ab45f8dd9339474de34ca856f0d0ae7f | /Wipro/SpiralMatrix.java | df745c08e780baee49fa5452486e91f7c22d02d7 | [] | no_license | swapnil18-bit/Codes | 99668fb08f4b487dc9a7381d1d4f52bd0d9288e1 | dfe76afba01bf171863632dfbb587c4a3540a2e3 | refs/heads/master | 2023-07-20T11:24:07.732270 | 2021-09-08T18:03:24 | 2021-09-08T18:03:24 | 389,111,441 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,220 | java | package Wipro;
import java.util.ArrayList;
import java.util.Arrays;
public class SpiralMatrix {
static void display(int[][] a, int row, int col){
ArrayList <Integer> z = new ArrayList<>();
int top = 0, bot = col-1, left = 0, right = row-1, dir = 0;
while (top<=bot && left<=right){
... | [
"nakshay07@gmail.com"
] | nakshay07@gmail.com |
614feb493e3f6790f8b4ba01e1341f1ceae8fcf6 | 089df05c3f57b1d074050b8dde76c613abb7f2f0 | /src/dendron/tree/Assignment.java | 968b72901bae69fce92777214015db101d55318c | [] | no_license | trj8497/Mutiple-Interpreter | 1c7f654b9949c76f5c4bd8610de7396127f920e1 | 25e987ee60357b4826cc3f55a69f6b4bb2f05524 | refs/heads/master | 2020-03-30T15:15:27.429832 | 2018-03-09T22:59:11 | 2018-03-09T22:59:11 | 151,355,092 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,822 | java | /**
* Author's Name: Tejaswini Jgatap
* File Name: Assignment.java
*/
package dendron.tree;
import dendron.machine.Machine;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
public class Assignment extends Object implements ActionNode {
private String ident;
private ExpressionNode... | [
"trj8497@rit.edu"
] | trj8497@rit.edu |
c832765d8ca278f5dfead98a2ece6f87964bd95a | eb97ee5d4f19d7bf028ae9a400642a8c644f8fe3 | /tags/2008-08-12/seasar2-2.4.27/seasar-benchmark/src/main/java/benchmark/many/b05/NullBean05295.java | 32574d8cb3141a46a9af6f39590a32a9fe62fb53 | [] | no_license | svn2github/s2container | 54ca27cf0c1200a93e1cb88884eb8226a9be677d | 625adc6c4e1396654a7297d00ec206c077a78696 | refs/heads/master | 2020-06-04T17:15:02.140847 | 2013-08-09T09:38:15 | 2013-08-09T09:38:15 | 10,850,644 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 62 | java | package benchmark.many.b05;
public class NullBean05295 {
}
| [
"koichik@319488c0-e101-0410-93bc-b5e51f62721a"
] | koichik@319488c0-e101-0410-93bc-b5e51f62721a |
ae1ed166363d6babae69c6b51cc91e53274ea67a | 1a73b7b663a0beb318b69e977987c46d816e350c | /app/src/main/java/com/millennium/followme/MainActivity.java | f45315146da8f3897727664284e5478d00957a51 | [] | no_license | coolsgupta/FollowMe | 77ccdd7f8e3c2912cb2ae4dfb702403d6010b3c9 | 050de926cef71674dcec1ebd4f18f999460bdae5 | refs/heads/master | 2021-01-20T19:56:38.017769 | 2016-08-08T14:33:04 | 2016-08-08T14:33:04 | 65,211,394 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,674 | java | package com.millennium.followme;
import android.Manifest;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.location.Address;
import android.location.Geocoder;
import android.location.Location;
import android.location.LocationListener;
import androi... | [
"="
] | = |
dfc34bd54c59ca2518d40fd97348dc2149b23fda | 902ea8d12c94eeb11f493bdde15bef62d5571977 | /app/src/test/java/ru/ridewithme/testapp/ExampleUnitTest.java | 79156c6b4a5909d6955a9e4c74db767a5c988fdb | [] | no_license | xixsuse/Withme-testapp | 04f4772d79785d14a1ec5091f82ed2818e6ae36c | c1813dfdd74797d74595ce634d1288287346dca0 | refs/heads/master | 2021-04-09T15:50:55.472935 | 2016-02-28T09:04:28 | 2016-02-28T09:04:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 314 | java | package ru.ridewithme.testapp;
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 + 2);
}
} | [
"idbolshakov@desktop"
] | idbolshakov@desktop |
db632617a5cafc6e95e41f24e736683c60a177db | d3a484f7229187a4cbdf28b803ce5aa8a5633dd1 | /src/main/java/info/gianlucacosta/mytasks/WebSecurityConfig.java | 8111923f7e0935f570241ff49262ca8829cd4eaa | [
"Apache-2.0"
] | permissive | giancosta86/MyTasksWebService | b0c958c0fc8f6e78b493a41e93e43ee4c7760289 | 289e61aeef97f8516219a96c70579156ef81d279 | refs/heads/master | 2021-01-23T13:41:36.660496 | 2017-09-07T01:10:12 | 2017-09-07T01:10:12 | 102,673,616 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,410 | java | /*^
===========================================================================
MyTasksWebService
===========================================================================
Copyright (C) 2017 Gianluca Costa
===========================================================================
Licensed under the Apach... | [
"gian@localhost.localdomain"
] | gian@localhost.localdomain |
3bec43354f610b981804c4751bfd3fe31ad03ef8 | d2a6f18f24fe4866ec687f82fdde2a98fa9df368 | /OpenImmo/src/main/jaxb/org/openestate/io/openimmo/xml/Zimmer.java | 257e817456374ffc633b5776225b46982cd87e9c | [
"Apache-2.0"
] | permissive | jcelmeta14/OpenEstate-IO | 0255ec398cfaa55233e5e6e6d322a4410c82c3fb | 180e62a1c23596e5e284ce7fc6d07081918b0a38 | refs/heads/master | 2023-07-14T22:51:46.528402 | 2021-08-16T00:50:09 | 2021-08-16T00:50:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,520 | java |
package org.openestate.io.openimmo.xml;
import java.io.Serializable;
import javax.annotation.Generated;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annot... | [
"andy@openindex.de"
] | andy@openindex.de |
1dbea63e2f7115424378b64f16437d651020d4c4 | b2ca3ebaea76e42e9a5030ba068c230e9131cdf8 | /app/src/main/java/com/github/baoti/pioneer/data/api/AccountApi.java | 5d85714c4e9327110f6848b3bab7c1d675bbb3b2 | [
"Apache-2.0"
] | permissive | CocofoxStudios/Pioneer | 6a55389a13e7813acefc4b15366f480ed0ada51d | adcd70a0a2958ef3f861715dcfdecf3d8988a880 | refs/heads/master | 2020-06-11T03:50:47.020808 | 2016-12-03T05:55:55 | 2016-12-03T05:55:55 | 76,010,425 | 1 | 0 | null | 2016-12-09T07:01:27 | 2016-12-09T07:01:27 | null | UTF-8 | Java | false | false | 987 | java | /*
* Copyright (c) 2014-2015 Sean Liu.
*
* 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... | [
"yed.liu@gmail.com"
] | yed.liu@gmail.com |
6deb61457335a2f938a034cfa3f1d6d4f994fbb4 | ea2b8c75767b0b767ab2c787cccf88c60ae7a5d2 | /src/test/java/com/example/AutoConfigTest/AutoConfigTestApplicationTests.java | f1fb31c979895454272f845c77d4d2022057949b | [] | no_license | shaunmillar/springboot-autocnfig-app | e399d550cd42f353ca4f24dc4798b1735485d913 | 60e0b10738db8a27bfba4e4ceb251b6a51ee5b4b | refs/heads/master | 2022-09-07T17:22:02.521143 | 2020-05-27T18:12:53 | 2020-05-27T18:12:53 | 266,660,928 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 226 | java | package com.example.AutoConfigTest;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class AutoConfigTestApplicationTests {
@Test
void contextLoads() {
}
}
| [
"shaun.millar@nttdata.com"
] | shaun.millar@nttdata.com |
66522004ff4246bdeaebe74243d3483c2d69f760 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-large-project/src/main/java/org/gradle/test/performancenull_227/Productionnull_22668.java | 18be646806ecf9f002af259c31e8a864784915fc | [] | 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 | 588 | java | package org.gradle.test.performancenull_227;
public class Productionnull_22668 {
private final String property;
public Productionnull_22668(String param) {
this.property = param;
}
public String getProperty() {
return property;
}
private String prop0;
public String getPr... | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
58baa5cb9ef4339918c38ca95ec07544b354d510 | 946d708e2c154ac7b2954f1df6f855b45c28fbe6 | /Kumite_Common/src/definition/Jogai.java | beffaba48917476e8d104535881a46026e5e825e | [] | no_license | gundermann/Wettkampfverwaltung_Desktop | 849763a0ce5ab5014ef05cf3c891acedddb5d54f | d4e50352225cc80ac7675d39a53457d54ee26e6b | refs/heads/master | 2020-07-05T08:27:47.842202 | 2013-08-12T05:51:51 | 2013-08-12T05:51:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 267 | java | package definition;
public enum Jogai {
NONE, JOGAI, JOGAICHUI, JOGAIHANSUKO;
public int toNumber(){
switch (this) {
case JOGAI:
return 1;
case JOGAICHUI:
return 2;
case JOGAIHANSUKO:
return 3;
default:
return 0;
}
}
}
| [
"gundermann.niels.ng@googlemail.com"
] | gundermann.niels.ng@googlemail.com |
5c1b86a849a1bd7f2369055dbc998843c073a079 | ce596e0092df8a8dc1b05b315be616a369ca3028 | /src/main/java/com/redhat/fuse/apicurio/ApplicationCorsConfiguration.java | f42073ffff87ee7fa3ea5f0997d02012d759e9ba | [] | no_license | juliusgun/fuse-apicurito-generator | 4256e1e748ce06f2a21d932b07847963186a63a4 | f8f0da77e2c85472790bcaa6277b8e44de6d35cd | refs/heads/master | 2023-04-24T23:48:53.369127 | 2020-12-03T13:14:27 | 2020-12-03T13:14:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,874 | java | /*
* Copyright (C) 2018 Red Hat, 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... | [
"hiram@hiramchirino.com"
] | hiram@hiramchirino.com |
967fa9168c1aca8bab60f8ab2524498db3d1d120 | c4820a1c7defc581c1b47f72b97364dbdfb29fe1 | /src/main/java/io/reactivesw/product/infrastructure/util/ReferenceTypes.java | 53c7be06d7da27b7fa32f9ca9c3f5cf855cf0b2b | [] | no_license | reactivesw/product-admin | 026e68233e2f87bfe718c3a6bd965381256c6186 | 221e0ddfeaef852be255d1890d68e40e7ecf2082 | refs/heads/master | 2021-01-23T00:06:00.684033 | 2017-03-21T12:33:53 | 2017-03-21T12:33:53 | 85,693,185 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 671 | java | package io.reactivesw.product.infrastructure.util;
/**
* Created by Davis on 16/11/16.
*/
public enum ReferenceTypes {
CUSTOMERGROUP("customer-group"),
CHANNEL("channel"),
PRODUCTTYPE("product-type"),
CATEGORY("category"),
CART("cart"),
ZONE("zone"),
CARTDISCOUNT("cart-discount"),
SHIPPING_ME... | [
"davis.dai@go6d.com"
] | davis.dai@go6d.com |
78d0ef0350f1a51f68de3dd5df2e8f706452ce0e | b52426723c3abeef1cf7d2f0e61dcc8bd40e18b1 | /app/src/main/java/es/pablomacias/esnuex_app/data/db/dao/DelegationDao.java | e47c5e956a5e2c628ba8ce9f7bf6999df06e9c1c | [] | no_license | pamamu/ESNUExApp | c10713aae7093ef53a552bbc86549955560d57df | fe5d15ef20de9fc91c0bb46119da8cdf8b464f6d | refs/heads/master | 2020-03-11T08:07:36.706742 | 2017-12-18T02:52:18 | 2017-12-18T02:52:18 | 129,875,465 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,200 | java | /*
* Copyright (C) 2017 by Pablo Macias Munoz
* pamaciasm@alumnos.unex.es
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
*
* the Free Software Foundation; either version 2 of the License,
* (at your option) any later v... | [
"pamaciasm@alumnos.unex.es"
] | pamaciasm@alumnos.unex.es |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.