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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6f1b1935fcf53f36b03d6a3c9dfe6741716164f7 | e967caefefe73e4348b6da0bf97bdfcd1a95f18d | /src/belajarDesignPattern/BuilderPattern/Meal.java | 2eb8917f28d611e356f79c10e90f8d20e197c423 | [] | no_license | riskiabidin/DesignPattern | 9c0d711a70161403e0da8a423442c43dbabde188 | 8fe172abdb58751d5771d56415ae7b5295f4e5a4 | refs/heads/master | 2022-09-30T11:30:32.351249 | 2020-06-04T04:47:25 | 2020-06-04T04:47:25 | 268,009,016 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 580 | java | package belajarDesignPattern.BuilderPattern;
import java.util.ArrayList;
import java.util.List;
public class Meal {
private List<Item> items=new ArrayList<Item>();
public void add(Item item) {
items.add(item);
}
public float getCost() {
float cost=0.0f;
for(Item item:items) {
cost+=item.price();
}
re... | [
"riskiaktor@gmail.com"
] | riskiaktor@gmail.com |
f47dc6a7fc4994d9367cb78cfd0505bc2743a115 | 7b0521dfb4ec76ee1632b614f32ee532f4626ea2 | /src/main/java/alcoholmod/Mathioks/Final/Summons/Entity/SummonEnderShinobiEntity.java | 913f4dffc4e757466bc5501f6418c6bcdc683156 | [] | no_license | M9wo/NarutoUnderworld | 6c5be180ab3a00b4664fd74f6305e7a1b50fe9fc | 948065d8d43b0020443c0020775991b91f01dd50 | refs/heads/master | 2023-06-29T09:27:24.629868 | 2021-07-27T03:18:08 | 2021-07-27T03:18:08 | 389,832,397 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 22,621 | java | package alcoholmod.Mathioks.Final.Summons.Entity;
import alcoholmod.Mathioks.AlcoholMod;
import alcoholmod.Mathioks.ExtendedPlayer;
import alcoholmod.Mathioks.ExtraFunctions.SyncChakraExperienceMessage;
import alcoholmod.Mathioks.PacketDispatcher;
import cpw.mods.fml.common.eventhandler.Event;
import cpw.mods.fml.comm... | [
"mrkrank2023@gmail.com"
] | mrkrank2023@gmail.com |
3631aa5d1e64a81837b578ee1c6c01faba12a29e | eb7deb6fc59054bab1aab380c958a1673e5d290c | /src/main/java/seng302/controllers/spellingtutor/SpellingTutorPopUpController.java | f6d53d4ad8ab9447dc31012333522f20dd6b5dd0 | [
"MIT"
] | permissive | South-Paw/Xinity | d8696b4068b3a6a9897c63bc5ff5476445e6a6dc | 14a40e08156024470e9bc6e3af4b7e1959ad01b7 | refs/heads/master | 2020-07-12T10:18:32.938048 | 2017-01-19T06:08:09 | 2017-01-19T06:08:09 | 73,911,047 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,953 | java | package seng302.controllers.spellingtutor;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.fxml.FXML;
import javafx.scene.control.CheckBox;
import javafx.scene.control.TextField;
import org.controlsfx.control.CheckComboBox;
import seng302.command.Command;
import seng302... | [
"alex@netspeed.net.nz"
] | alex@netspeed.net.nz |
ca71776cb434fd2cca3ea3957cb0523733e07d86 | c0463b289fecb907c2554daab819ef4b4fac8546 | /app/src/androidTest/java/com/androidexample/ExampleInstrumentedTest.java | 0fd0d55a9d840f6ee95d722c8fdbf61edbafb39f | [] | no_license | haticenurokur/androidExample | d7547910d3348e1a6d7a7852c3a3e44b0b24aedb | 4d37d6e488f3e382dd61222db754e0107e0e3652 | refs/heads/master | 2020-06-04T16:39:26.788377 | 2019-06-15T21:55:37 | 2019-06-15T21:55:37 | 192,107,413 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 720 | java | package com.androidexample;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Android devi... | [
"haticenurokur@gmail.com"
] | haticenurokur@gmail.com |
4d711675ccfa51150d69bb9deb32aaf39398861a | 9eb0a9eb31cfddb0934afe5530d67e2555a6532d | /src/com/qianhe/service/ClassifyService.java | 1849051575f42863b15829d91bf681d26fd84640 | [] | no_license | noeditornocodenosql/qzh | 474436f7fb07a4e3cae9ce7b6d1b6c9a8feb8f3e | e257c76c29ca2e24e8eb6269df3c4e75da832a3b | refs/heads/master | 2020-03-15T19:37:12.414132 | 2018-07-28T15:09:27 | 2018-07-28T15:09:27 | 132,313,133 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 376 | java | package com.qianhe.service;
import java.util.List;
import com.qianhe.model.Classify;
public interface ClassifyService {
public Classify findClassifyById(Integer id);
public List<Classify> findAllClassify(Integer type);
public void saveClassify(Classify classify);
public void updateClassify(Classify c... | [
"Administrator@192.168.0.108"
] | Administrator@192.168.0.108 |
33c65a92a67080ef551ab950f2f41e11e3a3b2f5 | 742e79d3c308ae83aa6e776bfc5462e09e996558 | /Automobile Stock Managment Console Applicaton/Controller/BaseInterface/StockAndOrderHistoryViewer.java | d9ab922692ddec76d97fd4f0a7a96b9c2240d133 | [] | no_license | arun1810/Zoho-Incubation-Codes | 2dc646df7f8d4df2fe595251873092c7b2fc54a3 | 14d5fa31356e3b710d67479790aa495013047603 | refs/heads/main | 2023-07-07T07:42:13.713247 | 2021-08-11T09:00:05 | 2021-08-11T09:00:05 | 387,793,788 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 918 | java | package Controller.BaseInterface;
import java.util.List;
import CustomExceptions.DataNotFoundException;
import POJO.OrderHistory;
import POJO.Stock;
import Utilities.SortUtil;
import Utilities.SortUtil.SortOrder;
public interface StockAndOrderHistoryViewer {
public List<OrderHistory> getAllOrderHistory();
pu... | [
"arun1810@users.noreply.github.com"
] | arun1810@users.noreply.github.com |
aa536d21f8b0700a34e14eaf79d1ae78efa3f47a | afff6a780dbebb9a47abde1f9ae751fba1e15a7f | /Assignment 2/Assignment2/src/WQUPC/WQUPCTest.java | 97fa96e65600240809c87a10867eb0aa899c89d8 | [] | no_license | yashkhopkar/Program-Structures-And-Algorithms | 082f9afa60e4e3106c680583e6e0484dd505eec1 | 3935cb5aca1c5172711a538f891fa33fa762a98f | refs/heads/master | 2020-03-22T12:20:49.440242 | 2018-09-29T22:49:08 | 2018-09-29T22:49:08 | 140,034,469 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,161 | java | package WQUPC;
import static org.junit.Assert.*;
import org.junit.Test;
public class WQUPCTest {
/**
*/
@Test
public void testFind0() {
WQUPC h = new WQUPC(10);
assertEquals(0, h.find(0));
}
/**
*/
@Test
public void testFind1() {
WQUPC h = new WQUPC(10);... | [
"khopkar.y@husky.neu.edu"
] | khopkar.y@husky.neu.edu |
f4c8d539e125e7439b1f9a53e5419c49342663be | 702ed60e5ac14d344644e36feff57060110f780d | /src/Main.java | 62e7c3c4b880393f5f413dc9a420982e1e7f79dc | [] | no_license | Zearpex/SEW3 | b0056bbdd9f65105a774917f0fca738e2c961ddc | 25ae9fdb7bfd88f9045232139b05fb729bc76924 | refs/heads/master | 2021-03-24T12:29:55.757349 | 2017-09-25T09:40:31 | 2017-09-25T09:40:31 | 104,727,375 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 187 | java | /**
* Created by 5063 on 25.09.2017.
*/
public class Main {
public static void main(String[] args){
System.out.println("Hello from the htl");
return "haha";
}
}
| [
"felix.kurz@sdsystems.at"
] | felix.kurz@sdsystems.at |
8bf53e6fd538ea09d25c4736299bbce83e2df18e | ceabd99652df1e87ce56840b3a514190aa002d0a | /src/main/java/net/billforward/model/usage/UsageState.java | 47f8ea74e34d55925b9919affe4aed0d28827898 | [] | no_license | billforward/bf-java | d777666582c6b28f11af4f33753c37c92a966183 | 522fde77e47e79bdac41d76ee6725021fca5210b | refs/heads/master | 2021-01-21T04:54:08.394332 | 2016-04-06T11:23:13 | 2016-04-06T11:23:13 | 23,771,428 | 0 | 0 | null | 2015-02-06T15:46:30 | 2014-09-07T21:24:41 | Java | UTF-8 | Java | false | false | 84 | java | package net.billforward.model.usage;
public enum UsageState {
Active,
Historic
}
| [
"ian.saunders@c4nsult.com"
] | ian.saunders@c4nsult.com |
015b983b437386525b95c6295a6c5ebb8c783f32 | 98930b5356abef64642a55435219a1aa15097997 | /app/src/main/java/enrique/pichangatpa/SettingsActivity.java | da26d50f39a20ca358218db5b631e96eb5d8ab51 | [] | no_license | enriquesoto/CapstoneProjectTPAndroidPinPong | 2d736110f91f2f763059a015158ef52e22eddb98 | aa2a8ed2b7ffcc8c9b27ebd81f07938b00090c87 | refs/heads/master | 2021-01-18T21:31:51.402068 | 2014-09-08T21:07:45 | 2014-09-08T21:07:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,621 | java | package enrique.pichangatpa;
import android.content.Intent;
import android.content.pm.ActivityInfo;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.view.Window;
import android.widget.Button;
impo... | [
"e.sotomendoza@gmail.com"
] | e.sotomendoza@gmail.com |
ab8f52d550257f5226a40e2da17bd03eba24e02b | caf5ab8817d9fcf85483e4ae233ce18e218ca03e | /app/src/main/java/me/fmy/galaxy_a7/models/Constants.java | f139c74447c7c55df010cda2dc91318c03f0ea62 | [] | no_license | famepram/galaxyA7 | e85b3b07675164ad9bf40ea30604895269a27e70 | 5c3b153db4d371b98eadbae22c9d9d2bac61a741 | refs/heads/master | 2021-07-15T00:15:30.497832 | 2017-10-19T04:09:28 | 2017-10-19T04:09:28 | 107,496,954 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 228 | java | package me.fmy.galaxy_a7.models;
/**
* Created by Femmy on 7/24/2016.
*/
public class Constants {
public int DATABASE_VERSION = 1;
public String DATABASE_NAME = "galaxyA7";
public String TABLE_USER = "user";
}
| [
"femmy.pramana@gmail.com"
] | femmy.pramana@gmail.com |
d8f7816422b0be825ea29cc378302e0a7c3acc24 | 208ba847cec642cdf7b77cff26bdc4f30a97e795 | /aj/ab/src/main/java/org.wp.ab/ui/media/MediaImageLoader.java | 8727e4b96edab6b071224a41e67331ae5876c739 | [] | no_license | kageiit/perf-android-large | ec7c291de9cde2f813ed6573f706a8593be7ac88 | 2cbd6e74837a14ae87c1c4d1d62ac3c35df9e6f8 | refs/heads/master | 2021-01-12T14:00:19.468063 | 2016-09-27T13:10:42 | 2016-09-27T13:10:42 | 69,685,305 | 0 | 0 | null | 2016-09-30T16:59:49 | 2016-09-30T16:59:48 | null | UTF-8 | Java | false | false | 1,558 | java | package org.wp.ab.ui.media;
import android.content.Context;
import com.android.volley.RequestQueue;
import com.android.volley.toolbox.ImageLoader;
import com.android.volley.toolbox.Volley;
import org.wp.ab.WordPress;
import org.wp.ab.models.Blog;
import org.wp.ab.util.AppLog;
import org.wp.ab.util.VolleyUtils;
/**
... | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
549449b633129229cbef79e6cf0bc7cb78473322 | c40b235589793ea971d44a75efad4a60ed318a6a | /src/vista/iconos/icon.java | 1956d832b54e52a3578364cc390ceb1277d30ce1 | [] | no_license | miguelarriba/DBCase | 8604c5240b2e063454058c50d204594515c752a7 | a6a756dc03fb231515169a73ec171794141830c6 | refs/heads/master | 2020-04-07T00:17:21.063137 | 2019-10-07T16:04:05 | 2019-10-07T16:04:05 | 157,897,503 | 0 | 1 | null | 2020-02-06T14:52:11 | 2018-11-16T17:02:49 | Java | UTF-8 | Java | false | false | 1,093 | java | package vista.iconos;
import javax.swing.Icon;
public abstract class icon implements Icon{
private int size;
private boolean pintarMas;
private boolean selected;
private final int DEFAULTSIZE = 60;
private final int MINISIZE = 30;
private final int PERSPECTIVESIZE = 50;
protected double offset = .1;
publi... | [
"marriba@ucm.es"
] | marriba@ucm.es |
7e2d995d465725c088bfe5cd028e4e72eb106211 | e38d327138aa3ce48280fc60e2c5761f52654774 | /app/src/main/java/com/vic/lab4/MainActivity.java | cc1c1b2a40643711546a4c72a79ef1fac8fc190f | [] | no_license | bpan2/MAP524_Lab4 | aac347693bd175a0d2bcf74248612703f3c880bf | 303c4de7f8f01cb5b3d8c1d02640a5449f779a8e | refs/heads/master | 2020-05-18T17:11:24.736638 | 2015-04-09T05:00:50 | 2015-04-09T05:00:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,592 | java | package com.vic.lab4;
import android.app.FragmentManager;
import android.app.FragmentTransaction;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
i... | [
"bpan2@myseneca.ca"
] | bpan2@myseneca.ca |
9ad6058f9dadc9002dd2d25fe6465169565922a4 | 3d5717774fc11f14861f7545046dffcfe85afde1 | /app/src/main/java/com/example/processcommunicate/skin/SkinManager.java | cb225a0f2053664fccad05224e5cb650a3ba58aa | [] | no_license | whoami-I/process | 9c5bc10c7b2000ff44034504e2a59f2967e07f9b | b3dafd3f430bb3bee5c1cd1c70152170bed57328 | refs/heads/master | 2020-05-20T13:34:13.795863 | 2019-06-06T10:14:00 | 2019-06-06T10:14:00 | 185,601,242 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,495 | java | package com.example.processcommunicate.skin;
import android.app.Activity;
import android.content.Context;
import android.content.res.Resources;
import android.text.TextUtils;
import android.view.LayoutInflater;
import com.example.processcommunicate.skin.config.SkinPreUtils;
import java.util.ArrayList;
import java.ut... | [
"1874785601@qq.com"
] | 1874785601@qq.com |
2b45bc1331d14eec1a60295727fa8a3f54199d9a | 538010f74485a8611d1368efc5ef442b2b3f3b16 | /코드업/코드업 1085.java | 599e3e3c8d0dc7f0fb9dd8cfc5327c7989240b94 | [] | no_license | dddoseung/1Day1Commit | d52a25fc22afeb6383c4046ccf95ccc42a56ef7f | 30e2170af287945cdea8624b89595daff08eb0bc | refs/heads/main | 2023-03-03T14:21:29.643162 | 2021-02-19T12:52:23 | 2021-02-19T12:52:23 | 311,055,573 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 486 | java | import java.util.*;
import java.text.DecimalFormat;
public class Main{
public static void main(String[] args){
Scanner sc=new Scanner(System.in);
double num=1;
while(sc.hasNext()){
num*=sc.nextInt();
}
num=num/(8*Math.pow(2,10)*Math... | [
"noreply@github.com"
] | noreply@github.com |
25ec05c1aa35f8e9e057a27e849f5f21c3c97838 | ab3a1a82fda5166daf4062b6d19e27ce31dc4548 | /src/main/java/thread/DangerousThread.java | 76523aa62346a7d93f863a791b07f53b74ac1ddf | [] | no_license | rafadelnero/javachallengers | 8d532abbf44629e91335c03428a762f174a34cf5 | a271fa8386fed7b6080a770eb3c7628d3d721a16 | refs/heads/master | 2022-12-25T05:52:26.644435 | 2022-12-17T16:28:55 | 2022-12-17T16:28:55 | 202,078,407 | 70 | 15 | null | 2022-12-17T16:21:49 | 2019-08-13T06:23:46 | Java | UTF-8 | Java | false | false | 439 | java | package thread;
public class DangerousThread {
public static void main(String... doYourBest) throws InterruptedException {
Thread heisenberg = new Heisenberg();
heisenberg.start();
heisenberg.join();
heisenberg.start();
heisenberg.join();
}
static class Heisenber... | [
"rafacdelnero@gmail.com"
] | rafacdelnero@gmail.com |
b81d3ba01486620cb5a1d2d2080c9709ff5d4ed8 | e15c58da1d0ded24b9defab70d3a23dfe6149729 | /api/src/test/java/com/naverlabs/chatbot/service/web/ChatbotResourceTest.java | 4c284bb1ec461ac7abd0478505ab4f7aeb1bdfc3 | [] | no_license | stunstunstun/chatbot | cdcb23ed62a1a882dabe22fc92e346f0db55809b | 4719c2aae0c932c24bd19acaa3fe20848c987eb3 | refs/heads/master | 2021-01-19T19:52:18.849504 | 2017-08-30T04:54:32 | 2017-08-30T04:54:32 | 101,212,645 | 2 | 0 | null | 2017-08-26T07:20:51 | 2017-08-23T18:29:41 | Java | UTF-8 | Java | false | false | 1,313 | java | package com.naverlabs.chatbot.service.web;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.naverlabs.chatbot.domain.Chatbot;
import com.naverlabs.chatbot.v1.web.ChatbotResource;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.... | [
"wjdsupj@gmail.com"
] | wjdsupj@gmail.com |
44ef7989ee1bcfde2644ed5c17ea58021a0eae0c | 8a539448c904b8bc07e8881ca820e5baa9cc0ae0 | /src/main/java/com/virtru/saas/framework/sqs/AwsSqsProvider.java | 8979d4af170a54f551398fc06d9e9abd3f3c022b | [] | no_license | mkhader12/saasgateway2 | db7df5b1ed463baf114f7c7f47a54a13d500382c | 2787b2d511920e6ebed775f251c16b7086d236a0 | refs/heads/master | 2020-03-11T20:00:31.355535 | 2018-04-19T14:17:37 | 2018-04-19T14:17:37 | 130,224,353 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,560 | java | package com.virtru.saas.framework.sqs;
import com.amazon.sqs.javamessaging.AmazonSQSMessagingClientWrapper;
import com.amazon.sqs.javamessaging.ProviderConfiguration;
import com.amazon.sqs.javamessaging.SQSConnection;
import com.amazon.sqs.javamessaging.SQSConnectionFactory;
import com.amazonaws.services.sqs.AmazonSQ... | [
"mkhader@virtru.com"
] | mkhader@virtru.com |
9343679e9ed666afa0edb26e60c4647c55089fc1 | 5217d79af2ca6232edec96a2d8ffe371935e93df | /chorus-selftest/src/test/features/org/chorusbdd/chorus/selftest/processhandler/nonjava/TestNonJavaProcesses.java | 7dc8a552b50c6575fd3e5ba4b43eaef1d14a4ed8 | [
"MIT"
] | permissive | deepakcdo/Chorus | f263c201a9220ef760826f8f55fe53e36b57491c | c22362a71db7afc22b75cbc9e443ae39018b0995 | refs/heads/master | 2021-01-17T06:06:25.342740 | 2014-07-09T20:41:00 | 2014-07-09T20:41:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,591 | java | /**
* Copyright (C) 2000-2013 The Software Conservancy and Original Authors.
* All rights reserved.
*
* 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... | [
"nick@objectdefinitions.com"
] | nick@objectdefinitions.com |
de445e280c0675d722df1f9034837d9f735f6940 | 31f609157ae46137cf96ce49e217ce7ae0008b1e | /bin/ext-accelerator/acceleratorfacades/src/de/hybris/platform/acceleratorfacades/product/converters/populator/ProductVolumePricesPopulator.java | 2e23837875a7f09f87a60c6aaacc089ae98b0ac0 | [] | no_license | natakolesnikova/hybrisCustomization | 91d56e964f96373781f91f4e2e7ca417297e1aad | b6f18503d406b65924c21eb6a414eb70d16d878c | refs/heads/master | 2020-05-23T07:16:39.311703 | 2019-05-15T15:08:38 | 2019-05-15T15:08:38 | 186,672,599 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,052 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved.
*
* This software is the confidential and proprietary information of SAP
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with... | [
"nataliia@spadoom.com"
] | nataliia@spadoom.com |
8826e1d19c5ef5c98a00f51843c985220a9d830e | f428f600c682396db98127c7ea647b865a57b041 | /app/src/androidTest/java/com/example/spinnervolition/ExampleInstrumentedTest.java | d824d90d1e7c56ed95fcc0c94489bb94a3bd0075 | [] | no_license | AscEmon/SpinnerVolition | 1190dd65e93d44955a74933ede996ab51d042014 | 79a1939e284d601623abd590811ef2e9803a7079 | refs/heads/master | 2023-02-26T09:08:53.432873 | 2021-01-21T17:06:25 | 2021-01-21T17:06:25 | 328,210,023 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 768 | java | package com.example.spinnervolition;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execut... | [
"sayedemon53@gmail.com"
] | sayedemon53@gmail.com |
30fc3f233913496fdfb64075afb15f0dfc231c2a | 9971d019c5a4ecd0892cb9e035c5f5d77af25f92 | /src/ru/job4j/array/AlgoArray.java | eff7d09c59f35f46c0a3084cbfce94289e65d2cc | [] | no_license | Zhaava/job4j_elementary | ce5460a97e10e49d82ab93fa033fc8e4d9492bbd | 18c26c033806f30a61eabb7720b518dfcb25b5e2 | refs/heads/master | 2023-05-28T04:23:18.138892 | 2021-06-22T11:33:56 | 2021-06-22T11:33:56 | 298,788,560 | 0 | 0 | null | 2020-09-26T10:17:24 | 2020-09-26T10:17:23 | null | UTF-8 | Java | false | false | 879 | java | package ru.job4j.array;
public class AlgoArray {
public static void main(String[] args) {
int[] array = new int[] {5, 3, 2, 1, 4};
int temp = array[0]; /* переменная для временного хранения значение ячейки с индексом 0. */
array[0] = array[3]; /* записываем в ячейку с индексом 0 значение яч... | [
"zhavoronkov52@gmail.com"
] | zhavoronkov52@gmail.com |
c668c74a6fd1de0aea98781e0b31fb88f90d81bd | b2bac83818f1e3a97d33988423a8b737627b3be9 | /hibernate/src/extend/teacher.java | 9d44e1b60b506bb9741132d10471861e3edad2a2 | [] | no_license | pupilBin/learn | 8177fe0cfa060955c3ff88ac63a57f2cfc14e1ad | 132fb53adc3d4f0501e86a8cd466221c9e06876c | refs/heads/master | 2020-12-07T07:43:28.630882 | 2017-07-14T14:49:28 | 2017-07-14T14:49:28 | 53,180,867 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 259 | java | package extend;
/**
* Created by pupil on 2016/6/20.
*/
public class teacher extends person {
private int salary;
public int getSalary() {
return salary;
}
public void setSalary(int salary) {
this.salary = salary;
}
}
| [
"pupil240343458@gmail.com"
] | pupil240343458@gmail.com |
db0faf2fb373497243aadbc86e1a67b569188922 | b8a3722927230fec536bf9e3b1c65331e1aa8c7c | /src/main/java/com/harry/tomcat/ex01/Request.java | 6854137debfff9e8e32e8e7553fad12008f9141a | [] | no_license | buffon/TomcatShoot | 7a9535bf4694e73629402a7874d3304cb547d490 | fc1451c61686aca2e665e13182c140cd5b4869da | refs/heads/master | 2016-09-06T05:35:01.930234 | 2015-01-12T04:24:20 | 2015-01-12T04:24:20 | 27,675,082 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,044 | java | package com.harry.tomcat.ex01;
import java.io.InputStream;
import java.io.IOException;
public class Request {
private InputStream input;
private String uri;
public Request(InputStream input) {
this.input = input;
}
public void parse() {
// Read a set of characters from the socket
StringBuffer... | [
"569637989@qq.com"
] | 569637989@qq.com |
80d827cba9c12e300c15eb85cd7eab04c88c3369 | 7859fb2a0d2d8b324b3b78ace92803cd0eba3f5b | /src/main/java/ar/edu/um/programacion2/config/WebConfigurer.java | 5f0c34af8654ed6e3e252f5899a94e3ab5eeaffc | [] | no_license | francomanuel/programacion2-tp | a9fc1c73e56c904398d95951f6b336f5e054edfd | ce30a3763a3a8f85c839e2626b62ec3b975df314 | refs/heads/master | 2022-12-09T07:58:57.167364 | 2020-09-01T22:44:41 | 2020-09-01T22:44:41 | 292,095,741 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,478 | java | package ar.edu.um.programacion2.config;
import io.github.jhipster.config.JHipsterConstants;
import io.github.jhipster.config.JHipsterProperties;
import io.github.jhipster.config.h2.H2ConfigurationHelper;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.boot.web.server.*;
import org.s... | [
"frma98@gmail.com"
] | frma98@gmail.com |
f21842427f6622d9325dfa4fc0cb42cb72f8a132 | 5bb4a4b0364ec05ffb422d8b2e76374e81c8c979 | /sdk/eventgrid/mgmt-v2020_04_01_preview/src/main/java/com/microsoft/azure/management/eventgrid/v2020_04_01_preview/DeliveryWithResourceIdentity.java | bd825a8f530c728e05ea687e320bc3b426367d54 | [
"MIT",
"LicenseRef-scancode-generic-cla",
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-or-later",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | FabianMeiswinkel/azure-sdk-for-java | bd14579af2f7bc63e5c27c319e2653db990056f1 | 41d99a9945a527b6d3cc7e1366e1d9696941dbe3 | refs/heads/main | 2023-08-04T20:38:27.012783 | 2020-07-15T21:56:57 | 2020-07-15T21:56:57 | 251,590,939 | 3 | 1 | MIT | 2023-09-02T00:50:23 | 2020-03-31T12:05:12 | Java | UTF-8 | Java | false | false | 2,465 | 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.eventgrid.v2020_04_01_preview;
import com.faster... | [
"noreply@github.com"
] | noreply@github.com |
a9c253fc5e056c904726cf6ff48e94ae004463f3 | 2702ff64b7bbe69279c54f505712ce7bcc65022e | /src/Exercicio3b/Funcionario.java | b0cd1c4cb2baf07625246dac0fdce553883250f1 | [] | no_license | matheushenrycb/DispositivosMoveis | 0cab9c86bb2d2c03fe33aaacb8db81a745ce5e20 | e1f0850431c26bcaaf5dd5ffb0f9f1c9c2e95f8c | refs/heads/master | 2021-04-27T21:15:22.417381 | 2018-02-22T17:22:47 | 2018-02-22T17:22:47 | 122,396,974 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,408 | 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 Exercicio3b;
/**
*
* @author Matheus HEnry
*/
public class Funcionario extends Principal {
int matricula;... | [
"Matheus HEnry@MatheusHEnry-PC"
] | Matheus HEnry@MatheusHEnry-PC |
c4a450fd65b924fa352c06d6ab7cbd6a225b52db | ce67b727842fab338c594cebf5b943352e42bb17 | /jdbc/src/main/java/com/jdbc/StudentDao/StudentDaoImpl.java | d45e856509a614e0a2a6b62f4d6e87ccc7103a7e | [] | no_license | Smart110/mytest | c70d39b517236a4037e832f71da1781933470676 | a1a1a6a2ff09ceed4b1d7ec423e6f0e44e0b72c7 | refs/heads/master | 2021-05-06T22:38:24.196632 | 2017-12-03T13:07:40 | 2017-12-03T13:07:40 | 112,921,088 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,656 | java | package com.jdbc.StudentDao;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.BeanPropertyRowMapper;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.stereotype.Repository;
import com.jdbc.jdbc.Student;
@... | [
"15600050637@163.com"
] | 15600050637@163.com |
52202305cc4658e186476e3bc18efd4bb1b315ba | 2f3bb917adcc081c8ef2f7370787ef83431183c5 | /src/main/java/com/igomall/entity/Admin.java | ec350fd4624a739963dfd827d06ba947f95ae53e | [] | no_license | heyewei/shopec-b2b2c | bc7aad32fc632ab20c3ed1f6a875e533d482dfa3 | a03fd48250aad4315a6ff687b6d01c7e12d0f93e | refs/heads/master | 2023-02-24T13:12:37.985421 | 2021-01-27T07:24:25 | 2021-01-27T07:24:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,090 | java | package com.igomall.entity;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.Entity;
import javax.persistence.PrePersist;
import javax.persistence.PreUpdate;
import javax.persistence.Transient;
import javax.validation.constraints.NotEmpty;
import org.apache.commons.codec.digest.DigestUtils;
i... | [
"1169794338@qq.com"
] | 1169794338@qq.com |
cef23af2baee0b6de5b619ab850babad33437447 | ea26cbed5987b284b15a919c42b6d4dd04145809 | /src/main/java/com/oop/mail/MailController.java | d97573121fd101b53eaced7bcea84e9e356eff9c | [] | no_license | petrostrak/airSense | 94578697e6d23c39116969ffb6e99bd5a6038f31 | 4cca6719f2dc78c6f1ff06ba4b6f984930e333d5 | refs/heads/master | 2022-11-19T05:51:15.095382 | 2020-07-21T06:44:34 | 2020-07-21T06:44:34 | 269,696,214 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,121 | java | package com.oop.mail;
import com.oop.entities.SensorLocation;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import or... | [
"pit.trak@gmail.com"
] | pit.trak@gmail.com |
c86475448aaf7872564d12f3f8dc6c6fa2c49df8 | 45141bec96cd635707213dba449867a36d6da3b4 | /Lab2/src/main/java/com/naofi/controllers/ManagerController.java | c59cfaffc289486fe445335d9e469f82e75ae492 | [] | no_license | kubayof/databases | fbac65db9885337ea1067078e95a2905cbad63e9 | ef28e552a5e38f78e239405c456c8f2710857bf0 | refs/heads/master | 2023-02-08T03:50:25.569543 | 2020-12-29T14:22:24 | 2020-12-29T14:22:24 | 291,979,282 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,822 | java | package com.naofi.controllers;
import com.naofi.model.dao.interfaces.ManagerDAO;
import com.naofi.model.entity.Manager;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;
i... | [
"kubyof82@gmail.com"
] | kubyof82@gmail.com |
fde7b8a40d76dd294f8f72f5e407832d7ffff197 | 530fe1b3a654543334d5a9afbb2ea46b8544d6b0 | /week-03/Day-03/src/Workshop10.java | 62ae68137f775f44a244005451bb7f5ca56377c6 | [] | no_license | greenfox-zerda-raptors/PappBeata | d58ea959f8588172df5ae9994a552a6af5bb7283 | 3a67b8eedeb7e1b0ff723429ea4faa5350fa8d80 | refs/heads/master | 2021-01-12T18:19:16.649526 | 2017-05-06T07:55:19 | 2017-05-06T07:55:19 | 71,363,242 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 857 | java | import java.util.Arrays;
public class Workshop10{
public static void main(String[] args) {
// Task 1: Create an array (jagged) which can contain the different shades of specified colors
// in colors[0] store the shades of green: "lime", "forest green", "olive", "pale green", "spring green"
... | [
"pappbeata@gmail.com"
] | pappbeata@gmail.com |
72b4be0b85b42e90a0e9f1acdb88507cf5ee79c7 | 3b1e641f51d9cb0c39804dd35e693f0586b7316b | /src/com/configuration/YamlConfiguration.java | 809a0f02597c424001956d5b4ab3f6172f69dc32 | [] | no_license | mohanr/Code-Generator | 61dfd4ea1c6a59f14480e11eda9ffc172549142d | 016dbd742b36bdf05c44772b096d76758c9c6887 | refs/heads/master | 2021-01-19T04:51:55.020174 | 2019-12-18T09:39:35 | 2019-12-18T09:39:35 | 61,132,831 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,034 | java | package com.configuration;
import org.yaml.snakeyaml.TypeDescription;
import org.yaml.snakeyaml.Yaml;
import org.yaml.snakeyaml.constructor.Constructor;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
/**
* Create... | [
"476458@CTS.COM"
] | 476458@CTS.COM |
6da794cd6607e05a8238ca00b3d812c61aa50d36 | 0943ac0ad90002e3ae5207a94f9973a84077dda3 | /app/src/main/java/com/hesham/fibonacci/fibonaccinumbers/GeneralDialogFragment.java | 6dc9e422e4133c8565b01de97be3117a6829b837 | [] | no_license | heshamfas/FibonacciNumbers | 816a0052fa65c7f490b0b3293a32d0b572423daf | 2695a55e54b081d7168ab777861ba347bfd2fb17 | refs/heads/master | 2021-01-02T08:34:14.159262 | 2014-09-07T19:59:56 | 2014-09-07T19:59:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 941 | java | package com.hesham.fibonacci.fibonaccinumbers;
import android.app.AlertDialog;
import android.app.Dialog;
import android.app.DialogFragment;
import android.content.Context;
import android.os.Bundle;
import android.view.View;
/**
* Created by Hesham on 8/11/2014.
*/
public class GeneralDialogFragment extends DialogF... | [
"HeshamFas@live.com"
] | HeshamFas@live.com |
2bae16e3a285e4b5541f8094cda1fb6203e75cf2 | 4a14000f60919ca75d7a3200116f5b181f298806 | /src/com/test/unit9/VerifierTest.java | d877e8d363a9aa067e17b39ef93913ce96ee1c56 | [] | no_license | Gitrenzhijiang/JavaCoreDemo | 5b0f19fea5116e1186c16bdab11c5f2aab4af5df | 36bf1e9d41e977c941ee7d23a239ab71ffb3f94e | refs/heads/master | 2020-04-23T15:32:55.923512 | 2019-02-18T11:13:05 | 2019-02-18T11:13:05 | 171,269,498 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,235 | java | package com.test.unit9;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.nio.f... | [
"781386910@qq.com"
] | 781386910@qq.com |
78413e49964574f31ad4077dabbfd81297995b72 | 22f580c6ab811ce7d093a3668b4ff1b08dc72d04 | /CucumberTest/src/test/java/CucumberTest/CucumberTest/Test1.java | 5726a25995f4edc92732003c6b2367abf0df74ca | [] | no_license | snehasishdu/MyWork | 34ed0558cd12c55b038f88df5ed373c7be9d6e13 | 5ffa5017146dae9fe9886a5979b12ff4c1bb968f | refs/heads/master | 2021-01-19T15:55:43.072840 | 2018-01-16T04:56:57 | 2018-01-16T04:56:57 | 100,981,040 | 0 | 0 | null | 2018-01-18T05:27:11 | 2017-08-21T18:31:12 | HTML | UTF-8 | Java | false | false | 294 | java | package CucumberTest.CucumberTest;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.testng.Assert;
import org.testng.annotations.Test;
public class Test1 {
@Test
public void method1() {
System.out.println("Hello World !!");
}
}
| [
"snehasishdu@gmail.com"
] | snehasishdu@gmail.com |
cf1d4049197759a12add8762486d70713f6d201e | cf0b2e2fcd3838e470cb4c205dda8cc05ac11628 | /hotils-inject/src/main/java/org/hotilsframework/inject/annotation/Inject.java | af51933cb27f2a0a61061c4c8f7aa4574924e21f | [] | no_license | hireny/hotils | b216b2991c7f3ad6447dbcc8433a9a771e8be1e3 | 0b59a3853d5e636a4a499cca8e7799d540ece62b | refs/heads/master | 2021-09-10T02:05:54.275527 | 2021-08-26T14:44:08 | 2021-08-26T14:44:08 | 225,169,822 | 0 | 0 | null | 2020-10-13T20:59:23 | 2019-12-01T13:54:30 | Java | UTF-8 | Java | false | false | 423 | java | package org.hotilsframework.inject.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Inject注解,相当于Spring的@Autowired
* @author hireny
* @className Inject
* @create 2020-04-01 20:15
*/
@T... | [
"910502500@qq.com"
] | 910502500@qq.com |
59dab06b4eab5e6e19e5c3d3b26604b4ed06e7bc | 65bddbf6c9ecacafdea1ae6699887dcb02946cf3 | /RetailMeNotM/src/test/java/com/retailmenot/tests/VerifyNumberofItem_Test.java | 0e2d3c591e9ced05da33317cbf6d9bc6773bca36 | [] | no_license | singh234/TestSWPrj | 895da7346ba9ec04cf192aa57c094b1eccb17130 | 51c08853f510047d3035c7108e890599e994b904 | refs/heads/master | 2021-01-17T15:06:51.214498 | 2016-09-22T04:23:56 | 2016-09-22T04:23:56 | 68,880,102 | 0 | 0 | null | 2016-09-22T04:43:09 | 2016-09-22T03:14:18 | Java | UTF-8 | Java | false | false | 2,556 | java | package com.retailmenot.tests;
import java.io.IOException;
import org.apache.log4j.Logger;
import org.apache.log4j.PropertyConfigurator;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.ie.Intern... | [
"singh.234@gmail.com"
] | singh.234@gmail.com |
db163c4b1d8d381d73da7e1383e473fbeb2d24a4 | 8419df2ca4066a676d88f9760c6b4b5108729118 | /CafeteriaBlackWhiteDecorator/src/main/java/br/edu/ifes/poo2/cafeteriablackwhitedecorator/cdp/CremeDeLaranja.java | 351f987acb738f9dc61903f8cb379851cd465f91 | [] | no_license | phoenixproject/poo2dp | 0ef3c013c221babef7a335a70509098b5efd1dcc | cb96338f1e17355fd1ecc5c72558bf56d371d4f6 | refs/heads/master | 2021-01-10T06:18:08.518065 | 2015-11-24T17:37:50 | 2015-11-24T17:37:50 | 46,763,514 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 513 | 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.edu.ifes.poo2.cafeteriablackwhitedecorator.cdp;
/**
*
* @author 20101bsi0453
*/
public class CremeDeLaranja extends Abst... | [
"phoenixproject.erp@gmail.com"
] | phoenixproject.erp@gmail.com |
8f1aaf38fc066277248cc2ada1c29529c1b545fc | 4fe45f0a4dd70b9f32c7a080d13725f56722e045 | /pelit/kuutiopeli/src/cubegame/multiplayer/ClientWritingThread.java | abd22d523555714624b4161d9747a6cdd195bedb | [] | no_license | fergusq/vanhat-ohjelmani | b1233f2672591b5c95314482f6562a3f11cef55f | 2b990a0e2aa92528fa89a048f102732b23ad8466 | refs/heads/master | 2021-01-01T20:41:42.293896 | 2015-04-12T13:53:23 | 2015-04-12T13:53:23 | 33,550,141 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 570 | java | package cubegame.multiplayer;
public class ClientWritingThread extends Thread {
private NetClientHandler netHandler;
public ClientWritingThread(NetClientHandler netClientHandler) {
this.netHandler = netClientHandler;
}
@Override
public void run() {
synchronized (netHandler.threadSyncObject) {
ne... | [
"iikka@kaivos.org"
] | iikka@kaivos.org |
1448bb5e9788cd985aba65d7ebf5974cff92704e | 48fbe64d3170950ba60b73615b01b06dde09fb89 | /src/main/java/com/yura/repair/command/admin/AdminAllReviewsCommand.java | 7c2245ea55612c6bbbf0fb9381f85736dd4190e5 | [] | no_license | Gtm417/guitar-repair-service-servlet | 4e5ca1ad04db34fa3b08ef6f6384576aa227a855 | da6a9a847ec88b2298017ece6f8254445a2cfb7b | refs/heads/master | 2022-04-06T14:45:13.014624 | 2020-02-21T07:48:55 | 2020-02-21T07:48:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,270 | java | package com.yura.repair.command.admin;
import com.yura.repair.command.Command;
import com.yura.repair.dto.ReviewDto;
import com.yura.repair.service.ReviewService;
import com.yura.repair.util.PaginationUtility;
import javax.servlet.http.HttpServletRequest;
import java.util.List;
import static com.yura.repair.constant... | [
"yuriy.petrashenko7@gmail.com"
] | yuriy.petrashenko7@gmail.com |
7b684b35c0039c8c9795eaed8ea2383e4eb6d6a9 | 6a8a8984959b30cea3dbc5168f89fae68bda62cb | /PrintDuplicatesCollections.java | 40d89ad9285ef8570bd2966f152587919978d0d7 | [] | no_license | TestLeaf-Arun/week3.day2 | aec5b5cc9e46a26ff58b0d1ae2cb0ffebbefe6dd | d0c3183c02bcf3b49f32aa1929927529f1fa78c1 | refs/heads/main | 2023-07-12T09:28:12.831790 | 2021-08-27T03:52:23 | 2021-08-27T03:52:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 398 | java | package week3.day2;
import java.util.LinkedHashSet;
import java.util.Set;
public class PrintDuplicatesCollections {
public static void main(String[] args) {
int[] arr = {14,12,13,11,15,14,18,16,17,19,18,17,20};
Set<Integer> num = new LinkedHashSet<Integer>();
for (Integer eachData : arr) {
if ... | [
"noreply@github.com"
] | noreply@github.com |
ad24106b08d38b6c607866c3a2442a64ea46c483 | 8b736128fdb1dcb5a7b90250db12ae1c3e9e91bf | /shade-processor/src/test/java/io/t28/shade/test/ConverterClassMetadataAssert.java | 532277001a4c0f8de34e552dc3687af883f25662 | [
"Apache-2.0"
] | permissive | t28hub/shade | dd731a37048d7a8b084acc7e570d0c5aa7e038f0 | baaf694fef85a51c1b77e36dc77b120f495dcc2c | refs/heads/master | 2021-01-11T12:04:26.812152 | 2016-12-26T14:51:17 | 2016-12-26T14:51:17 | 69,031,608 | 32 | 6 | null | 2016-12-26T14:51:18 | 2016-09-23T14:18:53 | Java | UTF-8 | Java | false | false | 2,611 | java | /*
* Copyright (c) 2016 Tatsuya Maki
*
* 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... | [
"noreply@github.com"
] | noreply@github.com |
8c59a204d3eea3fa3170be868ec47916a38899ab | 16850d0bfd3b9ec27a4127d50c4aec8da840f583 | /app/src/main/java/com/newland/homecontrol/activity/StudyActivity.java | f8ff029add446386e457d2f74f5fd0cef54c4d0e | [] | no_license | Steven-Lion/HOMEControl2_init | cbccaac319974e7c27b3e7487bf2759ee0c0b554 | ca40bd991ce8feffcb40d2f15efe75760723a4d5 | refs/heads/master | 2020-03-16T22:47:27.203109 | 2018-05-12T10:28:42 | 2018-05-12T10:28:42 | 133,052,589 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,083 | java | package com.newland.homecontrol.activity;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.View;
import android.widget.CheckBox;
import android.widget.CompoundButton;
import android.widget.ImageView;
import android.wid... | [
"823961237@qq.com"
] | 823961237@qq.com |
31d5e5ed1fceb42500a18c4f203c30efe6eb2178 | 39ef3a7cc8c37214ea5167822365ec8daec0e702 | /projecteuler/12-highly-divisible-triangular-number/Solution.java | 2b883d5ac3d787b1efbf527bdb2e79b605f5c18a | [] | no_license | neppramod/problems_practice | 75449062037282d65896d296f0e1832482869832 | 764d2e4470d87c66cd1223387b49d3df610bb2a1 | refs/heads/master | 2022-08-18T19:54:16.370710 | 2022-08-16T02:54:45 | 2022-08-16T02:54:45 | 59,494,037 | 2 | 0 | null | 2021-01-03T18:07:56 | 2016-05-23T15:26:56 | Java | UTF-8 | Java | false | false | 1,825 | java | import java.util.*;
// Use arithmetic series summation
public class Solution
{
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int num = triangleNumberWithOverFiveHundredDivisors();
System.out.println(num);
//System.out.println(divisors(28));
... | [
"neppramod@gmail.com"
] | neppramod@gmail.com |
ee965043a54a60580720db94317319c497fdd022 | 46203451280bd1477e5c033da5790a503efcead7 | /src/main/java/subtask/SubTask.java | d4339cdad79046d7475ec7fe6941c5074e7d702b | [] | no_license | prakharrke/dailytasks_backend | 0f68eda7dd63c8474b0b1e0c55d0392d1684ab7e | dca2b0ad3dd99f32e4eefeb84b8fc15fbea8d120 | refs/heads/master | 2022-06-23T16:46:20.893594 | 2019-06-13T05:26:41 | 2019-06-13T05:26:41 | 191,695,820 | 0 | 0 | null | 2022-05-20T21:00:34 | 2019-06-13T05:23:14 | Java | UTF-8 | Java | false | false | 1,443 | java | package subtask;
import java.sql.SQLException;
import model.DBCommunication;
public class SubTask {
String taskID;
String subTaskID;
String description;
String timeSheet;
char special;
char approved = 'n';
char reviewed = 'n';
public String getTaskID() {
return taskID;
}
public SubTask setTaskID(String t... | [
"Prakhar.Dixit@1eq.com"
] | Prakhar.Dixit@1eq.com |
1e8ce981c024a11988ee6e89ec2221b77322316a | 4e41d8251e19228e8758f80448a0219988fd0c50 | /src/TestaArraysObjetos.java | ca884d649b81c25239aaad363f994a19af5144b6 | [] | no_license | JAlvesBruno/OrientacaoObjetos | bfeda220c697c7bceae6290ffa4efebce3ec88af | 18cd6a15122e55d31c9abc82b4537cb915cf71f7 | refs/heads/master | 2020-03-25T22:17:12.512324 | 2018-08-09T23:40:26 | 2018-08-09T23:40:26 | 144,214,334 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 789 | java | public class TestaArraysObjetos {
public static void main(String[] args) {
Carro[] carros = new Carro[5];
Carro carro1 = new Carro("verde","HB20",120);
// carro1.setCor("verde");
// carro1.setModelo("HB20");
// carro1.setVelocidadeMaxima(120);
Carro carro2 = new Carro(... | [
"bruno.ja@puccampinas.edu.br"
] | bruno.ja@puccampinas.edu.br |
ca6821a1c7fc67e8d841cd4358f3f5c444842273 | e048cb9cd0a7d49bb284dcc3d9a0871713127c48 | /leasing-company-parent/leasing-company-service/src/main/java/com/cloudkeeper/leasing/company/repository/AttendanceRepository.java | cb28675eb899e0de952e14535c5686ddb46a327a | [] | no_license | lzj1995822/GuSuCommunityApi | 65b97a0c9f8bdeb608f887970f4d2e99d2306785 | 51348b26b9b0c0017dca807847695b3740aaf2e8 | refs/heads/master | 2020-04-23T19:18:18.348991 | 2019-04-28T02:56:21 | 2019-04-28T02:56:21 | 171,398,689 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 253 | java | package com.cloudkeeper.leasing.company.repository;
import com.cloudkeeper.leasing.base.repository.BaseRepository;
import com.cloudkeeper.leasing.company.domain.Attendance;
public interface AttendanceRepository extends BaseRepository<Attendance> {
}
| [
"243485908@qq.com"
] | 243485908@qq.com |
0d49e82fdb2b201f81a3869d172e4dec7d87a598 | 7a3c0a90c4f8039837de7c07c687150b5b8bc647 | /src/main/java/com/ldh/permission/core/service/impl/AdminResourceServiceImpl.java | 98ae321a527aafc88993ac8e7478e02a14e18474 | [] | no_license | coder-ldh/permission | b3c84a9c1834ccf6a00d75ce3ac9b937ffd7397d | 426a7ecbf90860a8d350c196c41a5be7898bd96b | refs/heads/master | 2020-04-11T15:31:42.531787 | 2019-01-04T01:49:59 | 2019-01-04T01:49:59 | 161,894,332 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 563 | java | package com.ldh.permission.core.service.impl;
import com.ldh.permission.core.model.AdminResource;
import com.ldh.permission.core.mapper.AdminResourceMapper;
import com.ldh.permission.core.service.AdminResourceService;
import com.baomidou.mybatisplus.service.impl.ServiceImpl;
import org.springframework.stereotype.Servi... | [
"ldh@awallet.com"
] | ldh@awallet.com |
7a9239e845c90489ff7daa80d0475b60fd380fd8 | fea07f0dd2555f7b51e3cdd15e96812820499aea | /hedera-node/src/test/java/com/hedera/test/factories/accounts/MockFCMapFactory.java | 0998e9636a9ef4f0c616de1580894e99c0911b27 | [
"Apache-2.0"
] | permissive | Vinci-zZ/hedera-services | e663c3dc1aae8742d92b0031727861c5fb323c97 | afa3afb5041a908a783fc0b91c61facc532a7463 | refs/heads/master | 2023-02-28T03:44:11.524812 | 2021-02-06T06:26:00 | 2021-02-06T06:26:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,295 | java | package com.hedera.test.factories.accounts;
/*-
*
* Hedera Services Node
*
* Copyright (C) 2018 - 2020 Hedera Hashgraph, LLC
*
* 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
* ... | [
"michael.tinker@hedera.com"
] | michael.tinker@hedera.com |
f2c69ea255914348c257f3fc464f2c7a4a7c9629 | cc637e2f7ad19ceb7e23390c4fb2a04e2141aa5d | /acore/src/main/java/com/yl/core/utils/ImageManager.java | 83ba51dd8933e97bfd9853ee76004e47f9ab32cb | [] | no_license | Redoteam/MVPEasyArms | a246890fc7e33d3868283c491e091029e1e8d723 | 89026d295ae1d486bf81800a43e79b185f6d87b6 | refs/heads/master | 2020-04-09T22:17:17.066717 | 2018-12-07T03:57:20 | 2018-12-07T03:57:20 | 160,624,426 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,057 | java | package com.yl.core.utils;
import android.content.Context;
import android.widget.ImageView;
import com.yl.core.R;
import com.yl.core.delegate.AppDelegate;
import com.yl.core.factory.SingletonImageLoader;
import com.yl.core.http.imageloader.ImageConfig;
import com.yl.core.http.imageloader.ImageLoader;
/**
* Created ... | [
"18672989951@163.com"
] | 18672989951@163.com |
324062de7589452802949cfe56cab85bbc7b8301 | 11431aa193e9026d84bcd0b5e8af1ce817f8dc0c | /PizzaProj/src/main/java/db2/juhh/PizzaProj/model/PizzaDetalhe.java | 411ccfdb48e98bf6ad265c85b642b74b4b373414 | [] | no_license | leoljunior/db2 | 4f23894980fa160d4682875dd00abd47b6e3071d | 6dba5e0b00afa125f6e427c0e882876822f3adef | refs/heads/master | 2023-06-05T09:16:10.701716 | 2021-06-28T15:00:10 | 2021-06-28T15:00:10 | 380,547,894 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,091 | java | package db2.juhh.PizzaProj.model;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
import javax.persistence.Temporal;
import javax.persiste... | [
"juhhinx@gmail.com"
] | juhhinx@gmail.com |
4c6010e91efed5e8e8bdafb057126f0716157561 | 9fed869617e20d51db1f18b76530c8113d79740f | /src/main/java/com/revature/services/EmployeeService.java | 9ef6e03b086ec47b77dbf5c355f8aad3d6423bca | [] | no_license | 210614-JavaFS/project0-btoledo2 | 4668f48552e4d288a5ff27782ffc25530a9abcb2 | 220dfeed5f3dcdcb3d855edc0a51810041a4b16f | refs/heads/master | 2023-06-16T13:32:37.305900 | 2021-07-14T05:34:21 | 2021-07-14T05:34:21 | 381,057,827 | 0 | 0 | null | 2021-07-14T05:30:47 | 2021-06-28T14:21:23 | Java | UTF-8 | Java | false | false | 1,138 | java | package com.revature.services;
import java.util.List;
import com.revature.models.Employee;
import com.revature.repos.EmployeeDAO;
import com.revature.repos.EmployeeImpl;
public class EmployeeService {
private static EmployeeDAO employeeDao = new EmployeeImpl();
public List<Employee> getAllEmployees(){
return... | [
"billytoledo1234@gmail.com"
] | billytoledo1234@gmail.com |
013e61a23a29857a3d5eaf021a17c131044aa0b6 | 6757aa38d6eafd1707376e0afa4de6ab86d9e9af | /app/src/main/java/com/andrewnwalker/mousetimes_california/CountUpTimer.java | 274f497a40df19b7270bedb4b9a9cd6236ea0163 | [] | no_license | Andrew-Walker/Mouse-Times-California---Android | 2b557d72e4110c2d1f8804fccdab018efb45ee21 | 9e0c03b4161dd12911150bef91c1a40f139daa1d | refs/heads/master | 2020-09-20T19:46:28.717803 | 2016-04-03T01:01:00 | 2016-04-03T01:01:00 | 65,948,453 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,027 | java | package com.andrewnwalker.mousetimes_california;
import android.os.Handler;
import android.os.Message;
import android.os.SystemClock;
/**
* Created by Andrew Walker on 13/02/2016.
*/
public abstract class CountUpTimer {
abstract public void onTick(long elapsedTime);
private static final int MSG = 1;
p... | [
"andreww500@live.com"
] | andreww500@live.com |
36b39bf7999dfcbb14c5e1d86dd6879b6b6844e0 | 63fbb8a46bd293e153d22b1f37acd0ac9b3c3491 | /Samples/app/src/main/java/samples/linhtruong/com/app/memoryleak/LeakCase2.java | 7e2effb30a9857d5192adc839600f61ff6848945 | [] | no_license | trithucbkpro/Samples | 2800e71ef29088aa486ca046f22e16b42700ad72 | 89af0f28504a192cdacdca578fcda9f221227e69 | refs/heads/master | 2021-01-19T22:41:30.950666 | 2019-09-19T14:54:23 | 2019-09-19T14:54:23 | 88,845,710 | 0 | 0 | null | 2017-04-20T09:21:23 | 2017-04-20T09:21:23 | null | UTF-8 | Java | false | false | 1,771 | java | package samples.linhtruong.com.app.memoryleak;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.annotation.Nullable;
import samples.linhtruong.com.app.R;
import samples.linhtruong.com.base.BaseActivity;
/**
* Anonymous inner classes: i.e callback
*
* @author linhtruong
* @date 2/20/1... | [
"Linh@Truong.local"
] | Linh@Truong.local |
1a9d91bf9e9c840f4aeb8c91507d0ba4dc4b0646 | 539b6808826b0af0e3ae0d3828961bc4cb7605ba | /Link_prediction/src/utils/interest.java | 425172119914bd0ea997ab20debac487cb990d8e | [] | no_license | souravrevo/Link_prediction | 3e436026f1a52c19a15d11cc7266f033b567d2b8 | 552b25b2bd89756cded3bec82cde749093ce07a0 | refs/heads/master | 2016-09-06T11:19:26.912941 | 2014-05-21T01:55:40 | 2014-05-21T01:55:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,809 | java | package utils;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.Statement;
import java.sql.PreparedStatement;
//Calculate interest_count column of auth_all_info table
public class interest {
public static void main(S... | [
"sourav.revo@gmail.com"
] | sourav.revo@gmail.com |
0ec1e1c1e842346ecd7ce3e8d0510f00c876d0c9 | 39f6016314a0dd0a4f765030e0111c8dc56a6087 | /xiaoming-security-core/src/main/java/com/xiaoming/core/validate/code/ValidateCodeException.java | 73c68cb5c0bf2d9de2c22eea23eef7ef6bcbd477 | [] | no_license | TPxiaoming/spring-security | 088aee722cef04ef441318ff6acc4abe494f01a7 | 84b0b7bb3d93fc03edcd7b7959376b9407a2b368 | refs/heads/master | 2020-05-09T14:10:26.609236 | 2019-06-13T09:31:01 | 2019-06-13T09:31:01 | 181,182,789 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 470 | java | package com.xiaoming.core.validate.code;
import org.springframework.security.core.AuthenticationException;
/**
* 验证码异常
* AuthenticationException 抽象异常, 身份认证异常的基类
* @Author: xiaoming
* @Date: 16:02 2019/5/27
*/
public class ValidateCodeException extends AuthenticationException {
private static final long seri... | [
"3093403587@qq.com"
] | 3093403587@qq.com |
b435b82fb43c05a4691fccb9c0f49035540bf905 | 69ac3fb006e10da40d17eaef5564080b20458267 | /Mtravelplan_final/src/com/travel/plan/tripboard/vote/dao/TripVoteService.java | 2d55cb60c9b351d9babbcc5fe8a299e73c576403 | [] | no_license | skathal124/travel_helper | e46f42b7b3af192b8d1968a022e1fcc2e9c4fd6a | afb00141bb02a0588c2e849a77832311d3318087 | refs/heads/master | 2020-03-31T19:53:42.219577 | 2018-10-11T04:40:58 | 2018-10-11T04:40:58 | 152,516,730 | 0 | 0 | null | 2018-10-11T04:40:59 | 2018-10-11T02:08:25 | JavaScript | UTF-8 | Java | false | false | 670 | java | package com.travel.plan.tripboard.vote.dao;
import java.util.List;
import com.travel.plan.tripboard.help.PollBean;
import com.travel.plan.tripboard.model.TripPoll;
import com.travel.plan.tripboard.model.TripPollSub;
import com.travel.plan.tripboard.model.TripVoter;
public interface TripVoteService {
void makePoll... | [
"skathal124@naver.com"
] | skathal124@naver.com |
ed2f8c4c8a983461208e173f2ca13673bb151d26 | 692e68c46eeb49c63523bb5198cb66386a5e5b4d | /app/src/main/java/com/example/primetech/contactproviderwithcursoradapter/MainActivity.java | 329cff9ed5d9ff06c4443da06e78d81e1057aa9f | [] | no_license | fardin95/ContactProviderWithCursorAdapter | b07eb123f2275dcf35e037d91503192c20c8e2d7 | 8afabbae586e04f36f09bb3871857bf533e36ca0 | refs/heads/master | 2021-01-19T00:58:13.198752 | 2016-07-19T11:23:55 | 2016-07-19T11:23:55 | 63,677,384 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,911 | java | package com.example.primetech.contactproviderwithcursoradapter;
import android.content.ContentResolver;
import android.database.Cursor;
import android.os.Bundle;
import android.provider.ContactsContract;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.widget.ListView;
public c... | [
"out.sider.otto@gmail.com"
] | out.sider.otto@gmail.com |
efac8b145513f277244c81c6cd8c5a56a017fc9c | eac648c76b9e7d9fcb6f8fb7d6717374c9914047 | /Core/src/CoreClass.java | a28714d9d2d7eec210c922a7625596a979f93881 | [] | no_license | KagamiMi/TPDiA2 | fbddf3149e551a86814def9c3f9032cd178e611a | 5ec5f681eb2eb1a092c4d93a0c313fd972d040c8 | refs/heads/master | 2020-03-21T21:34:05.819912 | 2018-07-22T18:00:44 | 2018-07-22T18:00:44 | 139,070,672 | 0 | 0 | null | null | null | null | WINDOWS-1250 | Java | false | false | 2,292 | java | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.PrintWriter;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.Date;
public class CoreClass {
static int po... | [
"kagamimiyuki@gmail.com"
] | kagamimiyuki@gmail.com |
94c9dd33ace703c06c56040af4b42c65b860f1a7 | e306ba2d2ff8ca1945291f011bef28deba026b80 | /zhouchao/Exercise0425/src/cn/hfxt/entity/ZC.java | 277712e09e86fa1920b4a1738c5e04cd54aef77e | [] | no_license | SunYongLi12/SunYL | e7a80d0e79c1d57d7a36ae54b90ae9b79faaba7f | 634e88975c3d03d084a5d7b2a8c31238fcf563f5 | refs/heads/master | 2023-04-14T11:39:19.355638 | 2021-04-28T04:35:03 | 2021-04-28T04:35:03 | 362,008,601 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 278 | java | package cn.hfxt.entity;
public class ZC {
private int id;
private String rank;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getRank() {
return rank;
}
public void setRank(String rank) {
this.rank = rank;
}
}
| [
"goodMorning_pro@at.bdqn.com"
] | goodMorning_pro@at.bdqn.com |
22d0151b123306f5e60fd181b940e806211b16f5 | 857a460a6c8335e099a83d2e7b671618a71b0464 | /src/main/java/com/lb/game/controller/DigitalGamePlayController.java | 89b1aa9c97ca68a46818803eba96b11f01274540 | [] | no_license | zxcv1122BB/lb_n | bce2e7c456f4628d615b707f4931bc12c5feff52 | 9a0a3eb156bb94d66c9176de1e5d506fabecc50e | refs/heads/master | 2022-07-10T01:18:47.642054 | 2019-08-26T14:55:01 | 2019-08-26T14:55:01 | 203,388,208 | 1 | 1 | null | 2022-06-29T17:35:23 | 2019-08-20T14:01:58 | JavaScript | UTF-8 | Java | false | false | 4,821 | java | package com.lb.game.controller;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.Request... | [
"licaiyou@followme.com"
] | licaiyou@followme.com |
871d60ed2074fe208e933f51fea37e7ff61352c8 | fe6ecbf29b0130662ae415d3b66af97af7094a70 | /Code/Work/FF/Decomp/C_100472_akr.java | abc9b1393c1687fb7d97d9895742f17792dd2aa3 | [] | no_license | joshuacoles/MineCraft-Patch-On-Launch-Client-old | 272db752d5bc94b02bb14c012276c92047b0b0c4 | 28055c66ecf3d3236155521e988acc3b7f0b08e6 | refs/heads/master | 2016-09-05T21:03:36.361801 | 2012-11-17T07:42:26 | 2012-11-17T07:42:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,627 | java | import java.util.Random;
public class C_100472_akr extends C_100200_aiq {
protected C_100472_akr(int var1) {
super(var1, C_100664_afg.field_109027_q);
this.field_106165_cl = 104;
this.func_106008_a(0.25F, 0.0F, 0.25F, 0.75F, 0.5F, 0.75F);
}
public int func_106013_d() {
return -1;
... | [
"josh@coles.to"
] | josh@coles.to |
a5f5f7cb2d6280c82aa7090e7f7c87b8975fac06 | a3841d9f3d125bfc4fb14b56438f9ffa7b270b1c | /src/test/java/com/hillel/lecture_4/Method.java | b0710f2c836c9e9bb2c4871129ac36269d673a34 | [] | no_license | Dmitriy2509/home-work-task | 346fa43941f0795d54adbeb46918b79d0f946862 | 00f8e4b631534fd9020c5735bb2209221ab2955e | refs/heads/master | 2020-08-28T21:16:11.279256 | 2019-12-08T09:46:57 | 2019-12-08T09:46:57 | 217,823,419 | 0 | 0 | null | 2019-10-27T08:06:45 | 2019-10-27T08:06:45 | null | UTF-8 | Java | false | false | 1,357 | java | package com.hillel.lecture_4;
public class Method {
public static void main(String[] args) {
/* double result = 25d+273.16;
System.out.println("Celsius to Kelvin: "+ result);*/
celsiusToKelvin(10d);
//metersToKilometers ();
double kilometers = metersToKilometers(500d);
... | [
"sakovetsdmytryi@gmail.com"
] | sakovetsdmytryi@gmail.com |
a81115beaa5950525dd4014d2f279d4d25111f6c | 43d8520aecdad8ee7e4b1ac6b4e18bdf871de774 | /src/com/comment/model/CommentDAO.java | 322597e58d34901ca02f4ab7abc16cc15dea2d9f | [] | no_license | a5372268/MoviesHit | 16f2862a40b1debc0ba4ae4def5ed56e98bbd1a6 | 26f20fe75510b2ecd80b3660b91801146f496a22 | refs/heads/main | 2023-05-25T04:47:08.688855 | 2021-06-11T11:38:33 | 2021-06-11T11:38:33 | 375,986,887 | 0 | 0 | null | null | null | null | BIG5 | Java | false | false | 17,002 | java | package com.comment.model;
import java.sql.*;
import java.util.*;
import javax.naming.*;
import javax.sql.DataSource;
import com.movie.model.MovieVO;
import jdbc.util.CompositeQuery.jdbcUtil_CompositeQuery_Comment;
public class CommentDAO implements CommentDAO_interface{
private static DataSource ds = null;
sta... | [
"a5372268@gmail.com"
] | a5372268@gmail.com |
dc12ae9c10472fefe2270298b1646d8b90a2221d | d2045b375576f99415c1ee3298dec7d1330711aa | /meuprograma.java | 612dd5e41015f417e90c9eaa1464751c00e098a9 | [] | no_license | Alexandresteves/Java-projects | 75f5e0754db202c1ebb4a890319e703d0aab5511 | 76158ae39acf4c2605595b167419abb5d803bee1 | refs/heads/master | 2021-04-15T16:33:10.144950 | 2018-03-25T23:22:13 | 2018-03-25T23:22:13 | 126,748,597 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 115 | java | public class Meuprograma {
public static void main(String[] args) {
System.out.println("Aplicação Java");
}
} | [
"alexandre_ae@hotmail.com"
] | alexandre_ae@hotmail.com |
4e3ec35ea4fd4650cee60ee51e794822de363214 | 2905ab13085cf90fa3ff02eabb635ffb80421121 | /ivanhoe/src/edu/virginia/speclab/ivanhoe/shared/message/DeleteDocumentMsg.java | e7b6a485985c03f238ec0e43fcf2e6bd7d3b37ce | [] | no_license | waynegraham/ivanhoe | 8474eccd2eb05e30d16eef9ad4425e71fca65b12 | dfe05439f7e75298a4b38313d5fe904998dbda42 | refs/heads/master | 2020-05-31T00:45:22.000842 | 2010-03-23T15:28:59 | 2010-03-23T15:28:59 | 32,215,670 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 781 | java | /*
* Created on Mar 22, 2004
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package edu.virginia.speclab.ivanhoe.shared.message;
import edu.virginia.speclab.ivanhoe.shared.data.DocumentInfo;
/**
* @author lfoster
*... | [
"nicklaiacona@c161d011-2726-0410-8d5a-8f576c7000fa"
] | nicklaiacona@c161d011-2726-0410-8d5a-8f576c7000fa |
b7aa8d6e188213be481718594362d5a472dc1b61 | b146af64dd81bc05ed8b9a4db18dd51a965ae0b5 | /src/rs/ac/bg/etf/pp1/ast/AstLetop.java | 54fae17ffc7c0fb0c8c0f1c5cc83fad2bddb452c | [
"MIT"
] | permissive | Edvvin/MicroJavaCompiler | 07cf9b6dab83dabfe654762a5448db82cbef1e86 | 5ff2ee830c8214b9f54494f16fdcd19344f5135d | refs/heads/master | 2023-06-08T07:49:02.599846 | 2021-06-16T14:57:37 | 2021-06-16T14:57:37 | 343,233,059 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 748 | java | // generated with ast extension for cup
// version 0.8
// 16/5/2021 15:11:18
package rs.ac.bg.etf.pp1.ast;
public class AstLetop extends Relop {
public AstLetop () {
}
public void accept(Visitor visitor) {
visitor.visit(this);
}
public void childrenAccept(Visitor visitor) {
}
... | [
"edvvin@mail.com"
] | edvvin@mail.com |
ce2e677fb9df5c0ff521b3c9752780f7b3968e46 | 4946183930dd93dfa6d25f8d561b43aab823545c | /test/src/Singleton.java | ea5d1657e9cbc322b801758092b7211cb47a52d2 | [] | no_license | chen-t7/code | f82d02b5ee2b5fbf7d691fd329ed5569bb0cb642 | ce9a9ac2c5da170e8f33997814958b3f1706886d | refs/heads/master | 2022-12-26T21:57:34.316622 | 2020-09-07T09:05:49 | 2020-09-07T09:05:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 559 | java | //class Singleton {
// private static Singleton instance=new Singleton();
// private Singleton(){}
// public static Singleton getInstance(){
// return instance;
// }
//}
class Singleton{
private static volatile Singleton instance=null;
private Singleton(){}
public static Singleton getI... | [
"2274828126@qq.com"
] | 2274828126@qq.com |
477c1fa840b110e6a117d4c738f6ce0711b07028 | 199e420db803921633fe31f0aa9aeb0b5881b4a8 | /app/src/main/java/com/example/movies_and_actors/adapters/AdapterSearch.java | 8e35d0ed2a22b85f9697c7ca3f7fdfb20409a59a | [] | no_license | adrijanasavic/Movies_and_Actors | 6d26b98d7e439c474f49437e36b7d98c4c529f0f | cfdb729d07d25a5041d81c43f6ff774f0669e211 | refs/heads/master | 2022-10-20T19:25:19.386002 | 2020-06-10T15:12:13 | 2020-06-10T15:12:13 | 270,801,180 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,543 | java | package com.example.movies_and_actors.adapters;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.Recycler... | [
"adrijana.jovicic@gmail.com"
] | adrijana.jovicic@gmail.com |
836db588d3ebbda95ec018e41034285b240c046e | e4d9c628519e51a49f822c06112604c0829ef5ae | /Backend/src/main/java/com/pokemon/pokemon/controller/interfaces/ITrainerController.java | f533346473506519765cc85d973916ef8c156c89 | [] | no_license | juliagarlor/PokeTeam | fdb9b8da52558903146b703ed49085ce954f0ab4 | 40059e7c9e290cb8d68a0b8a91a0d9f2774aad0e | refs/heads/master | 2023-05-12T06:45:52.519920 | 2021-06-06T16:46:17 | 2021-06-06T16:46:17 | 350,309,188 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 362 | java | package com.pokemon.pokemon.controller.interfaces;
import com.pokemon.pokemon.utils.dtos.*;
import org.springframework.web.bind.annotation.*;
import java.util.*;
public interface ITrainerController {
List<Object> getNamesAndIds();
List<TrainerDTO> getTrainers();
TrainerDTO createTrainer(TrainerDTO traine... | [
"julia.garcia.lorente@gmail.com"
] | julia.garcia.lorente@gmail.com |
cfd152655fdd852784983ef925814f4e28238ad4 | 44e7adc9a1c5c0a1116097ac99c2a51692d4c986 | /aws-java-sdk-transcribe/src/main/java/com/amazonaws/services/transcribe/model/Transcript.java | 3bded6d7e5fd7f59f8c4200b91a851ef81caf4e7 | [
"Apache-2.0"
] | permissive | QiAnXinCodeSafe/aws-sdk-java | f93bc97c289984e41527ae5bba97bebd6554ddbe | 8251e0a3d910da4f63f1b102b171a3abf212099e | refs/heads/master | 2023-01-28T14:28:05.239019 | 2020-12-03T22:09:01 | 2020-12-03T22:09:01 | 318,460,751 | 1 | 0 | Apache-2.0 | 2020-12-04T10:06:51 | 2020-12-04T09:05:03 | null | UTF-8 | Java | false | false | 11,144 | java | /*
* Copyright 2015-2020 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... | [
""
] | |
04174ab64cfe9c7c40de3ee2179c44c9794f2296 | 24d8cf871b092b2d60fc85d5320e1bc761a7cbe2 | /DrJava/rev4989-5058/base-trunk-4989/src/edu/rice/cs/drjava/model/debug/DebugEventNotifier.java | ba8294b324138206e2f6f161d2febc545f535c13 | [] | no_license | joliebig/featurehouse_fstmerge_examples | af1b963537839d13e834f829cf51f8ad5e6ffe76 | 1a99c1788f0eb9f1e5d8c2ced3892d00cd9449ad | refs/heads/master | 2016-09-05T10:24:50.974902 | 2013-03-28T16:28:47 | 2013-03-28T16:28:47 | 9,080,611 | 3 | 2 | null | null | null | null | UTF-8 | Java | false | false | 4,801 | java |
package edu.rice.cs.drjava.model.debug;
import edu.rice.cs.drjava.model.EventNotifier;
import edu.rice.cs.drjava.model.OpenDefinitionsDocument;
import java.awt.EventQueue;
public class DebugEventNotifier extends EventNotifier<DebugListener> implements DebugListener {
public void debuggerStarted() {
as... | [
"joliebig@fim.uni-passau.de"
] | joliebig@fim.uni-passau.de |
dba9ee1476a32bebd821b0c15003236eeab674cf | 43b978c8caaa77de9dd2afd134a790af84b51481 | /CSC 151/Lab 5 Assignments/StudentOrderingNumbers.java | eee81e97be3d0c3e0f20763edb4d263295d4f1eb | [] | no_license | cmhansen125/Java-Classes | 9b79e212e0d480bfe8fc9d61e4ec9d4a6ae92b7e | f651a1106c1557ab6f53935a563868c878b4b7eb | refs/heads/master | 2021-02-11T13:49:27.840178 | 2020-03-02T23:47:49 | 2020-03-02T23:47:49 | 244,496,966 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,820 | java | import javax.swing.*;
public class StudentOrderingNumbers {
public static void main(String[] args) {
WidgetView wv = new WidgetView();
// Finally, a program that does something. This program asks the user
// for 3 numbers and figures out the largest, middle and smallest.
... | [
"noreply@github.com"
] | noreply@github.com |
2865885b1cd6d8c68877f0c21ae74c7bd5205d3e | 2ddbe278a618adf859430ee875888aaec971d73b | /factory/src/FactoeyMethod/Apple.java | 2f9ae75c6925f73b54feabdf674c466be6f0f585 | [] | no_license | tanzikun/IdeaProjects | 6733695e46bf80c692069a1b02853d981c4ae65b | 8ff788b242e565d3cff0ae97515e64cb3478a7db | refs/heads/master | 2022-12-02T06:20:50.124198 | 2019-08-06T14:39:54 | 2019-08-06T14:39:54 | 200,869,608 | 0 | 0 | null | 2022-11-16T12:22:43 | 2019-08-06T14:38:20 | Java | UTF-8 | Java | false | false | 167 | java | package FactoeyMethod;
public class Apple implements Fruit {
/**
* 采集
*/
public void get(){
System.out.println("采集苹果");
}
}
| [
"574836588@qq.com"
] | 574836588@qq.com |
35698160e29652501fef334dbd7f4b08f1be6295 | 7c7c660e45be16b60f74d5cc5daa3f7c71fe45d4 | /ecolls-j/src/main/java/xyz/cofe/collection/UnionMap.java | de0b4865ef02c6f6acbfd00a85a86efc46fc74e3 | [
"MIT"
] | permissive | gochaorg/cofe.xyz-next | 9f160e6726d5af9d6efd5eda8b86b381c9d62824 | 02cb327222d113fd53e773bd61c3a0aeef24b9b2 | refs/heads/master | 2022-11-27T05:52:42.549697 | 2022-10-15T22:13:51 | 2022-10-15T22:13:51 | 200,032,063 | 0 | 0 | MIT | 2022-11-15T23:42:12 | 2019-08-01T10:45:09 | Java | UTF-8 | Java | false | false | 9,113 | java | /*
* The MIT License
*
* Copyright 2014 Kamnev Georgiy (nt.gocha@gmail.com).
*
* Данная лицензия разрешает, безвозмездно, лицам, получившим копию данного программного
* обеспечения и сопутствующей документации (в дальнейшем именуемыми "Программное Обеспечение"),
* использовать Программное Обеспечение без ... | [
"nt.gocha@gmail.com"
] | nt.gocha@gmail.com |
833de32db82c5cd5597885efd81dbaeb94c21423 | f2f0e98d242baf79fda5778328ae40a583582bdb | /400_xowa/src/gplx/xowa/xtns/mapSources/Map_math.java | 85712a45c127a30e125172c7e67a7684d5434d31 | [] | no_license | ATCARES/xowa | 0ca09f7aa08f400713f9d298bc9843b96e000a0c | 5957bd0cb0de1dbfafae1aef9055846713a5e521 | refs/heads/master | 2021-01-15T14:41:57.565426 | 2014-04-14T03:28:27 | 2014-04-14T03:28:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,151 | java | /*
XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later ... | [
"gnosygnu@gmail.com"
] | gnosygnu@gmail.com |
70d81e89195ec6ad5edcfc1e919f18146de18f59 | 7dff6c11ca1d7b5fadf3eaff1ae865805ef5a14d | /Flyweight/app/src/main/java/demo/dhcc/com/flyweight/simple2/ConcreteFlyweight.java | 7d35f10892420a229d41f8355e786adc4ba444c3 | [] | no_license | heyangJob/Design-Pattern | 85a1fc0ff7058db875ceaf065e1b803ed6227a1c | a7849247139a2a00103333d56de76783ab1fabbb | refs/heads/master | 2020-03-23T12:01:08.143480 | 2018-08-22T09:21:50 | 2018-08-22T09:21:50 | 141,531,909 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 589 | java | package demo.dhcc.com.flyweight.simple2;
/**
* 享元角色的实现类
*
* @author 512573717@qq.com
* @created 2018/8/6 下午3:50.
*/
public class ConcreteFlyweight implements Flyweight {
private String intrinsicState = null;
public ConcreteFlyweight(String intrinsicState) {
this.intrinsicState = intrinsicState;
... | [
"512573717@qq.com"
] | 512573717@qq.com |
a0d8e0d3706162aad9ec319bc4516970aa55d674 | a3742532e43ebf8ae09c2036dc817759fad5a6b4 | /src/main/java/tests/maptests/primitive/HftcUpdateableMapTest.java | 3b0071ddc6a9921141239bc8d726696b85e231a5 | [] | no_license | zhudebin/maptest | 2b98a50cdd21481b235f66a3d44294ea87efb2ea | 5588e9c4e398cd1ae56cc326842bfd2b0e4e2b34 | refs/heads/master | 2021-01-17T05:50:47.743692 | 2016-06-03T06:36:48 | 2016-06-03T06:36:48 | 60,315,088 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 814 | java | package tests.maptests.primitive;
import net.openhft.koloboke.collect.map.hash.HashIntIntMap;
import net.openhft.koloboke.collect.map.hash.HashIntIntMaps;
/**
* Koloboke HashIntIntMaps.newImmutableMap test
*/
public class HftcUpdateableMapTest extends AbstractPrimPrimMapTest {
private HashIntIntMap m_map;
... | [
"zdb_hn@163.com"
] | zdb_hn@163.com |
96c89bb5c88cb32c9d296d8e603773942e192603 | 665110e99befea67ea7dcdd6939e313cff471654 | /src/main/java/net/smert/frameworkgl/opengl/renderer/RendererGL3.java | 1ffb76cfa1f212a3ac0cbb2829f33a4977abe0b5 | [
"Apache-2.0"
] | permissive | kovertopz/Framework-GL | 187cd6771c5ed0192da3564a22c6281956bb2ce2 | 1504f4746c80bf0667f62ecea2569f8d37a46184 | refs/heads/master | 2021-06-07T08:22:46.693230 | 2017-07-08T09:10:17 | 2017-07-08T09:10:17 | 24,876,706 | 10 | 1 | null | null | null | null | UTF-8 | Java | false | false | 8,754 | java | /**
* Copyright 2012 Jason Sorensen (sorensenj@smert.net)
*
* 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 applicabl... | [
"git@smert.net"
] | git@smert.net |
eda5eb3b022aaca023a5c27f40149b54efed37b3 | 866e04d6eccb39f21f83e8e7399b128931090b91 | /lunch/src/main/java/com/example/recipe/lunch/LunchRecipeApplication.java | 43e6028e1768f42d6b03e630e02800696b0d8b68 | [] | no_license | chathuran/lunch-app | 1fa169cd5cced7c2f847086026de79c161979587 | b33dec876a91cd1af84c60a326ea34c553153428 | refs/heads/master | 2022-12-19T12:26:12.147965 | 2020-09-28T15:17:43 | 2020-09-28T15:17:43 | 298,964,269 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 398 | java | package com.example.recipe.lunch;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class LunchRecipeApplication {
public static void main(String... | [
"071@erangaDC"
] | 071@erangaDC |
1eb15406f7d64a2c6e802d1ba5db455e21488087 | 9452e1992b36fac0414de9856cefa67f95e984de | /sacamos-server/src/main/java/main.java | 997199a0eb926073cc52daf40233e3ce71a64e0d | [] | no_license | randyquaye/randyquaye | 81a899c0735b82f63b3d9f91694116f8fa2dfd85 | 258be6d776d5bc3a1d76028daecd2b4cd59b0a1b | refs/heads/main | 2023-05-18T11:33:15.485728 | 2021-06-09T22:05:07 | 2021-06-09T22:05:07 | 352,344,688 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,198 | java | import com.google.auth.oauth2.GoogleCredentials;
import com.google.cloud.storage.Blob;
import com.google.cloud.storage.Bucket;
import com.google.firebase.FirebaseApp;
import com.google.firebase.FirebaseOptions;
import com.google.firebase.cloud.StorageClient;
import com.google.firebase.database.*;
import java.i... | [
"randyquaye@Randys-MacBook-Pro.local"
] | randyquaye@Randys-MacBook-Pro.local |
2ea3c39a66aca59c33ab7b72916de543d8092451 | 5bab3f49607b66c77457a49c9d395628d4f45ca3 | /jibx/examples/codegen/gen/src/org/opentravel/ota/CancelInfoRSType.java | 8ccd16a16351397f0369d53d58324d47dc80d576 | [] | no_license | zwijze/journallines | 8ee37a559b1c1fe2070fa14b56e3957396a83a5e | 973ab3228740b7e810af5f746da7abf556abaaaa | refs/heads/master | 2020-04-06T07:53:20.251060 | 2016-08-29T19:38:29 | 2016-08-29T19:38:29 | 65,633,068 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,643 | java |
package org.opentravel.ota;
import java.util.ArrayList;
import java.util.List;
/**
* May contain rules associated with canceling a reservation as well as the supplier's cancellation number.
*
* Schema fragment(s) for this class:
* <pre>
* <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xml... | [
"frank.zwijze@gmail.com"
] | frank.zwijze@gmail.com |
975f723bdbe59b219bad977a917e465fe6333281 | 7216e4d3e4522b9fe0148fc4c1560e4e79286357 | /idp-authn-impl-socialuser/src/test/java/fi/okm/mpass/idp/authn/impl/ExtractSocialPrincipalsFromSubjectTest.java | 0f850c4bab07ff2420a756ab4303f2986b3591d7 | [
"MIT"
] | permissive | haltu/eca-auth-proxy | a374c1ec530e36b924a46278959e4313ee65f3c3 | 31cdcd36b419d5067fe265399b2680e38bdb527a | refs/heads/master | 2021-01-17T05:20:06.028510 | 2015-12-14T14:57:36 | 2015-12-14T14:57:36 | 48,229,777 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,426 | java | /*
* The MIT License
* Copyright (c) 2015 CSC - IT Center for Science, http://www.csc.fi
*
* 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 limitat... | [
"janne.lauros@gmail.com"
] | janne.lauros@gmail.com |
79f84cd14810ca1173599262e6307d953331daf5 | 9f3ef32725b29ce770af806f0c8312af0fa51b27 | /src/main/java/com/gy/yb/Observer.java | bb5b1d9aaa8b82079be1f17d35660496108e5977 | [] | no_license | SeekingPlumBlossoms/observer | 8457a86d2b0f2ba776c9f55db4226783fb0032d1 | b5827cb49e575cc65489a8860029367f058d040c | refs/heads/master | 2020-03-25T04:33:00.845147 | 2018-08-04T01:20:33 | 2018-08-04T01:20:33 | 143,400,693 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 106 | java | package com.gy.yb;
public interface Observer {
public void update(WeatherSubject weatherSubject);
}
| [
"17611281125@163.com"
] | 17611281125@163.com |
5075447ab477c5d1a867cc92dca7563b01083c6b | 11833e305deb826dca0c55ca9a0e731fee8f76f7 | /src/com/appbegin/MainService.java | 1bf90dbf1d731927d0682470804d5fe4950dee3a | [] | no_license | RAGHAVNAIDU/MYTELE | f211c05c24e81785eac74d70e48422384f31f8fd | c0b422e76a303438be1487fbfeb3d6e2979092fa | refs/heads/master | 2016-09-06T05:12:33.468393 | 2012-07-03T05:25:25 | 2012-07-03T05:25:25 | 38,572,696 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,260 | java | package com.appbegin;
import java.io.IOException;
import com.ibm.mqtt.IMqttClient;
import com.ibm.mqtt.MqttClient;
import com.ibm.mqtt.MqttException;
import com.ibm.mqtt.MqttPersistence;
import com.ibm.mqtt.MqttPersistenceException;
import com.ibm.mqtt.MqttSimpleCallback;
import android.app.AlarmManager;
import andr... | [
"cnxiaoma@gmail.com"
] | cnxiaoma@gmail.com |
5facd01330232c9652f77e30664e02204ea84c95 | 65572044f62b9d8d08c8d19fca13b9b728d23862 | /coisini-ms/coisini-admin-server/src/main/java/com/coisini/admin/entity/SysRole.java | 1c3a77808267cfb1850df1efcdbf515d89a3373d | [] | no_license | Maggieq8324/coisini-cloud | 76a75fb93f3889f536d3fa12cc39166025b37429 | 1fbf59597428d4acda740883fd3366704b516235 | refs/heads/main | 2023-06-20T16:05:48.856207 | 2021-07-23T07:05:14 | 2021-07-23T07:05:14 | 388,693,926 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 503 | java | package com.coisini.admin.entity;
public class SysRole extends BaseModel {
private String name;
private String remark;
private Byte delFlag;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getRemark() {
return remark;
}
publi... | [
"maggieq8324@gmail.com"
] | maggieq8324@gmail.com |
49054fc1e6444977c225869fc526fade88a74044 | 02ec61624a19f1582e2ca1b4fb9d25e2b19e843f | /android/app/src/main/java/com/tevinjeffrey/njitct/utils/AndroidMainThread.java | 07efabe4de10a8a0a75e0e4a7ec6c220d6e7c288 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | tevjef/NJIT-Course-Tracker | 0c45a5b95f2d06e2b6ab92844c84784774b3b639 | 549e299ac10bb6fd504bfd2554c2506a12c57d3c | refs/heads/master | 2021-01-10T03:00:14.363189 | 2016-02-03T08:57:33 | 2016-02-03T08:57:33 | 50,632,308 | 6 | 0 | null | null | null | null | UTF-8 | Java | false | false | 244 | java | package com.tevinjeffrey.njitct.utils;
import java.lang.annotation.Retention;
import javax.inject.Qualifier;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
@Qualifier
@Retention(RUNTIME)
public @interface AndroidMainThread {
}
| [
"mastermindtj94@gmail.com"
] | mastermindtj94@gmail.com |
f13a8531f399af51f015e1496a7a39ecb716d637 | 66b167fac9fe9648efc460640d4b0c9e27ebc017 | /src/BusinessLayer/Tiles/Player/Ability/MageAbility.java | be1bb971dea3b34f1b0dad8fac6995e445a4cbc5 | [] | no_license | hk772/OOP3_Dungeons_and_Dragons | ea7d2388686332838dc469d4027441952bb8300e | 7138cb512cd081b052a4074879ada4a8eacf558e | refs/heads/master | 2023-08-09T07:07:49.486129 | 2021-08-10T12:11:08 | 2021-08-10T12:11:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 543 | java | package BusinessLayer.Tiles.Player.Ability;
public class MageAbility extends AbilityIMP {
private int cost;
public MageAbility(String name, String poolName, int pool, int cost) {
super(name, poolName, pool);
this.cost = cost;
}
@Override
public boolean isAvailable() {
re... | [
"hagaik@post.bgu.ac.il"
] | hagaik@post.bgu.ac.il |
f4856326f77d6521af5bb00a72f3cf44a999c2a4 | 1e348c4af6e0de749edb97c255f72903b5c412cf | /TpJavaJpa/Tp/TpJavaClient/src/main/java/fr/nguigou971/App.java | 9ebf0a2888a1caff86389e8ea634914725158ce5 | [] | no_license | nico-83190/TpJavaNicolasGuigou | d76563de2d6011c9a15ea090b97e7b80989055b1 | b662a3142c7a90ee903a2745c8b070693d6a68f0 | refs/heads/master | 2022-06-30T15:52:03.720582 | 2019-05-27T08:35:40 | 2019-05-27T08:35:40 | 188,802,992 | 0 | 0 | null | 2022-06-21T01:10:44 | 2019-05-27T08:27:51 | Java | UTF-8 | Java | false | false | 176 | java | package fr.nguigou971;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}
| [
"noreply@github.com"
] | noreply@github.com |
61dbc5f1c4683ed6ad2faae8438527ca56253fa8 | 3ee9187e459512f33ff1c4231e9edfb321380d08 | /src/main/java/org/spongepowered/common/event/tracking/context/transaction/effect/RemoveTileEntityFromChunkEffect.java | cc118789df8e64b3807ea415793000e80c329b5a | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | SpongePowered/Sponge | 37ef5f6c77cdbbdb007d6e68f4c5a1be0e56441e | 5d39e239d8de5e746efdb82725854ee1f57a34a5 | refs/heads/api-10 | 2023-08-17T05:53:40.685621 | 2023-06-17T21:01:13 | 2023-06-17T21:01:13 | 33,791,453 | 171 | 97 | MIT | 2023-09-12T11:49:33 | 2015-04-11T20:38:48 | Java | UTF-8 | Java | false | false | 2,578 | java | /*
* This file is part of Sponge, licensed under the MIT License (MIT).
*
* Copyright (c) SpongePowered <https://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Softwar... | [
"gabizou@me.com"
] | gabizou@me.com |
54d8fd2fb4c94cad6069804c5d429fefd29cdcce | fdb7108ae59488c98373c5b15f2b7127cf94f2bf | /src/Uebung/Calendar/Main.java | f9d6b6ab4b8d8f358d56e105aa6edda35f05ab7c | [] | no_license | stqrsky/HandelBBQ | 7ad86fa07f5dee5f5b2ce214f5c868e86ede8284 | 803cf19da2addca7ad2b5eb8433189cd984b9487 | refs/heads/master | 2020-09-12T18:35:49.845562 | 2019-11-18T18:07:56 | 2019-11-18T18:07:56 | 222,512,320 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 594 | java | package Uebung.Calendar;
import java.util.Calendar;
import java.util.GregorianCalendar;
public class Main {
public static void main(String[] args) {
GregorianCalendar cal = new GregorianCalendar();
System.out.println(cal.get(Calendar.HOUR));
cal.set(Calendar.HOUR,129);
System.out.p... | [
"noreply@github.com"
] | noreply@github.com |
d0031958994f0c808cab10fe5e27530a91d5de76 | 61dea18460df6f2bc1fe19af8bfa6e0809406885 | /ecmoban/src/main/java/com/ecjia/view/adapter/DataBindingAdapter.java | 1e1eaff9d779f3bfec13591f934059bac174fd52 | [] | no_license | hackerlc/SJQ_ECSHOP_MJ_NEW | a006261856124671bceaf92d1f65d4905dc35078 | 2c8ac3f2464c4536c079ac067ec761adcd9c267e | refs/heads/master | 2021-08-31T11:01:29.247522 | 2017-12-21T03:55:09 | 2017-12-21T03:55:09 | 114,960,406 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 444 | java | package com.ecjia.view.adapter;
import android.databinding.BindingAdapter;
import android.widget.ImageView;
import com.ecjia.util.ImageLoaderForLV;
/**
* SJQ_ECSHOP_MJ_NEW
* Created by YichenZ on 2017/2/22 13:32.
*/
public class DataBindingAdapter {
@BindingAdapter("android:src")
public static void setIm... | [
"812405389@qq.com"
] | 812405389@qq.com |
deab7b06caaf45c6d77b57dd3a9bf69559496e60 | d2cb1f4f186238ed3075c2748552e9325763a1cb | /methods_all/nonstatic_methods/javax_crypto_CipherInputStream_notify.java | f351c064b66ea6d98fb7d9ba27422a795b116f6a | [] | no_license | Adabot1/data | 9e5c64021261bf181b51b4141aab2e2877b9054a | 352b77eaebd8efdb4d343b642c71cdbfec35054e | refs/heads/master | 2020-05-16T14:22:19.491115 | 2019-05-25T04:35:00 | 2019-05-25T04:35:00 | 183,001,929 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 165 | java | class javax_crypto_CipherInputStream_notify{ public static void function() {javax.crypto.CipherInputStream obj = new javax.crypto.CipherInputStream();obj.notify();}} | [
"peter2008.ok@163.com"
] | peter2008.ok@163.com |
a171abad5bdaf7027b677b7f1f0813db3450003f | 42b1be27b8a196865620c3a84592f62fc5661fe1 | /cloud-provider-payment-8001/src/main/java/cn/zzf/spring/cloud/payment/mapper/PaymentMapper.java | c1032f2d31645e568725a130c73ba5fd98960d10 | [] | no_license | ZGAOF/spring-cloud-2020 | d6e4b1d96e1c51ac3ed5a47e4f7b04690bc8968f | b5588c65ee444043e7200efb4bb9384b1e5f7eac | refs/heads/master | 2023-01-11T09:50:21.413305 | 2020-11-18T04:15:33 | 2020-11-18T04:15:33 | 313,794,524 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 251 | java | package cn.zzf.spring.cloud.payment.mapper;
import cn.zzf.spring.cloud.entity.Payment;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface PaymentMapper {
int create(Payment payment);
Payment selectPaymentById(Long id);
}
| [
"1520061084@qq.com"
] | 1520061084@qq.com |
524faebb173e39c8c07fb42007ff5655e806c916 | 9b9c3236cc1d970ba92e4a2a49f77efcea3a7ea5 | /L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/quests/Q00365_DevilsLegacy/Q00365_DevilsLegacy.java | 55ad11451bf2356d015dbc384494c77d085a61e3 | [] | no_license | BETAJIb/ikol | 73018f8b7c3e1262266b6f7d0a7f6bbdf284621d | f3709ea10be2d155b0bf1dee487f53c723f570cf | refs/heads/master | 2021-01-05T10:37:17.831153 | 2019-12-24T22:23:02 | 2019-12-24T22:23:02 | 240,993,482 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,058 | java | /*
* This file is part of the L2J Mobius project.
*
* 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 3 of the License, or
* (at your option) any later version.
*
* This p... | [
"mobius@cyber-wizard.com"
] | mobius@cyber-wizard.com |
e80c276c25c136fde3c3880191ef7b5b1f8eee0a | f538a4f3bcf7a2c9c93c155141777065157947c8 | /spliffy-server/src/main/java/org/spliffy/server/web/sharing/SharesFolder.java | 57e33554d00f1516b5e6ba4911325e6f1eeb69a1 | [] | no_license | nabilshams/spliffy | d638ce63f1610d455087dcbe0e5f22e9a08c3192 | 3ad26f0f9e9c9fe68d30303a2f8c818c00a97af3 | refs/heads/master | 2021-01-17T22:18:30.396874 | 2012-04-27T12:11:06 | 2012-04-27T12:11:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,376 | java | package org.spliffy.server.web.sharing;
import com.bradmcevoy.http.CollectionResource;
import com.bradmcevoy.http.Resource;
import com.bradmcevoy.http.exceptions.BadRequestException;
import com.bradmcevoy.http.exceptions.NotAuthorizedException;
import com.ettrema.http.acl.Principal;
import java.util.Date;
import java.... | [
"brad@mcevoysoftware.co.nz"
] | brad@mcevoysoftware.co.nz |
30333302a2e99e12ee212fea827f4e5ffdb66ffd | 9f8e15acd808f605db4da6d9c316fea8a8ddc1d4 | /Servlets and Jsp/Lab 3 - forward/src/main/java/iti/gov/hadeer/SendRedirect.java | 5345212e133f2d6aadc52e2a2c2b6b7f885b719b | [] | no_license | hadeerelnaggar/ITI-Web-Javaee-Labs | f73ba5023ec35d60af49caa61986984a64e5e058 | 750b24ff35b620b17b572d78d1bcd16d1dbdb8a5 | refs/heads/master | 2023-04-14T04:41:23.378794 | 2021-05-10T14:03:55 | 2021-05-10T14:03:55 | 366,055,531 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,542 | java | package iti.gov.hadeer;
import jakarta.servlet.*;
import java.io.*;
import jakarta.servlet.http.*;
import java.util.*;
import java.sql.*;
import java.sql.Connection;
import java.sql.SQLException;
import javax.naming.*;
import javax.sql.*;
import javax.sql.DataSource;
public class SendRedirect extends HttpServlet{
... | [
"hadeerelnaggar@hotmail.com"
] | hadeerelnaggar@hotmail.com |
60ed6412241139ef8f597159cd66b1efe778ec9f | d9ea42be39a8078db52e09274d8013998011d8e1 | /xc-auth/xc-auth-api/src/main/java/com/chenyu/cloud/auth/dto/UserPasswordDto.java | 519b888917687583c225a1bd9b72a76f06e41244 | [] | no_license | cyuaa/xc-cloud | 3cb9ab0576c8db2372dc96b0348a16c2a7c24321 | 511a7e090bd501ebac7b197b71f8110f44d97c04 | refs/heads/master | 2023-04-20T05:22:44.480231 | 2021-05-13T09:13:31 | 2021-05-13T09:13:31 | 357,454,955 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 722 | java | package com.chenyu.cloud.auth.dto;
import io.swagger.annotations.ApiModelProperty;
import lombok.Getter;
import lombok.Setter;
import javax.validation.constraints.NotEmpty;
/**
* 修改用户名密码参数
* Created by JackyChen on 2021/4/28.
*/
@Getter
@Setter
public class UserPasswordDto {
@ApiModelProperty(value = "用户名", r... | [
"275518941@qq.com"
] | 275518941@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.