blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
29b6bbb5c2075edaddc9f8a8a497d54773b141da | a0d6c4bcfcb3edd8e47ee7b95963b252795d2fec | /src/bog1/Main.java | cf3266e906d0985e5c30778c1efda4f5433434e1 | [] | no_license | Mathias2860DK/EksamensOpgaver | 836abcddf6601bf3069e146276d8809ff36e9f83 | b9cfbc89a94c024b7ad08e1521b810e545c4520b | refs/heads/master | 2023-02-09T01:02:27.851535 | 2021-01-04T12:33:35 | 2021-01-04T12:33:35 | 311,970,611 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 549 | java | package bog1;
public class Main {
public static void main(String[] args) {
Library library = new Library();
Bog bog = new Bog(12345,"Java Programming",2010);
Bog bog2 = new Bog(1234,"Python Programming",2018);
Bog bogTest = new Bog (123222,"nejtak",2020);
library.addBog(bog)... | [
"mathias.enemark.poulsen@gmail.com"
] | mathias.enemark.poulsen@gmail.com |
e2c8ad6e8156cb6172ce7627429d2aea5a371235 | fa4383b3673bdb946c68a27ee67a5c81237de731 | /src/main/java/com/pavan/utill/WebPage.java | f52be689f4740b472b55fb64a74b2f81839fdb02 | [] | no_license | pavanhitesh/project_cucumber | 377270ff5d0428dbc36256210cc4ee9ad06d5269 | 6395974950e5b7a6701db77aaf0cd4bd99524e59 | refs/heads/master | 2022-06-16T07:41:37.253540 | 2022-06-01T15:11:09 | 2022-06-01T15:11:09 | 63,466,426 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 23,239 | java | package com.pavan.utill;
import java.io.File;
import java.net.MalformedURLException;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.concurrent.TimeUnit;
import org.apache.log4j.LogManager;
import org.apache.log4j.Logger;
import org.openqa.selenium.By;
import org.... | [
"pavanfunny@gmail.com"
] | pavanfunny@gmail.com |
95235ad4ad080128069da6c993d5d45983cbb99b | 7875cb66e28481c5f04720d216d9c641ad24cfdf | /app/src/main/java/com/zsp/storeapp/glide/GlideLoadUtils.java | 021dcd9d2fe04bf8a0606d9782d31fb03bc8d053 | [] | no_license | zsp19931222/StoreAPP | 9337b32b77c1ec80e8702a8f46f0b77f536fa12e | 40897b60ad98ed8ee312f3e3c7f42f9060960a94 | refs/heads/master | 2023-02-25T18:32:00.124161 | 2021-02-02T06:15:52 | 2021-02-02T06:15:52 | 322,530,758 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,497 | java | package com.zsp.storeapp.glide;
import android.app.Activity;
import android.content.Context;
import android.graphics.drawable.Drawable;
import android.widget.ImageView;
import androidx.annotation.DrawableRes;
import com.bumptech.glide.Glide;
import com.bumptech.glide.RequestBuilder;
import com.bumptech.glide.load.en... | [
"872126510@qq.com"
] | 872126510@qq.com |
753e15d0bb662b9f26f8be907c28345fece340bb | 84d3d42fdbbf9d946a1b314580f13242edc54a22 | /imagezxlingDemo/app/src/main/java/com/qin/imagezxlingdemo/Questionmake.java | 9269c07b359979cb1b8286d6ff2fe60018e7e98c | [] | no_license | Ysilence/survey | 10244ee509a20cb0bd75ec1700569f356ced9413 | f033b57fb85575333ebfab4f1f291fa79489e8df | refs/heads/master | 2021-01-27T21:42:27.598092 | 2020-04-03T05:17:58 | 2020-04-03T05:17:58 | 243,487,804 | 0 | 0 | null | 2020-02-27T10:04:21 | 2020-02-27T10:04:21 | null | UTF-8 | Java | false | false | 2,545 | java | package com.qin.imagezxlingdemo;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.RadioButton;
public class Questionmake extends AppCompatActivity {
public static String answer=... | [
"56149087+Ysilence@users.noreply.github.com"
] | 56149087+Ysilence@users.noreply.github.com |
809e7b1c5dcded53a1a54bb2733c7e37102ff871 | f508b10791522ae022b3aec15322519e4bf9b101 | /JDBDriver.java | 7237e94975b9249bb1fbdde7c7aa4322c943cac7 | [] | no_license | agil98/CPSC-304-Project | aae80b0bfeac017b2c8f6f4efa83c79e361bf94c | 22005c126ddee1366899131bf2c4c32791901138 | refs/heads/master | 2020-04-20T17:22:24.623285 | 2020-02-03T23:52:23 | 2020-02-03T23:52:23 | 168,986,779 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 43,391 | java | JDBCConnection.java
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public class JDBCConnection {
private BufferedReader in = new BufferedReader(new InputStreamReader(System... | [
"noreply@github.com"
] | noreply@github.com |
5b2fb7f89f276fbac75ba184c352ebae54381a19 | 8de6016ff70e3e3a442c355827967ba7fddc4573 | /lab7-skel/task5/MyTask.java | 5ce20bcbe50fa3fd70b5dad627aa15720f76a018 | [] | no_license | SergiuBabin/Laboratoare-APD | 31a96e257da55bbbf65537ec4683b641a3d0d574 | b8734501788b8a00dae7c8648dca303583206c43 | refs/heads/main | 2023-03-25T04:59:04.847233 | 2021-03-22T09:18:17 | 2021-03-22T09:18:17 | 306,116,155 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 891 | java | package task5;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.RecursiveTask;
public class MyTask extends RecursiveTask<Void> {
int[] colors;
int step;
public MyTask(int[] colors, int step) {
this.colors = colors;
this.step = step;
}
@Override
protected Voi... | [
"48562108+SergiuBabin@users.noreply.github.com"
] | 48562108+SergiuBabin@users.noreply.github.com |
05cfbb61d213ffb23167974a5107200d0a23f4e3 | 6ebbde2ddaaaf3d3041f9882a3863ee325924d6a | /WS/default/AdvancedJavaProject/src/examples/review/threads/WeatherTest.java | 8fe9ba856651f8d6573922e7c453c16352ee5af9 | [] | no_license | srook12/BootcampHardDrive | e55e63fa661c93c300503276ebe8def0ce03e412 | eb4f8bb47f7dff220afcca8cc1839ac32a3334de | refs/heads/master | 2020-06-27T10:49:35.749613 | 2016-11-23T02:24:24 | 2016-11-23T02:24:24 | 74,525,820 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 446 | java | package examples.review.threads;
public class WeatherTest {
public static void main(String notused[]) {
WeatherBroadcast ws = new WeatherBroadcast();
ws.setDaemon(true);
ws.addListener(new SampleListener1());
ws.addListener(new SampleListener2());
ws.start();
try {
... | [
"srook12@gmail.com"
] | srook12@gmail.com |
75232241b06b77c0a9f54ae498c8c854bf0a925d | 060b354bf9192c75f6219459076a6c5a71a692f1 | /src/test/java/il/ac/bgu/cs/bp/bpjs/examples/GetTimeTest.java | d89995f0e200aca3b3e6f203769d2093f32100af | [
"MIT"
] | permissive | kevinmel2000/BPjs | 6d8ca7542b63d1e03740268db33736514a398a3a | 27cad3552fb96c1649711f9b0f01025cf709ba3b | refs/heads/master | 2020-07-02T17:38:10.468974 | 2019-03-30T22:58:12 | 2019-03-30T22:58:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,861 | java | /*
* The MIT License
*
* Copyright 2017 michael.
*
* 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,... | [
"mich.barsinai@gmail.com"
] | mich.barsinai@gmail.com |
f17d58ce08f2d2d7a50d3075467334e386af13fb | b01ae19d6bce9229b83d0165601719ae53ae2ed0 | /android/versioned-abis/expoview-abi46_0_0/src/main/java/abi46_0_0/expo/modules/notifications/badge/ExpoBadgeManager.java | ddc62744034acc0279b4867170d8b57dcae53601 | [
"MIT",
"BSD-3-Clause",
"Apache-2.0"
] | permissive | Abhishek12345679/expo | 1655f4f71afbee0e8ef4680e43586168f75e1914 | 8257de135f6d333860a73676509332c9cde04ba5 | refs/heads/main | 2023-02-20T19:46:17.694860 | 2022-11-21T15:48:20 | 2022-11-21T15:48:20 | 568,898,209 | 1 | 0 | MIT | 2022-11-21T16:39:42 | 2022-11-21T16:39:41 | null | UTF-8 | Java | false | false | 1,144 | java | package abi46_0_0.expo.modules.notifications.badge;
import android.content.Context;
import android.util.Log;
import expo.modules.core.interfaces.SingletonModule;
import expo.modules.notifications.badge.interfaces.BadgeManager;
import me.leolin.shortcutbadger.ShortcutBadgeException;
import me.leolin.shortcutbadger.Sh... | [
"noreply@github.com"
] | noreply@github.com |
c8fdd247c729cfda133a2f02a9c0f0fb716b145b | 62a673ad3ce04b4a6337106345d2ef7ed6cd8b06 | /app/src/main/java/com/xudre/dogosfromouterspace/Button.java | 35f91171a27e395c4435d9e4788532b6ebef1e52 | [
"MIT"
] | permissive | xudre/android-dogos | e41b938f2a34a6e85b181f21510bf10c2032f105 | 7b255e54d249b4c501e77eeeedba5fa6a0a12d17 | refs/heads/master | 2020-03-21T19:22:06.594527 | 2018-09-18T17:02:51 | 2018-09-18T17:02:51 | 138,945,392 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,044 | java | package com.xudre.dogosfromouterspace;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.view.MotionEvent;
public class Button extends Sprite {
public boolean pressing;
public Button(Bitmap bitmap) {
super(bitmap);
}
public void ProcessEvents(MotionEvent event) ... | [
"pedroxudre@gmail.com"
] | pedroxudre@gmail.com |
761744978bf5641d7fe60bf9c34fd5d323b4dc82 | 629fc58f9792872184c6c5aba0240a6708fda701 | /topCMS/src/main/java/com/infotop/core/tpl/FileTplManagerImpl.java | f901825ef68dca95d6cbe0fb5b487826e362db8b | [] | no_license | unreal-work/topCMS | 4b356c82769e651fd0483da954c470cd55f5d342 | aa9eb019ee3c798a7e5a674e98cf2d882bb7ed07 | refs/heads/master | 2021-05-28T12:02:29.925736 | 2015-04-09T01:08:12 | 2015-04-09T01:08:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,240 | java | package com.infotop.core.tpl;
import static com.infotop.common.web.Constants.UTF8;
import java.io.File;
import java.io.FileFilter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.io.FileUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org... | [
"Rajesh@Rajesh-PC"
] | Rajesh@Rajesh-PC |
56177f093a9c600cc105abff3c823b7d6f095fc4 | dbd2cdb791b2fa04a132348849a066ddd8de3998 | /src/main/java/com/arun/database/springjdbctojpa/jdbcBean/Person.java | 913c9ae2de0410f4f5d51fd61b7b6bf88ba44b98 | [] | no_license | arun786/SpringJdbcTemplateJPA | 7441e5ecf6ec72ad7cb78d5e48062b69de2fd331 | 0d8f31074ea0cd3b1ce85ccf1911d56a926687e8 | refs/heads/master | 2021-05-03T13:54:05.273147 | 2018-02-06T20:36:13 | 2018-02-06T20:36:13 | 120,513,265 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 917 | java | package com.arun.database.springjdbctojpa.jdbcBean;
import java.util.Date;
public class Person {
private int id;
private String name;
private String location;
private Date birthDate;
public Person() {
super();
}
public void setId(int id) {
this.id = id;
}
public void setName(String n... | [
"adwiti1975@gmail.com"
] | adwiti1975@gmail.com |
3ca17f02cbd22da1ca2eda26de8203cfde0f3729 | 35563cbf1d5c737300b107a3c649e9fc8c1ce1a1 | /src/java/org/cspk4j/filter/TickFilter.java | ee9224da6fd885b947d81c82e74c92a5098a9f40 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | mkleine/cspk4j | 032ff35747ebf25d10423a8e6e8e4f6b88cec75b | a7533d9b11c6f4086509ce6f64f69ae19f9b12d8 | refs/heads/master | 2020-12-25T18:23:03.869970 | 2010-09-22T09:50:31 | 2010-09-22T09:50:31 | 889,272 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,153 | java | /**
* This file is part of CSPk4J the CSP concurrency library for Java.
*
* CSPk4J is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any lat... | [
"mkleine@cs.tu-berlin.de"
] | mkleine@cs.tu-berlin.de |
5826738420808952b229a3781e280b94060de3b9 | 82de1e98e30a0836b892f00e07bfcc0954dbc517 | /hotcomm-api/hotcomm-operator/hotcomm-prevention/src/main/java/com/hotcomm/prevention/bean/mysql/manage/devicemanager/vaule/DevListVaule.java | 40dde8f471b761f526d997904d8747cdaea22bc7 | [] | no_license | jiajiales/hangkang-qingdao | ab319048b61f6463f8cf1ac86ac5c74bd3df35d7 | 60a0a4b1d1fb9814d8aa21188aebbf72a1d6b25d | refs/heads/master | 2020-04-22T17:07:34.569613 | 2019-02-13T15:14:07 | 2019-02-13T15:14:07 | 170,530,164 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 532 | java | package com.hotcomm.prevention.bean.mysql.manage.devicemanager.vaule;
import com.hotcomm.prevention.bean.mysql.manage.PageParam;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;
@Data
@EqualsAndHashCode(callSuper = false)
@NoArgsConstructor
public class DevListVaule exte... | [
"562910919@qq.com"
] | 562910919@qq.com |
a8cb533567723f6684e47de1eb650322acd449c5 | 7c7bd05b654f076b84862ac2091d2c024c21d438 | /src/com/example/livelock/Tester.java | 42972332d0b07ef1a059dcfe2e95e280e6dc32fb | [] | no_license | oleg-sandro/concurrency-cases-project | cee96089fdc1ceecb3200bfaae663dc57ff77698 | 9e20dcba662afc51398bada76b093116c0e2a0c5 | refs/heads/master | 2022-01-09T23:35:44.057346 | 2019-06-25T05:00:29 | 2019-06-25T05:00:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 868 | java | package com.example.livelock;
public class Tester {
public static void main(String[] args) throws InterruptedException {
String name = Thread. currentThread().getName();
System.out.println(name + " начал работу");
BankAccount account1 = new BankAccount(1, 100);
BankAccount accoun... | [
"okuziura@gmail.com"
] | okuziura@gmail.com |
2a946f82d5c01e86317849147b1a0210d498327f | 2899d76907f793211f0ab4dc914bde67804e8003 | /app/build/generated/source/r/debug/android/support/mediacompat/R.java | 59f5b476444d28b188ce328ec4b3346e095fe59a | [] | no_license | bhumil-1998/daiict_timetable | b9478c1909e8757cb3faf8d9ab7e7a8f02f00ab8 | fecea57695a9cd4100dd6166e01f81658a14ab5d | refs/heads/master | 2020-03-26T01:57:25.800927 | 2018-08-24T17:40:48 | 2018-08-24T17:40:48 | 144,390,155 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,018 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.mediacompat;
public final class R {
public static final class attr {
public static final int font =... | [
"bhumilvyas007@gmail.com"
] | bhumilvyas007@gmail.com |
334132f68ec7c9710b423cc824fd08130ad1e2fd | 94dc216a2a071131ffabd0bfb76ef7e51fa04645 | /src/administration/editSJ.java | c2238572b922d93375fe62cf7b9b0cbc71f975f8 | [] | no_license | itsannazzle/TNJ-Desk | 9d539482bed95936d17bad0853abc183638bc841 | b5b0912cbae2bb23b87c2c64443d0a778bcd8669 | refs/heads/master | 2023-06-02T22:40:56.032426 | 2021-06-19T13:32:38 | 2021-06-19T13:32:38 | 359,501,811 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 24,996 | 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 administration;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.... | [
"akarenina25@gmail.com"
] | akarenina25@gmail.com |
c164f5a4df3f61233f84169323582f2bccfe7eb3 | e3293fbf9fde594c8aa9b046d20e0e06fc423c65 | /impc_prod_tracker/core/src/main/java/org/gentar/statemachine/ProcessData.java | 4bb8e96cb7a3daae35e55ac3adbf8d35566ee7fa | [
"Apache-2.0"
] | permissive | albags/impc-production-tracker | 43efe1fc083f0e1478b43178cd3d3c674a5edaed | 221274e2b11efc6cec06a5662115ade1d171c62f | refs/heads/master | 2021-11-22T23:06:16.670167 | 2021-10-27T13:52:29 | 2021-10-27T13:52:29 | 177,979,683 | 0 | 0 | Apache-2.0 | 2019-03-27T11:25:48 | 2019-03-27T11:25:48 | null | UTF-8 | Java | false | false | 334 | java | package org.gentar.statemachine;
import org.gentar.biology.status.Status;
/**
* Interface to be implemented by the entity to be processed in the state machine.
*/
public interface ProcessData
{
ProcessEvent getEvent();
void setEvent(ProcessEvent processEvent);
Status getStatus();
void setStatus(Stat... | [
"mauroz77@gmail.com"
] | mauroz77@gmail.com |
87b9eec1e626a0341e5ee144662184a254a1018e | 828b5327357d0fb4cb8f3b4472f392f3b8b10328 | /flink-runtime/src/test/java/org/apache/flink/runtime/taskexecutor/partition/PartitionTableTest.java | a6865113862ad586618ecefbf2ff24f4a5d5a1db | [
"CC-BY-3.0",
"LicenseRef-scancode-unknown-license-reference",
"Unlicense",
"ISC",
"MIT-0",
"GPL-2.0-only",
"BSD-2-Clause-Views",
"OFL-1.1",
"Apache-2.0",
"LicenseRef-scancode-jdom",
"GCC-exception-3.1",
"MPL-2.0",
"CC-PDDC",
"AGPL-3.0-only",
"MPL-2.0-no-copyleft-exception",
"LicenseRef... | permissive | Romance-Zhang/flink_tpc_ds_game | 7e82d801ebd268d2c41c8e207a994700ed7d28c7 | 8202f33bed962b35c81c641a05de548cfef6025f | refs/heads/master | 2022-11-06T13:24:44.451821 | 2019-09-27T09:22:29 | 2019-09-27T09:22:29 | 211,280,838 | 0 | 1 | Apache-2.0 | 2022-10-06T07:11:45 | 2019-09-27T09:11:11 | Java | UTF-8 | Java | false | false | 3,730 | 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... | [
"1003761104@qq.com"
] | 1003761104@qq.com |
6433fd36e78d110c4cdf7d11d63a53586d1b559e | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/35/35_8c1f3cacdb3b256cbdcda7c72a824d23bb9b46e8/BusinessDTO/35_8c1f3cacdb3b256cbdcda7c72a824d23bb9b46e8_BusinessDTO_s.java | 82df94de31613670a6440c4ac4056b71ccd70ffe | [] | 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 | 820 | java | package com.okaru.dtomapper.dto;
import java.util.Date;
import com.okaru.dtomapper.annotation.MappedField;
public class BusinessDTO {
@MappedField(mappedObjectKey="business")
private String name;
@MappedField(mappedObjectKey="business", field="founded")
private Date dateFounded;
@MappedField(m... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
071355be8d1f0b7f2544d5822e6e4823342f50c4 | 7b0b0a44264cf8f38be65ca4b7df52456a7382bc | /app/src/main/java/com/swerr/bleterm/MainActivity.java | 75ce184c78cab41ba29f848959df0c69da97bcc1 | [] | no_license | fox4u/bleTerm | b91dfa2dd2a4a52f78ca73ff3de05b96f79961af | 6ed8b0613b4144ed096672edbfba97865a890a28 | refs/heads/master | 2021-01-11T17:37:32.195410 | 2017-04-19T06:24:04 | 2017-04-19T06:24:04 | 79,806,319 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,337 | java | package com.swerr.bleterm;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Locale;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import... | [
"fox4u2@gmail.com"
] | fox4u2@gmail.com |
97fe06f9d2c65816c1896e4f7159f3960bbc1a10 | 3ba8b0521886240bb27d61f7b1ce30d9da9f0142 | /src/main/java/com/users/management/model/User.java | ac3666c52d28771f687feb87e7b0de75f22abf79 | [] | no_license | DannyMatev/userManagement | a8be4312f8718c125152c1e09a8dcda1d1605eaa | a8c0796b96f11b5a4420014db8373d6b7c548546 | refs/heads/master | 2020-05-22T13:34:07.540784 | 2019-05-17T11:08:47 | 2019-05-17T11:08:47 | 186,362,814 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,237 | java | package com.users.management.model;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.index.Indexed;
import org.springframework.data.mongodb.core.mapping.Document;
import java.time.LocalDate;
import java.util.Objects;
@Document
public class User {
@Id
private String... | [
"danny.matev@gmail.com"
] | danny.matev@gmail.com |
c82fe84a34d393df4562039f87e419289ac5715e | 428823dab4d8bc3ac94f39b0da286848b5be9d94 | /src/main/java/com/rfid/netty/utils/ParamsMap.java | b28b505ea4cf925846767312a8f6b80475e07172 | [] | no_license | odora/RfidNetty | ba68e4c6f3f80b711721eced155d994e96c0a2b1 | cf6ecc0a85557abcd41c31c08c6ea0de9b18aa81 | refs/heads/master | 2021-12-15T03:40:13.184525 | 2017-07-22T17:20:17 | 2017-07-22T17:20:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,013 | java | package com.rfid.netty.utils;
import java.io.IOException;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.JavaType;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml... | [
"1064784104@qq.com"
] | 1064784104@qq.com |
3116bdf9c7caf641d80542df3eed43c7509981ad | 06361e7873638602bd1446da9fea171aaf8414c8 | /src/main/java/DongYu/WebBase/System/Service/RoleService.java | b15326ee09a174818ad253259d041f462c6c5854 | [] | no_license | Peter9063/BillManage | 9e3b625d53d009cc8924726899f34b10a1adc655 | cc46fb7a1e213e208cceb09c4a1b9205b8b2fb56 | refs/heads/main | 2023-03-18T02:56:09.338924 | 2022-07-09T09:01:04 | 2022-07-09T09:01:04 | 230,550,179 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 694 | java | package DongYu.WebBase.System.Service;
import DongYu.WebBase.System.Entity.Role;
import DongYu.WebBase.System.Entity.SysBase.Sorte;
import DongYu.WebBase.System.Entity.SysBase.WebMessage;
import java.util.List;
public interface RoleService {
public WebMessage<Role> save(Role[] records, String userName);
p... | [
"chenyao_ningbo@163.com"
] | chenyao_ningbo@163.com |
f67816900fc63967ef71ca8e4726601a8224ecd0 | 0ebb418da77a5e7bd5f2a649a662813030d01a44 | /src/babel/content/eqclasses/properties/type/Type.java | 1f975cbd10251143a30c0aae0bb2edc2ccf684eb | [] | no_license | aklement/babel | 82fa2495036f7ebd5acf182e5e789c3d085f32d7 | 43858abdf8a9df52e5c8c25804521241eb9bb3cf | refs/heads/master | 2016-09-05T15:02:11.364542 | 2013-05-10T14:36:15 | 2013-05-10T14:36:15 | 458,432 | 3 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,231 | java | package babel.content.eqclasses.properties.type;
import babel.content.eqclasses.EquivalenceClass;
import babel.content.eqclasses.properties.Property;
public class Type extends Property
{
protected static final String NONE = "none";
protected static final String SRC = "src";
protected static final String TRG = ... | [
"aklement+github@gmail.com"
] | aklement+github@gmail.com |
5ec65ac3ef9a2eb900c5f61b74c4fa6eb6706330 | 6a854e2f5d861bd4d67a49a3a3c40ec3f46df8a7 | /Handler/src/handler/Handler.java | 63bf3eeb8d865d74aec4adbc6296ceaabb19c55d | [] | no_license | Kevizy/Java-Projects | f587d5674b9aa27f3e1d85dcbd58959d7eabe35c | 52eabe6587546103f51e787806791389d59f939f | refs/heads/master | 2021-07-08T00:35:56.902908 | 2021-03-15T03:56:09 | 2021-03-15T03:56:09 | 229,690,659 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 332 | java |
package handler;
import javax.swing.JFrame;
public class Handler {
public static void main(String[] args) {
HandlerInfo msg = new HandlerInfo();
msg.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
msg.setSize(350, 100);
msg.setVisible(true);
... | [
"noreply@github.com"
] | noreply@github.com |
3bc63c0e81cdf5174c85cbe3b9d250ab989b1cd8 | d531fbed852183415ab84955a55462ac14d6eab8 | /src/main/java/patrimoine/controllers/rest/ZoologieInvertebresAutresRestController.java | cbd36eddca2e53ffd753a9e76a54cbf48eff204f | [] | no_license | Droopy06/patrimoine-flst-JEE | 6ff00d81be40887080295d26449e765eae632220 | 9d50a51ac830074e7f865496fe386205ac7fd8a2 | refs/heads/master | 2021-01-10T17:06:47.620640 | 2017-05-01T16:35:01 | 2017-05-01T16:35:01 | 46,551,001 | 0 | 0 | null | 2016-02-04T09:46:28 | 2015-11-20T09:01:50 | Java | UTF-8 | Java | false | false | 1,456 | java | package patrimoine.controllers.rest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bi... | [
"lamootalexandre@gmail.com"
] | lamootalexandre@gmail.com |
67f0b3325f94e043ce434e42ff05f8a1b6000712 | b0ebab9ed0ff40f436a723f2a8a78d0f3f9917b0 | /src/main/java/com/sv27/learn/config/JacksonConfiguration.java | 688c6f24a3e5fd7744bdf29e208ae6ca8be55621 | [
"MIT"
] | permissive | iamsivav/Jenkins_Pipeline | a89886021db0d3c43d2bd47b8e176345be12b0d5 | c52060814354872be0b47191fe825d52b499ee1f | refs/heads/main | 2022-12-28T17:14:16.995928 | 2020-10-17T04:32:23 | 2020-10-17T04:32:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,407 | java | package com.sv27.learn.config;
import com.fasterxml.jackson.datatype.jdk8.Jdk8Module;
import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule;
import com.fasterxml.jackson.module.afterburner.AfterburnerModule;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Config... | [
""
] | |
cd0dce1e7876f50df389b72a60be4adaabbfac25 | 355036ec921198d7af4441f73a0315373836c64f | /src/br/com/suelengc/devfest/main/AdapterItemExample.java | bc307519050a6e3bdc54ff73cfd0ab7c60b83f52 | [] | no_license | SuelenGC/DevFest2012-Fragments | c3ddf77256d135759e089a81b281f47efb245d0b | 57eb3e1a83de5fd44ffcd8a66ad69cec40b75ff9 | refs/heads/master | 2020-06-05T18:13:25.117097 | 2012-11-30T17:33:23 | 2012-11-30T17:33:23 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 1,902 | java | package br.com.suelengc.devfest.main;
import java.util.List;
import br.com.suelengc.devfest.R;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
public class AdapterItemExamp... | [
"suelengcarvalho@gmail.com"
] | suelengcarvalho@gmail.com |
633fbd85a736a37349051946153f4f2d00f2e234 | 9e38c682aa1225c5fdec383346b26b1957ef1743 | /Strings_Datas/src/pacote/Aplicacao.java | 848aca9d06fb531ebb285d80bd6abd9bc49930e4 | [] | no_license | PatrickGuedesOliveira/StringsDatas | 54037be026037ca7c658ae4b99aae9a70fcacb32 | eea103be973718ec1f737e02a99fcbd8a90c5786 | refs/heads/master | 2021-01-22T15:11:57.265320 | 2016-09-19T12:42:16 | 2016-09-19T12:42:16 | 68,604,887 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 896 | java | package pacote;
import java.text.NumberFormat;
import java.util.Currency;
import java.util.Locale;
public class Aplicacao {
public static void main(String[] args){
// System.out.printf("%f", 1225401.7);
Locale l = new Locale("pt", "BR");
System.out.println(l.getDisplayName());
Currenc... | [
"patrick_guedes1@hotmail.com"
] | patrick_guedes1@hotmail.com |
74ef2deb864207d9fb54da9f2ad8eb2fb136fe97 | 53af22376bd0db992db1559e7031b9c87a962462 | /app/src/main/java/com/yuri/dreamlinkcost/model/OnLoginListener.java | 1c5ba7cd191873361acbc42105bf5882d983bfcb | [] | no_license | xiayouli0122/DreamLinkCost | e2f8bc1d7a23bdbe544d14f912511e3043d71b11 | 1874691bf6f3da307324867540a1bf511e32f2db | refs/heads/master | 2021-01-17T13:54:30.187718 | 2019-06-06T03:58:14 | 2019-06-06T03:58:14 | 39,063,056 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 169 | java | package com.yuri.dreamlinkcost.model;
/**
* Created by Yuri on 2016/1/15.
*/
public interface OnLoginListener {
void onLoginSuccess();
void onLoginFail();
}
| [
"xlog2013@163.com"
] | xlog2013@163.com |
dbe3767eac5ece546fbdaa74ba5eab81e67d8460 | b489055a0d77fbe6e5e3260210c7235c59836ffe | /it-order-claims/src/main/java/org/prof_itgroup/it_order/ItMessageListener.java | ea1ae333c7d40e9bc3c2a837faeab2309dbb1063 | [] | no_license | Hibernate2009/it-parent | 35ab6fb1c817d6fd3c9a6635017affda0a130191 | f3e5fe45b6b201b0a4724a729f4a0c3985622be6 | refs/heads/master | 2021-08-31T12:37:37.760213 | 2017-12-21T09:31:20 | 2017-12-21T09:31:20 | 114,987,221 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,731 | java | package org.prof_itgroup.it_order;
import java.text.SimpleDateFormat;
import java.util.Date;
import javax.jms.Message;
import javax.jms.MessageListener;
import javax.jms.TextMessage;
import org.apache.log4j.Logger;
import org.it.utils.exception.ExceptionUtil;
import org.it.utils.jms.JmsSender;
import org... | [
"S.Ovchinnikov@bss-e.com"
] | S.Ovchinnikov@bss-e.com |
9666b1b4cbda20b8a3b837ecef40cb5824931890 | f6b90fae50ea0cd37c457994efadbd5560a5d663 | /android/nut-dex2jar.src/com/nut/blehunter/a/e.java | ec57ffe4f1875dd6b1b0024c9ce47d17b087baed | [] | no_license | dykdykdyk/decompileTools | 5925ae91f588fefa7c703925e4629c782174cd68 | 4de5c1a23f931008fa82b85046f733c1439f06cf | refs/heads/master | 2020-01-27T09:56:48.099821 | 2016-09-14T02:47:11 | 2016-09-14T02:47:11 | 66,894,502 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,657 | java | package com.nut.blehunter.a;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.text.TextUtils;
import b.a.a;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import java.util.Set;
import org.json.JSONException;
import org.json.JSONObject;
public f... | [
"819468107@qq.com"
] | 819468107@qq.com |
3f608c2457bc8cbf483942cdc867696e9c12640b | d7930c2b8a1ff5906453398407aae3f62c19b62b | /app/src/main/java/wolfgang/bergbauer/de/kletterguide/ShareHelper.java | 21b0559988d7af3a109ed5a3d82cef623fd32a6e | [] | no_license | SonicBoom89/KletterGuide | 144e78a92671a7d838aa9cad65c413756457cc65 | 293bfd67971d9ed110f707a96fca0e11470446bb | refs/heads/master | 2021-01-17T11:00:08.291628 | 2017-05-18T10:47:00 | 2017-05-18T10:47:00 | 40,146,976 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 350 | java | package wolfgang.bergbauer.de.kletterguide;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.ShareActionProvider;
import android.view.MenuItem;
import wolfgang.bergbauer.de.kletterguide.model.ClimbingArea;
/**
* Created by Wolfgang on 08.08.2015.
*/
p... | [
"bergbauer.wolfgang@googlemail.com"
] | bergbauer.wolfgang@googlemail.com |
fa906106674db52235a8d27fe8bfc7157eef7957 | c2721046f768feb5b062c8be00a8f3ffc5a2aa25 | /today/SoundCloud/src/POJO/AudioFile.java | 93492ff46b18a7a4386e8980f66b210fb06d3822 | [] | no_license | SiaSimeonova/SoundCloud-FinalProject | 4daf28e3eada5e93865bc7b531d6f4a1b013d65f | 6d2f26453e2b48a492395a6ed796f27552f0a43a | refs/heads/master | 2016-08-12T12:44:52.353309 | 2016-04-14T02:20:34 | 2016-04-14T02:20:34 | 54,495,208 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,953 | java | package POJO;
public class AudioFile {
private static int audioCounter = 0;
private int id;
private String URL;
private String category;
private String name;
private String autor;
private String description;
private String picture;
private boolean isPrivate;
private int likes;
private int reposts;
private... | [
"sia.simeonova@outlook.com"
] | sia.simeonova@outlook.com |
19a80eb9059c61bb8820a32039e18325907b63dd | 20c79c03bdbcbb72b3d2b223dd64cfecde17bfe3 | /UniversalCalculator/test/universalcalculator/Converter/ArabicConverterTest.java | 74e128921fe036eabd1d583b59c9bdfc18cb7dca | [] | no_license | licar/UniversalCalculator | bdbecbac2e33e6ce5d5599530d40645763090df9 | d919d8c89cc2ac8d489b688306e26f5309907cd6 | refs/heads/master | 2021-01-19T05:27:02.473523 | 2016-06-14T09:27:56 | 2016-06-14T09:27:56 | 61,077,293 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,815 | 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 universalcalculator.Converter;
import org.junit.Test;
import static org.junit.Assert.*;
import universalcalculator.Formula;
/... | [
"garoupol@gmail.com"
] | garoupol@gmail.com |
a561e666c417a34c0ca81c06fdfe6fa8a62235ab | f23d73fed49b8eb26a4b3aad22ac6e564848d557 | /PlayerInterface.java | f3c253206f411b41ff5856c78a1e3bcca94e885a | [] | no_license | Sohaila-Mohsen/GOFO | 6f55285d94e38816b388d818a4e1eac1b3aa4d1f | 7a54ad04a25d7e20e6306db739c1ab58ee477e55 | refs/heads/main | 2023-05-02T16:52:40.192395 | 2021-06-12T20:26:32 | 2021-06-12T20:26:32 | 376,372,408 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,679 | java | package gofo;
import java.util.Scanner;
public class PlayerInterface extends DB{
static Scanner input;
static {
input = new Scanner(System.in);
}
public void PlayerMainMenue(Player p)
{
System.out.println("1- My Books \n2- My Requests\n3- Join Team \n4- B... | [
"noreply@github.com"
] | noreply@github.com |
54a10aa575cfa665b568c93cb9d2bd3258da39e1 | a9c598eba8c94f2493132cd043a7165d71375768 | /StaticBlockTest/src/StaticBlockTest.java | dbccb832c540693088cda23a0ed6ffd91cd20e76 | [] | no_license | gaeunPark/Java_fundamental | 01473268baba1012dbefa3947185f0ba2e5e8b8b | f65d133ac41392803fa12573374af7d6f399d839 | refs/heads/master | 2020-03-07T08:43:11.129270 | 2018-03-30T06:02:40 | 2018-03-30T06:02:40 | 127,386,567 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 275 | java |
public class StaticBlockTest {
static int[] arr = new int[10];
static {
for(int i=0; i<arr.length; i++) {
arr[i]=(int)(Math.random()*10)+1;
}
}
public static void main(String[] args) {
for(int i : arr) {
System.out.println(i);
}
}
}
| [
"USER@test.com"
] | USER@test.com |
c3e650ee364a3fa569a63f627bdd565da9319cfa | 48304c1ae3f5fa2c235a851979be6e6a77b7e7b8 | /day14/src/cn/com/mryhl/demo10_hemowork/demo02_stream/Demo01OutputStreamWriter.java | dbfea9577387381367a8a1a35f3cf2162af5e143 | [] | no_license | mr-yhl/javajybc | e5647e093765a4d0893f1f34059baa38b8b8bbaa | bc22c226b901817d6a535328d8a598871bddf5c0 | refs/heads/master | 2023-01-03T18:21:53.509449 | 2020-10-24T03:28:07 | 2020-10-24T03:28:07 | 284,627,147 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 456 | java | package cn.com.mryhl.demo10_hemowork.demo02_stream;
import java.io.FileOutputStream;
import java.io.OutputStreamWriter;
public class Demo01OutputStreamWriter {
public static void main(String[] args) throws Exception {
OutputStreamWriter writer = new OutputStreamWriter(new FileOutputStream("test4_1.txt"),... | [
"jyhlbx@outlook.com"
] | jyhlbx@outlook.com |
1d547531431d7343383a139d49917ce4b8ff12e9 | fd8d9bb507de41e9ba5a513f11e0f51c789079b9 | /Code1/problem_sets/ps7/question1/ArrayMethods.java | 0fce0cc10dccb6ea0c08af796a17b63c6c4b5fac | [] | no_license | SiddheshKhedekar/Java-101 | 8f003e6c630ea680b09ba35ee42e093ed8e92725 | 81ad971350181519c50624847ae60034d9b12720 | refs/heads/master | 2021-06-16T11:46:20.308036 | 2017-05-30T05:34:28 | 2017-05-30T05:34:28 | 92,801,037 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,408 | java | package ps7.question1;
import java.util.Arrays;
//
// Complete the methods below. These methods manipulate Arrays of Strings
//
// Need help starting this question? In the lesson titled
// "Starting points: Problem Set Questions", go to the
// problem titled "Problem Set 7 - Question 1" for some tips on
// how to b... | [
"siddheshkhedekar@hotmail.com"
] | siddheshkhedekar@hotmail.com |
e201f4a8eea8613d895b89fe3812c2f42ab10ca1 | a5f1da80efdc5ae8dfda2e18af2a1042e2ff9234 | /src/com/cyb/jndi/Persons.java | f510ad5e802904f394370dbddd69ac51073672a0 | [] | no_license | iechenyb/sina1.0 | fb2b7b9247c7f6504e10d8301ee581a3b960bac2 | aac363143e920a418f0cc3a8e3cadcb91cdb3acf | refs/heads/master | 2021-05-23T04:47:39.852726 | 2020-05-15T00:32:27 | 2020-05-15T00:32:27 | 81,402,063 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 623 | java | package com.cyb.jndi;
import java.io.Serializable;
public class Persons implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1L;
String Name = "";
String Age ="" ;
public Persons () {
}
//构造函数,用于给变量赋值
public Persons (String namePa... | [
"zzuchenyb@sina.com"
] | zzuchenyb@sina.com |
5457fdc7fcf1eb054994c17207dfa0d3231fad19 | 2aee26166e4c4d3182a5948d95ca6046e3e84138 | /src/main/java/otts/test/work/WebConfiguration.java | ebc29368867bf46e4f4784e088742bf612d34cee | [] | no_license | eld0727/messages | 366c0332ecfd34be7ad5615114069615084cd902 | e287b8944a0ad3e123ede98f55bedb064f07faab | refs/heads/master | 2021-01-13T02:07:16.640138 | 2015-09-08T02:34:39 | 2015-09-08T02:34:39 | 41,954,062 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,114 | java | package otts.test.work;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.ViewResolver;
import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry;
import org.springframework.web.servlet.config.a... | [
"eld0727@mail.ru"
] | eld0727@mail.ru |
d3fa6a9987d9fbce27fc8250d727543a45071c29 | 183c7622e9aa4b5eb88d802106d3a87de15aae00 | /Plot Route/app/src/main/java/bit/mike/googlemaps/WeatherRequest.java | a0f24473d4c27d599f8f35441755f0749756c395 | [] | no_license | ml-barnes/weather-tracker | 52581bc6d869dcaabaa9fb24671093bacf0ba764 | fd8ca0d67ca570121f6aebc41e6332c015823979 | refs/heads/master | 2020-03-29T01:16:23.071627 | 2018-09-19T03:04:32 | 2018-09-19T03:04:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,083 | java | package bit.mike.googlemaps;
import android.content.res.Resources;
import android.os.AsyncTask;
import android.util.Log;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.text.DateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
imp... | [
"barnm7@student.op.ac.nz"
] | barnm7@student.op.ac.nz |
67d6a8349a7b69960868ffdc9b10e8163da71c6b | a2440dbe95b034784aa940ddc0ee0faae7869e76 | /modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/VkDeviceGroupDeviceCreateInfoKHR.java | 1c632818e91a71e21216e6a9d32f84ba0d13c6f8 | [
"LicenseRef-scancode-khronos",
"LGPL-2.0-or-later",
"BSD-3-Clause",
"LicenseRef-scancode-free-unknown",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | LWJGL/lwjgl3 | 8972338303520c5880d4a705ddeef60472a3d8e5 | 67b64ad33bdeece7c09b0f533effffb278c3ecf7 | refs/heads/master | 2023-08-26T16:21:38.090410 | 2023-08-26T16:05:52 | 2023-08-26T16:05:52 | 7,296,244 | 4,835 | 1,004 | BSD-3-Clause | 2023-09-10T12:03:24 | 2012-12-23T15:40:04 | Java | UTF-8 | Java | false | false | 13,017 | java | /*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.vulkan;
import javax.annotation.*;
import java.nio.*;
import org.lwjgl.*;
import org.lwjgl.system.*;
import static org.lwjgl.system.Checks.*;
import static org.lwj... | [
"iotsakp@gmail.com"
] | iotsakp@gmail.com |
2067ac6f9123dab56d9e77a3b1b624a3fb402341 | fe625f48aea5074e4cbc2b1f14d783c44a710417 | /src/aula7/Prime.java | 73df032ea1488e9449b94262411cf787336f0546 | [] | no_license | galemos/CursoJavaUnifesp | 77041bac0223fff89733ef40e28fc2e90b5ba6d8 | 208ff6810e86777d872d4e39a4d1c16f722f5a12 | refs/heads/master | 2020-03-30T14:30:35.224862 | 2018-10-09T21:43:02 | 2018-10-09T21:43:02 | 151,321,128 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 301 | java | package aula7;
public class Prime {
private boolean isPrime(long value) {
for(int i = 2; i<(value/2); i++) {
if(value%i == 0) {
return false;
}
}
return true;
}
public String msgPrime(long value) {
if(isPrime(value)) {
return "eh primo";
}
return "nao eh primo";
}
}
| [
"gabrielelias.lemos@live.com"
] | gabrielelias.lemos@live.com |
f371339b22d4fc399630844966ae89556fe322d2 | f485ba5d778dddc8fd4578ffa9a5dfc83eeb164f | /app/src/main/java/com/aaron/runtracker/activities/SingleFragmentActivity.java | 9f3acdf37c0b059d4d49af5f725819d768be47fe | [
"Apache-2.0"
] | permissive | AaronChanSunny/RunTracker | 043f41c9ff49f8c364c9de5e5851b85339a37b18 | 03c7382069457033fa009187e18f5cdba5f9e471 | refs/heads/master | 2021-01-19T11:15:44.967443 | 2015-07-08T09:39:04 | 2015-07-08T09:39:04 | 38,726,689 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 875 | java | package com.aaron.runtracker.activities;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v7.app.AppCompatActivity;
import com.aaron.runtracker.R;
/**
* Created by Aaron on 15/7/3.
*/
public abstract class SingleFragmentActivit... | [
"aaronchansunny@gmail.com"
] | aaronchansunny@gmail.com |
531a64e8986067b87030231aef9c3e4f921aaa8c | 285127619284cf04c6e8cbd6484dbbb87d699823 | /plugin/src/main/java/git4idea/changes/GitCommittedChangeList.java | 2ccb1b3db0fc5fbd379ef4f980f91f11240ab8f7 | [
"Apache-2.0"
] | permissive | consulo/consulo-git | c1bc36d8ef053aaed34d991b73e23eafe864bba5 | 39835384bc64a00baadd8a301aa18abd1e051e21 | refs/heads/master | 2023-08-18T23:20:48.918195 | 2023-06-14T06:59:28 | 2023-06-14T06:59:28 | 13,809,557 | 0 | 0 | null | 2015-02-20T22:22:44 | 2013-10-23T17:25:01 | Java | UTF-8 | Java | false | false | 2,342 | java | /*
* Copyright 2000-2011 JetBrains s.r.o.
*
* 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... | [
"vistall.valeriy@gmail.com"
] | vistall.valeriy@gmail.com |
e6bd77212fb0bae04b90ce58962afae4a3adec74 | e03f037606c3d4b335d902c45b0c9cdf9848c509 | /RestExamples/AirtelServiceProvider/src/com/toml/airtel/service/MobileNameProvider.java | e6f1f39fd469a43e9906bc437f76ede397facc7f | [] | no_license | ghoshkumararun/Rest_Examples | bc10957d0ce5c37962286de985576af6b3042889 | 927fe83c93ae49f10f483dcefa00fa1e29922d55 | refs/heads/master | 2021-07-01T08:12:24.113901 | 2017-09-21T04:04:17 | 2017-09-21T04:04:17 | 104,299,904 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 184 | java | package com.toml.airtel.service;
import javax.ws.rs.core.Response;
public interface MobileNameProvider {
public Response getCustomerName(String operatorname,String mobileNumber);
}
| [
"arung@TOML-A-L-151.TOML.COM"
] | arung@TOML-A-L-151.TOML.COM |
b1ae2f4bf4df540f2e0bdc2a83bb0f1861e57137 | d8c7c1f5a2b905b965ba7320be9b3ad3474c51f7 | /kademlia-adapter/src/test/java/KademliaAdapterTest.java | e97147567b579b4391a9ee571a68fd081132dfae | [] | no_license | henribouvet/Hermes | 4696a5132a08cbe54bc16749106bc74df959283c | 6a4eaf03bc0fb4bce5412f25d3af40526cba742c | refs/heads/master | 2022-05-26T19:07:58.524392 | 2019-05-27T13:49:03 | 2019-05-27T13:49:03 | 167,522,256 | 1 | 2 | null | 2020-10-13T13:08:13 | 2019-01-25T09:34:12 | Java | UTF-8 | Java | false | false | 1,726 | java | import fr.univnantes.hermes.api.DHT;
import fr.univnantes.hermes.api.DHTService;
import fr.univnantes.hermes.api.api.Key20;
import fr.univnantes.hermes.kademlia.KademliaService;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Test;
import org.junit... | [
"bouvet.henri@gmail.com"
] | bouvet.henri@gmail.com |
35dfe502b1781c470c28729e11041585f3ca5d63 | 07638f6016561f0df170457f7401acd3387b3494 | /src/main/java/frc/robot/subsystems/DriveTrainSystem.java | e850110d764e4de67b2b326b6497130456308449 | [] | no_license | prhiggins/FRC_2020_Command | 9ac923acf1ce4b83a4839aee9bfcc8a15974ae05 | 7e2107c4e1490b8bb8dd729ae06d74a7daadf111 | refs/heads/main | 2023-03-29T23:03:38.314015 | 2021-03-30T20:37:43 | 2021-03-30T20:37:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,205 | java | // Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
package frc.robot.subsystems;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.u... | [
"jwilt9000@gmail.com"
] | jwilt9000@gmail.com |
30d0739890d914449f3370626a5b7621e65d925c | 0bdc8dad646bd874e285be4b5ee29609abf1fce5 | /clustream-common/src/main/java/net/melissam/powerlog/clustering/FeatureVector.java | ae088bbcbc06f1e43d73e44a788c00b0890b4016 | [] | no_license | MelissaMifsud/powerlog | 4256245500cfbf7f830702e539f3325f0cffce38 | e89354541a7e3e41ebaca531caec8af4a9dd2ad1 | refs/heads/master | 2020-05-31T12:32:55.707436 | 2015-05-31T15:01:03 | 2015-05-31T15:01:03 | 24,804,077 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,345 | java | package net.melissam.powerlog.clustering;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.math3.ml.clustering.Clusterable;
/**
* Represents a feature vector of arbitrary type.
*
* @author melissam
*/
public class FeatureVector implements Clusterable{
private int id; // line nu... | [
"melissa.anne.mifsud@gmail.com"
] | melissa.anne.mifsud@gmail.com |
35d37862561817b5bc72565d79d3abf10ccb430d | 09d0ddd512472a10bab82c912b66cbb13113fcbf | /TestApplications/TF-BETA-THERMATK-v5.7.1/DecompiledCode/Fernflower/src/main/java/org/telegram/messenger/time/FastDatePrinter.java | 5ae427b54f05c97c801fce2a3fa252d208fafe18 | [] | no_license | sgros/activity_flow_plugin | bde2de3745d95e8097c053795c9e990c829a88f4 | 9e59f8b3adacf078946990db9c58f4965a5ccb48 | refs/heads/master | 2020-06-19T02:39:13.865609 | 2019-07-08T20:17:28 | 2019-07-08T20:17:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 24,585 | java | package org.telegram.messenger.time;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.Serializable;
import java.text.DateFormatSymbols;
import java.text.FieldPosition;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import java.util.GregorianCalendar;
import ja... | [
"crash@home.home.hr"
] | crash@home.home.hr |
030865896e1be4e0d3bc48428659bdd997b4b33e | dc4abe5cbc40f830725f9a723169e2cc80b0a9d6 | /src/main/java/com/sgai/property/quality/dao/plan/PIRecordDaoVo.java | 4dafda5af709caca82e0390ebe37eb1e44e771cf | [] | no_license | ppliuzf/sgai-training-property | 0d49cd4f3556da07277fe45972027ad4b0b85cb9 | 0ce7bdf33ff9c66f254faec70ea7eef9917ecc67 | refs/heads/master | 2020-05-27T16:25:57.961955 | 2019-06-03T01:12:51 | 2019-06-03T01:12:51 | 188,697,303 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 377 | java | package com.sgai.property.quality.dao.plan;
import com.sgai.property.commonService.dao.MoreDataSourceDao;
import com.sgai.property.quality.entity.plan.Record;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
import java.util.Map;
@Mapper
public interface PIRecordDaoVo extends MoreDataSourceDao<Rec... | [
"ppliuzf@sina.com"
] | ppliuzf@sina.com |
ea8d76411c5b4a6dbef6f9803f8639eb0853d9cb | b78f852f70f5a75b9485074b22baaf77cb2a54d4 | /src/main/java/com/ptc/bo/ClassBasicBo.java | 3a17b9e5e8e4162e5857e3252c6a409027784466 | [] | no_license | vikasshinde22105/PTCRestApi | 36f8ee8fcde85ee19bb819d057d8a723b9476701 | e7d83751ac981faf4d6031088c5cdba27f7e53e9 | refs/heads/master | 2021-01-10T02:00:03.847995 | 2015-06-08T05:50:52 | 2015-06-08T05:50:52 | 36,712,445 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 951 | java | package com.ptc.bo;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.ptc.dao.ClassBasicDao;
import com.ptc.dao.SchoolHomeDao;
import com.ptc.model.ClassInfo;
import com.ptc.model.School;
@Service
public class... | [
"vikas.shinde@housing.com"
] | vikas.shinde@housing.com |
9d91d9e56c96eefae64d97bb9925d71253714c32 | d5e5129850e4332a8d4ccdcecef81c84220538d9 | /Games/Battlecraft/src/axe/g2f/Updatable2f.java | d30465d8b7330a7c4c2d88359aeb23675d5a486c | [] | no_license | ClickerMonkey/ship | e52da76735d6bf388668517c033e58846c6fe017 | 044430be32d4ec385e01deb17de919eda0389d5e | refs/heads/master | 2020-03-18T00:43:52.330132 | 2018-05-22T13:45:14 | 2018-05-22T13:45:14 | 134,109,816 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 114 | java | package axe.g2f;
import axe.core.Updatable;
public interface Updatable2f extends Updatable<Scene2f>
{
}
| [
"pdiffenderfer@gmail.com"
] | pdiffenderfer@gmail.com |
cd32dc641da4feac7fd138aefffdc249002c057f | 0de19d573a0231126c95be027140f962dcee2c81 | /GridView/app/src/main/java/com/example/grid/list_item.java | a6117097f5d9fa0ee7a7c0a48f66a6303c0e7dcc | [] | no_license | ehszl409/Android-Study | 59534c801fca717a8667ab598ff0d87f21d9a207 | f05d1ba13a5d289935d4ec205345438dffc3c894 | refs/heads/master | 2023-03-12T00:01:08.764699 | 2021-03-01T12:50:37 | 2021-03-01T12:50:37 | 338,934,065 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 331 | java | package com.example.grid;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
public class list_item extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_list_ite... | [
"cles2459@hanmail.net"
] | cles2459@hanmail.net |
1e3387d38070107304d266e6c7af1dcf494002d5 | 48e3b2147fd96242aa85fa5957fcd517635c4c39 | /analizadorlexico/src/main/java/co/edu/eam/tlf/analizadorlexico/modelo/SimboloLexico.java | 04541614cc4e0f125b6d11a74f06c6fcbd92918f | [] | no_license | caferrerb/compilador | 32a2633d43bbed480db572fac52dc1e3c3247036 | e1f77e352c096c92f6b75b8890dc5d02deac3451 | refs/heads/master | 2021-07-12T08:56:13.756588 | 2019-09-13T13:31:54 | 2019-09-13T13:31:54 | 208,269,411 | 0 | 1 | null | 2020-10-13T16:00:55 | 2019-09-13T13:23:26 | Java | UTF-8 | Java | false | false | 1,886 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package co.edu.eam.tlf.analizadorlexico.modelo;
import java.io.Serializable;
/**
*Clase que representa un lexema del lenguaje
* @author Camilo Andres Ferrer Bustos
*/
public class SimboloLexico implements Serializab... | [
"camilo.ferrer@rappi.com"
] | camilo.ferrer@rappi.com |
03b45d99dc1c63a5d070033086a8dcb1efefe7b3 | ac12420d9b45e0f118a70746aac782180660c166 | /src/test/java/Group11/GroupTests.java | 806d879e7889e7dd3b5d6839e628e1d5b44e1e06 | [] | no_license | Project-2-2-Group6/GameInterop | 8aa329efa35236e59105d645e0be6bae7ae9c2c5 | 083dd52fe7b750660a365e6f9871a285200a0fdd | refs/heads/master | 2021-01-08T00:54:22.498056 | 2020-06-22T11:01:18 | 2020-06-22T11:01:18 | 242,841,100 | 1 | 0 | null | 2020-02-24T20:53:30 | 2020-02-24T20:53:30 | null | UTF-8 | Java | false | false | 844 | java | package Group11;
import SimpleUnitTest.SimpleUnitTest;
public class GroupTests extends SimpleUnitTest {
public static void main(String[] args) {
/*
*
* Here you can write your own tests.
*
* @see InteropTests for examples of simple unit tests usage.
* @see Simp... | [
"isinlor@gmail.com"
] | isinlor@gmail.com |
a161225f3a676bfb8d9035abc58af06cfc207f6b | 5ca3901b424539c2cf0d3dda52d8d7ba2ed91773 | /src_fernflower/com/google/security/zynamics/bindiff/gui/tabpanels/viewtabpanel/graphnodetree/treenodes/combined/callgraph/CombinedCallGraphFunctionTreeNode$1.java | 1e1478f9cd821fb9077584d9f74fc225a6e5f3c4 | [] | no_license | fjh658/bindiff | c98c9c24b0d904be852182ecbf4f81926ce67fb4 | 2a31859b4638404cdc915d7ed6be19937d762743 | refs/heads/master | 2021-01-20T06:43:12.134977 | 2016-06-29T17:09:03 | 2016-06-29T17:09:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 995 | java | package com.google.security.zynamics.bindiff.gui.tabpanels.viewtabpanel.graphnodetree.treenodes.combined.callgraph;
import com.google.security.zynamics.bindiff.enums.EMatchState;
// $FF: synthetic class
class CombinedCallGraphFunctionTreeNode$1 {
// $FF: synthetic field
static final int[] $SwitchMap$com$google$... | [
"manouchehri@riseup.net"
] | manouchehri@riseup.net |
bf5eb1c10bddc4325d02ff6d8c8c066e3082349d | 12f015caa6cda5c947810ba806c3bc5f49851d0b | /oa-common/src/main/java/cn/lonsun/vo/PageQueryVo.java | 9ef75921352fa71d50ae9e57d8a15c618dfdc009 | [] | no_license | linking603/lonsun-goa | 85899f8b39dc07e1cce80a7e42ba05426659bd51 | cc330ed3b4ab4430773079653c74b33fd8e1eb67 | refs/heads/master | 2020-03-18T09:27:04.512267 | 2018-07-26T02:14:21 | 2018-07-26T02:14:21 | 134,563,445 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,355 | java | package cn.lonsun.vo;
import java.io.Serializable;
public class PageQueryVo implements Serializable{
/**
* 页码 从0开始
*/
private Integer pageIndex = 0;
/**
* 每页记录数 默认为15
*/
private Integer pageSize = 15;
/**
* 排序字段名称
*/
private String sortField;
/**
* 排序形式 a... | [
"834122568@qq.com"
] | 834122568@qq.com |
555715db17e525de6ac00097570e6da975feabec | 6060bf0279cbb4ceaf9ffa538165c158f84f70fc | /src/com/tong/actions/NewProjectDirAction.java | 2e914b194109710ebbf2f66f036f74ba44d65705 | [
"Apache-2.0"
] | permissive | rohitnotes/DaggerHelper | f5ecd57e58081f0fb082b033e172c29d881d9f05 | 3f2e7201142b0f93a2c0b6322e4720401efed578 | refs/heads/master | 2021-06-14T15:55:16.745884 | 2016-12-07T07:29:18 | 2016-12-07T07:29:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,670 | java | package com.tong.actions;
import com.intellij.ide.IdeView;
import com.intellij.openapi.actionSystem.AnActionEvent;
import com.intellij.openapi.actionSystem.LangDataKeys;
import com.intellij.openapi.application.Application;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij.openapi.project.... | [
"252554922@qq.com"
] | 252554922@qq.com |
f3dfdbe96cf2f99e12ea4a1520088003aaacd4a9 | b7c6fc5ee703ac2ca4b03c9f0f5e6b0afba71691 | /app/src/main/java/com/cutebird/database/SoundDatabase.java | fd2aaf128ce910f298b06ee52692debaa3b6a88a | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | amorenew/ringdroid | b6f0d10f7253c42d25325aaf68745925fce1e500 | e01cc769ccac6ca6d702358c27747857d9c05be1 | refs/heads/master | 2021-01-15T16:11:20.052602 | 2016-06-16T10:25:54 | 2016-06-16T10:25:54 | 61,164,704 | 0 | 0 | null | 2016-06-15T00:16:39 | 2016-06-15T00:16:39 | null | UTF-8 | Java | false | false | 436 | java | package com.cutebird.database;
import com.raizlabs.android.dbflow.annotation.Database;
/**
* Created by islam on 3/29/2016.
*/
/**
* Database config class
*/
@Database(name = SoundDatabase.NAME, version = SoundDatabase.VERSION)
public class SoundDatabase {
//database name without .db or .sqlite
public st... | [
"amorenew@gmail.com"
] | amorenew@gmail.com |
8bee4021813e983b497a746c7f4bd49c317b9717 | e6c10cafb96a7a44b6ac8dc0e015119bfa84a10a | /src/com/codingpatterns/searchingsorting/MergeSort.java | 2895aa02beb4546badd37044ab4fd7c9b4d9e8c3 | [] | no_license | deepakchaudhari/CodingPatterns | daa88e681bb7f39e0de151ab56d39731c30bd94f | c267d33173e40e438f8583285743c605ef8c0614 | refs/heads/main | 2023-03-13T12:28:31.194578 | 2021-03-15T20:18:02 | 2021-03-15T20:18:02 | 316,048,810 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,281 | java | package com.codingpatterns.searchingsorting;
class MergeSort {
public static void merge(int arr[], int left, int mid, int right) {
int i, j, k;
// Initialzing the sizes of the temporary arrays
int sizeLeft = mid - left + 1;
int sizeRight = right - mid;
// Initializing tem... | [
"deepakkumar_chaudhari@intuit.com"
] | deepakkumar_chaudhari@intuit.com |
a8ff54dad765bf5212a625d0ccb14bf0504cb911 | 39727ab097675f93d6ef025dfdc66f5037ad791b | /hc-mdm-web/src/main/java/com/hc/scm/mdm/web/controller/BasZoneController.java | 8ff0003179b9553154a11f93b1f0303e9d68ed14 | [] | no_license | lijinxi/hc-mdm | be58e76b9b7310df0d67ba394fed4f1744c8b2da | 5679e9257251417a8db268237648e6ea2c618087 | refs/heads/master | 2021-01-10T08:43:05.723534 | 2015-12-17T07:34:47 | 2015-12-17T07:34:47 | 47,642,075 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 889 | java | package com.hc.scm.mdm.web.controller;
import com.hc.scm.common.base.service.BaseCrudService;
import com.hc.scm.common.base.web.BaseCrudController;
import com.hc.scm.mdm.dao.entity.BasZone;
import com.hc.scm.mdm.service.BasZoneService;
import javax.annotation.Resource;
import org.springframework.stereotype.Cont... | [
"1767270730@qq.com"
] | 1767270730@qq.com |
2b8f6beb6a237028057313ac908c1566b3433a76 | 979e664a83ec3bb61a6fea03ce63c56cddde1b7a | /ProjectHotel/src/br/com/fatec/view/AddAluguel.java | e40db8c01df0962dda45f17e51e79c0b81023acc | [] | no_license | drextar/ProjetoHotel | 482350964c1058c31b2408505f18c2e05647bc15 | c0edbcb5882dfef51181034a83785733fa3e234b | refs/heads/main | 2023-01-05T04:22:56.710767 | 2020-10-30T15:58:46 | 2020-10-30T15:58:46 | 308,421,268 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 22,747 | 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 br.com.fatec.view;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import br.com.fatec.... | [
"vinicius.chiarotti03@hotmail.com"
] | vinicius.chiarotti03@hotmail.com |
2fa57091e568dba1e071d80f118c58593f54a05a | 7a494f355f39bc0664f4a236fe51ba7a77f699c5 | /src/main/java/com/etc/shopsys/utils/DateUtil.java | 98038f3a3e423837d05f1aaa280bf2bf2fa85778 | [] | no_license | clover34/shopsys | 5bd9d51189dee287776df499c4ba520a46d78e7c | 24a2159d61ed9b33873f00c5669bafc832133382 | refs/heads/master | 2022-12-25T02:51:42.512645 | 2020-10-09T12:06:21 | 2020-10-09T12:06:21 | 299,830,640 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 856 | java | package com.etc.shopsys.utils;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* @ClassName DateUtil
* @Description TODO
* @Author Administrator
* @Date 20/10/05 14:08
* @Version 1.0
**/
public class DateUtil {
private static SimpleDateFormat sdf = new SimpleDa... | [
"1448562378@qq.com"
] | 1448562378@qq.com |
a25191995f1aa7ed517162a72b44030925f330eb | 7a637e9654f3b6720d996e9b9003f53e40f94814 | /aylson-utils/src/main/java/com/fastweixin/api/response/GetJsApiTicketResponse.java | 42775899427f12e0b1975e68d3907729135a1508 | [] | no_license | hemin1003/aylson-parent | 118161fc9f7a06b583aa4edd23d36bdd6e000f33 | 1a2a4ae404705871717969449370da8531028ff9 | refs/heads/master | 2022-12-26T14:12:19.452615 | 2019-09-20T01:58:40 | 2019-09-20T01:58:40 | 97,936,256 | 161 | 103 | null | 2022-12-16T07:38:18 | 2017-07-21T10:30:03 | JavaScript | UTF-8 | Java | false | false | 610 | java | package com.fastweixin.api.response;
import com.alibaba.fastjson.annotation.JSONField;
/**
* @author daxiaoming
*/
public class GetJsApiTicketResponse extends BaseResponse {
private String ticket;
@JSONField(name = "expires_in")
private Integer expiresIn;
public String getTicket() {... | [
"hemin_it@163.com"
] | hemin_it@163.com |
e5e5c747852d3a37ea7648f8a408d5d0350da8f5 | ada1bcec0a05b6ad2cc75ebaf9c2881380d9a468 | /account/src/main/java/ru/md/mdhr/service/dto/UserDTO.java | 25191658b25021b154eb36282cc8d4530eac0806 | [] | no_license | chipnesh/mdhr | 872442a97367b5ed9b8dc9b68929ba028e0c553c | f68af94133595dbbbacb884e4f3978c22a13d907 | refs/heads/master | 2021-04-28T05:51:06.117601 | 2018-04-04T19:32:56 | 2018-04-04T19:32:56 | 121,848,257 | 0 | 0 | null | 2018-02-17T11:08:05 | 2018-02-17T11:04:50 | Java | UTF-8 | Java | false | false | 4,604 | java | package ru.md.mdhr.service.dto;
import ru.md.mdhr.config.Constants;
import ru.md.mdhr.domain.Authority;
import ru.md.mdhr.domain.User;
import org.hibernate.validator.constraints.Email;
import org.hibernate.validator.constraints.NotBlank;
import javax.validation.constraints.*;
import java.time.Instant;
import java.u... | [
"chipnesh@gmail.com"
] | chipnesh@gmail.com |
b694b1e7fb1e2b37bf0b5477ab9993ee94326bca | e225768f214e351b37b94c3fd94d78e14b02ba96 | /EzEventManager/src/ezeventmanager/vendor/SurfaceTravelVendor.java | 9babd758c2c2fb106063784ce6e047c8ac5b8085 | [] | no_license | pradeepkt/ezeventmgr | 838149c37b6bc51198ef81d545512fe61788fe64 | 5ab4481608b684e997adae38305a97e3113f6a71 | refs/heads/master | 2021-01-17T18:06:43.733117 | 2016-06-22T16:45:31 | 2016-06-22T16:45:31 | 58,038,229 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 320 | 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 ezeventmanager.vendor;
/**
*
* @author t.pradeepkumar
*/
public class SurfaceTravelVendor extends TransportsVendor{
}
| [
"t.pradeepkumar@gmail.com"
] | t.pradeepkumar@gmail.com |
a4c72c397793d1b3e868449dd2a44a35ace47b1c | 75473a8ce7a1d904005d59f162401dad5ae70340 | /src/main/java/com/sacompany/bookstore/config/DevConfig.java | 8b3d457a083ea809cea9f5894e40ba3d65f5962f | [] | no_license | sealexsandro/bookstore-API | 8d3c1081198b0636c40feafcea1d6b5ea0cc413b | 9f8eb702c56f8a5274b4f29a93b5bc33ce431c16 | refs/heads/main | 2023-03-30T12:14:19.146264 | 2021-03-30T16:46:05 | 2021-03-30T16:46:05 | 340,990,982 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 719 | java | package com.sacompany.bookstore.config;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotatio... | [
"sealexsandro@gmail.com"
] | sealexsandro@gmail.com |
bfa912a46b11b83aac394278cf3156b95228aba3 | bb2e2681a4b913ffcc4308bb1eb44193cc318acf | /sae/backend/unb-sae/src/main/java/br/unb/sae/model/RespostaEstudoSocioEconomico.java | f75f1970f23b77d55c303ab041e5432892c18d44 | [] | no_license | erlangMS/case-study | fc1ee9b324f8de461365f14694416f9314f0fb65 | 027086a8b2b27c8c40008a8e4cac17410bc6cb57 | refs/heads/master | 2021-01-18T05:10:39.097626 | 2017-02-02T18:43:25 | 2017-02-02T18:43:25 | 43,950,551 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,500 | java | package br.unb.sae.model;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.... | [
"evertonagilar@gmail.com"
] | evertonagilar@gmail.com |
2da4dd60f821a389f5dfb553e1d918e6c25a40aa | 52961343d4d8a33738e6518fb40d3a6cbff97a75 | /HW4/Parser/Operators/ArityOperation.java | 4959352d0705ef9eed9cf91b9043f400a4025e12 | [] | no_license | timchenko/mathlogic | b057cfcb6c70b89f44116a8d0c752ac514adafc4 | 7606eddc41521bfd6f95cbf4f3bec7e7a160516e | refs/heads/master | 2021-01-20T15:05:07.395136 | 2017-04-26T12:43:48 | 2017-04-26T12:43:48 | 82,794,510 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,758 | java | package Parser.Operators;
import java.util.ArrayList;
public abstract class ArityOperation implements IExpression {
public String name;
public int arity;
public ArrayList<IExpression> arguments;
public ArityOperation(String name, int arity, ArrayList<IExpression> arguments) {
this.n... | [
"noreply@github.com"
] | noreply@github.com |
6d82d471d3cf1d9d3b20c49b328dce63accf9bf0 | 60a6a97e33382fd1d19ca74c2c17700122f9d2ff | /nuts/src/uk/dangrew/nuts/store/Database.java | df07db57083f02f74dac2a28da849eef30f36f86 | [
"Apache-2.0"
] | permissive | DanGrew/Nuts | 19b946672a00651c1b36b4dc4b99dbedc6c08786 | e0f6835f376dc911c630122c2b21c7130c437bfd | refs/heads/master | 2021-06-03T08:23:02.295355 | 2021-02-10T08:04:59 | 2021-02-10T08:04:59 | 97,559,046 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,071 | java | /*
* ----------------------------------------
* Nutrient Usage Tracking System
* ----------------------------------------
* Produced by Dan Grew
* 2017
* ----------------------------------------
*/
package uk.dangrew.nuts.store;
import uk.dangrew.nuts.configuration.NutsSettings;
im... | [
"danielanthonygrew@gmail.com"
] | danielanthonygrew@gmail.com |
868a1db43caea73b8ed1ff06d17c9fc919c28fac | 9f10dc73d6a0c0efe6a5d837924ef2be4aadd65a | /app/src/main/java/com/tufusi/ohho/model/User.java | 3af6ec4f8b37149327cf017af41e41d148cb3d3a | [] | no_license | LeoCheung0221/OhHo | fed193ce1c9a6bee77aaae4c0bd749dd7b3d3021 | fce4fc1f59961de532bc5581174b916b9b936d22 | refs/heads/master | 2023-01-09T16:15:12.440997 | 2020-11-03T08:05:44 | 2020-11-03T08:05:44 | 292,489,809 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,133 | java | package com.tufusi.ohho.model;
import androidx.databinding.BaseObservable;
import androidx.databinding.Bindable;
import androidx.databinding.library.baseAdapters.BR;
import java.io.Serializable;
/**
* Created by 鼠夏目 on 2020/9/24.
*
* @author 鼠夏目
* @description
*/
public class User extends BaseObservable impleme... | [
"leocheung4ever@gmail.com"
] | leocheung4ever@gmail.com |
639610ae3f41d0f129e42e347a5cc98955ebc0fa | fa6da19a5216a8e44c9a22e7cd387177c6d94570 | /app/src/main/java/melvinlin/com/mvpdemo/bean/LatestNews.java | 5c5e245426c46af56a226e5730b625628fd168d8 | [] | no_license | m9812011/MVPDemo | dfa7e00417da7daa780a8785d1713d6fb6e020cb | 8c8468aba5cfdc0fba787e37c40577efc4b53f06 | refs/heads/master | 2020-05-30T03:17:08.556850 | 2019-06-10T09:08:28 | 2019-06-10T09:08:28 | 189,511,223 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,013 | java | package melvinlin.com.mvpdemo.bean;
import java.util.List;
public class LatestNews {
/**
* 資料來源:https://news-at.zhihu.com/api/4/news/latest
*
* date : 20190605
* stories : [{"images":["https://pic4.zhimg.com/v2-24b6e91d7e8d542b03a7fede5a012913.jpg"],"type":0,"id":9712118,"ga_prefix":"060516",... | [
"m9812011@gmail.com"
] | m9812011@gmail.com |
0b4fcfd928535ef5112d2ef5eca3d1a534b061e8 | 262e1b9424a3374232a9fa27ff6fd995914341b4 | /src/main/java/com/ci6225/marketzone/validator/FormValidation.java | ddd782ff89e7e35ae9ce37813017600e1b3a96bf | [] | no_license | asankalakmal/MarketZone | 8c11a0700cafd20442e4744b2ca8c9a5b8d233a7 | db96fb5322082b7ee11983c93365d47d15de7f96 | refs/heads/master | 2020-03-12T13:36:20.140454 | 2018-04-23T05:51:44 | 2018-04-23T05:51:44 | 130,646,124 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,051 | java | package com.ci6225.marketzone.validator;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Component;
import org.springframework.validation.BindingResult;
import org.springframework.validation.Errors;
impo... | [
"urekasanjeewani@gmail.com"
] | urekasanjeewani@gmail.com |
ea4badf7063142975739f42bbebb05869d81a7a9 | 3b43bbbf9db187c282ddac27694db26afe328c25 | /src/net/mitrani/blackbook/MainActivity.java | 3a940abb1e2f84cd5889faae2846e7f62e1fc793 | [] | no_license | yuvalmit/BlackBookProject | 98999d02c9697a869a38886cac2fb803749323fa | 079a740e36d2a49c68f790dccdc9b86d718eaa52 | refs/heads/master | 2021-01-10T01:40:58.468810 | 2013-02-27T22:52:32 | 2013-02-27T22:52:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,647 | java | package net.mitrani.blackbook;
import com.google.analytics.tracking.android.EasyTracker;
import net.mitrani.blackbook.control.AppManager;
import net.mitrani.blackbook.control.ContactsListAdapter;
import net.mitrani.blackbook.datatype.ContactItem;
import net.mitrani.blackbook.datatype.ContactsArray;
import android.ne... | [
"yuvalmit@gmail.com"
] | yuvalmit@gmail.com |
dcbfa3e9ab4a041e4bb17d1f1a2a673451a7889c | fa1e9c14bd27f8b9f90ef2c05f7a902acfe4a783 | /src/main/java/br/com/swconsultoria/cte/schema_300/cteOS/TransformsType.java | 9d0626ad27379bf72d15c721eb625583a8fa38ee | [
"MIT"
] | permissive | godah/Java_CTe | 2cc846b2e879a46a7902535dc66ab43223bb2084 | 2436625ffd5a72b6189a6338ac0d9c44687f8815 | refs/heads/master | 2020-04-25T10:54:42.770513 | 2019-02-05T19:03:09 | 2019-02-05T19:03:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,954 | java |
package br.com.swconsultoria.cte.schema_300.cteOS;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import java.util.ArrayList;
import java.util.List;
/**
* <p>Classe Java de Tran... | [
"samuk.exe@hotmail.com"
] | samuk.exe@hotmail.com |
33d1eaaed552c9aaf4401d164cf884a4c6afeab1 | 94d4d70435dea2a16191541f211afb65b8a8b86f | /movingkey/TiltPhoto/TiltCode_New/app/src/main/java/tiltcode/movingkey/com/tiltcode_new/Model/HttpService.java | df94ea27d9c4eb1b3f83c147841854c55ca275d0 | [] | no_license | jin-sin/PGTest | b2e43d9b8feb2801430f7181dafa2963307a180b | 8537dd9e67395c1a5ef26a0e635a263ff5f3290e | refs/heads/master | 2021-06-08T01:34:30.096314 | 2016-07-07T06:38:55 | 2016-07-07T06:38:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,498 | java | package tiltcode.movingkey.com.tiltcode_new.Model;
import retrofit.Callback;
import retrofit.http.Field;
import retrofit.http.FormUrlEncoded;
import retrofit.http.Multipart;
import retrofit.http.POST;
import retrofit.http.Part;
import retrofit.mime.TypedFile;
/**
* Created by Gyul on 2016-06-20.
*/
public interface... | [
"s.conast@gmail.com"
] | s.conast@gmail.com |
e3c8255afa5c2c0b4b33c386729b6541d2046b9f | 99dd5648d7a8f12d737eae49c8686812145a0234 | /src/main/java/com/ProductService/service/ProductService.java | 259bd124524939df8cb4d2453f71bce9a957812c | [] | no_license | Chandini999/Productservice | d229df82caa4888d2f4b209b357caf156212539b | 9652b09e32852224e6cbc8da9ccb1f6e64d4ac8e | refs/heads/main | 2023-08-29T04:01:44.544378 | 2021-11-10T05:58:18 | 2021-11-10T05:58:18 | 426,477,728 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,628 | java | package com.ProductService.service;
import java.util.List;
import java.util.Optional;
import javax.transaction.Transactional;
//import java.util.Optional;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Ser... | [
"noreply@github.com"
] | noreply@github.com |
1b4c14d1839cacb61c295135e79a0be534d72103 | 5a7c1fffa7198f1eae36f7fbf752b075abb21e76 | /service/src/main/java/org/building/pmservice/service/Enity/DjqxEnity.java | 914a94f2e1cd52aa19bb439adf5f1d8c51dfa4b3 | [] | no_license | ethelbing/pmservice | 7ee59dafbdf462c82e30490ff7231212985edf9c | 0558d948fc0f2bc09aae06a348107884eb6ea991 | refs/heads/master | 2022-06-30T00:53:20.156556 | 2019-07-19T08:01:14 | 2019-07-19T08:01:14 | 197,709,880 | 0 | 0 | null | 2022-06-17T02:19:16 | 2019-07-19T05:49:25 | Java | UTF-8 | Java | false | false | 460 | java | package org.building.pmservice.service.Enity;
import java.util.List;
public class DjqxEnity {
private String V_SYSTEM;
private List<QxEnity> items;
public String getV_SYSTEM() {
return V_SYSTEM;
}
public void setV_SYSTEM(String v_SYSTEM) {
V_SYSTEM = v_SYSTEM;
}
public ... | [
"zhangjihai@newangels.cn"
] | zhangjihai@newangels.cn |
44d92fd9c74cf2c3e6ed38474e402ee81a6f952f | fe1d73278a6452926dfc484a5b1a06402a3355bc | /app/src/main/java/com/example/owner/moon_observation_logger/MySQLiteHelper.java | c1816f5bb837da354b19d7bf861604353a6e2907 | [] | no_license | millyschumacher/Moon_Logger | 8b7ff36a31906fd9eaf63c3ad99f6c94336dde05 | d3dd42bc136ad3e4fe517fd071ed1afbd397ce9d | refs/heads/master | 2020-03-17T02:44:28.209045 | 2018-05-13T01:13:13 | 2018-05-13T01:13:13 | 133,203,287 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,210 | java | package com.example.owner.moon_observation_logger;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.util.Log;
/**
* MySQLiteHelper()
* This class performs database actions such as creating a table
* and upgrading to a cur... | [
"aschumacher@css.edu"
] | aschumacher@css.edu |
7952706ec4efe9ec68ab6e62a4e5034e033e0664 | fd3c7642109218d27b081dabbd38d2ecee3e2592 | /kkyochon/src/shop/kkyochon/banban/order/action/MenuOrderFormAction.java | f1a8e5ed7cb66b02e071428a5401d3589b0479b5 | [] | no_license | ih0615/project | c642d7f1f836d7def9484f7ed479424cda921ef0 | ccb353e9c4d0f3c54533774a531c1a7bf076262f | refs/heads/main | 2023-01-29T21:20:15.388750 | 2020-12-08T03:42:54 | 2020-12-08T03:42:54 | 319,172,373 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 514 | java | package shop.kkyochon.banban.order.action;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import shop.kkyochon.common.Action;
import shop.kkyochon.common.ActionForward;
public class MenuOrderFormAction implements Action{
@Override
public ActionForward execute(HttpServ... | [
"ih0615@naver.com"
] | ih0615@naver.com |
373c8156f3965afd5e4e213a0853cd48c6594e33 | be3adf818b05e103a44b302cdec65f5c3b6bc807 | /src/java_swing_erp/TestMain.java | c279e2c904a76f3cb59ad5ebf4175a7c86a43836 | [] | no_license | Yoonwonju/java_swing_erp_tea | c26b6f89d57ef654d68c83938c20c661f246e228 | 50aa373905509ebcb6dd08e0d497862b456f43c5 | refs/heads/master | 2022-12-01T17:06:47.125445 | 2020-08-17T03:33:57 | 2020-08-17T03:33:57 | 288,074,329 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,515 | java | package java_swing_erp;
import java.awt.BorderLayout;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import java.util.regex.Pattern;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JScrollPane;
im... | [
"lrzrlove@naver.com"
] | lrzrlove@naver.com |
480b1119bfcd3cdfe117388c20d6f8496a66d653 | d8188c5e621b5a54efb49034c1e2f39f6781291a | /src/KruskalAlgorithm/App.java | 97f34eef7aa935bd40665b7cc9c2328f8fb49dac | [] | no_license | npalaska/algorithms | d0e277a26e2f17ddbaad743b53d7d2a61d919865 | cba55eaec1cd6e500bbddf21d29271fd32e93b20 | refs/heads/master | 2021-08-19T12:15:30.193273 | 2017-11-26T06:26:51 | 2017-11-26T06:26:51 | 110,798,956 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,690 | java | package KruskalAlgorithm;
import java.util.ArrayList;
import java.util.List;
public class App {
public static void main (String[] args) {
List<Vertex> vertexList = new ArrayList<>();
vertexList.add(new Vertex("A"));
vertexList.add(new Vertex("B"));
vertexList.add(new Vertex("C"));... | [
"npalaska@umflint.edu"
] | npalaska@umflint.edu |
4cf991fccbfb96721ff6145be251edcb1a743b0f | 48fbd4d00428ccc1838fdcb26eb529a2af1bef67 | /GamesCategory.java | 0ce663b407e55ca3389fae369dd7d8b6bb6b7d09 | [] | no_license | vedant3598/Quiz-Up | 95a8fa4ec1c7166dd36181b7eb8668ff971c9c15 | 331e7f8b7d6f5398b23edc271454c5a8f083c35d | refs/heads/master | 2020-12-14T17:20:02.560471 | 2020-01-19T01:44:04 | 2020-01-19T01:44:04 | 234,822,740 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,706 | java | package com.example.quizup;
import android.content.Intent;
import android.graphics.Color;
import android.os.Bundle;
import com.example.quizup.Model.Question;
import com.google.firebase.database.DataSnapshot;
import com.google.firebase.database.DatabaseError;
import com.google.firebase.database.DatabaseReference;
impo... | [
"vedant18@hotmail.com"
] | vedant18@hotmail.com |
4774c22e2606c2ed31c0a89bfccc32cf5efd17f3 | 4370971acf1f422557e3f7de83d47f7705fd3719 | /ph-oton-ajax/src/main/java/com/helger/photon/ajax/AjaxRegistry.java | b46e2a62d8b9578ef70361949ede355869cf962d | [
"Apache-2.0"
] | permissive | phax/ph-oton | 848676b328507b5ea96877d0b8ba80d286fd9fb7 | 6d28dcb7de123f4deb77de1bc022faf77ac37e49 | refs/heads/master | 2023-08-27T20:41:11.706035 | 2023-08-20T15:30:44 | 2023-08-20T15:30:44 | 35,175,824 | 5 | 5 | Apache-2.0 | 2023-02-23T20:20:41 | 2015-05-06T18:27:20 | JavaScript | UTF-8 | Java | false | false | 3,824 | java | /*
* Copyright (C) 2014-2023 Philip Helger (www.helger.com)
* philip[at]helger[dot]com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICEN... | [
"philip@helger.com"
] | philip@helger.com |
fbfb32de5ac90c582b8de1d1b1e73b286efac2e1 | d0f26e1fa163eee2cd5febc7e5c6a2c9d2b2cb1b | /src/main/java/hr/abc/psd2/model/sepa/camt/AmountAndCurrencyExchange3.java | 5c6d389a381b504a421b2e5212f8b6dffff1c4cc | [] | no_license | gorannovotny/psd2-test | 70bfe06108f00ece993f757b3ca312862690e3e4 | 022fb9d13ea64b45f6ee5b876860470fe11fb3f0 | refs/heads/master | 2023-02-13T16:22:25.514618 | 2021-01-13T09:49:14 | 2021-01-13T09:49:14 | 329,260,474 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,446 | java |
package hr.abc.psd2.model.sepa.camt;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
/**
* <p>Java... | [
"goran.novotni@abc-techgroup.com"
] | goran.novotni@abc-techgroup.com |
9204db2f53261dbcaa7ae931b7f1c5020ec74379 | 86e20ded688968fd65a38fade92de893a5192412 | /src/main/java/edu/wpi/cs3733/c20/teamS/serviceRequests/SelectServiceScreen.java | a70a2793a019e7fcd5b92dd401220a32f93d6813 | [] | no_license | CluelessTimeTraveler/Project-Team-S | df9a2fbcef35f94e1ca090fc04fdb71b24e7bded | 53644c8eb44fc5c2bb244cc231b50a08bdf5a3d3 | refs/heads/master | 2021-02-04T13:12:12.311744 | 2020-02-26T19:22:24 | 2020-02-26T19:22:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,399 | java | package edu.wpi.cs3733.c20.teamS.serviceRequests;
import edu.wpi.cs3733.c20.teamS.ThrowHelper;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Modality;
import javafx.stage.Stage;
import java.io.IOException;
public class SelectServiceScreen {
private fin... | [
"ocsmith@wpi.edu"
] | ocsmith@wpi.edu |
aa370a1834d1b81dd2fbf04c9f76a48d899cbef9 | ba0a3dd5028c34378fea97f7006a798d80bea458 | /app/src/main/java/com/example/cloudtranslator/MainActivity.java | 60351f266713458e86950b1b77921a12a9c07fd2 | [] | no_license | xTrilton/CloudTranslator | d1b8692d25adb9d1fe0b1bb4101fe81ba0b9dff5 | 058e648cdbcddae79648fb5620cf0acb991d5b41 | refs/heads/main | 2023-01-05T18:55:56.518157 | 2020-11-05T10:46:34 | 2020-11-05T10:46:34 | 309,409,249 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,609 | java | package com.example.cloudtranslator;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.speech.RecognizerIntent;
import android.view.View;
import android.widget.TextView;
import java.util.ArrayList;
public class MainActivity extends AppCo... | [
"noreply@github.com"
] | noreply@github.com |
4f6116b79b2da713ea36a728f417b58331f7a780 | 20b33e772c032d6c74c915997e219a2b0a151ddb | /src/main/java_weixin/cn/sdkd/csse/dbcourses/weixin/util/package-info.java | 33132483d4664afc05e6347aa244b35d5e498c2e | [
"Apache-2.0"
] | permissive | lijiaxing10086/dbcourses | e6e1a830e4799d61e507e0d6132b55379549afbe | cf55d6f0a915ab4c04780dae1819e71472e1c159 | refs/heads/master | 2020-03-15T03:12:11.992608 | 2018-08-20T09:11:54 | 2018-08-20T09:11:54 | 131,936,654 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 151 | java | /**
* 工具类包
*
* Created by FirenzesEagle on 2016/6/27 0027.
* Email:liumingbo2008@gmail.com
*/
package cn.sdkd.csse.dbcourses.weixin.util;
| [
"w3wei@sina.com"
] | w3wei@sina.com |
3899a94321303307b8aaf4621b8615a033744bd1 | dc2fc809ebeff5c390ef9646fcf1208e6efc70e6 | /exercices 2/wellBalanced/src/dataStructures/stack/ArrayStack.java | 12cf09e3d10d5f88b15c14e3b596d4cc907c5b36 | [] | no_license | Alkesst/DataStructures | ffbc35ffb117d1eca71070c277ca614797485819 | 676e88336f338a26a27ce41e24a2e34a72a42787 | refs/heads/master | 2021-03-19T06:50:36.705887 | 2018-01-04T19:37:09 | 2018-01-04T19:37:09 | 112,947,665 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,496 | java | package dataStructures.stack; /**
* @author Pepe Gallardo, Data Structures, Grado en Informática. UMA.
*
* dataStructures.stack.Stack implementation using an array
*/
import dataStructures.stack.Stack;
import java.util.Arrays;
/**
* dataStructures.stack.Stack implemented using an array of elements. S... | [
"alec.augal@gmail.com"
] | alec.augal@gmail.com |
5b3d6c1e031649fd8fc20a1a4ba686242a0488b2 | dda4d5c1a9c16f2c57fe50d595eb720e6c726403 | /src/main/java/chap_4/transformingObservables/ScanExample.java | 145afa57ad2ff06d37793f2b5f4fb8a9194159dc | [] | no_license | sdass12/RxJavaPractice | e6bec1e244b54008e668e0f447674cb14cacd81f | 894c6044081846882965604d3f5737510a34176d | refs/heads/master | 2020-06-01T06:14:32.331227 | 2019-06-11T09:30:11 | 2019-06-11T09:30:11 | 188,950,574 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,067 | java | package chap_4.transformingObservables;
import common.Log;
import io.reactivex.Observable;
public class ScanExample {
public static void main(String[] args) {
String[] balls = {"1", "3", "5"};
Observable<String> source = Observable.fromArray(balls)
// scan() 함수는 실행할 때마다 입력값에 맞는 중간 ... | [
"hc09471@gmail.com"
] | hc09471@gmail.com |
fd9628f7426b1c304a757eee334388b50939dc58 | 04fbd5fb9c22eb0ec5ac6b000ea0e4da3f5380f6 | /JProgramming/src/lesson6/adapters/math/var2/AdapterByObject.java | a2de674645ddad49054a793baf502199ef46a0ef | [] | no_license | PetroRulov/COURSE-JAVA-PROGRAMMER | 56be01254d7112b1f915ddbaa681cafbbdbfd8e0 | 24260c12f052bfb543ef91dcf7e38b434113611d | refs/heads/master | 2021-01-23T21:48:11.950605 | 2019-02-19T19:06:20 | 2019-02-19T19:06:20 | 56,302,822 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 515 | java | package lesson6.adapters.math.var2;
import lesson6.adapters.math.Arithmetika;
import lesson6.adapters.math.var2.calc.Calculator;
public class AdapterByObject implements Calculator {
private Arithmetika arithmetic;
public AdapterByObject(){
arithmetic = new Arithmetika();
}
@Override
p... | [
"prulov.pr@gmail.com"
] | prulov.pr@gmail.com |
2f0eb3a304489847a0b319f5d594ae8c49af0b1e | eae58bf423f936fd70941845596f034fec474a1e | /src/main/java/edu/mit/broad/xbench/xchoosers/TemplateSelectionMultiSource.java | 5fc9050e902d33f30ce66e8e103fb90301ad6d8c | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | Shicheng-Guo/gsea-desktop | eb3cc737855cfdded269ecee02e2699bf95bf394 | c8b60984f65623412c09345d846fa3232dd53239 | refs/heads/master | 2022-11-24T13:48:36.828903 | 2020-07-30T20:27:23 | 2020-07-30T20:27:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,651 | java | /*******************************************************************************
* Copyright (c) 2003-2016 Broad Institute, Inc., Massachusetts Institute of Technology, and Regents of the University of California. All rights reserved.
*******************************************************************************/
p... | [
"eby@broadinstitute.org"
] | eby@broadinstitute.org |
76c099ae6bf2e79dce9d82f68ab92b65b8aa5c82 | c4c20795d19d1713731a9be11ff0439704ac2d6c | /src/me/xtimdevx/scylehavex/events/loginEvents.java | fb2e0e66ed4d9fe3ffffae0be17a065e77a2df9e | [] | no_license | xTimDevx/ScyleHavex | c9c224d6fcf0a766e0052dd3f2e737162e5f0dba | 23dd61343c8a92812e0160f31457badfdc2043d3 | refs/heads/master | 2021-01-21T05:05:54.573914 | 2017-02-25T14:30:50 | 2017-02-25T14:30:50 | 83,134,303 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 916 | java | package me.xtimdevx.scylehavex.events;
import java.util.Date;
import java.util.TimeZone;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.player.PlayerJoinEvent;
import me.xtimdevx.scylehavex.Main;
import me.xtimdevx.scylehave... | [
"xTimDevx@PC.lan"
] | xTimDevx@PC.lan |
d73d0da16ff270c5ed74ef56ee67faf00ef6961a | 1866ba7635ee7b8ed8c13c3ffeb3fe1de497a17b | /app/src/main/java/com/tourye/run/ui/adapter/CreateBattleAlbumAdapter.java | 9c515367c4fee93c671a645f509a14941ae92a5d | [] | no_license | Along-PC/yongyou_run | 8a47dbb392da789b41e614cb8d6f5fe8b5a1724f | 75b0146321b6e115bacc0992c74fbe3d2f56be88 | refs/heads/master | 2020-07-17T10:09:45.378635 | 2019-09-03T06:18:49 | 2019-09-03T06:18:49 | 206,000,094 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,953 | java | package com.tourye.run.ui.adapter;
import android.content.Context;
import android.graphics.drawable.Drawable;
import android.support.v4.content.ContextCompat;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGr... | [
"www.imlonglong@qq.com"
] | www.imlonglong@qq.com |
8abbb2c6d91930f6ef8444691cd01804bdf403ab | 3ef0a831be1192274802e446034ce1ea29e0d7a8 | /src/main/java/com/shixun/bean/Nation.java | 5cfe99af8f41463a591cb4ffa3a78d6a2d341756 | [] | no_license | SYongheng/ihr_server | 68503eea749294f498dd2f98191bf87d594f0c19 | 929ff6e2281058e7d8cd0ef98e3c55f4ae2c414b | refs/heads/master | 2022-09-03T18:24:24.195435 | 2020-01-08T09:36:17 | 2020-01-08T09:36:17 | 232,462,316 | 4 | 1 | null | 2022-06-29T17:53:39 | 2020-01-08T02:42:14 | TSQL | UTF-8 | Java | false | false | 870 | java | package com.shixun.bean;
/**
* 民族类
*/
public class Nation {
//民族编号
private Long id;
//民族名称
private String name;
public Nation() {
}
public Nation(String name) {
this.name = name;
}
@Override
public boolean equals(Object o) {
if (this == o) return true;
... | [
"804530450@qq.com"
] | 804530450@qq.com |
1047f53165468fa9c432ff4f3fc6db12313ce37a | 86f03a48a5f01600a0c7e22b75f3f11e5d863832 | /framework-db/framework-db-sh/src/main/java/com/fccfc/framework/db/spring/AutoProxyBeanFactory.java | 6eebefe9f66aa22b902933fae0ba17136ebdfe3b | [] | no_license | ligzy/framework | 32a9f7a4a36652836c8ecfda099b10c95f4e1899 | 7daa636d1f989c40670101fbfd5ea50623eaf90b | refs/heads/master | 2020-12-28T21:06:00.039098 | 2015-07-04T12:51:13 | 2015-07-04T12:51:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,003 | java | /****************************************************************************************
Copyright © 2003-2012 ZTEsoft Corporation. All rights reserved. Reproduction or <br>
transmission in whole or in part, in any form or by any means, electronic, mechanical <br>
or otherwise, is prohibited without the p... | [
"yang.zhipeng39@zte.com.cn"
] | yang.zhipeng39@zte.com.cn |
5baf5ee62d977c079f41c392b6c74795de435d94 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/34/34_883248319712745e27df2547a069912fdb9724ee/TasksGeneral/34_883248319712745e27df2547a069912fdb9724ee_TasksGeneral_s.java | 2b2a4faf003bc3cc84efaafe00106f96cb4f2ebc | [] | 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,510 | java | package com.calendar.reporter;
import android.app.Activity;
import android.content.SharedPreferences;
import android.graphics.Color;
import android.os.Bundle;
import android.view.Gravity;
import android.widget.TableLayout;
import android.widget.TableRow;
import android.widget.TextView;
import com.calendar.r... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.