blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
52144f535e7085ddb4daee159e92407c73b54242 | f784e5fd44606457d9cc17ec2a2fa58aecdbfc07 | /BlackJack/src/mvrcus/BlackJack/Deck.java | 0ad4bb151b12d77706c40d6788d550cd6bdde25e | [] | no_license | Mvrcus97/BlackJack | baa62b89bf855bd988d172917eb4446c895a5110 | 6c53beca0ed4aa04f513f7f96c198fd7e14855b5 | refs/heads/master | 2020-04-26T21:01:14.225558 | 2019-03-18T10:56:15 | 2019-03-18T10:56:15 | 173,829,704 | 0 | 1 | null | 2019-03-18T10:56:16 | 2019-03-04T22:12:25 | Java | WINDOWS-1250 | Java | false | false | 1,588 | java | package mvrcus.BlackJack;
import java.util.Random;
import java.util.concurrent.ThreadLocalRandom;
public class Deck {
Card[] deck;
int cardPointer;
// Constructor
public Deck(int n) {
cardPointer = 0;
initializeDeck(n);
for( Card c : deck) {
System.out.println(c.getType() + " " + c.getNum... | [
"Macos@Macos-MASKINPC"
] | Macos@Macos-MASKINPC |
fb9acccf262c0871fdb3383544089cd702032c0f | 8238bc5b3398bca1bdfab9a18225eb3fbd893cfd | /pickerview/build/generated/source/r/debug/android/support/coreui/R.java | 6e41d2d2fb4133a842c22c27d905dc46f4017546 | [] | no_license | SetAdapter/MoveNurse | 2a890ff9a456b9284df69f44fe2616bb306de386 | c4770363d3b136cbe1a3cf1237d39c07151be2af | refs/heads/master | 2020-04-23T14:02:05.946825 | 2019-02-18T05:12:30 | 2019-02-18T05:12:30 | 171,218,203 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,028 | 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.coreui;
public final class R {
public static final class attr {
public static int font = 0x7f04009e... | [
"383411934@qq.com"
] | 383411934@qq.com |
b5087bdbd35f3d66dc0fad2c08d1fb243888a934 | 6c9b21bfaa4b21a220256fbe59797988c0a5389b | /src/main/java/com/github/anilople/javajvm/instructions/stores/FSTORE_1.java | 8fc8cb88b0f62872ae77dde4762776d4c186adeb | [
"MIT"
] | permissive | codings-dan/javajvm | abbfa5de4870d31db7bd9df0970b84e052779e1c | b4b29a2059daf4af44442de28040122a040d0c01 | refs/heads/master | 2023-03-10T19:36:37.616011 | 2021-02-22T11:50:50 | 2021-02-22T11:50:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 540 | java | package com.github.anilople.javajvm.instructions.stores;
import com.github.anilople.javajvm.instructions.BytecodeReader;
import com.github.anilople.javajvm.instructions.Instruction;
import com.github.anilople.javajvm.runtimedataarea.Frame;
public class FSTORE_1 implements Instruction {
@Override
public void ... | [
"Anilople@outlook.com"
] | Anilople@outlook.com |
0482cb1f47bfb2c9cccee5eeb9db46ed5b709d60 | 1147198e50208109e7f98030ef3b0e5f57e08e2c | /puzzle/src/main/java/fam/puzzle/config/MvcConfig.java | 42ab7901ad21960779c81e92896aea74db40a6f4 | [] | no_license | robnelsonmd/fam | f2b1ec5793149add4f66ad31516b42e43b4632b2 | c36526ab6a44f253e94fad1888504d9953a40834 | refs/heads/master | 2022-11-22T15:10:11.259608 | 2020-07-13T15:27:42 | 2020-07-13T15:27:42 | 256,222,841 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 447 | java | package fam.puzzle.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.ViewControllerRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
@Configuration
public class MvcConfig implements WebMvcConfigurer {
publi... | [
"rob.nelson.md@gmail.com"
] | rob.nelson.md@gmail.com |
caf5683e819156e5da19075bfb77b9da6f8e4012 | 7476689d08b5079913363446fd68c2749a6c7a0e | /PocketCreatures/sample/StartScreen.java | 389b6dd07e3fe7577d3034c0eb937e5262d9ac8d | [] | no_license | arussin99/Pocket-Creatures | df90696bd51b0021b51bd7cb4f8e0bad4af79b5b | 34f21540add908ed1453bc40cff797c4df919ff5 | refs/heads/master | 2022-02-27T03:10:54.542351 | 2019-08-09T13:43:10 | 2019-08-09T13:43:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,053 | java | package sample;
import javafx.event.EventHandler;
import javafx.scene.Group;
import javafx.scene.input.MouseEvent;
import javafx.scene.layout.Pane;
import javafx.scene.paint.Color;
import javafx.scene.shape.Rectangle;
import javafx.scene.text.Text;
public class StartScreen {
int startLevel=8;
StartScre... | [
"alec@russin.us"
] | alec@russin.us |
583cb8d5d0dbe31ac5a344fc60066ba4771539b8 | 15e40f8ce43fcf999378da5047365cc84a3c6bb5 | /src/main/java/com/zssi/framework/app/cwgl/dao/YcwYgflmxDao.java | ab5bb22b7df0fef1bf631eb883dccf3f5850f79e | [] | no_license | itxiaojian/myfirstgit | e7a758c5df85238b95ac8432aa6eb79c170bd2bd | 050b1ae8be8b6289ad6d49b62ebea09b54ee45f9 | refs/heads/master | 2021-01-19T16:08:55.757067 | 2017-04-14T15:05:04 | 2017-04-14T15:05:04 | 88,250,609 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,536 | java | package com.zssi.framework.app.cwgl.dao;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.stereotype.Repository;
import com.zssi.framework.app.common.dao.hibernate4.Hibern... | [
"2629690209@qq.com"
] | 2629690209@qq.com |
4c299148d1e76774f18ce8380044c984eb7f4f50 | ccf2da6865971ab9c26014302fd13bc50389dd2b | /app/src/main/java/com/mbn/elkhodary/activity/SellerInfoActivity.java | 51cd28ed590db98a6151276087ae681129049996 | [] | no_license | aaamab257/elkhodary | 5b6582c46eb4e2cf80659e9ec5789e49cad49c3e | f5de2cb8243b2b708a4889246085a40566fb4b1d | refs/heads/master | 2022-11-14T10:53:33.866332 | 2020-07-04T08:08:09 | 2020-07-04T08:08:09 | 275,475,584 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 19,529 | java | package com.mbn.elkhodary.activity;
import android.content.Intent;
import android.graphics.Color;
import android.os.AsyncTask;
import android.os.Build;
import android.os.Bundle;
import com.google.android.material.appbar.AppBarLayout;
import com.google.android.material.appbar.CollapsingToolbarLayout;
import androidx.co... | [
"mr.ahmed@stop-group.com"
] | mr.ahmed@stop-group.com |
6be010e8d4eb3a65d70029c6ff1a74383bd78f17 | a7a7f0a32ebd007027cb6020cb5a2afc3aa8d62d | /app/src/main/java/com/exampdm/moneybook/db/dao/MoneyTagJoinDAO.java | feb1c83b0fc83cb2a65af4af324b1440de9be900 | [] | no_license | DragoE99/MoneyBookApp | a7f1c05956b51bea221f13f4be3ab123db01b456 | 384ffb0f5f61ce3f9af99545c086bcd1eabb3148 | refs/heads/master | 2020-06-26T00:05:49.788835 | 2019-09-11T14:32:23 | 2019-09-11T14:32:23 | 199,462,306 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,232 | java | package com.exampdm.moneybook.db.dao;
import androidx.lifecycle.LiveData;
import androidx.room.Dao;
import androidx.room.Insert;
import androidx.room.OnConflictStrategy;
import androidx.room.Query;
import com.exampdm.moneybook.db.entity.MoneyTagJoin;
import java.util.List;
@Dao
public interface MoneyTagJoinDAO {
... | [
"emanuele.drago@outlook.it"
] | emanuele.drago@outlook.it |
69b0d9c3e03bcf996749fa7636933109001a672a | 91626788c398af6c489e5df549052cd32cfdc383 | /src/main/java/com/yzh/emos/wx/EmosWxApiApplication.java | 33677a6376828bac0a9a5ebbaad4dc40abef783f | [] | no_license | yz80325/emos-wx | 6dfd1bf9cf878ea9c0167012ac84972d06fe7537 | 27ca90b4be34148a95ae036b7b4bd5e806ee090f | refs/heads/master | 2023-02-17T04:15:14.323907 | 2021-01-17T03:33:24 | 2021-01-17T03:33:24 | 328,159,204 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 414 | java | package com.yzh.emos.wx;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.web.servlet.ServletComponentScan;
@ServletComponentScan
@SpringBootApplication
public class EmosWxApiApplication {
public static void ma... | [
"yz202113@163.com"
] | yz202113@163.com |
656ba9f6a23b675336f5a4851540b66479356fcd | adedf18a22dd3ed91d85639a9bf4704a90b30732 | /tutorials/src/main/java/com/tutorial/glsltutorials/tutorials/Portability/BitConverter.java | edb9b489c225b49bb8e045a478671c3aec02691c | [] | no_license | j1s1e1/GlslAndroidExamples | ae7b4a948cebd98c07b008b8d57fbd7181406bb7 | e4b0f5cf8133776742b7167924c4a7dfaab2bdec | refs/heads/master | 2021-01-20T06:59:23.231951 | 2016-09-01T16:38:24 | 2016-09-01T16:38:26 | 23,824,976 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,126 | java | package com.tutorial.glsltutorials.tutorials.Portability;
import android.provider.Settings;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.IntBuffer;
import java.util.ArrayList;
/**
* Created by jamie on 10/26/14.
*/
public class BitConverter {
public static byte[] GetBytes(Integer val... | [
"JamesSEdgar@GMail.com"
] | JamesSEdgar@GMail.com |
d4653acc0dadfb6b08b49e944d17cc418f7150d5 | 2eeac066b128f7b408cdc700f9e395bde68069dd | /src/test/java/axInfo/AppTest.java | 586f02cadad8502245bf321378c82fb722675485 | [] | no_license | AaXJW/XujwInfo | a4ad9d765be62edb3498a260096ccf80a085b17c | bd58199142da65af3d65886272c906d707d9378f | refs/heads/master | 2023-08-05T12:09:01.141030 | 2019-07-13T03:47:42 | 2019-07-13T03:47:42 | 195,369,221 | 0 | 0 | null | 2023-07-22T10:05:24 | 2019-07-05T08:17:54 | HTML | UTF-8 | Java | false | false | 672 | java | package axInfo;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
public ... | [
"ybq00027@ybq00027-PC"
] | ybq00027@ybq00027-PC |
207fb890b8c98fc7afda9cffe5130b384348705c | d96bef4c2cadc6caab4aeedcca3e083468f39c5c | /jayanagadurgabhavani/src/AbstractBank.java | 3d9318a91a342b7e3ebd7b2415b90ec09918dcc7 | [] | no_license | TechieFrogs-Achievers/JavaBasics | a06d46a9b912c587982a52975d61c84722b5b1b1 | 9a5c5653610449dc7265406fb4343079089328e9 | refs/heads/main | 2023-03-20T20:42:30.820354 | 2021-03-12T06:17:19 | 2021-03-12T06:17:19 | 313,300,339 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 722 | java | abstract class SBI
{
abstract void getmethode();//abtract methode
}
class SBIA extends SBI//class extend
{
void getmethode()//methode
{
System.out.println("Bank A deposited in:"+ "$100");
}
}
class SBIB extends SBI//class extend
{
void getmethode()//methode
{
System.out.println("Bank B d... | [
"jayachinna94@email.com"
] | jayachinna94@email.com |
c5f3390be2dbee3be521c23d2d7a2bf0e857fdd0 | d7e05d580c6afe979c4ca80b2021726456512e9c | /java/Vigenere/src/frequencyAnalysis/Main.java | 9900813eeff49812d7ab94dd3f99944747b09b44 | [] | no_license | johnTurbo3/Uni-Security | 7ba4ba71ca2e356384b80b0107b2acaab2d55390 | 56a7a0c8fdee057d2feab1655c3872b914c5db5d | refs/heads/master | 2016-08-04T13:15:00.737804 | 2011-11-10T17:26:45 | 2011-11-10T17:26:45 | 2,750,166 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 966 | java | package frequencyAnalysis;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
public class Main
{
public static void main(String[] args)
{
long start = System.currentTimeMillis();
MyFileReader fr = new MyFileReader();
List<String> sixLetterWords = fr
.get_words("../files/d... | [
"johnnyturbo3@gmail.com"
] | johnnyturbo3@gmail.com |
a71440c7b7c25932c018a647856b170fc71adebf | 6cd756bf890b53b748d41d14d6c460349a898c99 | /fr-designer-report-8.0/com/fr/design/designer/properties/FRBorderLayoutConstraints.java | c5ff8d55fdf88b5a16efe796b9900cc496db5d88 | [] | no_license | jiangzhenjian/FineReport | 4208b347f3b7fe839fec97cc0cb67bd33d761ba8 | ca34e419b4f117684ecbfafdd6a1178cc94ce5c6 | refs/heads/master | 2021-01-07T20:53:20.460962 | 2017-01-22T03:25:11 | 2017-01-22T03:25:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,232 | java | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
package com.fr.design.designer.properties;
import com.fr.design.designer.beans.ConstraintsGroupModel;
import com.fr.design.designer.creator.XWBorderLay... | [
"hao01@hao"
] | hao01@hao |
255cdb4def8920f43d0f6d41a5434be46820893c | 0ad51dde288a43c8c2216de5aedcd228e93590ac | /src/com/vmware/converter/VirtualE1000EOption.java | 55e4f34a485bca851766c8f81f4b3653e5307297 | [] | no_license | YujiEda/converter-sdk-java | 61c37b2642f3a9305f2d3d5851c788b1f3c2a65f | bcd6e09d019d38b168a9daa1471c8e966222753d | refs/heads/master | 2020-04-03T09:33:38.339152 | 2019-02-11T15:19:04 | 2019-02-11T15:19:04 | 155,151,917 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,897 | java | /**
* VirtualE1000EOption.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package com.vmware.converter;
public class VirtualE1000EOption extends com.vmware.converter.VirtualEthernetCardOption implements java.io.Serializable {
... | [
"yuji_eda@dwango.co.jp"
] | yuji_eda@dwango.co.jp |
aed745ff6de47e88cd66072c095ed5e2516011be | 9fd91b75d01378286155556bd51deed5bcbd94f9 | /Excercises/src/utils/Messwert.java | 85d6e3540fdfb7b48f359913eed2a9091c30825a | [] | no_license | Ebbele/AE_Kurs | fa77623b2694c22b29ca5a61cfbe2cd8549a3f14 | ae7d6f4276afb83b05204afb2970ecfc6d1276ea | refs/heads/master | 2020-12-30T13:19:52.386747 | 2017-07-17T09:12:13 | 2017-07-17T09:12:13 | 91,343,486 | 0 | 0 | null | 2017-05-15T13:52:18 | 2017-05-15T13:52:17 | null | UTF-8 | Java | false | false | 841 | java | package utils;
import java.util.Random;
public class Messwert {
private int messNummer;
private int messReihe;
private int messwert;
Random rd = new Random( );
Messwert( int messNummer, int messReihe ) {
setMessNummer(messNummer);
setMessReihe(messReihe);
this.messwert = erzeugeZuf... | [
"Benjamin.Kerkes@web.de"
] | Benjamin.Kerkes@web.de |
9b32fe0025263dd0f012ccd96f245d8e7452886c | 9b5ac55848fdbac42234a85c2a9ed419bd714626 | /Externalsort.java | 8716a74751e29fc676707beb123918d5a7b0a610 | [] | no_license | despinoza17/ExternalSorting | b28c5261cd8b00936f71cabc71ef43efcc8e4000 | 113f264e00a2a056edeb2d6bc2b6772b73f5f592 | refs/heads/master | 2022-06-12T06:46:25.106150 | 2020-05-03T18:10:56 | 2020-05-03T18:10:56 | 258,624,192 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 660 | java | import java.io.File;
import java.io.IOException;
/**
* Externalsort class executes the program
*
* @author despi17
* @author oli1230
* @version 4.27.2020
*
*/
public class Externalsort {
/**
* Externalsort main method
* @param args Command line arguments
* @throws IOException
*/
... | [
"despi17@vt.edu"
] | despi17@vt.edu |
37396cf471aa87824dcc48f7d501707747efe468 | d828b2deceddff2bd406debe7a3fcfc556c27c55 | /gpconnect-database/src/main/java/uk/gov/hscic/patient/structuredAllergyIntolerance/StructuredAllergyRepository.java | 80b970f635ab9b35d2f102ef71786bad5d76f1be | [
"Apache-2.0"
] | permissive | nhsconnect/gpconnect-demonstrator | 3184e9c531fccea09a2dabf587563972d0d4e654 | 8bf36cad8f2f1289d688631bec6f1d8b0fd18b8c | refs/heads/master | 2022-12-12T12:21:40.726152 | 2021-04-29T13:42:17 | 2021-04-29T13:42:17 | 57,110,085 | 11 | 8 | Apache-2.0 | 2021-11-15T14:45:02 | 2016-04-26T08:10:29 | Java | UTF-8 | Java | false | false | 337 | java | package uk.gov.hscic.patient.structuredAllergyIntolerance;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
public interface StructuredAllergyRepository extends JpaRepository<StructuredAllergyIntoleranceEntity, Long> {
List<StructuredAllergyIntoleranceEntity> findByNhsNumber(Stri... | [
"christopher.jobling@answerdigital.com"
] | christopher.jobling@answerdigital.com |
e57dfbfa037c8b0e9d00ed667968c3cd8a2526ea | 8e022d90d65acb401f2dff195b3d3a0a806472d1 | /app/build/generated/source/r/debug/android/support/design/R.java | 96bd49bb6df5f89be97e5ea38049657280cd113a | [] | no_license | HelpPal/Android-Driver-App | b0e924b647d606c9c7ee94d2b752ff428aa0c311 | a92466dfee41b16196609afea6cce58112fc51af | refs/heads/master | 2020-03-24T07:57:32.886847 | 2018-09-15T08:33:03 | 2018-09-15T08:33:03 | 142,580,738 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 118,512 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package android.support.design;
public final class R {
public static final class anim {
public static final int abc_fade_in = 0x7f05000... | [
"justinjones201811@gmail.com"
] | justinjones201811@gmail.com |
604343e171187c8179eec2d60d8030f5895f7566 | fdbca75c07a2cfe7d05119801bbb464a78fe9e29 | /src/main/java/com/rubbishman/rubbishcombat/actions/internalcombat/DodgeDamageOTResolution.java | 57e81706472266930c51e2ff593070cb55025bfa | [] | no_license | Rubbishman/rubbishCombat | b1cf8aa2a449294b66a93da750328bf23485f62b | 4bac5f0b4a30a8a537641fde841ce6ce8bb15960 | refs/heads/master | 2022-09-21T13:16:55.436804 | 2020-06-04T05:12:37 | 2020-06-04T05:12:37 | 217,960,963 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 378 | java | package com.rubbishman.rubbishcombat.actions.internalcombat;
import com.rubbishman.rubbishRedux.external.operational.store.Identifier;
public class DodgeDamageOTResolution {
public final Identifier target;
public final int damage;
public DodgeDamageOTResolution(Identifier target, int damage) {
th... | [
"jonathan@kitomba.com"
] | jonathan@kitomba.com |
759fa33a2e58ed3d8f4d7b808eae2004dc1ccac9 | 765c32f00ba582b9a4eaa63d06953056412b6715 | /app/src/main/java/me/sheepyang/opengldemo/activity/PolygonActivity.java | fd25866765884775235f18c2c63e83c01d35a60e | [] | no_license | SheepYang1993/OpenGLDemo | df7afcabbc3953b1239069662b54149f192ca127 | 9116e8c6da86d44c7ad16b7ff8d1d0fa573961e4 | refs/heads/master | 2021-07-03T17:49:08.039894 | 2017-09-25T14:56:45 | 2017-09-25T14:56:45 | 104,195,887 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,131 | java | package me.sheepyang.opengldemo.activity;
import android.opengl.GLSurfaceView;
import android.os.Bundle;
import android.view.View;
import android.widget.Toast;
import butterknife.BindView;
import butterknife.ButterKnife;
import butterknife.OnClick;
import me.sheepyang.opengldemo.R;
import me.sheepyang.opengldemo.rend... | [
"332594623@qq.com"
] | 332594623@qq.com |
ee8be0363a0f107d188ddabf9feda3039d88dd41 | d68f9e53c7b75c632fc655ec25ac896805389568 | /src/main/java/com/zrz/mqtt/config/WebConfig.java | 0c8331b989b78dbf4f8d9983e1d2d7c223d9c081 | [] | no_license | zhouruizhong/mqtt | 6ceedb4ee03d0810b7ae36d2c67df33483499366 | a5110798ccfad77eed4780fb1539845c66fb2d1a | refs/heads/master | 2023-01-24T13:12:02.198095 | 2020-11-30T02:48:26 | 2020-11-30T02:48:26 | 314,748,549 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,299 | java | package com.zrz.mqtt.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.EnableAspectJAutoProxy;
import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
/... | [
"528441592@qq.com"
] | 528441592@qq.com |
2648a2189f28524581394e6e921f453a0f49b6b2 | 9aaa2597121e6af068b9a0ed724effd3f3265c19 | /src/game/random/RandomGenerator.java | 8e1ab1b6b8fcc583a068f20f0d456fe5ce96e906 | [] | no_license | sricharan13/Battle | fe64e9f54280c440293f35c29e0703aa1caf3222 | 6f180fa2b7bb703e980253ad4a03ae2752046a20 | refs/heads/master | 2023-08-15T20:54:13.076648 | 2021-10-17T14:55:58 | 2021-10-17T14:55:58 | 418,149,962 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 346 | java | package game.random;
/**
* A Random number Generator. Generates a Random Number in the given range.
*/
public interface RandomGenerator {
/**
* return a random number.
* @param min - floor value.
* @param max - max value.
* @return - a random number between min and max.
*/
public int getRandomNum... | [
"sricharan13@Sris-Air.cable.rcn.com"
] | sricharan13@Sris-Air.cable.rcn.com |
8adfe83ca6ec038f509001e70291c0f54d77bae2 | 3b28d2f100d3711781c721a1c4ec40391e225f94 | /src/com/android/mantingfang/fourth/FourthDianzan.java | 4507d740d637df77d325e776d52d9ec4460b610a | [] | no_license | liujinlong123/Mantingfang | bcd7e318fae201cf1f301c536f4d36b82f5a5943 | 31d835847093bb6c810e021e4e83eff17f6bad63 | refs/heads/master | 2021-06-15T01:43:32.256534 | 2020-06-13T07:57:30 | 2020-06-13T07:57:30 | 90,544,764 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,886 | java | package com.android.mantingfang.fourth;
import java.util.ArrayList;
import java.util.List;
import com.android.mantingfanggsc.R;
import android.annotation.SuppressLint;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentActivity;
import android.support.v4.app.Fragm... | [
"1048338958@qq.com"
] | 1048338958@qq.com |
b77b707c2d5b571b85bded598ee362c16ddd25d4 | 09dfa9547a6f16cc0320ba82ccfae0a4b9101211 | /src/main/java/com/experts/core/biller/statemachine/api/gigaspace/daos/repo/employees/EmployeePerfomanceRepo.java | 7f43ba556e0e5060fbaa7a857df1415410c55035 | [] | no_license | yousefataya/CloudServer2.0 | 06d6da5fc18c1742f5ad5177bde8743cd637053e | 5b59297555f28da08354c9ede43d1f2113795a21 | refs/heads/master | 2022-12-08T15:01:29.777783 | 2019-12-21T16:14:28 | 2019-12-21T16:14:28 | 229,401,900 | 0 | 2 | null | 2022-11-15T23:53:30 | 2019-12-21T08:55:45 | Java | UTF-8 | Java | false | false | 947 | java | package com.experts.core.biller.statemachine.api.gigaspace.daos.repo.employees;
import com.experts.core.biller.statemachine.api.model.domain.jpa.employee.leave.EmployeeLeaveManage;
import com.experts.core.biller.statemachine.api.model.domain.jpa.employee.performance.EmployeePerfomance;
import io.swagger.annotation... | [
"yousef.experts@outlook.com"
] | yousef.experts@outlook.com |
f5183bcd2e49b58e3b0e00f9f7afffb280921377 | 69787a93753b3ae419ba750068ea2908af63a7be | /app/src/test/java/com/masa34/nk225analyzer/ExampleUnitTest.java | 1b576eb608856a072e2be850f3797349c7157b00 | [] | no_license | masa34/Nk225Analyzer | a83b2617ee22e572efe527a1fd0cf7a68538d91c | 3379ab32f068352f9734212d9c53c9cc15194e18 | refs/heads/master | 2021-01-11T09:15:28.947723 | 2020-01-05T14:42:47 | 2020-01-05T14:42:47 | 77,237,244 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 402 | java | package com.masa34.nk225analyzer;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public vo... | [
"masa34.sato@nifty.com"
] | masa34.sato@nifty.com |
eef30a9be8415daa9a4a4fb72d069393df531450 | bf37576ef74315f532c9949cf36a42fb5c2f66b5 | /cc.creativecomputing/demo/cc/creativecomputing/demo/math/spline/CCLinearSplineDemo.java | e5c308e31bc1633320a2df541f2658be16aa1c64 | [] | no_license | nickvido/creativecomputing | bd95d060e9b0e86e531c0dd017e2a034e7277252 | 109148ffd342e5f6ab241b858c89a1c2778d900f | refs/heads/master | 2020-04-09T17:24:35.926062 | 2012-01-23T10:31:50 | 2012-01-23T10:31:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,845 | java | package cc.creativecomputing.demo.math.spline;
import cc.creativecomputing.CCApp;
import cc.creativecomputing.CCApplicationManager;
import cc.creativecomputing.control.CCControl;
import cc.creativecomputing.graphics.CCDrawMode;
import cc.creativecomputing.math.CCMath;
import cc.creativecomputing.math.CCVector3f;
impor... | [
"info@texone.org"
] | info@texone.org |
6f2ba7d85240f29612d32977c3ef316c661cf7f6 | 1fec016178991e2e9fcc8722843adb960a211c17 | /chrome/android/java/src/org/chromium/chrome/browser/searchwidget/SearchActivityLocationBarLayout.java | 16b71700f1fefba0115130e5c084e570ca0f1261 | [
"BSD-3-Clause"
] | permissive | youngbeezee/chromium | 7504dd95c1529c6b25a383cfad095b7681ab7686 | 7938b191e4a1bae161445ab33dd664a1afa799b7 | refs/heads/master | 2022-12-11T01:53:02.566554 | 2017-05-01T16:14:22 | 2017-05-01T16:14:22 | 89,991,004 | 1 | 0 | null | 2017-05-02T04:17:34 | 2017-05-02T04:17:34 | null | UTF-8 | Java | false | false | 3,264 | java | // Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.browser.searchwidget;
import android.content.Context;
import android.os.Handler;
import android.util.AttributeSet;
import and... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
bf233b5682ff5c66168fc847b67b3546d95cd50a | 87d6d510092887fd39ed92e3738df7c0b7962abf | /src/main/java/nc/noumea/mairie/kiosque/validation/ValidationMessage.java | ea7ffec30212a9152d2daede60e4e41eda8fef8f | [] | no_license | DSI-Ville-Noumea/sirh-kiosque-j2ee | 9a68e41f17f97d03677e5907eebd10ba306361a6 | 4659fe24b4deae881cf76af4384fc5577e7fc4e1 | refs/heads/master | 2021-01-25T06:25:05.887273 | 2018-12-19T01:05:45 | 2018-12-19T01:05:45 | 93,568,449 | 0 | 0 | null | 2017-11-16T03:17:48 | 2017-06-06T22:13:31 | Java | UTF-8 | Java | false | false | 1,139 | java | package nc.noumea.mairie.kiosque.validation;
/*
* #%L
* sirh-kiosque-j2ee
* $Id:$
* $HeadURL:$
* %%
* Copyright (C) 2014 Mairie de Nouméa
* %%
* 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 Foun... | [
"nicno85@ville-noumea.nc"
] | nicno85@ville-noumea.nc |
57a71e9501659d03ef0c12d1aac2618b3680d121 | 908974d95d3cb5032bc63ae8006d2fff775c0f6a | /Possible/src/main/java/com/yedam/possable/app/rent/domain/CompEstiListJoinVO.java | 05b2e3748b42b9daa7baf088ab17107dec02c77a | [] | no_license | foreveryoun910/Possible | 1093307fa0cf7b0e77023689e10c2408d7b745f1 | 72d46fc659f9fc00b0a7b3e8605e8974370934e9 | refs/heads/main | 2023-08-22T08:07:52.353065 | 2021-10-25T00:57:59 | 2021-10-25T00:57:59 | 406,572,670 | 0 | 4 | null | 2021-09-15T01:58:07 | 2021-09-15T01:23:34 | null | UTF-8 | Java | false | false | 1,369 | java | package com.yedam.possable.app.rent.domain;
import java.util.Date;
import org.springframework.format.annotation.DateTimeFormat;
import com.yedam.possable.app.car.domain.CarVO;
import com.yedam.possable.app.company.domain.CompanyVO;
import com.yedam.possable.app.member.domain.MemberVO;
import lombok.Data;
@Data
pub... | [
"lgh0480@gmail.com"
] | lgh0480@gmail.com |
1a741af453141d63b916b07d4352a427ffa8e047 | f63803e896884ba807caad9955d40850b9ecfc67 | /src/main/java/org/myapp/dao/StudentDao.java | 9f6bc0728d60c0e62bcf4656c1767d6ce5db73c0 | [] | no_license | suresh-jagadeesan/spring_boot | ee0193505c9ff2ca8825cf07cc02359ab08e5909 | f9da9e3113c371a771b5cee3f53708ec2f9c5274 | refs/heads/master | 2020-09-05T09:49:11.000883 | 2016-12-02T21:30:28 | 2016-12-02T21:30:28 | 73,521,571 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 870 | java | package org.myapp.dao;
import org.myapp.entity.Student;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import java.util.Collection;
import java.util.HashMap;
import java.util.Map;
/**
* Created by v-jagads-pho on 11/7/16.
*/
@Repository
public clas... | [
"noreply@github.com"
] | suresh-jagadeesan.noreply@github.com |
2f22f2eda0afad7594537947ff9db5a446f4a407 | 9e2c43c0e5b82bcb2238fc489c630ffd852026c4 | /01_day/src/ForTest.java | 7cb8c25d6af38bc6370764abdcfa66d0c2fc49fe | [] | no_license | arun8082/javaCore | bb51f2835c4e78e18d0da345c01db05af6b29855 | 152f70c8e053e81d47b200e3adf933a6ce3461ec | refs/heads/master | 2020-05-18T02:51:04.310783 | 2019-05-12T14:36:31 | 2019-05-12T14:36:31 | 184,129,619 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 157 | java | class ForTest {
public static void main(String args[]) {
for(int x = 0; x<10; x = x+1)
System.out.println("This is x: " + x);
}
} | [
"Arunendra Kumar@Arunendra_Kumar"
] | Arunendra Kumar@Arunendra_Kumar |
b8e29a19e373972187f8d3f7058d3c020f4d2fbd | d0551662525de02234d45416a3db119ab41d4487 | /pattern6.java | 9452abf53c7b9adcfca22d846dddf0dcf3614f45 | [] | no_license | snehakadam22/Edac-may2021 | b17d9598ebecb6183a2442f81a5388cbdb6708a8 | 11d711085b5e630516a7b0fc1b741fb52a50d42a | refs/heads/main | 2023-04-30T13:48:20.663178 | 2021-05-15T16:48:17 | 2021-05-15T16:48:17 | 365,245,422 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 299 | java | import java.util.*;
class pattern6
{
public static void main(String args[])
{
int i,j,k,l;
for(i=0;i<=5;i++)
{
for(j=1;j<=i;j++)
{
System.out.print(" ");
}
for(k=5;k>=i;k--)
{
System.out.print("*");
}
for(l=4;l>=i;l--)
{
System.out.print("*");
}
System.out.println();
}
}
}
| [
"noreply@github.com"
] | snehakadam22.noreply@github.com |
a159bffbb2ec723a10f606c44911f3c94e7b3584 | 7e160416a566a0c7f2de8c3b7bb899db85c5acf2 | /comxjtu/src/main/java/com/leetcode/everyday/MaxValueAfterReverse.java | 6805720f10c41eff74788e832de6211951a29b3a | [] | no_license | JayVae/Algorithms-java | 03ced94484442a3909c58baff55378b8718cba93 | 01efc96aaafb48e405d252e126734d16ea421661 | refs/heads/master | 2023-08-04T09:06:31.025758 | 2023-07-20T03:15:54 | 2023-07-20T03:15:54 | 133,602,614 | 4 | 2 | null | 2022-04-28T10:00:40 | 2018-05-16T03:01:17 | Java | UTF-8 | Java | false | false | 989 | java | package com.leetcode.everyday;
/**
* @author JS
* @version 1.0
* @date 2023/5/12 16:02
* @description //1330. 翻转子数组得到最大的数组值
*/
public class MaxValueAfterReverse {
public int maxValueAfterReverse(int[] nums) {
int value = 0, n = nums.length;
for (int i = 0; i < n - 1; i++) {
value +... | [
"919433524@qq.com"
] | 919433524@qq.com |
d8cd5b54df339fc6efb2ec8b45adcf4d842ef3ac | 7af5e5593b5be186a175dd1f7738daa271b41798 | /src/main/java/com/javaspring/coronavirustracker/controllers/HomeController.java | f42b629b6a11ea00305f76256e5ae4c026350ca3 | [] | no_license | jatin107/coronavirustracker | 7560c5c2aca30a47f28dfbb85556ec87b39fe91c | 6f6ca24187cbd28718e3d1a870f0b4c5a3511de3 | refs/heads/master | 2023-01-01T15:04:09.156451 | 2020-10-31T09:37:48 | 2020-10-31T09:37:48 | 308,847,618 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,384 | java | package com.javaspring.coronavirustracker.controllers;
import java.util.List;
import java.util.stream.Collectors;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapp... | [
"jatingoyal100@gmail.com"
] | jatingoyal100@gmail.com |
7edea57094cbf88f99727ffe47a73a272440389d | 9fd642a76295160d8c995c2b28871b29776d97a8 | /javaSchoolPrj/src/dto/NoticeBoard.java | 240aee86bbd8764098e76f6838e30342f469f3f5 | [] | no_license | rkdenckdrh/jdh | 7b8da50ae057145c40d7f26a180f980916eb42d5 | 36f14369f2de0625cd98cd89c54dcdb565e0fd73 | refs/heads/master | 2020-06-28T05:08:25.831365 | 2019-08-04T17:03:17 | 2019-08-04T17:03:17 | 200,149,261 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,772 | java | package dto;
import java.sql.Timestamp;
public class NoticeBoard {
private int notice_no;
private String notice_id;
private String notice_title;
private String notice_content;
private Timestamp notice_date;
private int notice_read_count;
private String notice_filename;
public int getNotice_no() ... | [
"it@DESKTOP-KKV9RH3"
] | it@DESKTOP-KKV9RH3 |
44028cd0324ffa4f388e598f33ba72caebf737c4 | 4b80a1d37087ca4c352fb026cca641b5310f8a24 | /trunk/andedu/src/main/java/com/eb/bi/rs/andedu/itemcf/similarity/.svn/text-base/UserScoreMapper.java.svn-base | 9ab39906d7b42f31b4dd42d7b69ff6bdc0a95167 | [] | no_license | byr-ly/leetcode | 292ff93245d81a6b271c7785896330d271ea5915 | 4eb8966b237c81a68822f81b17158ee5d91c9400 | refs/heads/master | 2022-11-09T15:20:29.792485 | 2017-11-07T12:06:05 | 2017-11-07T12:06:05 | 77,654,665 | 1 | 0 | null | 2022-11-04T22:44:01 | 2016-12-30T02:40:38 | Java | UTF-8 | Java | false | false | 691 | package com.eb.bi.rs.andedu.itemcf.similarity;
import java.io.IOException;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Mapper;
public class UserScoreMapper extends Mapper<Object, Text, Text, ScoreWritable> {
/*
* 格式:用户|物品|评分
*/
protected void map(Object key, Text value, Co... | [
"liyang@liyangdeMacBook-Pro.local"
] | liyang@liyangdeMacBook-Pro.local | |
b03ae20351353d73ebd59849fbc38bac65435d9f | 8a38bc7a1061cfb01cd581da9958033ccbdee654 | /dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/user/UserDeletionHandler.java | 5f259794df0e37edf4a35e8fdd959427a855d798 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | abyot/eotcnor | e4432448c91ca8a761fcb3088ecb52d97d0931e5 | 7220fd9f830a7a718c1231aa383589986f6ac5b9 | refs/heads/main | 2022-11-05T14:48:38.028658 | 2022-10-28T10:07:33 | 2022-10-28T10:07:33 | 120,287,850 | 0 | 0 | null | 2018-02-05T11:02:05 | 2018-02-05T10:10:22 | null | UTF-8 | Java | false | false | 4,109 | java | /*
* Copyright (c) 2004-2021, University of Oslo
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
* list of cond... | [
"abyota@gmail.com"
] | abyota@gmail.com |
7e13d9f5a32b047811b3498aed4a4a81a2c12160 | 53469227fa2f0ea31d4d1555841e4a9de01f87da | /Lab4/src/expressions/unaryOp/Ln.java | 79f237907ffea656d214a05bc807fd93ea75faea | [] | no_license | FedosOnGIT/Optimization | bc5c1e05b06b4d6ee8b120d1b055f54e1458e08c | 5da46f0f2e3b60d0d47deb7c0d76c210ab17ca72 | refs/heads/master | 2023-05-31T23:21:28.327421 | 2021-06-24T11:35:38 | 2021-06-24T12:22:45 | 340,658,338 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 398 | java | package expressions.unaryOp;
import expressions.Expression;
import expressions.binaryOp.Divide;
public class Ln extends UnaryOperation {
public Ln(Expression x) {
super(x, "ln");
}
@Override
protected Double doEvaluate(Double a) {
return Math.log(a);
}
@Override
protected... | [
"a.slastin@bk.ru"
] | a.slastin@bk.ru |
c6b3d81b300e951bddcf9ce0e95af9f854fd383f | 9d7a8345845e53843958263c75b618eef83327f1 | /RestInterfaces/ClientBase/src/main/java/edu/kit/dama/rest/base/ICommonRestInterface.java | 9331bdbc1af619c120760065bc347bb2995ccedb | [
"Apache-2.0"
] | permissive | kit-data-manager/base | 39f543b2b7824ebc2cd92f46366f7d4b82e44895 | 3420af44035768f5111ea9f279b285ac0e22633a | refs/heads/master | 2021-07-18T07:40:27.960912 | 2020-06-16T05:30:20 | 2020-06-16T05:30:20 | 41,793,596 | 3 | 4 | Apache-2.0 | 2020-07-01T20:55:08 | 2015-09-02T09:52:14 | Java | UTF-8 | Java | false | false | 1,478 | java | /**
* Copyright (C) 2014 Karlsruhe Institute of Technology
*
* 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 require... | [
"thomas.jejkal@kit.edu"
] | thomas.jejkal@kit.edu |
a887cd75f533c7de24a49f81c9652bb8d3116c58 | 5e6e22a25a8437690c235ce4bee9ee372b532e99 | /app/src/main/java/com/example/wolf_z/bookingroom/BookingDetail.java | 0a87a8a0d82f22a5527269f28d720e37ebc63213 | [] | no_license | Saksukrit/Booking-Room | 9859f24b38a322585bcec7e9e2e2e387458b1dae | ba85f32313ed0d63fbf50c6357d28b8b2f4e2f78 | refs/heads/master | 2020-09-24T12:09:54.455801 | 2016-11-28T02:57:37 | 2016-11-28T02:57:37 | 67,211,661 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,664 | java | package com.example.wolf_z.bookingroom;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.AsyncTask;
import android.support.v7.app.ActionBar;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivity;
import andr... | [
"kritzastep@gmail.com"
] | kritzastep@gmail.com |
270a73f8d06d3cf6055819b0d1033a03cc4ad1be | d3201e7294821c84315c2e4b7e4123cd7de29e1d | /src/main/java/com/minionz/backend/visit/domain/VisitRepository.java | de4f75b49421ed87735ff9a9636775b240706686 | [] | no_license | DongLee99/springboot-study-project-qrna | 3408cffe50bccad93041a6fb1f13a4471d1f3cda | 8a67e0f3c596ddbb41218f1ee6772f899c7de733 | refs/heads/main | 2023-08-27T08:18:18.906782 | 2021-10-24T06:52:25 | 2021-10-24T06:52:25 | 410,699,282 | 0 | 1 | null | 2021-09-27T00:55:16 | 2021-09-27T00:55:14 | null | UTF-8 | Java | false | false | 240 | java | package com.minionz.backend.visit.domain;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface VisitRepository extends JpaRepository<Visit, Long> {
}
| [
"jhnj741@naver.com"
] | jhnj741@naver.com |
cac810681cc6eb5f2e28b84d8b19e5fa0794c1c1 | c46f99dbb1ea967302d4ba6f974928c43e0b7eb1 | /src/main/java/org/docx4j/jaxb/NamespacePrefixMappings.java | 9dda184f5b8315db4c28d184e125ab348a90fe74 | [
"Apache-2.0"
] | permissive | manivannans/docx4j | 688320ebde87c6f6d7cd43f32d475eb635d5e9c1 | 777c78a844b98e15c3d472fedd3b3e01e6017327 | refs/heads/master | 2020-12-25T00:50:18.304299 | 2012-05-29T03:59:59 | 2012-05-29T03:59:59 | 4,479,085 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,363 | java | /*
* Copyright 2007-2008, Plutext Pty Ltd.
*
* This file is part of docx4j.
docx4j is 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/... | [
"jason@plutext.org"
] | jason@plutext.org |
2f89efcc844e9eccb94e7adda9e81f962e7a5ec3 | 7c15c16bcbbc25eed280917cca4ae0c22c6c475c | /IRMC-ejb/src/main/java/tn/esprit/IRMC/persistence/Video.java | 3bfb5796800d70a77fe01c00b8b42ebae72c5d40 | [] | no_license | raniakalai/IRMC-JavaEE | 20ddcc1a15682f52665d0dbc27265a7827776b89 | 762af1fcebe93bd3b63fd7c9e1592dd1db38eff5 | refs/heads/master | 2020-04-06T15:13:23.197871 | 2018-11-14T15:39:29 | 2018-11-14T15:39:29 | 157,570,875 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,250 | java | package tn.esprit.IRMC.persistence;
import java.io.Serializable;
import java.lang.Double;
import java.lang.String;
import java.util.List;
import javax.persistence.*;
/**
* Entity implementation class for Entity: Video
*
*/
@Entity
@Table(name ="Video")
public class Video implements Serializable {
// class attri... | [
"rania.kalai@esprit.tn"
] | rania.kalai@esprit.tn |
63018c46b33c0439dc5734018437b8039bce36c7 | d111182dc47dbdba2fec3c5299e988e2b583a9f8 | /src/com/cos/model/ResponseData.java | d4d56a02f1e38deee3487d26ec82c23dd83a3aa5 | [] | no_license | sori4739/Jsp-Model2-MySQL-blog | 813d68ce147bc166cd914ad8d946428b87688ea7 | cf068b8dcd101b9f05e054c61d01d72f7e36f5f3 | refs/heads/master | 2020-09-09T06:55:32.160392 | 2019-11-13T05:44:13 | 2019-11-13T05:44:13 | 221,376,380 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 328 | java | package com.cos.model;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@AllArgsConstructor
@NoArgsConstructor
public class ResponseData {
private int statusCode; //1,-1
private String status; // "ok" , "fail"
private String statusMessage; //"Parsing error", "Page not f... | [
"sori4739@naver.com"
] | sori4739@naver.com |
e8ad991f1fe6bcd491912a050ee73781624894ac | 87ffc9f9cf1af839e9b919957ebda898de370c91 | /ssm/src/main/java/com/service/ReferalLinkService.java | ed2b5aa8764a4c0ab5bf0aa2f25266ee96101e28 | [] | no_license | yuwei1998/T_mao | bba57f6640bf069fd7553a04b1d3107fbdad88b6 | 1fe953daf550dcf8707c0dc266271543fc94bd29 | refs/heads/master | 2022-12-22T03:13:03.327941 | 2019-10-15T02:56:15 | 2019-10-15T02:56:15 | 215,185,094 | 0 | 0 | null | 2022-12-16T00:46:33 | 2019-10-15T02:11:00 | Java | UTF-8 | Java | false | false | 307 | java | package com.service;
import java.util.List;
import com.form.ReferalLink;
public interface ReferalLinkService {
List<ReferalLink> listAll();
void update(ReferalLink link);
void updateLinkText(Integer id, String text);
void updateLinkLink(Integer id, String link);
ReferalLink get(Integer id);
}
| [
"15179336564@163.com"
] | 15179336564@163.com |
ac475effb816cddb7c1293b4f8e685e9f013f029 | 4950b62d8f08f889781d956d7673ee55a82767d8 | /app/src/main/java/com/green/auri/dsensor/DSensorEventProcessor.java | d86d6b722bf621ddf0df867477e5725c1cb6a79f | [] | no_license | jinghul/auri | 19a10c71edddd6434f2836d7efab3a3e0a91ab89 | 1cb7a3c0862d188cd3e78c5eb581ba219d907ced | refs/heads/master | 2020-04-08T10:38:46.781311 | 2019-04-09T05:16:37 | 2019-04-09T05:16:37 | 159,276,806 | 0 | 2 | null | 2018-11-27T22:31:42 | 2018-11-27T04:37:21 | Java | UTF-8 | Java | false | false | 38,133 | java | package com.green.auri.dsensor;
import android.annotation.TargetApi;
import android.hardware.Sensor;
import android.hardware.SensorEvent;
import android.hardware.SensorEventListener;
import android.hardware.SensorManager;
import android.os.Build;
import android.os.Handler;
import android.os.Looper;
import com.green.a... | [
"jinghul@bu.edu"
] | jinghul@bu.edu |
84f838ae5865b6f5a3fd65fa420133b137fef2c3 | a3c39b340d9b96b9896ee4b01d9d4b63bf6dbf4f | /src/main/java/com/mintic/lagenerica/controller/ClienteController.java | f8c35674e19cd779eaebe4ce7214bf3451d6cab3 | [] | no_license | AngelicaCamachoM/Clientes-back-ciclo4 | 0935a1742efe36e54864e218b3620224b2a1f1dd | e9b12523b16e4c185b4709bb5bfa0fe8ff185e90 | refs/heads/master | 2023-08-26T09:57:25.006609 | 2021-11-12T22:23:19 | 2021-11-12T22:23:19 | 427,510,326 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,145 | java | package com.mintic.lagenerica.controller;
import java.util.List;
import java.util.Optional;
import java.util.stream.Collectors;
import java.util.stream.StreamSupport;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEnti... | [
"ASUS@DESKTOP-28BH5NL"
] | ASUS@DESKTOP-28BH5NL |
74f2f9b0d6101ff86a84fa0d81221344088b556e | 90495c6359bee8c6e6e79fdde2c28c60986a70a5 | /app/src/main/java/cc/listviewdemo/model/ActivityModel.java | 5b19d14ca27008c85e3d9ccf23210888af301931 | [] | no_license | Finderchangchang/DKDJForUser | d70c7a2b08fd2a37b61bb53f091b808e2e0d5a9f | 5bf9913d27e12e17d1c9e26e0cf17586978a128a | refs/heads/master | 2020-04-06T06:54:58.295903 | 2016-09-12T10:19:14 | 2016-09-12T10:19:14 | 63,030,898 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,193 | java | package cc.listviewdemo.model;
/**
* Created by Administrator on 2016/8/25.
*/
public class ActivityModel {
private String 商家编号;
private String 编号;
private String 活动图片;
private String 活动名称;
private String 有效开始日期;
private String 有效结束日期;
private String 满N;
private String 减N;
privat... | [
"10310662802@qq.com"
] | 10310662802@qq.com |
574f19329ab466cc94d21ef9e61dd236994f7174 | 99491619cd129184b30b3c6692a7ac6e996b216b | /src/main/java/com.cgx/nio/ServerTest.java | ec9b7881281277c2781e11af4863b970b763bec3 | [] | no_license | rqwxin/java-high-level | 482df347f206d029ddcfa3106fb17d0910b1fef0 | c2c1912650425190b65227e7682892745cb571fb | refs/heads/master | 2022-07-12T01:49:01.911450 | 2019-09-11T14:52:10 | 2019-09-11T14:52:10 | 133,777,562 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,653 | java | package com.cgx.nio;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.nio.ByteBuffer;
import java.nio.channels.ClosedChannelException;
import java.nio.channels.SelectionKey;
import java.nio.channels.Selector;
import java.nio.channels.ServerSocketChannel;
import java.nio.channels.SocketChannel... | [
"605760016@qq.com"
] | 605760016@qq.com |
8088e9e187dbf0f82bc7fa57286717e596a95c67 | 17ceff5268758fd10164676f0d25fc5300d383e6 | /TourGuide/app/src/main/java/com/example/hind/tourguide/FoodPlacesFragment.java | c016a76273b0e69a7b9aab43ade27cb4d4aba7b3 | [] | no_license | hindfh/Udacity_ABND | 2ecd2ed362aebb27ac09e3c8ee7787876f49cef7 | 05731966c6333e50ea7070d64bedbdcf22241839 | refs/heads/master | 2020-09-11T13:51:37.231228 | 2019-11-16T11:30:48 | 2019-11-16T11:30:48 | 222,087,983 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,034 | java | package com.example.hind.tourguide;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ListView;
import android.widget.TextView;
import java.util.ArrayList;
/**
* A simple {@link Fragme... | [
"hfmss77@hotmail.com"
] | hfmss77@hotmail.com |
1b0d6d26443b2a17b71affb1548eff7a9b28ee42 | 36f0a80d2dcf84e5fa4257fa3128b6fb0faf256e | /aura-nebula-dashboard/src/main/java/co/aurasphere/aura/nebula/dashboard/dao/ProjectStatusDao.java | 51368accc67b601300ef1abd1647983f4d91e2a3 | [
"MIT"
] | permissive | aurasphere/aura | ecec7e145e6f01d531985f96745e4eea06f321c3 | 441bdb950ee90486e7035187591253d43c7d5c3b | refs/heads/main | 2023-02-14T02:52:19.548417 | 2021-01-17T00:36:34 | 2021-01-17T00:36:34 | 330,276,689 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,011 | java | package co.aurasphere.aura.nebula.dashboard.dao;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Repository;
import co.aurasphere.aura.common.interfaces.dao.AuraBaseDao;
import co.aurasphere.aura.nebula.dashboard.common.enumeration.ProjectStatus;
... | [
"donatohan.rimenti@gmail.com"
] | donatohan.rimenti@gmail.com |
11dd87c761ce76e094c38a359cd1480d379cc8e2 | 59ca721ca1b2904fbdee2350cd002e1e5f17bd54 | /aliyun-java-sdk-cbn/src/main/java/com/aliyuncs/cbn/model/v20170912/DescribeGeographicRegionMembershipResponse.java | b6d8b3900fd4224ebe324c6030450e2f62a398bf | [
"Apache-2.0"
] | permissive | longtx/aliyun-openapi-java-sdk | 8fadfd08fbcf00c4c5c1d9067cfad20a14e42c9c | 7a9ab9eb99566b9e335465a3358553869563e161 | refs/heads/master | 2020-04-26T02:00:35.360905 | 2019-02-28T13:47:08 | 2019-02-28T13:47:08 | 173,221,745 | 2 | 0 | NOASSERTION | 2019-03-01T02:33:35 | 2019-03-01T02:33:35 | null | UTF-8 | Java | false | false | 2,294 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | [
"haowei.yao@alibaba-inc.com"
] | haowei.yao@alibaba-inc.com |
cda095be555c40b55cadae4b3b2156dfde19b10f | 77ef58ec67593fbdc023ed55df61a6fe61a3e056 | /Binary to decimal/Main.java | 66742ead646aef3fda45245eae0bde8cbcac2c2c | [] | no_license | santhanam18/Playground | ffadbf1ef30f72d3691e81230de3ef23621c1425 | 848da99f60e2fee405918cf6470979f68cb0e7cf | refs/heads/master | 2020-06-09T12:32:33.094166 | 2019-07-27T09:48:54 | 2019-07-27T09:48:54 | 193,438,690 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 331 | java | #include<stdio.h>
int main()
{
int num, binary_val, decimal_val = 0, base = 1, rem;
scanf("%d", &num);
binary_val = num;
while (num > 0)
{
rem = num % 10;
decimal_val = decimal_val + rem * base;
num = num / 10 ;
base = base * 2;
}
printf("%d", decimal_val);
... | [
"52148462+santhanam18@users.noreply.github.com"
] | 52148462+santhanam18@users.noreply.github.com |
83a04b23b119a418d43c1af28cefeb895862ad2f | 2e9213adf373c5900c04e528c0001bb29f9bae3d | /src/main/java/com/estudos/backend/domain/Cidade.java | d47ab62a024514e7052e19459e3699a4d9d51c75 | [] | no_license | Jmarcelo98/cursoSpringBoot | 48ec6973901e9c0f921777ee748dc2fbcf4d0e3c | 034d1a19f64535608d72ae2622d02fd2d4dc56a1 | refs/heads/master | 2021-08-05T17:20:04.939352 | 2021-08-04T15:44:26 | 2021-08-04T15:44:26 | 226,119,555 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,539 | java | package com.estudos.backend.domain;
import java.io.Serializable;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
@Entity
public class Cidade impleme... | [
"joaomarcelo588@gmail.com"
] | joaomarcelo588@gmail.com |
55d6b2d69f767b82827a065a3d3c98dda3f45291 | d0a49c4bfc1e4e210156806651bb933c485cd54b | /backend/quote-service/src/main/java/com/easyerp/quoteservice/exceptions/ConflictException.java | 0c29971a5376feda9ba46ac1cc814bf619e83e63 | [] | no_license | delta94/easy-erp | 72ccc564636fc4c0ba9f035081f44667a9234b2f | bcc2aa21d88d9166f9f55cff9c8e0c492ae9ddd6 | refs/heads/master | 2023-01-29T21:01:36.406085 | 2020-12-01T12:13:07 | 2020-12-01T12:13:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 301 | java | package com.easyerp.quoteservice.exceptions;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
@ResponseStatus(value = HttpStatus.CONFLICT, reason = "can't processing your request")
public class ConflictException extends RuntimeException {
}
| [
"maliszewskid3@gmail.com"
] | maliszewskid3@gmail.com |
dd0a11612636858995223072a6dad43eba7c8b2c | 1ca1298a408e439253bdd9798f23394aa10b6fef | /codestory2013/src/main/java/com/sdevolder/codestory2013/dialog/DialogBotException.java | dc76d2d81a2f4585173dd5c0d7c4cb061105640c | [] | no_license | sebdev/codestory2013 | 5d5c9ab390e38897224cd4b6db1896c1af3ed683 | 70331b09d23bea7a1c7ddcbb448e6399127fed71 | refs/heads/master | 2020-05-29T23:35:16.288553 | 2013-01-17T23:23:48 | 2013-01-17T23:23:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 215 | java | package com.sdevolder.codestory2013.dialog;
public class DialogBotException extends RuntimeException {
public DialogBotException(Throwable arg1) {
super("initialisationError", arg1);
}
}
| [
"sebastien.devolder@gmail.com"
] | sebastien.devolder@gmail.com |
459635a6d14dfe8858b2310b08206e63dbf5bb6e | 40e40c06406acbfe052758e853c5127e0a919e82 | /SomeHospital/src/main/java/com/peerless2012/somehospital/utils/IOUtils.java | f34d3002edb23ad2126396c4e3b452c95a2a554f | [
"Apache-2.0"
] | permissive | peerless2012/SomeHospital | 40e1d51bc0b50a83e841734b6bac43c35e983e0c | c0ff07a46304be29a4d3b224855b091c0c6bd5af | refs/heads/master | 2020-12-21T18:08:13.136880 | 2016-08-09T07:55:56 | 2016-08-09T07:55:56 | 57,964,962 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,264 | java | package com.peerless2012.somehospital.utils;
import java.io.Closeable;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
/**
* IO utils
*
* @author Vladislav Bauer
*/
public class IOUtils {
private IOUtils() {
throw new AssertionError();
}
/**
* Close c... | [
"peerless2012@126.com"
] | peerless2012@126.com |
a164b607196853e333c3ba422ab9e51371efccbc | ea5488b95ade28d1185b6f0684f6a68ad7b1faca | /AdocaoAnimais/src/ufsc/br/ine5605/adocaoAnimais/Model/ConteudoTelaFormularioAcompanhamento.java | b063821da2e56c878d3032dcf7958e8e8bfc406a | [] | no_license | engdough/Adocao-de-animais | ee5feeef37b31ea9e838cbdd5ce0c6e786cce1d9 | 4ab0419862a782acdd4056eb3153547a55781e25 | refs/heads/master | 2020-05-27T11:20:54.941397 | 2019-06-04T18:50:26 | 2019-06-04T18:50:26 | 188,599,455 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,713 | java | package ufsc.br.ine5605.adocaoAnimais.Model;
import java.io.Serializable;
import ufsc.br.ine5605.adocaoAnimais.Interfaces.IConteudoTelaFormularioAcompanhamento;
public class ConteudoTelaFormularioAcompanhamento implements IConteudoTelaFormularioAcompanhamento, Serializable {
boolean animalLimpo;
boolean animalMagr... | [
"gilmar500@gmail.com"
] | gilmar500@gmail.com |
34bc9fda7dafd90a2a4d44c410b338e7de983220 | bc2247449fce6060b1e9d2c39999061b9ff37154 | /product-thymeleaf/src/test/java/com/codegym/productthymeleaf/ProductThymeleafApplicationTests.java | c9e4e21405810ad9ff77a227ab744a7af1b1c62d | [] | no_license | CheCongBach/C0320G1-CheCongBach | ceffcea04cc6f4692832620c09d7cd3246320cce | 76f0558143529a0aeea90634e6a46a0d96c5f344 | refs/heads/master | 2023-01-20T13:04:53.455672 | 2020-07-15T03:20:16 | 2020-07-15T03:20:16 | 249,336,618 | 0 | 0 | null | 2023-01-07T20:07:04 | 2020-03-23T04:37:12 | HTML | UTF-8 | Java | false | false | 239 | java | package com.codegym.productthymeleaf;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class ProductThymeleafApplicationTests {
@Test
void contextLoads() {
}
}
| [
"chebach97bk@gmail.com"
] | chebach97bk@gmail.com |
413302ead021d9c37f7c3c7012b78676e1dfce6c | 9bcda94038b41b6010a0bc25bf3a1cfab44c6785 | /src/main/java/com/pojo/Employee.java | 2023a0a4a3143426f0ea014ab7546dc8995f4cd6 | [] | no_license | SuspectCat/MyBatisDemo | 261cf56b2a11034f8ef5e4f294eff068e7631e1e | ff70d78f2632e28d80a8b7ef6792fcacf0175a6a | refs/heads/main | 2023-09-03T16:00:08.608126 | 2021-11-10T11:08:53 | 2021-11-10T11:08:53 | 426,590,289 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 252 | java | package com.pojo;
import lombok.Data;
@Data
public class Employee {
private Integer employeeId;
private String employeeName;
private Integer employeeTelephone;
private Integer employeeDepartment;
private Department department;
}
| [
"65328918+SuspectCat@users.noreply.github.com"
] | 65328918+SuspectCat@users.noreply.github.com |
5993c7a123f261c8683238daf6f30815887db9f3 | 304ba754484c46c77c9a588e6cde5d559be9d436 | /src/com/jorflekel/mathtutor/OperationDrawnItem.java | b633d6e60b36015ba5fc647f8866bb5b89d6abcb | [] | no_license | mjordanco/AndMathTutor | 2511cb8109b34f872be11f632555e7f06ed6fa52 | 84855339e5770899fb6037ea5ac3d3689c9195e9 | refs/heads/master | 2016-09-11T08:38:57.462351 | 2012-10-29T03:14:37 | 2012-10-29T03:14:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 895 | java | package com.jorflekel.mathtutor;
import android.content.res.Resources;
import android.graphics.Canvas;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
public class OperationDrawnItem extends DrawnItem {
private Resources resources;
private Drawable operationDrawable;
public OperationDra... | [
"mjordan@mines.edu"
] | mjordan@mines.edu |
2a2ea0adaab4546c221f12571cda1f56508a6b4f | d6935e15696ea8398dd1a92da3bbd7f1bbcb9fcb | /src/Solver_Check_Valid_String_Paranthesis.java | 5497a15e4496c113ef9504f2c464c247ca94f650 | [] | no_license | Chaitali-Pawar/LeetCode_Algorithms | 50e9b2f0b894b75d66f7a093012ef1865a705d25 | cc0a6547101bae4990ce01f9b07d72301e374473 | refs/heads/master | 2020-04-17T09:45:56.026242 | 2019-04-13T19:58:19 | 2019-04-13T19:58:19 | 166,472,641 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,484 | java | import java.util.HashMap;
import java.util.Stack;
public class Solver_Check_Valid_String_Paranthesis {
/*
* Description
* Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.
An input string is valid if:
Open brackets m... | [
"chaitali.projectx@gmail.com"
] | chaitali.projectx@gmail.com |
5c10cef251b576c28ff904a910899d69287f5a7f | 031c16b45881a41ff67c68f5f93b15e0f4c02ded | /src/main/java/pw/snas/resultwrapper/Result.java | 141d6ea8fe4b17453ba5f4de87147bb9b0ba6b87 | [
"MIT"
] | permissive | snasphysicist/resultwrapper | 8bbc606f0294310e3489173836a1232cf0b8ea04 | 45d9d5ff732f3f4ecbf622f16275021043714dce | refs/heads/master | 2020-12-18T09:45:36.819995 | 2020-02-17T12:54:03 | 2020-02-17T12:54:03 | 235,335,405 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,573 | java |
package pw.snas.resultwrapper;
/**
* @author Scott Nicholas Allan Smith
* @version 1.0.1
* @since 1.0.0
* @param <T> The type of the result that the class wraps
*/
public class Result<T> {
/**
* The default error message
* to be returned in the case
* that the message is not set/updated
... | [
"ih8coldplay@hotmail.com"
] | ih8coldplay@hotmail.com |
628d1c5caa311170dad53e2adb8e7121baa3a2b2 | f0d25d83176909b18b9989e6fe34c414590c3599 | /app/src/main/java/com/amazonaws/services/s3/model/BucketLifecycleConfiguration.java | ff59c2de4b44c6a5f5453220443293dc6d2dbc5d | [] | no_license | lycfr/lq | e8dd702263e6565486bea92f05cd93e45ef8defc | 123914e7c0d45956184dc908e87f63870e46aa2e | refs/heads/master | 2022-04-07T18:16:31.660038 | 2020-02-23T03:09:18 | 2020-02-23T03:09:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,079 | java | package com.amazonaws.services.s3.model;
import java.util.Arrays;
import java.util.Date;
import java.util.List;
public class BucketLifecycleConfiguration {
public static final String DISABLED = "Disabled";
public static final String ENABLED = "Enabled";
private List<Rule> rules;
public List<Rule> get... | [
"quyenlm.vn@gmail.com"
] | quyenlm.vn@gmail.com |
ff7cf003133c4881320d886e2e4cb71dced2100c | ddc2e0a1c6d6c30221da9ef95ffdadb661836702 | /src/main/java/com/apptrics/studentdetailswork/StudentHibernateWork/Marks.java | 5258898006952dcf024160e985ecbd843b471d18 | [] | no_license | Lok-Aravind-Palu/StudentHibernateOnetoOne | 6c656b9fdcaad42465a53198cb1e530c6d1fa6da | 5b72697a2ba06b2884d7b2882895a03f12a31ea9 | refs/heads/master | 2020-03-20T20:17:09.286940 | 2018-06-17T19:01:10 | 2018-06-17T19:01:10 | 137,678,962 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 789 | java | package com.apptrics.studentdetailswork.StudentHibernateWork;
public class Marks {
private int id;
private double m1;
private double m2;
private double m3;
private double m4;
@Override
public String toString() {
return "Marks [id=" + id + ", m1=" + m1 + ", m2=" + m2 + ", m3=" + m3 + ", m4=" + m4 + "]";
... | [
"aravind.paluvadi93@gmail.com"
] | aravind.paluvadi93@gmail.com |
e23bea2598678a8cec77057929ce599fc98d11a9 | a6472a1fbb6aee780ed9de97657a8c419c2d9839 | /src/main/java/job4j_url_shortcut/service/RedirectService.java | 788023692917eb363f89d58215dbdaaada94b907 | [] | no_license | DenisViskov/job4j_url_shortcut | 516b11d812d2a6226ce5d10bb6f5b15c42413b5a | 37aba7dcfc0fa6d15f356e633eb8c9eae2fa0f38 | refs/heads/master | 2023-01-07T15:10:25.543400 | 2020-11-07T16:13:25 | 2020-11-07T16:13:25 | 310,369,313 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,422 | java | package job4j_url_shortcut.service;
import job4j_url_shortcut.domain.Url;
import job4j_url_shortcut.repository.UrlRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.Optional;
/**
* Class is an implementation Redirect interface
... | [
"DenisViskov16@gmail.com"
] | DenisViskov16@gmail.com |
93b4f7709c3459fa06b0fc7dca17afe7400ad38d | 9254e7279570ac8ef687c416a79bb472146e9b35 | /cddc-20200320/src/main/java/com/aliyun/cddc20200320/models/DescribeBriefDedicatedHostsResponse.java | 0a76ecbf2f10ce88e2013793f283807d73608e50 | [
"Apache-2.0"
] | permissive | lquterqtd/alibabacloud-java-sdk | 3eaa17276dd28004dae6f87e763e13eb90c30032 | 3e5dca8c36398469e10cdaaa34c314ae0bb640b4 | refs/heads/master | 2023-08-12T13:56:26.379027 | 2021-10-19T07:22:15 | 2021-10-19T07:22:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,170 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.cddc20200320.models;
import com.aliyun.tea.*;
public class DescribeBriefDedicatedHostsResponse extends TeaModel {
@NameInMap("headers")
@Validation(required = true)
public java.util.Map<String, String> headers;
@NameInMap("body... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
7de925867cda55872e18e5ebe7a227f4ab37d861 | 2891ab7d455728b4bcb51a6196b9cec5265f666f | /src/main/java/student_aleksandrs_jakovenko/lesson_4/level_2/Task6.java | b62a6122038ce6770bb66a8478b38c98fa359d65 | [] | no_license | AlexJavaGuru/java_1_wednesday_2022 | 14eefec7c15ab7fce4d5b5a8ee545ff674e944df | dea5c75a855f4987bdf245aab7a05dddbb6ea9d0 | refs/heads/master | 2022-09-07T13:01:57.188817 | 2022-06-10T19:03:48 | 2022-06-10T19:03:48 | 449,743,084 | 11 | 7 | null | 2022-07-15T20:26:17 | 2022-01-19T15:16:45 | Java | UTF-8 | Java | false | false | 659 | java | package student_aleksandrs_jakovenko.lesson_4.level_2;
import java.util.Scanner;
class Task6 {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
System.out.println("Enter the first number: ");
int firstNum = scanner.nextInt();
System.out.println("En... | [
"jako2577@gmail.com"
] | jako2577@gmail.com |
8fbe969d1af368bf9b0c9b075f47be57e8384097 | 3850f97a562007d26e5a8187cbe1cdee0e61b36c | /Week2_Day1/CreateLEad.java | 573942361719801f0100eefce784fb72af51c85a | [] | no_license | Sakthikumar-M/Java-Selenium-code | e974975657dd90a0bef9ba282d0e7f05c0f71ebe | 0a14b92ad1f99a60f532f661c0a2bb2349a50235 | refs/heads/master | 2023-01-21T08:31:23.832702 | 2020-12-02T05:50:10 | 2020-12-02T05:50:10 | 295,115,017 | 0 | 0 | null | 2020-09-17T11:03:43 | 2020-09-13T09:05:21 | Java | UTF-8 | Java | false | false | 2,069 | java | package Week2_Day1;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.support.ui.Select;
import org.testng.annotations.Test;
import io.github.bonigarcia.wdm.WebDriverManager;
public class CreateLEad {
public static void main(String args[])... | [
"noreply@github.com"
] | Sakthikumar-M.noreply@github.com |
b8476cf9d3517e7145dcb076b0888bd68a773dc6 | 299fa337e8ada47e10dbafc777f0ed666095c091 | /jam-processor/src/main/java-jdk8/sk/annotation/library/jam/processor/utils/JdkPackageUtils.java | 67082db406802503987ed82b7397b3566dd591db | [
"Apache-2.0"
] | permissive | AnnotationSro/java-annotation-mapper | 9deb8befa5a11788fb8230118a30926133375186 | a26876dcfd3d2ed95c631fdabf107f7d3da264e5 | refs/heads/master | 2022-11-09T15:55:42.227159 | 2022-10-29T21:19:39 | 2022-10-29T21:19:39 | 193,459,611 | 2 | 0 | Apache-2.0 | 2020-10-13T14:16:13 | 2019-06-24T07:52:05 | Java | UTF-8 | Java | false | false | 331 | java | package sk.annotation.library.jam.processor.utils;
import javax.annotation.processing.ProcessingEnvironment;
import javax.lang.model.element.PackageElement;
public class JdkPackageUtils {
public static PackageElement getPackageElement(ProcessingEnvironment processingEnv, String pckParentName) {
return nul... | [
"pavol.slany@annotation.sk"
] | pavol.slany@annotation.sk |
c846dd2f4a1e957d156db88779aa53752073a633 | e735aa4dd05e47a055f68ac2fd787efba1b97ef0 | /src/makeDeposit1.java | d2a7fcce6a547a513dab010e65c5c2be5e862644 | [] | no_license | loymascarenhas/Banking | edc7e0c4978b965348e14150461b1a28d0cce0e1 | 1576568351ad2b4d32ae82b5f6937c5526b59f8d | refs/heads/master | 2021-01-01T04:52:42.101440 | 2017-07-14T18:21:07 | 2017-07-14T18:21:07 | 97,261,636 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 226 | java |
public class makeDeposit1 extends makeDeposit{
public makeDeposit1(Data data) {
// TODO Auto-generated constructor stub
float total = data.getFbal();
data.setFbal(total);
System.out.println(total);
}
}
| [
"Loy@192.168.1.105"
] | Loy@192.168.1.105 |
9740a4402317ed7c169cfb330530ce46ca69b297 | 0803de6651472fa26efab52b09cad726e1fb1461 | /app/src/main/java/org/zaregoto/apl/lasttimecounter/db/ItemDBException.java | 9132196383122467959cb2d2f349d3d43eecac6c | [] | no_license | wanwan/lasttimeCounter | 3164cb255984a130851023a7b008c2d2bdff9e4d | 02f26c3156e2d5e70b011392f8082bb4ea71e141 | refs/heads/master | 2021-09-11T13:22:57.611700 | 2018-04-07T11:58:35 | 2018-04-07T11:58:35 | 112,743,462 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 241 | java | package org.zaregoto.apl.lasttimecounter.db;
import java.text.ParseException;
public class ItemDBException extends Exception {
public ItemDBException() {
}
public ItemDBException(ParseException e) {
super(e);
}
}
| [
"waka@zaregoto.org"
] | waka@zaregoto.org |
a9946ac1ad21d7c531880de8c63d99400a82dee0 | 81719679e3d5945def9b7f3a6f638ee274f5d770 | /aws-java-sdk-cloud9/src/main/java/com/amazonaws/services/cloud9/model/transform/DeleteEnvironmentMembershipRequestMarshaller.java | 892fc51292547af14fc4f2774f0d9e0be8135ffc | [
"Apache-2.0"
] | permissive | ZeevHayat1/aws-sdk-java | 1e3351f2d3f44608fbd3ff987630b320b98dc55c | bd1a89e53384095bea869a4ea064ef0cf6ed7588 | refs/heads/master | 2022-04-10T14:18:43.276970 | 2020-03-07T12:15:44 | 2020-03-07T12:15:44 | 172,681,373 | 1 | 0 | Apache-2.0 | 2019-02-26T09:36:47 | 2019-02-26T09:36:47 | null | UTF-8 | Java | false | false | 2,460 | java | /*
* Copyright 2014-2019 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... | [
""
] | |
8723ba8ef14d85f3da55ecc8a2a9dcb7fc5e8bef | bcd89b4dea985817bf68c49482985c67c552457e | /compass3d/src/com/adaptive_enterprises/android/compass3d/activity/Compass3dPreferenceActivity.java | 8cf9d44e568c03aaab2f65f0f4f8ed975d883127 | [] | no_license | hilsonshrestha/android-compass3d | 980f293650a9427630bf42d4802ea2c385338e0e | f443457088239b3771397d957b903a54f0d8834c | refs/heads/master | 2021-01-10T10:41:56.734210 | 2010-11-23T06:30:12 | 2010-11-23T06:30:12 | 43,532,807 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 916 | java | package com.adaptive_enterprises.android.compass3d.activity;
import com.adaptive_enterprises.android.compass3d.R;
import com.adaptive_enterprises.android.compass3d.model.SettingsModel;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.preference... | [
"dleonard2009@db34aede-62c7-e659-5472-d1b8b7d0d3b3"
] | dleonard2009@db34aede-62c7-e659-5472-d1b8b7d0d3b3 |
8ca21856411e270a85b4c2a6fa274114880bd625 | e3ccbfcc3a10c1536c7ec4e8ebaf699b63af666f | /ease/src/main/java/com/hyphenate/easeui/viewholder/EaseCustomViewHolder.java | 26eac93586ce98211d3badbbbcfa3d5698468f66 | [] | no_license | llyy0812/IM_Android | 043c87a4d573fa4bd3d02c8007c587aa5155300d | d6246e8fb5dc7b7e6fc482c113b27f6985819c09 | refs/heads/master | 2023-06-01T18:01:45.710709 | 2021-06-19T13:23:52 | 2021-06-19T13:23:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,528 | java | package com.hyphenate.easeui.viewholder;
import android.view.View;
import com.hyphenate.chat.EMClient;
import com.hyphenate.chat.EMMessage;
import com.hyphenate.easeui.EaseIM;
import com.hyphenate.easeui.interfaces.MessageListItemClickListener;
import com.hyphenate.easeui.manager.EaseDingMessageHelper;
import com.hyp... | [
"592923908@qq.com"
] | 592923908@qq.com |
ca044417166587819ce4e19f3a9c6d6706666e03 | 3ef08872401d8f92b25b966f60cf13859eeadc56 | /app/src/main/java/com/opentouhou/opentouhouandroid/scene/scenes/startmenu/StartMenuScreen30.java | 04f13e044c44d13777f41cec6c4e800d9917be6f | [
"CC-BY-4.0",
"Apache-2.0"
] | permissive | opentouhouproject/OpenTouhouAndroid | dacaa74fd27252b0a291384b6007f5e98021fb3b | 0a2904188f0d0a34ea492f5821503df00e99e1a0 | refs/heads/master | 2023-05-25T07:56:08.624412 | 2023-05-14T14:13:23 | 2023-05-14T14:13:23 | 174,387,071 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,825 | java | package com.opentouhou.opentouhouandroid.scene.scenes.startmenu;
import android.util.Log;
import android.view.MotionEvent;
import com.opentouhou.opentouhouandroid.io.xml.SceneParser;
import com.scarlet.graphics.opengl.Camera;
import com.scarlet.graphics.opengl.Renderer;
import com.scarlet.graphics.opengl.Version;
imp... | [
"opentouhouproject@gmail.com"
] | opentouhouproject@gmail.com |
7d67bf928d55ec50b1e2af534b8228d3c8786d15 | c747944f401a426b58db7d3af8690d8b3591f178 | /app/src/test/java/com/example/nandawk/keyboardsample/ExampleUnitTest.java | 46c2cdee87682648b15c875195b1aec37fa1e202 | [] | no_license | nandawawank/KeyboardSample | 189b8b386df27b8c217c8144df13de057d44b101 | e36ae6fdbffc4303b7801f0109316d12de66def8 | refs/heads/master | 2021-05-07T06:47:08.504132 | 2017-11-23T07:43:28 | 2017-11-23T07:43:28 | 111,778,715 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 412 | java | package com.example.nandawk.keyboardsample;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
... | [
"nandawawank@gmail.com"
] | nandawawank@gmail.com |
dc3ab584f63e7b2f575a40e3864aaea70b8587df | 0837b4d5c2268ff3da6decbee04501e2950db560 | /TEMPORARY/ACCOUNTS/AccountTypes.java | 4dedcec4ff7d72b839017923ada1c1ccaced9dc9 | [] | no_license | AlexanderYakovlev-Yassa/EPAM | aeef859f1d0c15192f3e207e00feac78830252fc | 6f2d33325b3f45f4e1ea2a5b108fef0dda7258c1 | refs/heads/master | 2023-03-04T16:19:24.497011 | 2020-02-14T12:51:08 | 2020-02-14T12:51:08 | 196,065,789 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 368 | java |
public enum AccountTypes {
CURRENT("текущий", true), //может быть только один в группе счетов Accounts
CARD("карточный", true);
String rusName;
boolean multiple;
AccountTypes(String rusName, boolean multiple){
this.rusName = rusName;
this.multiple = multiple;
}
}
| [
"noreply@github.com"
] | AlexanderYakovlev-Yassa.noreply@github.com |
8381adcddc83f62a72d03dc521ad3dcb8048b78f | b3d9de772e9d86059fbb05012f5d86473b34d079 | /apache-maven-3.8.3/maven-core/src/main/java/org/apache/maven/bridge/MavenRepositorySystem.java | 1afff4e4ef798f33a315f66fa9dd14d491ff7a4c | [
"Apache-2.0"
] | permissive | sudhansu133/Testing | 08f4b3b8b624df4f5a3af7d06336bc75fe99d3b4 | b9a7bfa0e8289716d41ec56572cfb9b6acef6fd6 | refs/heads/master | 2023-08-30T20:44:55.930466 | 2021-10-12T18:40:30 | 2021-10-12T18:40:30 | 416,307,796 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 35,567 | java | package org.apache.maven.bridge;
/*
* 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 Lice... | [
"sudhansu133@gmail.com"
] | sudhansu133@gmail.com |
6be128d4e1a8d7b677a7a82c01c082e1d4f25675 | 1ba14a05e7c8ac551fe6e60a77cad624121644a6 | /app/src/main/java/app/edwin/com/reportapetrabajador/core/BaseFragment.java | c00efdc0d88f9c31803e1d8d4b9f6afc1c9a9ad4 | [] | no_license | EdDeza/demo-practica | a3ff215bd321cd974b068c9d49c30c199628e29e | ca404b0e4f1c4da3682eae4c184e7e525203c75e | refs/heads/master | 2020-04-06T03:59:39.617854 | 2017-02-24T19:54:52 | 2017-02-24T19:54:52 | 83,077,526 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 661 | java | package app.edwin.com.reportapetrabajador.core;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.Fragment;
/**
* Created by linuxdesarrollo01 on 20/02/17.
*/
public class BaseFragment extends Fragment {
private boolean loading= false;
pro... | [
"edwin.deza@gmail.com"
] | edwin.deza@gmail.com |
3343319cd244f17d7251b1d14254a5c9bc8e25ea | 40ab2ac5524f8dbabd6a0415673d697a8f1a89e6 | /server/src/manager/player/Backpack.java | 3eed1756e7898540bd05491fa045fd53ef01f74e | [] | no_license | timi-liuliang/zmcet | 89c735b7c7cf85a52457a75b8d7cb12db3d89ec9 | e43d850f336ba631740cdeff4b07588304271e99 | refs/heads/master | 2021-09-02T09:31:57.585743 | 2018-01-01T13:02:59 | 2018-01-01T13:02:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,485 | java | package manager.player;
import java.util.ArrayList;
import java.util.Collection;
import com.google.gson.Gson;
import io.netty.channel.ChannelHandlerContext;
class Cell{
public int cell_idx;
public int item_id;
public int item_num;
Cell(){
cell_idx = 0;
item_id = 0;
item_num = 0;
}
Cell(int idx, int... | [
"qq79402005@gmail.com"
] | qq79402005@gmail.com |
3b29ef0f3cbab29a81995b4ac6ae93df0cbfa94a | 0acf3212fcd1b3ff069ab13722a219d61a8a179a | /src/main/java/com/sap/xi/sapscore/sfin/PartyInternalID.java | c36ce5ff3baacb6013317714e9945201bee22391 | [] | no_license | rvodela/battlemath | 83785150cae1eb66031ba99c78ca340735236de2 | 1455ac890d79ec3e8a9342b5d4b0357a235f39f2 | refs/heads/master | 2020-05-26T02:11:54.700784 | 2019-11-14T16:49:10 | 2019-11-14T16:49:10 | 188,071,374 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,432 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-558
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2019... | [
"rvodela@ford.com"
] | rvodela@ford.com |
b63c9939a121bd977f5d088bb6a6b20b0594006c | c51e6dada10afa5a824c05d125264b2d41ce2305 | /ExellParody/src/main/java/com/exellParody/parserFiles/GrammarBaseVisitor.java | 7da8600b8f974683dbc706620e1153e3d4140e4d | [] | no_license | TraineeBeba/ExellParody- | 33da607ad6eb77aa8561686a51dbcfa0c37e4866 | 3afa2443b6f699c6c4f0f25cb82ed365635aef9e | refs/heads/main | 2023-09-02T14:23:38.031106 | 2021-11-11T15:47:42 | 2021-11-11T15:47:42 | 423,269,325 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,489 | java | // Generated from D:/JavaCourse/ExellParody/src/main/java/com/exellParody/parser\Grammar.g4 by ANTLR 4.9.1
package com.exellParody.parserFiles;
import org.antlr.v4.runtime.tree.AbstractParseTreeVisitor;
/**
* This class provides an empty implementation of {@link GrammarVisitor},
* which can be extended to cr... | [
"noreply@github.com"
] | TraineeBeba.noreply@github.com |
2b02b1428d84ecf44709f91de2a13a345af769c0 | 42816ebebe8e29e53f1a651a836ed51abf76bcf4 | /LogiWeb/src/main/java/ru/usachev/LogiWebProject/dto/TruckDTO.java | 4759cf3f369fefcf9f6a23edbca48abdbc01a557 | [] | no_license | alexusachev1999/ModuleProject | fcacd72f300280e06a25747b153e372897b30eb9 | 759fe59e6cc4f24f96a7fd0684cfd67e726dedf0 | refs/heads/master | 2023-06-03T19:28:03.650754 | 2021-06-22T09:29:47 | 2021-06-22T09:29:47 | 375,293,862 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,565 | java | package ru.usachev.LogiWebProject.dto;
import org.springframework.format.annotation.NumberFormat;
import javax.validation.constraints.*;
import java.util.Objects;
public class TruckDTO {
private int id;
@Pattern(regexp = "[А-Я]{2}\\d{5}", message = "Используйте следующий шаблон \"АБ12345\"")
private Str... | [
"sashulya.usachev@list.ru"
] | sashulya.usachev@list.ru |
48a450bedc5857c64ed1a9439517c3eaf4ab8e61 | 2530039420f040723b868d4f61883e5c9ce5c844 | /src/com/rskytech/sys/dao/impl/SysTreeDao.java | b2a2e1a60a41ed4eb1cd63a4b704bb81964fa475 | [] | no_license | learnlong/mpas | cf730aa797b4bd1d1eb247c295049ecb2f85e940 | 996da09782d329a1f98242720646480f8a3e45ab | refs/heads/master | 2020-03-23T10:39:08.809136 | 2018-08-08T02:17:35 | 2018-08-08T02:17:35 | 141,454,351 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,017 | java | package com.rskytech.sys.dao.impl;
import java.util.List;
import com.richong.arch.bo.BusinessException;
import com.richong.arch.dao.impl.BaseDAO;
import com.rskytech.ComacConstants;
import com.rskytech.pojo.ComUser;
import com.rskytech.sys.dao.ISysTreeDao;
@SuppressWarnings("rawtypes")
public class SysTre... | [
"feijibaba@DESKTOP-5KLL9MM"
] | feijibaba@DESKTOP-5KLL9MM |
92969bb4d67c4b6f20e2d19962bd17d3c2fade15 | d44afa3570d26886894b848e0faeadffdd56d298 | /plugins/connectors/salesforcecom/src/com/apatar/salesforcecom/ws/.svn/text-base/DescribeGlobal.java.svn-base | f5bb75be46e3600f0dd5f00fda218593259bb190 | [] | no_license | ap0n/dynamo | 9bfa6d96147448c795a19f468096f0670fa4086f | 2c756fff07157af6a076416e5c0f77994c80d600 | refs/heads/master | 2021-01-10T13:56:07.470945 | 2016-03-20T07:42:10 | 2016-03-20T07:42:10 | 54,305,984 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,365 | /**
* DescribeGlobal.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package com.apatar.salesforcecom.ws;
public class DescribeGlobal implements java.io.Serializable {
public DescribeGlobal() {
}
private java.la... | [
"anydriotis@gmail.com"
] | anydriotis@gmail.com | |
5d1d2c4d6e8f70adc85b275e993c76e6956afca9 | 180e78725121de49801e34de358c32cf7148b0a2 | /dataset/protocol1/kylin/learning/4671/CubeController.java | faa25e0d10e1370902c7e821a458e20edb64e6e1 | [] | no_license | ASSERT-KTH/synthetic-checkstyle-error-dataset | 40e8d1e0a7ebe7f7711def96a390891a6922f7bd | 40c057e1669584bfc6fecf789b5b2854660222f3 | refs/heads/master | 2023-03-18T12:50:55.410343 | 2019-01-25T09:54:39 | 2019-01-25T09:54:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 45,198 | 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 ... | [
"bloriot97@gmail.com"
] | bloriot97@gmail.com |
e871ef0108576616034361afab7d03a6cd80e4d0 | 731de625046e71c4e22ce4dba3a79aaa301eb370 | /src/steve/s/journey/RectangleParticle.java | be2f89df6e9c0108fafd2a0860e580821a05c938 | [] | no_license | captainFlameheart2/StevesJourney | 4684b76881474e7e551998e9758910038c403d87 | ddb51d9ca73376a5fcc3321ece1e7f1f82a017e0 | refs/heads/master | 2020-07-24T15:33:06.028518 | 2019-09-12T05:22:14 | 2019-09-12T05:22:14 | 207,970,975 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,662 | 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 steve.s.journey;
import java.awt.Color;
import java.awt.Graphics2D;
import java.awt.Shape;
import java.awt.geom.Rect... | [
"jonatanlarsson2001@gmail.com"
] | jonatanlarsson2001@gmail.com |
c09728bb3240598afa380e9005c9f2ab7bd04c22 | b6562acb7b6f632abe1b44fcc0c11d16d977795e | /1.JavaSyntax/src/com/javarush/task/task07/task0720/Solution.java | 33edbcb19806881026229766db96587af5682e64 | [] | no_license | Bearzerk1488/JavaRushTasks | 59db9733f239998754939fe63a6ecbfb97387a5f | 33d56801e78f492c3428a7caf28c9fc792bffcae | refs/heads/master | 2022-06-30T07:31:06.891666 | 2020-05-13T07:00:00 | 2020-05-13T07:00:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 920 | java | package com.javarush.task.task07.task0720;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.Iterator;
/*
Перестановочка подоспела
*/
public class Solution {
public static void main(String[] args) throws IOException {
... | [
"bearzerk@gmail.com"
] | bearzerk@gmail.com |
994c0849b1aca6f8332029a7fa788eeeec0966a3 | 9ce00056eca57bac79b35969bae21ecde60b63ed | /src/main/java/com/cognizant/rnr/service/impl/IpAddressServiceImpl.java | 20b65dc033e7276d9e9516fa5d8ba33a16ab892f | [] | no_license | MigLMA/RnR | 5e2ec2b0acfc1c53f88a8ffc3ef684f9d0c5c1a0 | 0a3282114e6d6a0efd05352e642bbb956807f893 | refs/heads/master | 2021-04-18T19:41:13.839355 | 2018-03-21T16:52:56 | 2018-03-21T16:52:56 | 126,211,490 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 519 | java | package com.cognizant.rnr.service.impl;
import java.net.InetAddress;
import java.net.UnknownHostException;
import org.springframework.stereotype.Service;
import com.cognizant.rnr.service.IpAddressService;
/**
* This is the implementation class for service.
*
* @author 628700
* @since 0.0.0
*/
@Service
public c... | [
"Miguel.Marcos@cognizant.com"
] | Miguel.Marcos@cognizant.com |
545f2afd6613fb032455fce7eb7f61992c57dcf2 | 226811f119c3e986bab72531474fa26b43944801 | /src/main/java/com/ies/kentucky/admin/controller/CitizenController.java | b4415e111cc73b7296017a57434e9c87dd33a1e2 | [] | no_license | anusha-447/05_IES_PROJECT | acfe4caef0758dfc969be36aa3816fd255c9473a | 0745aa37b4345af91b5a4c16f1b5a7bfce42423c | refs/heads/master | 2023-01-25T03:44:49.795551 | 2020-12-10T04:20:03 | 2020-12-10T04:20:03 | 320,157,511 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,462 | java | package com.ies.kentucky.admin.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.... | [
"kandakatlasahithi@gmail.com"
] | kandakatlasahithi@gmail.com |
ed7b048b945dc87d4bb5991de618995dc6e8eaa7 | c8c0e12bb5ffd8054268edea240b0f1380283496 | /SimpleTest/src/studentExecse/Account.java | 8775ffb10babb5f08f878f29ba63bc998e3a366f | [] | no_license | DC-Joney/Simples | 5431400623585d8bf68211358a1475d2479465c7 | fbb49597b31736603c3ebfed3cfeea7529232d81 | refs/heads/master | 2021-01-15T21:39:10.262652 | 2016-09-25T16:05:23 | 2016-09-25T16:05:23 | 68,460,137 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,320 | java | package studentExecse;
/**
* Created by Administrator on 2016/9/10.
*/
public class Account {
private String name;
private Integer price;
private String password;
public Account(String name, Integer price, String password) {
this.name = name;
this.price = price;
this.passwor... | [
"1050617313@qq.com"
] | 1050617313@qq.com |
021b3af4579dc2b75975eaa5dc7afa260d004aa5 | f0edeae7c28b1878ac0f08a75b28a7765bb6f006 | /src/com/zijiyou/text/dict/WordGenerator.java | abbfc1e74ffaa64d49237aa06cbc077f00b7bdff | [] | no_license | cheewu/tools2 | 96489151cb6146148a925711531f98674c596aa7 | 07ec1f7717c2a892830646325d36fab54e74447f | refs/heads/master | 2021-01-19T11:52:10.552143 | 2012-12-13T06:38:53 | 2012-12-13T06:38:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,861 | java | package com.zijiyou.text.dict;
//import java.io.FileWriter;
//import java.io.IOException;
//import java.util.HashMap;
//import java.util.HashSet;
//import java.util.Iterator;
//import java.util.Map;
//import java.util.Set;
//import java.util.TreeMap;
//
//import org.apache.log4j.Logger;
//
//
//import com.mongodb.Basi... | [
"chee.wu@gmail.com"
] | chee.wu@gmail.com |
7c5dd2224feed74cb5246e70c44ce46b8091dd49 | 43ea91f3ca050380e4c163129e92b771d7bf144a | /services/dcs/src/main/java/com/huaweicloud/sdk/dcs/v2/model/CreateOrDeleteInstanceTags.java | 313b6230495b38e068e16388f459ced761557e30 | [
"Apache-2.0"
] | permissive | wxgsdwl/huaweicloud-sdk-java-v3 | 660602ca08f32dc897d3770995b496a82a1cc72d | ee001d706568fdc7b852792d2e9aefeb9d13fb1e | refs/heads/master | 2023-02-27T14:20:54.774327 | 2021-02-07T11:48:35 | 2021-02-07T11:48:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,186 | java | package com.huaweicloud.sdk.dcs.v2.model;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonValue;
import com.huaweicloud.sdk.dcs.v2.model.ResourceTag;
import ja... | [
"hwcloudsdk@huawei.com"
] | hwcloudsdk@huawei.com |
cda547bd34ccfcd49deb59d8aacbcbf5eab9516e | c75fb400a72330caf6a2f9c25b374b00a91276dc | /android/src/main/gen/com/pritesh/calldetection/R.java | 4b1a2b743b4889c840b73cea159602b2a1b113db | [
"MIT"
] | permissive | priteshrnandgaonkar/react-native-call-detection | f9d6e591be973cdf458cadfe7247fbe9188d5170 | a74ddb3cd4adeddf44bae58b09233bd219702aeb | refs/heads/master | 2022-10-15T14:26:40.155851 | 2021-12-15T15:10:46 | 2021-12-15T15:10:46 | 94,617,244 | 182 | 111 | MIT | 2023-09-13T21:09:25 | 2017-06-17T10:40:07 | Java | UTF-8 | Java | false | false | 181 | java | /*___Generated_by_IDEA___*/
package com.pritesh.calldetection;
/* This stub is only used by the IDE. It is NOT the R class actually packed into the APK */
public final class R {
} | [
"packmaster@riawolf.com"
] | packmaster@riawolf.com |
1f04e142db124d6bbb5f2da0dd5d74bc110efe20 | 9fb61b06aac34a630aa58bc2f2aff5df59f0fd02 | /src/com/InAndOut/Views/RoundedImageView.java | 6fa6bb5ed4db60c1c0a137d816c51ce02f15024a | [] | no_license | jhysum/InAndOut | 63315675fc6afa3efa889a9e8adb75baa00ef008 | 2658f7c02d980fa240dd626b7834fb30d48553b8 | refs/heads/master | 2021-01-23T12:15:39.169043 | 2013-11-15T19:51:24 | 2013-11-15T19:51:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,518 | java | package com.InAndOut.Views;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.PorterDuff;
import android.graphics.PorterDuffXfermode;
import android.graphics.Rect;
import android.graphics... | [
"victorvuc@gmail.com"
] | victorvuc@gmail.com |
5dc1b122773ea5ac1b894fe6e4ece4b25a0a599a | edd10677daa44de2daf8876931457505c356d01e | /application/Application/app/src/main/java/com/dms/beinone/application/appcontent/AppcontentArticleActivity.java | 898ec8cb7d311d5c6c97a8408bd8cfc91cbf27da | [
"MIT"
] | permissive | DSM-DMS/DMS | c6e9d9cd95cec66b17c0a578f66a4181351ace98 | 73a5d8fc2310bca90169414abf50f541ca0724c7 | refs/heads/master | 2021-09-01T02:56:36.561572 | 2017-12-23T09:39:25 | 2017-12-23T09:39:25 | 96,187,872 | 6 | 0 | MIT | 2022-05-23T00:29:57 | 2017-07-04T07:19:53 | Java | UTF-8 | Java | false | false | 7,456 | java | package com.dms.beinone.application.appcontent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.design.widget.FloatingActionButton;
import android.support.v7.app.AppCompatActivity;
import android.view.MenuItem;
import android.view.View;
import android.webkit.WebView;
import... | [
"sbeinone@gmail.com"
] | sbeinone@gmail.com |
853507635a76ef4f33cc1d9799a1c924410784c1 | 0c2288fe1b11e0fe7868b714bc4f077f6edf7ffa | /ImagePanel.java | 3865fec2c987534615deebc4e8bbfa69872232d9 | [] | no_license | Prep-IntroToProgramming/guis-test-classes-DComair | acf42ff1c9e9ff5a36eec13b79b2bcd38c7ee088 | 05859d017e8352c947d7beac96f47baf136494e4 | refs/heads/master | 2020-04-21T13:36:04.901054 | 2019-02-21T17:26:12 | 2019-02-21T17:26:12 | 169,604,696 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 380 | java | import java.awt.*;
import javax.swing.*;
public class ImagePanel extends JPanel {
ImageIcon icon = new ImageIcon("Prep.jpg");
@Override
public void paintComponent(Graphics g) {
Image image = icon.getImage();
g.drawImage(image, 3, 4, this);
/*
g.setColor(Color.blue... | [
"19ComerD@flintridgeprep.org"
] | 19ComerD@flintridgeprep.org |
a2657ad596e7e389d60880cb2ca159e2e7586da7 | 92ba8dd3cfb00defcd1dd7e44604c7e8560ec1b5 | /distribute-scheduler-webapp/src/main/java/com/yl/distribute/scheduler/service/impl/UserServiceImpl.java | 4b5b41a612a8f8f93980cd4d3dd0609d687c4527 | [] | no_license | ylpu/distribute-scheduler | 39eb063051ee402dee6864199200e975775bcdc0 | c171bff956b23f9418565e5246c0fdc5fccbe825 | refs/heads/master | 2022-11-06T16:18:30.808335 | 2019-08-14T06:16:41 | 2019-08-14T06:16:41 | 141,548,279 | 15 | 3 | null | 2022-11-01T23:34:11 | 2018-07-19T08:27:16 | JavaScript | UTF-8 | Java | false | false | 2,654 | java | package com.yl.distribute.scheduler.service.impl;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.security.core.userdetails.UsernameNotFoundException;
import org.spri... | [
"puyulu@ppdai.com"
] | puyulu@ppdai.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.