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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
13a5568dd0aed1ff240304a036f19daffe693f56 | 37543ec265ffb1aa0b0196a8456dcb5ac21db0e6 | /app/src/main/java/com/example/keephealty/model/register/Register.java | 533c64acb884759d5de25a54f9607f302112443a | [] | no_license | Rajihkharissuha12/KeepHealty | 284472c600bb8863ba0a2676f12b37af33953802 | 57d4b74128345665323da8d0238893a61c8b4cdc | refs/heads/master | 2023-06-27T17:51:36.796212 | 2021-07-16T11:25:49 | 2021-07-16T11:25:49 | 381,573,918 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 680 | java | package com.example.keephealty.model.register;
import com.google.gson.annotations.SerializedName;
public class Register{
@SerializedName("data")
private RegisterData registerData;
@SerializedName("message")
private String message;
@SerializedName("status")
private boolean status;
public void setData(Regist... | [
"72001863+Rajihkharissuha12@users.noreply.github.com"
] | 72001863+Rajihkharissuha12@users.noreply.github.com |
eada2bb0deb5071f93a4d9fdf59106c0e5fbcf10 | aebf066e9b2420e3c7d0915eda4b735a49e8be12 | /src/main/java/com/binay/userdetails/persistence/entity/User.java | 14a8a49408a2bf7a69cdb83b68b7a6b42bed58b7 | [] | no_license | BinayTripathi/UserManager | 42fbd4eb1a538fb76e5d521636c6382e6de636ec | e5b3bed71c3c3f5c007dc8df4370c2813856f7e9 | refs/heads/main | 2022-12-27T05:24:56.679867 | 2020-10-13T02:36:30 | 2020-10-13T02:36:30 | 303,161,048 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,342 | java | package com.binay.userdetails.persistence.entity;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import java.util.stream.Collectors;
import javax.persistence.Column;
import javax.persistence.ElementCollection;
import javax.persistence.Entity;
import javax.persistence.EnumType;
import ... | [
"binay.mckv@gmail.com"
] | binay.mckv@gmail.com |
2b89681f06d11d36354d45818ba20ae2c9e746c3 | 8fd1aeffcbcf438289bba5172ae35648ca8120fe | /src/main/java/com/xiwan/NettyGamer/Job/IJob.java | ec7f32d02e485bf80d659509db8f3ecfb0882ccc | [
"MIT"
] | permissive | xiwan/NettyGamer | 6398074e8d513d6c42e8a29f360a58d8c2bc9c24 | 429dcfb93caf8b13cefa915566b5cec97b71abce | refs/heads/master | 2020-05-14T16:32:44.250350 | 2019-05-22T12:08:44 | 2019-05-22T12:08:44 | 181,874,491 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 189 | java | package com.xiwan.NettyGamer.Job;
import java.util.ArrayList;
import java.util.List;
public interface IJob {
public void init();
public void job();
public void shutdown();
}
| [
"5155280@qq.com"
] | 5155280@qq.com |
e38cd0cddd496f987b09e832d40fe3be2a4540e6 | a565137c1de4669226ad057cd336618fdf2481d4 | /src/main/java/com/moon/spring/data/jpa/factory/SqlQueryLookupStrategyCreator.java | 761f6d787e2f4c40bc586f7cfb35b195b404c6c8 | [
"MIT"
] | permissive | moon-util/moon-util | ec58aefa46c526ae11b1a55a946c1763ecb9c693 | 28c5cb418861da4d0a5a035a3de919b86b939c0e | refs/heads/master | 2022-12-25T23:01:28.564115 | 2020-12-17T15:55:52 | 2020-12-17T15:55:52 | 184,226,062 | 8 | 1 | MIT | 2022-12-16T15:29:24 | 2019-04-30T08:46:31 | Java | UTF-8 | Java | false | false | 6,487 | java | package com.moon.spring.data.jpa.factory;
import com.moon.core.lang.ClassUtil;
import com.moon.core.lang.ref.FinalAccessor;
import org.springframework.data.jpa.provider.QueryExtractor;
import org.springframework.data.jpa.repository.query.EscapeCharacter;
import org.springframework.data.jpa.repository.query.JpaQueryLoo... | [
"xua744531854@163.com"
] | xua744531854@163.com |
168abf530bfb17d82af12295bae476b0e4f5d041 | b9aeca822e976296c241a90ae06c9361267d0cb6 | /test/org/nutz/mvc/testapp/classes/action/CommonTest.java | 0123f3f4a89fa9d77e972fa33bbb3bdce9a8791c | [
"Apache-2.0"
] | permissive | nutzam/nutz | 8bf0357da1a959330eac815ecf37ccd43e991268 | 17c2dbc97e705b9ea670a16bbebbaf63faf7bf2d | refs/heads/master | 2023-08-31T19:27:51.325161 | 2023-06-08T02:26:44 | 2023-06-08T02:26:44 | 1,873,881 | 2,367 | 930 | Apache-2.0 | 2023-07-07T21:38:17 | 2011-06-10T01:25:43 | Java | UTF-8 | Java | false | false | 3,171 | java | package org.nutz.mvc.testapp.classes.action;
import javax.servlet.ServletContext;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import org.nutz.ioc.annotation.InjectName;
import org.nutz.ioc.loader.annotation.IocBean;
impor... | [
"wendal1985@gmail.com"
] | wendal1985@gmail.com |
f3556385ec40610aa97743e630b9a20c2df55422 | 7bb847d4fd72e7946b676b62539d00246d35018c | /src/org/astm/ccr/EncounterType.java | b5c963146af569a13ba686237645e90f7d9c06d4 | [] | no_license | cclamb/usage.management.medical | acfadc8475a7ef01303434f7e40f111da286141f | 607a231623698a3d6c612d7f8bc75f6296fdd0b3 | refs/heads/master | 2020-12-24T17:26:39.064286 | 2010-10-11T00:01:47 | 2010-10-11T00:01:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,157 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
// 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: 2010.0... | [
"cclamb@cs.unm.edu"
] | cclamb@cs.unm.edu |
78736b5a49b1336d5ce320c20a9acf0e94d558f6 | 3ee36a59ae67f3918c1d5507938f1c9a39287a85 | /src/FormListener.java | 0bd21faae437d6a0df8b0dde5b718d01dbb237a7 | [] | no_license | RuiJu1998/MovieCollection | 3d59f4a1be7c6414c5d422c5b68f4e4024cc292e | 737d5037d9d96a7a407ffd0e67a5a78d01ae52c9 | refs/heads/master | 2020-04-16T18:39:59.252257 | 2019-01-16T01:22:14 | 2019-01-16T01:22:14 | 165,830,190 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 135 | java | import java.util.EventListener;
public interface FormListener extends EventListener {
public void formEventOccurred(FormEvent e);
}
| [
"rui@Ruis-MacBook-Pro.local"
] | rui@Ruis-MacBook-Pro.local |
2b605e6835739ea7b9d16fecf7dbe4d1ad93c741 | 1091bfb810ad7513a23d832c4ea6d10ea51775c3 | /CH14-SQLite/1412_SQliteDBHper(Final)/src/main/java/tw/tcnr21/m1405/M1405update.java | afce1b6cd399f2889d382b1e1c1438490c3662e2 | [
"MIT"
] | permissive | sars12349/Android-work-newest | 0b0debd06b3fde6e5e6f667d99dcf82cb1ba89a1 | c5580137dd24bbe8173b8a1e6653c607c88870d6 | refs/heads/master | 2020-04-18T06:30:18.130033 | 2019-03-14T08:47:57 | 2019-03-14T08:47:57 | 167,323,689 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,379 | java | package tw.tcnr21.m1405;
import android.os.Bundle;
import android.support.v4.content.ContextCompat;
import android.support.v7.app.AppCompatActivity;
import android.view.Menu;
import android.view.MenuItem;
import android.view.MotionEvent;
import android.view.View;
import android.widget.Button;
import android.widget.Edi... | [
"sars12349@gmail.com"
] | sars12349@gmail.com |
35302a39ff25d03f2f53db27f242063420331a21 | 8637757c7f2e49e4d67bc5295ee4e9d991382c1b | /src/main/java/zm/hashcode/mshengu/repository/ui/demographics/GenderRepository.java | 594d467a988fa897f492be68b9a4a19fc20a7302 | [] | no_license | smkumatela/mshengu | 63ee88e9bd91c961d6e453f802f76a2020b0a9e5 | 8528538b8c75b4298b467787bc0f624117e03354 | refs/heads/master | 2020-12-31T03:26:47.493050 | 2015-03-17T14:29:54 | 2015-03-17T14:29:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 451 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package zm.hashcode.mshengu.repository.ui.demographics;
import java.util.List;
import java.util.Set;
import org.springframework.data.repository.PagingAndSortingRepository;
import zm.hashcode.mshengu.domain.ui.demographi... | [
"Luckbliss@172.16.142.135"
] | Luckbliss@172.16.142.135 |
60fa667d9cba5ef630f00489791fcf1de5da2625 | f42be70f9037f7b9d6a8c41b972e7d6af3183451 | /dynamodb-spring-boot-core/src/main/java/com/github/wonwoo/dynamodb/repository/DynamoDBRepositoryFactory.java | 29c5eaccd0d87c584be96b6c0e3953d77ba45f32 | [
"Apache-2.0"
] | permissive | PioneerlabsOrg/dynamodb-spring-boot | 0ccd4382808b4973952817acbe8cc4e936370353 | c1d4cd4a384473fdc79941c596435fca848efe70 | refs/heads/master | 2020-03-28T21:32:05.487184 | 2018-09-19T12:15:00 | 2018-09-19T12:15:00 | 149,163,718 | 0 | 0 | Apache-2.0 | 2018-09-17T17:38:13 | 2018-09-17T17:38:13 | null | UTF-8 | Java | false | false | 1,554 | java | /*
* Copyright 2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"aoruqjfu@gmail.com"
] | aoruqjfu@gmail.com |
1655a538d2042717add643918af1a50c80d04f12 | de58f3607b567eed507251d4060648a53d6f37e7 | /2.JavaCore/src/com/javarush/task/task15/task1516/Solution.java | 75a48b15117330176c40352d06b872a06bec087e | [] | no_license | sorrelcat/javarush | f984ec782095e7608114ea7f52c65cd6a21264c2 | 13a0c8638ec95269eb9c281843cda27e976f7d9f | refs/heads/master | 2021-07-19T18:25:14.809877 | 2017-10-25T18:03:00 | 2017-10-25T18:03:00 | 105,542,130 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 710 | java | package com.javarush.task.task15.task1516;
/*
Значения по умолчанию
*/
public class Solution {
public static void main(String[] args) {
Solution s = new Solution();
System.out.println(s.intVar);
System.out.println(s.doubleVar);
System.out.println(s.DoubleVar);
System.out... | [
"o.schest@gmail.com"
] | o.schest@gmail.com |
9a33e18f9526d61bde4ac2c8a2983d060ac5979e | 6acc198889ba65d3900dfe7e4adeaf9b99bbd816 | /src/main/java/com/core/ssm/dao/IUserDao.java | 1f1fd6519e2574eee309ca3d13913e69977df2a7 | [] | no_license | f1ashine/SpringMVC-MybatisDemo | 33177170700fca0c617d38da4cd5926487de0087 | 8e99fdcdf7c0f4f7a3b9dbe635a2c6461d1bee83 | refs/heads/master | 2021-07-04T12:34:25.238677 | 2017-09-27T01:12:08 | 2017-09-27T01:12:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 144 | java | package com.core.ssm.dao;
import java.util.Map;
public interface IUserDao {
Map<String,Object> getUserById(Map<String,Object> map);
}
| [
"fkmail@163.com"
] | fkmail@163.com |
1201c01ad8cf6bd69255c6e821808da6ce161bec | 9ed58ddd48f28abe752d3a6a714c33c2455c7358 | /src/main/java/br/com/felipe/exception/RssException.java | 70f1cca310610652793d8757a2fdc78df4eb0437 | [] | no_license | felipewom-zz/JavaBlogFeedBurner | 20e7a65153c1aa509ce275e69b759f84afb29db3 | ac7c7302c7a844361cf8aa58cbd4fb0d32df7d9e | refs/heads/master | 2022-03-10T20:16:45.621276 | 2015-01-15T16:06:08 | 2015-01-15T16:06:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 152 | java | package br.com.felipe.exception;
public class RssException extends Exception{
public RssException(Throwable cause) {
super(cause);
}
}
| [
"felipewom@gmail.com"
] | felipewom@gmail.com |
6492c9aa27e1f2680e8025fc8ca758a61c523dd7 | b61a8ce87a27a325dba024f3d0fc67fb596fd291 | /0718/src/RadioButton/RadioBtn.java | f5983e7a0b083d2c1c84faf4417c54906186a400 | [] | no_license | sagek23/Java-Training | df8b7003b2d791f99c195433f61685a3ded3988a | 015e3dfffb10e3665960a71203cfcf37783048df | refs/heads/master | 2022-07-12T06:42:13.632644 | 2019-10-31T00:36:09 | 2019-10-31T00:36:09 | 218,571,922 | 0 | 0 | null | 2022-06-22T20:06:54 | 2019-10-30T16:24:33 | Java | UHC | Java | false | false | 2,809 | java | package RadioButton;
import java.awt.BorderLayout;
import java.awt.FlowLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import javax.swing.ButtonGroup;
import javax.swing.ImageIcon;
import javax.swing.JFrame;
import... | [
"ksjsjk123@gmail.com"
] | ksjsjk123@gmail.com |
8bce17e0cdac2887c257e82ac6d81b56871ef067 | 056324a979107168014f8e8a01e2bd6b220c4059 | /app/src/main/java/de/davidartmann/android/rosa2/util/eventbus/event/ArchiveDialogConfirmedEvent.java | 5ed6b8f2f7ebd1f312cdde932772da9301cf11c9 | [] | no_license | dartmann/Rosa-2.0 | 17a2bc9835498c0695ac8a9b8695c54e5a40d186 | 97529dc7b67f7f8a85578453c737eb11039eab5e | refs/heads/master | 2020-12-24T13:08:08.794182 | 2017-04-04T18:49:00 | 2017-04-04T18:49:00 | 66,391,161 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 270 | java | package de.davidartmann.android.rosa2.util.eventbus.event;
/**
* Event class for the confirmation of the cancel dialog of
* {@link de.davidartmann.android.rosa2.activity.EditActivity}.
* Created by david on 05.10.16.
*/
public class ArchiveDialogConfirmedEvent {
}
| [
"fatmouse69@gmail.com"
] | fatmouse69@gmail.com |
a89cf08c31bcf5389e6dc7206684860e6f80c538 | 7e41fc008bb1ad28cc0aaf03dbaadb5b0e2e6b16 | /src/test/java/com/woloszunwojciech/spring5recipeapp/services/ImageServiceImplTest.java | 9823d16061ed68b575f57e5c8e8892f4e1e5b708 | [] | no_license | woyteq1/abcd | 0b61afcc77a443ead5925ab0ccf9c911bf6494c5 | 7caaf45fb7286415c281b7ca0747807c0dacd3c0 | refs/heads/master | 2020-03-29T05:53:15.958015 | 2018-09-20T11:41:05 | 2018-09-20T11:41:05 | 149,600,098 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,812 | java | package com.woloszunwojciech.spring5recipeapp.services;
import com.woloszunwojciech.spring5recipeapp.domain.Recipe;
import com.woloszunwojciech.spring5recipeapp.repositories.RecipeRepository;
import org.junit.Before;
import org.junit.Test;
import org.mockito.ArgumentCaptor;
import org.mockito.Mock;
import org.mockito.... | [
"w.woloszun@gmail.com"
] | w.woloszun@gmail.com |
c963d5944786a1705a133088193bf3624b3276cf | 7587495be51cde3a96a356c3eaf967799b43a7d0 | /src/main/java/Logic/Builder/LastFloorBuilder.java | e04bcfdd8de4ca7cfb230831db5163f6dae6c465 | [] | no_license | Lemetr/Lift | 9e45a6ed972b5670760d6bad73f65f0ae632d65e | 41b7fff6ab942c38407cd6e5744218c3abdd52f9 | refs/heads/master | 2022-11-30T11:13:54.719816 | 2020-08-24T10:51:56 | 2020-08-24T10:51:56 | 289,901,526 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,043 | java | package Logic.Builder;
import Constants.Constants;
import Interfaces.IButton;
import Interfaces.IFloor;
import Interfaces.IFloorBuilder;
import Interfaces.IPassenger;
import Models.Floors.FloorImpl;
import Models.Passengers.Passenger;
import java.util.ArrayDeque;
import java.util.LinkedList;
import java.util.Queue;
i... | [
"lemetrriss@gmail.com"
] | lemetrriss@gmail.com |
89c0faf3ac6783cf45443faaaf52f1146887251b | 37cd0aff4e47f55090ced97e3f34f6d146b63edb | /app/src/main/java/com/dnbitstudio/londoncycles/utils/Utils.java | 8e05a75961295cbae13c6aefbf1fbf8a5a5a5182 | [] | no_license | dnbit/LondonCycles | ff5e3eecc3595a5094413951e3cc366ca971308d | e3764d5c55421f64822b9e65184c59d394215450 | refs/heads/master | 2020-08-03T16:53:17.941630 | 2016-12-20T23:09:36 | 2016-12-20T23:09:36 | 73,541,068 | 1 | 0 | null | 2016-12-20T23:09:37 | 2016-11-12T08:28:21 | null | UTF-8 | Java | false | false | 5,157 | java | package com.dnbitstudio.londoncycles.utils;
import com.google.android.gms.maps.model.BitmapDescriptor;
import com.google.android.gms.maps.model.BitmapDescriptorFactory;
import com.dnbitstudio.londoncycles.R;
import com.dnbitstudio.londoncycles.ui.BaseLocationActivity;
import android.content.Context;
import android.c... | [
"byakugan359@gmail.com"
] | byakugan359@gmail.com |
923dd9b603b4f6aca9855451b2c57c603428e02c | d9359f0929e13cb92181173f850473a98defc13e | /src/filters/pmp/pipes/RemotePipeProxy.java | 7527196f721f5def7ffd21abd715ccd5c717260a | [] | no_license | elisabethgombkoto/BeanBoxIntelliJ | 9c0f0e2484307044c1334069e11d066a5a27fd59 | 77db15f34f2cd3432f9da10ab1771fe2a8b564f3 | refs/heads/master | 2021-08-18T19:57:43.509672 | 2017-11-23T18:02:43 | 2017-11-23T18:02:43 | 110,537,993 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,230 | java | package filters.pmp.pipes;
import java.io.StreamCorruptedException;
import java.net.MalformedURLException;
import java.rmi.Naming;
import java.rmi.NotBoundException;
import java.rmi.RemoteException;
import filters.pmp.interfaces.IOable;
public class RemotePipeProxy<T> implements IOable<T, T>{
RemoteIOable<T> m_... | [
"ego8769@students.fhv.at"
] | ego8769@students.fhv.at |
5ded132d4a5bbbb4ccfe98b5e5e3d202fb880dcb | 48dd26d7c8356eddada078c5dc01f68c546fe489 | /src/main/java/org/sid/dao/ProjectionFilmRepository.java | 98d18a396b1e8decdffb9d3bca36cfd2da708a19 | [] | no_license | RAJAA1234/App-web-Gestion-des-cinemas-JEE-PartieFrontend-Thymleaf | 9547577094b50e21585a94df1b60049952365fff | 39a1d61f1aadd046d802b105d0c4dc4e4b559d90 | refs/heads/master | 2023-04-14T14:20:51.269598 | 2020-07-09T17:25:04 | 2020-07-09T17:25:04 | 278,425,683 | 1 | 0 | null | 2021-04-26T20:28:01 | 2020-07-09T17:14:33 | Java | UTF-8 | Java | false | false | 796 | java | package org.sid.dao;
import org.sid.entite.ProjectionFilm;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.PageRequest;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.... | [
"MOUHIB.RAJAA@emsi-edu.ma"
] | MOUHIB.RAJAA@emsi-edu.ma |
0680c86c829d2812148c4ef70e78236488fcf2ed | 221fac1821481bab67beb76400dc4073ea83e191 | /src/main.java | 759415b823958c9c60135eda3fc15e9b7bc2afb5 | [] | no_license | pinonclement/GrapheVoyageur | f935d3cfc8f38599fbf2da9281fd6dfecbfd8412 | c80c18b8a02270c0c1505251a3962a3920ba2a4d | refs/heads/master | 2021-01-18T19:17:34.912558 | 2017-04-06T09:23:40 | 2017-04-06T09:23:40 | 86,895,832 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 256 | java |
public class main {
public static void main(String[] args) {
// TODO Auto-generated method stub
TSP tsp = new TSP();
tsp.ajoutPoints(200);
tsp.circuitrandom();
tsp.circuit();
tsp.longueur();
tsp.glouton();
tsp.heuristique();
}
}
| [
"clem.pi@live.fr"
] | clem.pi@live.fr |
c700fe2236f5c875d181a2af0a3e3554dfbed91d | 0c220a8716b7423f169eee4e9cc435e1ebfa8271 | /zheng-ucenter/zheng-ucenter-dao/src/main/java/com/zheng/ucenter/dao/mapper/UcenterUserMapper.java | 7ef7a784fd5cefb2fa6abed33af4bf6da1edea36 | [
"MIT"
] | permissive | mhearttzw/yunyi | d304f9a135642fec2611578199bfccce542591da | 931cbea0fe851bedcdba5b6fbc36a599f216ec5f | refs/heads/master | 2021-04-12T08:54:50.607583 | 2018-04-16T13:49:01 | 2018-04-16T13:49:01 | 126,781,655 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,576 | java | package com.zheng.ucenter.dao.mapper;
import com.zheng.ucenter.dao.model.CmsArticle;
import com.zheng.ucenter.dao.model.UcenterUser;
import com.zheng.ucenter.dao.model.UcenterUserExample;
import java.util.List;
import com.zheng.ucenter.dao.model.dto.CmsArticleDto;
import org.apache.ibatis.annotations.Param;
public i... | [
"mhearttzw@gmail.com"
] | mhearttzw@gmail.com |
dbb252653454f09eccfe41b2689e5ceadcddf7dc | d946961d06cd61250004e0fcf77f8e91ecd85ca2 | /src/oop/inheritance/verifone/v240m/VerifoneV240mGPS.java | a053557ba61ddcd1d88e2ba5cac38214c905f9d8 | [] | no_license | RicardoJuarez305951/tpv-exercise | 41b5b387a9b8e280050ade2a43625a037a939df1 | 5c5ce1755ba22553574a0f558dda71adc7f9d339 | refs/heads/main | 2023-04-06T10:42:42.685046 | 2021-04-21T20:34:47 | 2021-04-21T20:34:47 | 360,016,328 | 0 | 0 | null | 2021-04-21T03:04:54 | 2021-04-21T03:04:53 | null | UTF-8 | Java | false | false | 1,166 | java | package oop.inheritance.verifone.v240m;
public class VerifoneV240mGPS{
private static VerifoneV240mGPS uniqueInstance;
private VerifoneV240mGPS(){
}
public static VerifoneV240mGPS getInstance(){
if(uniqueInstance == null){
uniqueInstance = new VerifoneV240mGPS();
}
... | [
"ricardojuarezflores01@gmail.com"
] | ricardojuarezflores01@gmail.com |
e61bc6e1651e761a738ddb79847b8ea7f96d357c | 697b29d5aab1fc57b1b5f27338c1225bdb54e53b | /src/main/java/webdemo/WebAppInitializer.java | 86ec33fe9ddfea01baa7ba3cd1ef815c8c1725e1 | [] | no_license | Eugnat/spring-security-trial | 5b3dff4bb53c2e6de18f16a0d41aba4bbecf8524 | a2fb1e8c5b3f70d9f70446fa633273890a38dd3f | refs/heads/master | 2020-04-23T14:57:37.553400 | 2019-02-18T12:40:53 | 2019-02-18T12:40:53 | 171,249,094 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 947 | java | package webdemo;
import org.springframework.core.annotation.Order;
import org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer;
import webdemo.config.*;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
@Order(1)
public class WebAppInitializer
... | [
"yevgeny.zazdravnykh@gmail.com"
] | yevgeny.zazdravnykh@gmail.com |
49fa0f2d184c914dc21a07b95fa335dfd479507f | 08cd8d0e18d9ae512be9771b09e94dfee66a12d9 | /src/main/java/br/com/vanglas/util/jsf/JsfExceptionHandlerFactory.java | 614a3224fc087be79f6f9f2fa84d373115338d14 | [] | no_license | paulohorizonti/vanglas | 4e41ef943f2c3834c732b02c4c36897d08d07569 | a328c5bb35a3f22d5df181945ec411888d35fb80 | refs/heads/master | 2023-01-06T06:11:14.768950 | 2020-10-30T21:34:39 | 2020-10-30T21:34:39 | 297,756,496 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 479 | java | package br.com.vanglas.util.jsf;
import javax.faces.context.ExceptionHandler;
import javax.faces.context.ExceptionHandlerFactory;
public class JsfExceptionHandlerFactory extends ExceptionHandlerFactory {
private ExceptionHandlerFactory parent;
public JsfExceptionHandlerFactory(ExceptionHandlerFactory parent) {
... | [
"pnagi2012@gmail.com"
] | pnagi2012@gmail.com |
274351b2d6d261ef400d60fae9fa6d0f3927a424 | 191581300643abd865d242ab2389ca794f1e871d | /v1_16_R3/src/main/java/com/minefit/xerxestireiron/tallnether/v1_16_R3/BiomeModifiers/BiomeModifier.java | 1daf6757d1ac514fa99c13352b2d6399d2566dc7 | [] | no_license | OtakuMegane/TallNether | 90e930983e637e8e7b3afefa0de2b62cc2422844 | 53e04ff10d584f78327230d9f607ad7747cc2fe5 | refs/heads/master | 2021-12-27T17:26:16.091031 | 2021-12-24T02:31:14 | 2021-12-24T02:31:14 | 55,877,016 | 12 | 4 | null | null | null | null | UTF-8 | Java | false | false | 710 | java | package com.minefit.xerxestireiron.tallnether.v1_16_R3.BiomeModifiers;
import java.lang.reflect.Field;
import com.minefit.xerxestireiron.tallnether.ReflectionHelper;
import net.minecraft.server.v1_16_R3.BiomeBase;
import net.minecraft.server.v1_16_R3.BiomeSettingsGeneration;
public class BiomeModifier {
public... | [
"otakumegane@insaneotaku.com"
] | otakumegane@insaneotaku.com |
4a917e42a74e3f79cde61c24e83efc6583f28210 | 5e945f3be803a70c9d860696e40231dcc4a299cc | /src/model/servlet/RoomListServlet.java | 93c330ed71fee8b452c751398ea2d50a37f65a7f | [] | no_license | NaHyeongJin/JSLTeamProject | 3d2d320f75d00f3f4bd989024bfc4383e2596c12 | de8994a4ff7af597e09e4e33a6c1570b9f9aafa6 | refs/heads/main | 2023-01-28T17:12:38.373976 | 2020-12-03T12:03:55 | 2020-12-03T12:03:55 | 316,156,546 | 0 | 0 | null | 2020-12-03T12:03:56 | 2020-11-26T07:40:35 | JavaScript | UTF-8 | Java | false | false | 3,363 | java | package model.servlet;
import java.io.IOException;
import java.util.List;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServle... | [
"noreply@github.com"
] | NaHyeongJin.noreply@github.com |
2e701158cde95ea9cec82079927541d37c7ac973 | ad0b3d49fcee74db858e72eccb7773aa982c35b6 | /uitest/src/com/vaadin/tests/components/grid/GridSubPixelProblemWrappingTest.java | d8027f8934b31eef17ffd5ee9e2b344bf74ea733 | [
"Apache-2.0"
] | permissive | travisfw/vaadin | b88dd1f649019ceabbcfbe2049574ee81c72b84e | 6961ad54df58f09930a451bba1c5b72e1429e789 | refs/heads/master | 2021-01-24T19:51:59.571001 | 2015-07-06T00:48:35 | 2015-07-06T00:48:35 | 35,126,389 | 0 | 0 | null | 2015-05-05T22:06:00 | 2015-05-05T22:05:59 | null | UTF-8 | Java | false | false | 1,945 | java | /*
* Copyright 2000-2014 Vaadin Ltd.
*
* 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... | [
"artur@vaadin.com"
] | artur@vaadin.com |
b406011b1288b721015de0b7b814241447a2b695 | fcd46f84c746f5ed1dd38ce24f9cf5b27e150d78 | /finder-web/src/main/java/com/skin/finder/util/RandomUtil.java | f5fb391430f8cdd358d70f3de088acc6a06a562e | [
"Apache-2.0"
] | permissive | lambertwe/finder-parent | f03936ac7c1a9cec3901fbd2dd4e82e92296b099 | 378a643fda255a79582a4666637875c05bfb07fd | refs/heads/master | 2022-05-01T10:38:31.872493 | 2021-07-01T02:07:44 | 2021-07-01T02:07:44 | 177,890,255 | 0 | 0 | Apache-2.0 | 2022-03-31T18:47:21 | 2019-03-27T00:37:04 | Java | UTF-8 | Java | false | false | 1,284 | java | /*
* $RCSfile: RandomUtil.java,v $
* $Revision: 1.1 $
*
* Copyright (C) 2008 Skin, Inc. All rights reserved.
*
* This software is the proprietary information of Skin, Inc.
* Use is subject to license terms.
*/
package com.skin.finder.util;
import java.util.Random;
/**
* <p>Title: RandomUtil</p>
* <p>Descrip... | [
"171809180@qq.com"
] | 171809180@qq.com |
9eef49ccfff4d15a4f535268de7bcb07ea73c8e9 | e5b4b05035b37097e487179d61744530b9fa9d79 | /src/test/java/rocks/byivo/passwordmeter/measure/score/requiremets/RequirementCheckerTest.java | 095d9f2ca2587528aea95328aea3796138ced499 | [] | no_license | ByIvo/password-meter | a6292c09040fd1d6bfffaa6183a7aeb5257033ab | e13841671a47f09239937c57d415188700d68fc0 | refs/heads/master | 2020-03-27T19:41:52.656935 | 2018-09-05T01:50:34 | 2018-09-05T01:50:34 | 147,005,920 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,403 | java | package rocks.byivo.passwordmeter.measure.score.requiremets;
import static org.hamcrest.Matchers.is;
import static org.junit.Assert.assertThat;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
import static rocks.byivo.passwordmeter.model.Requirement.HAS_MINIMUM_LENGTH;
import static r... | [
"irbatistela@gmail.com"
] | irbatistela@gmail.com |
ea7237ab046edfe0f89895f8ae34ab9811a5baf6 | 29ef246e7e9030611f5d9d35122791badb9426b9 | /src/com/sopiana/yang/javaDecompiler/component/sub/frame/same_frame.java | 06c5725c3656d62c2d0f99def979098af74fca13 | [] | no_license | sopiana/javaDecompiler | c6085f36d04100dca80c9eec2062b951b7620aec | 4c09b7db1fd87f24d56dadee4fd9e6b552b93714 | refs/heads/master | 2021-05-31T15:58:37.607374 | 2016-04-27T16:13:31 | 2016-04-27T16:13:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 572 | java | package com.sopiana.yang.javaDecompiler.component.sub.frame;
import com.sopiana.yang.javaDecompiler.component.cp_info;
import com.sopiana.yang.javaDecompiler.component.sub.stack_map_frame;
public class same_frame extends stack_map_frame
{
public static same_frame getInstance(byte[] classFileData, int offset)
{
sa... | [
"yang.sopiana@gmail.com"
] | yang.sopiana@gmail.com |
11f9851dd013fbdd8f3023f0298090da15226a53 | c733e6b433914a8faba256c7853f5cf2cd39c62a | /Java/priorityQueue/_347_TopKFrequentElements.java | 83e156fe46665d52ce061c8856f5eab741cac707 | [] | no_license | YaqianQi/Algorithm-and-Data-Structure | 3016bebcc1f1356b6e5f3c3e588f3d46c276a805 | 2e1751263f484709102f7f2caf18776a004c8230 | refs/heads/master | 2021-10-27T16:29:18.409235 | 2021-10-14T13:57:36 | 2021-10-14T13:57:36 | 178,946,803 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,215 | java | import java.util.*;
public class _347_TopKFrequentElements {
public List<Integer> topKFrequent(int[] nums, int k) {
HashMap<Integer, Integer> map = new HashMap<>();
for (int num : nums) {
map.put(num, map.getOrDefault(num, 0) + 1);
}
// create a min heap
Prio... | [
"noreply@github.com"
] | YaqianQi.noreply@github.com |
649af260624edfe4e0b54ac2897b05bd4b9833ad | f203fdfd85c0705dbc05a171b8f42bd3a628917f | /algorithms/leet/java/70-climbing-stairs-b.java | ef18d44f7cb260be9a44082371314f96fb263e2b | [] | no_license | krfong916/fullcourtpressed | 6e0fb1091a93dca6270173b5d88430557c422269 | 8fdee5d3141aa215bda8043997b144fecca0fa0c | refs/heads/master | 2023-03-12T01:47:40.193373 | 2021-11-14T06:16:59 | 2021-11-14T06:16:59 | 238,838,256 | 0 | 0 | null | 2023-03-05T23:31:10 | 2020-02-07T03:46:55 | Java | UTF-8 | Java | false | false | 266 | java | class Solution {
public int climbStairs(int n) {
int[] dp = new int[n + 1];
if (n == 0 || n == 1 || n == 2) return n;
dp[0] = 0; dp[1] = 1; dp[2] = 2;
for (int i = 3; i <= n; i++) {
dp[i] = dp[i - 1] + dp[i - 2];
}
return dp[n];
}
} | [
"krfong@ucsc.edu"
] | krfong@ucsc.edu |
db0261c6f41909552bd9ebbad0a1eb8353c0d363 | 46dcacf51903160d4bf5c66798b08947f24aaf40 | /pipe-service/pipe-rta/src/main/java/com/bs/pipe/service/impl/RtaLegendStandardImpl.java | 537c348420e944760877be2d3ee14c6e8743cec0 | [] | no_license | Moming0/pipe | 7d989cd8331e61d4bf4b7bdd4d79be4ae802bb75 | 447e17485646db80d13393cabf02a16775c7dafd | refs/heads/master | 2023-04-08T15:51:12.222933 | 2021-04-20T03:28:17 | 2021-04-20T03:28:17 | 355,085,338 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,564 | java | package com.bs.pipe.service.impl;
import java.util.*;
import com.bs.pipe.entity.po.RtaLegendStandard;
import com.bs.pipe.exception.BusinessException;
import com.bs.pipe.mapper.RtaLegendStandardMapper;
import com.bs.pipe.service.RtaLegendStandardService;
import org.apache.commons.collections.CollectionUtils;
import or... | [
"437858220@qq.com"
] | 437858220@qq.com |
94c535c21736d2aac5b3a9da51e3a2625a3263fe | 927569a3f9024f4d58fdf0c4b4e5d98dff227ec0 | /demo/src/com/ichliebephone/AndroidPreferenceDemoII.java | df1b0532dfbb843a7bd0ba312eb65b5f026e73fc | [] | no_license | loveFeng/android-widget | 9eab91c92ca4a569f2e2a4b6ba4a9f934eddafb0 | 5c9b5e220e51fb1f0b991061f1699045b3a7b40a | refs/heads/master | 2020-06-03T21:27:41.210208 | 2014-03-14T09:39:05 | 2014-03-14T09:39:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,844 | java | package com.ichliebephone;
import com.example.demo_highlights.R;
import android.app.Activity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.util.Log;
import android.view.Menu;
import android.view.MenuItem;... | [
"jiangzongwen@project.com"
] | jiangzongwen@project.com |
f5bae65ddd14b9dee0fae0d0c2c8b61df78bdfa5 | 235175e676df449e168c26180a6905ed1ee3ac30 | /SRC/Objetos/Boletos.java | 1e7102a00b1a5b95de3f23bf1708088e279a59a4 | [] | no_license | WEBEXZ/Estadio | 744746f14346335ddaa876abc347f90196e968b2 | 9310443acc41dda708ee24d8f74497fbd9fff0c5 | refs/heads/master | 2021-01-21T11:08:15.060281 | 2014-12-07T05:39:15 | 2014-12-07T05:39:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,872 | java | package Acciones;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import javax.swing.JOptionPane;
public class Boletos
{
Conexion conexion = new Conexion();
public void agregar_cliente(String Clave,int id_Zona, int id_Area,int id_Temporada,int id_Partido,String nom_Cliente,String tipo_Clie... | [
"audi.icon@hotmail.com"
] | audi.icon@hotmail.com |
9625b9c6bb4c7f3ef7568fd42b5608c9ba8f71ec | 762a99183550fb163c5f6156f4165958cbef76ad | /src/main/java/com/exercise/nosunsetservice/controllers/ExceptionHandlerController.java | 39fdcbe119b7c749a16b6c09dcb9a1af762b641b | [] | no_license | neetubansal13/demoproject | 10d9434846f9befe79c1732b6d66a0a31746b30a | c42bcb4ec09ae86776b4b523c50d3402e68a287f | refs/heads/master | 2023-06-29T22:50:54.808024 | 2021-08-03T07:01:16 | 2021-08-03T07:01:16 | 392,222,026 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 593 | java | package com.exercise.nosunsetservice.controllers;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.ControllerAdvice;
import org.springframework.web.bind.annotation.ExceptionHandler;
import com.exercise.nosunsetservice.exceptions.SunsetServiceException;
@ControllerAdvice
... | [
"Neetu.Bansal@LAP-TZD-0X88309.IN.COFORGETECH.COM"
] | Neetu.Bansal@LAP-TZD-0X88309.IN.COFORGETECH.COM |
646f8a180e0011fd5dcf79a91288d4e6856db840 | ba3c937860fa1903741c256f52b602eb3682685c | /src/me/grax/jbytemod/ui/JAboutFrame.java | 1fca99202bb2c6d3e3bf24d20911c8c21486528f | [] | no_license | Techlord-RCE/JByteMod-Beta | 7dcaa3ee9f25da2ef3a94de317ac6fd87f4c5a1c | 7fa09842e36113e8fda2347b864f5ddfa89c3535 | refs/heads/master | 2021-09-04T02:22:53.171041 | 2018-01-14T16:11:09 | 2018-01-14T16:11:09 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 2,043 | java | package me.grax.jbytemod.ui;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JDialog;
import javax.swing.JPanel;
import javax.swing.JTextPane;
import jav... | [
"grax@graxco.de"
] | grax@graxco.de |
3e4c89a7455728e87a37b4d1c705f6a03981d12c | 678adc0bade1f2594b18e844b06938c7e444b5f0 | /distributed-programming-in-java/src/main/java/edu/coursera/parallel/StudentAnalytics.java | 88a66a21f3e761ce19debcceb6689d2b6732b842 | [
"Unlicense"
] | permissive | farinazgh/parallel-concurrent-distributed-programming | 7e4596f911bc513353ae10440490950c5b531d4d | ac91aabcb4558c098f5067c640e24940052b78de | refs/heads/main | 2023-02-08T05:51:19.777598 | 2021-01-01T16:57:54 | 2021-01-01T16:57:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,940 | java | package edu.coursera.parallel;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* A simple wrapper class for various analytics methods.
*/
public final class StudentAnalytics {
/**
* Sequentially computes the average age of all actively enrolled student... | [
"farinaz.ghasemi@gmail.com"
] | farinaz.ghasemi@gmail.com |
fd090d9040bba9e3394f4c0c66433856dc02a421 | f6b9ddd6dd31284993a58138c490442cdc7b6a03 | /Ejercicio05.java | 5ca063523d93f673238f45a6a82a88149120266c | [] | no_license | Lucilaada/Ejercicios-ada-procedural | c25ae0e383f061cbaab8eb14cb801a067ae00338 | 127438f301c49a3376ef340a90e81043633e8643 | refs/heads/master | 2020-09-04T17:42:51.682541 | 2019-11-05T19:47:52 | 2019-11-05T19:47:52 | 219,836,407 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,489 | java | import java.util.Scanner;
/**
* Ejercicio05
*/
public class Ejercicio05 {
public static Scanner Teclado = new Scanner(System.in);
public static void main(String[] args) {
int numeroVentas;
int a=0;
int b=0;
int c=0;
int t1=0;
int t2=0;
int t3=0;
... | [
"lucilasol.aguilar01"
] | lucilasol.aguilar01 |
cafa40abbec451f877033f845d2288d0fb97fe17 | ed9eaec84195d990b7f05623e152d75cac98769a | /src/main/java/io/stibits/web/rest/AuditResource.java | 7bb8392461802ef18c47200b75405654725adf67 | [] | no_license | BulkSecurityGeneratorProject/extract-from-blockchain | 4ef3a22ea6fe49fb369144d1a18edda198803ea4 | 3f728325a7a17b6fb26349a59a14cf1c05945f16 | refs/heads/master | 2022-12-10T07:41:13.695608 | 2019-04-22T11:23:45 | 2019-04-22T11:23:45 | 296,582,922 | 0 | 0 | null | 2020-09-18T09:59:14 | 2020-09-18T09:59:13 | null | UTF-8 | Java | false | false | 2,946 | java | package io.stibits.web.rest;
import io.stibits.service.AuditEventService;
import io.stibits.web.rest.util.PaginationUtil;
import io.github.jhipster.web.util.ResponseUtil;
import org.springframework.boot.actuate.audit.AuditEvent;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pagea... | [
"mhammam@sitibits.io"
] | mhammam@sitibits.io |
c9cc1507f41c7c1a35db1840177eca21ce9e0c70 | caf8d8ab00196c52b43fc3d9895d33368666a126 | /3 - Construtores e Encapsulamento/ex3/ex2/Pessoa.java | 9d4f9b29f9e18f12abcf9c70e6851d0bbe68b3fb | [] | no_license | luamz/orientacao-a-objetos | 1d75cd62872cfde68005e23b9b927bca11b5bde4 | 9170c10bd714a4a7cd52299a84d06b62708028e9 | refs/heads/master | 2023-03-05T15:36:46.435558 | 2021-02-15T11:10:44 | 2021-02-15T11:10:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 624 | java | package ex3.ex2;
/* @author Luam */
public class Pessoa {
protected String nome;
protected int idade;
public Pessoa(String nome, int idade) {
this.nome = nome;
this.idade = idade;
}
void fazAniversario(){
idade++;
}
void imprimir(){
System.out.prin... | [
"Luam@192.168.1.15"
] | Luam@192.168.1.15 |
248b425c9d9527122d7f39640e165abdebc3f5b1 | 70a14851cd185261c1ced3bb07f6206ea1d2f9ab | /Array insertion/Main.java | ddcc1192b5a329c3d8a9db4dfce3203286f32131 | [] | no_license | Nithy-Sree/Playground | 1a255ca4006ebb5741e3c4d4de0aa90ce1301b3c | cab353c550dc0cac39e9a7140d8132fccede042a | refs/heads/master | 2021-05-26T20:39:20.091455 | 2020-05-06T10:40:13 | 2020-05-06T10:40:13 | 254,162,125 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 520 | java | #include<iostream>
using namespace std;
int main()
{
int n,i;
cin>>n;
int a[n];
for(i=0;i<n;i++)
{
cin>>a[i];
}
int l,val;
cin>>l>>val;
n++;
for(i=n;i>=l;i--)
a[i]=a[i-1];
a[l-1]=val;
cout<<"Enter the number of elements in the array\nEnter the elements in the array\nEnter the location whe... | [
"54515763+Nithy-Sree@users.noreply.github.com"
] | 54515763+Nithy-Sree@users.noreply.github.com |
86f6c7c84f90e98bb57d08bf0cc8291875668e7c | 0099cf9ecfb5fc5de223854ebc49e60d2a67436a | /NewsService/src/TechnologyServlet.java | 7091990e797f221b1c53cc7420d0a4d6a5a57b14 | [] | no_license | VSTR39/Programming101-Java | ccb0f5496c04914253366f5b1c812900e48e7210 | 78fd083c05bdf47ef3ccbca33508ff190f80ec0a | refs/heads/master | 2021-01-10T15:25:07.811708 | 2016-03-25T18:49:43 | 2016-03-25T18:49:43 | 47,116,203 | 0 | 3 | null | 2016-01-18T19:27:07 | 2015-11-30T12:13:00 | HTML | UTF-8 | Java | false | false | 1,116 | java |
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/**
* Servlet implementation class TechnologyServlet
*/
@WebServlet("/Te... | [
"vstr93@abv.bg"
] | vstr93@abv.bg |
a51b5b98c4361f4559ba26c9062b8fd6c1d2890d | e245da2da841089900f82ddefe3636c817b1d4a9 | /src/com/sinosoft/lis/vschema/LABranchGroupBSet.java | 9c947f23cfa16925ac6f46851e844a1ff0177a8e | [] | no_license | ssdtfarm/Productoin_CMS | 46820daa441b449bd96ec699c554bb594017b63e | 753818ca1ddb1b05e5d459b8028580b7ac8250b5 | refs/heads/master | 2020-04-12T22:54:13.456687 | 2016-04-14T06:44:57 | 2016-04-14T06:44:57 | 60,250,819 | 0 | 3 | null | 2016-06-02T09:29:06 | 2016-06-02T09:29:05 | null | UTF-8 | Java | false | false | 2,372 | java | /**
* Copyright (c) 2002 sinosoft Co. Ltd.
* All right reserved.
*/
package com.sinosoft.lis.vschema;
import com.sinosoft.lis.schema.LABranchGroupBSchema;
import com.sinosoft.utility.*;
/*
* <p>ClassName: LABranchGroupBSet </p>
* <p>Description: LABranchGroupBSchemaSet类文件 </p>
* <p>Copyright: Copyright (c) 20... | [
"ja_net@163.com"
] | ja_net@163.com |
82c03296408c7af68cee0f9810553dd8fe759b3f | e56a1201d911258bf829be71fb309387eaa06312 | /EJEntregar/app/src/main/java/com/example/ejentregar/AdaptadorListaCompleta.java | 38535a2b41b7f9c67a4ddf4fb02ae5d9d9e9a9f8 | [] | no_license | Matias-Louzao-Ataria/Android | 84f81b3cb5e47031017c004ad747b1fe26f30c8a | e2e561ea1f1e639a2500f04d2e90727014c12f6b | refs/heads/master | 2023-03-01T08:26:24.718171 | 2021-02-10T17:11:39 | 2021-02-10T17:11:39 | 302,009,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,848 | java | package com.example.ejentregar;
import android.os.Build;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.CheckBox;
import android.widget.ImageView;
import android.widget.TextView;
import java.time.LocalDate;
import androidx.annotation.NonNull;
import a... | [
"louzao.ataria.matias@gmail.com"
] | louzao.ataria.matias@gmail.com |
ea0bb0cbc078af7fa9d61ffd1c385b5d427b53bd | 634497f6be03d2fb731518592a7b8dfa919ce44c | /components/org.wso2.carbon.deployment.engine/src/test/java/org/wso2/carbon/deployment/engine/listeners/CustomLifecycleListener.java | df28a5a8d630f8bbc05f890fb71971a5c779a131 | [
"Apache-2.0"
] | permissive | Subasinghe/carbon-deployment | 84c13ff5da7edd5bc3c690f6a3dd2f895e69e689 | 11a5b5f439294c9b0ef63bd6f9ab13d24a81a7da | refs/heads/master | 2021-01-01T19:03:46.007016 | 2017-06-21T05:20:52 | 2017-06-21T05:20:52 | 98,495,694 | 0 | 0 | null | 2017-07-27T05:02:40 | 2017-07-27T05:02:40 | null | UTF-8 | Java | false | false | 1,542 | java | /*
* Copyright (c) $today.year, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you 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... | [
"kasunbg@gmail.com"
] | kasunbg@gmail.com |
eee72eb2d7bcc5080d727df2b292105958bf5da5 | aa6997aba1475b414c1688c9acb482ebf06511d9 | /src/java/util/zip/Inflater.java | e488bfef411020365f8c84c39ced9e1dbb3d095a | [] | no_license | yueny/JDKSource1.8 | eefb5bc88b80ae065db4bc63ac4697bd83f1383e | b88b99265ecf7a98777dd23bccaaff8846baaa98 | refs/heads/master | 2021-06-28T00:47:52.426412 | 2020-12-17T13:34:40 | 2020-12-17T13:34:40 | 196,523,101 | 4 | 2 | null | null | null | null | UTF-8 | Java | false | false | 11,686 | java | /*
* Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package java.util.zip;
/**
* This class provides support for general purpose decompression using the
... | [
"yueny09@163.com"
] | yueny09@163.com |
508faed32bcb5986560cb590248cbc53fab6bba9 | 2672c126e9e05f42dc481419d7689c85cbae3d2b | /MicroserviciosSpringBoot/example-microservice-master-Person/src/main/java/com/profile/examplemicroservices/service/PersonServiceImpl.java | c78d23ba49ef946906a716de94da4a296f7a00c4 | [] | no_license | daviddp98/DIU-21 | 9cb411b34e938eaf3db766e86ff8ffb969c338ba | e9bd4f342ab60b981511d6a3991fd608cd5d079d | refs/heads/main | 2023-06-03T13:17:18.439880 | 2021-06-11T10:47:52 | 2021-06-11T10:47:52 | 329,587,484 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,796 | java | package com.profile.examplemicroservices.service;
import com.profile.examplemicroservices.model.PersonVO;
import com.profile.examplemicroservices.model.dto.PersonDTO;
import com.profile.examplemicroservices.repository.PersonRepository;
import com.profile.examplemicroservices.service.converter.PersonConverterToDTO;
imp... | [
"daviddp98@gmail.com"
] | daviddp98@gmail.com |
d9a1517bf85b1b5897f52b1dfa269ea2347fa92b | 6114e67c912a631ca80b2e5126262d241309ccc6 | /src/main/java/com/pmo/dashboard/controller/SendEmailController.java | 6f636ea52b2d2046030143d416df499f4f02e699 | [] | no_license | chaings/PMO | fe109414f9dadc02e16a560ed81a998cbc687db0 | 49860195f23109ac5e23a2be4840a7eee0d6349f | refs/heads/master | 2020-03-13T20:41:34.610435 | 2018-09-06T03:20:51 | 2018-09-06T03:20:51 | 131,280,217 | 3 | 0 | null | 2018-04-27T10:08:51 | 2018-04-27T10:08:50 | null | UTF-8 | Java | false | false | 6,685 | java | package com.pmo.dashboard.controller;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.json.JSONArray;
import org.springframework.stereotype.Contr... | [
"aoqishequ@163.com"
] | aoqishequ@163.com |
cb1d7e3faf7f5452c9cc382680c65640d2c0140c | 028cbe18b4e5c347f664c592cbc7f56729b74060 | /external/modules/relaxngcc/src/relaxngcc/parser/IncludeParserRuntime.java | 997d582cbe0138fff2aef93622a9eefcf6541c18 | [] | no_license | dmatej/Glassfish-SVN-Patched | 8d355ff753b23a9a1bd9d7475fa4b2cfd3b40f9e | 269e29ba90db6d9c38271f7acd2affcacf2416f1 | refs/heads/master | 2021-05-28T12:55:06.267463 | 2014-11-11T04:21:44 | 2014-11-11T04:21:44 | 23,610,469 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,215 | java | package relaxngcc.parser;
import relaxngcc.parser.state.IncludedGrammarState;
/**
* Used to parse grammar included by <include> elements.
*
* @author Kohsuke Kawaguchi (kk@kohsuke.org)
*/
public class IncludeParserRuntime extends ParserRuntime {
/**
* @param
* The parent runtime object tha... | [
"janey@6f3ba3e3-413c-0410-a8aa-90bee3ab43b5"
] | janey@6f3ba3e3-413c-0410-a8aa-90bee3ab43b5 |
bd0bbfa66d2d1f1b56052b23b7c168c598304c67 | 6018c9bcf3eec8854238a8107e491a19b4c40728 | /LamdabasicsanAssignment/src/LambdaBasics/Lambdaseven.java | e4378ffd0d6d9fd49a2d23f78d7bd94c78b15e56 | [] | no_license | Ganesh-6301/Spring-Core | 1b41cbf8f37d27f89a2b48033c5a68069d3c94f3 | 4f10736d0cf35f5a769bff93da91b0f44a9828e5 | refs/heads/master | 2023-04-23T08:01:13.650843 | 2021-05-14T14:30:58 | 2021-05-14T14:30:58 | 367,392,636 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 707 | java | package LambdaBasics;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import java.util.Set;
public class Lambdaseven {
public static void main(String[] args) {
HashMap<String,String> h=new HashMap<String, String>();
StringBuilder p=new StringBuilder();
h.put("Navin", "Venky")... | [
"ganesh.sadashiv-kaladagi@capgemini.com"
] | ganesh.sadashiv-kaladagi@capgemini.com |
b848f27debe3d0a334d982d0012f417c517ed58b | e61b05f444a2621567c444f83e229f3067e3dc7d | /src/main/java/codesquad/domain/AttachmentRepository.java | b3bb30dd825c73aa9bad0ce14618ab6ee8aeafbe | [] | no_license | imjinbro/java-ims | 83c60c5f4b71fa4beaacbfb0d7b93b7b240c85d6 | f200c9de950a2889fe8993b1b7489b51089e75ad | refs/heads/master | 2020-03-19T20:04:39.371250 | 2018-08-23T15:45:02 | 2018-08-23T15:45:02 | 136,887,080 | 0 | 0 | null | 2018-06-11T07:02:05 | 2018-06-11T07:02:05 | null | UTF-8 | Java | false | false | 170 | java | package codesquad.domain;
import org.springframework.data.repository.CrudRepository;
public interface AttachmentRepository extends CrudRepository<Attachment, Long> {
}
| [
"javajigi@gmail.com"
] | javajigi@gmail.com |
d309906ffc894015c37356209f5970950d2e787b | 4de4d25d636e03d6e08bdbfb0f8e07587b7d933a | /kodilla-patterns/src/test/java/com/kodilla/patterns/singleton/prototype/library/LibraryTestSuite.java | fd860abec9a6a0e60e30e9571a269381a97557fc | [] | no_license | MarcinBilant/Marcin-Bilant-kodilla-java | 10b18784f9bd753898c562476ca16c838db08811 | 022b1f9e4ee42f4b0a78c2c71ebd861e305515d1 | refs/heads/master | 2020-05-04T23:54:28.533251 | 2019-11-20T21:51:31 | 2019-11-20T21:51:31 | 179,558,960 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,643 | java | package com.kodilla.patterns.singleton.prototype.library;
import com.kodilla.patterns.prototype.Library.Book;
import com.kodilla.patterns.prototype.Library.Library;
import org.junit.Assert;
import org.junit.Test;
import java.time.LocalDate;
import java.util.stream.IntStream;
public class LibraryTestSuite {
@Test... | [
"marcinb@fabelo.local"
] | marcinb@fabelo.local |
f3610fbb69e6986ef93b4cb2544fcbc41020f2bc | 6ab668843032fee25fbbdd3ca35fb1ea3a2ae2d4 | /LightHttp-Library/src/main/java/com/yuqianhao/lighthttp/reqheader/MethodType.java | 59a155b5a651712fc15539b9ed529f567a331eea | [
"Apache-2.0"
] | permissive | YuQianhao/LightHttp | 5c8cd6b03389da63d9f51fc08843733826a91782 | 0e901d440e77149aa7674a41c0b03cc67317a3d7 | refs/heads/master | 2022-01-29T08:22:36.198053 | 2022-01-07T08:49:13 | 2022-01-07T08:49:13 | 214,945,316 | 10 | 0 | null | 2020-04-24T02:07:25 | 2019-10-14T04:07:10 | Java | UTF-8 | Java | false | false | 221 | java | package com.yuqianhao.lighthttp.reqheader;
public class MethodType {
public static final int GET=0;
public static final int POST=1;
public static final int PUT=2;
public static final int DELETE=3;
}
| [
"yqh916640168****"
] | yqh916640168**** |
6ac1b9444338492e1d4a13cd1dd058aa3be31d08 | c1248eb892670ca9ea49381e812b2d4f659ff2c9 | /src/main/java/com/yunnex/ops/erp/modules/diagnosis/entity/DiagnosisIndustryAttribute.java | 52a0fea1697e4e397c76dbf8be58832680b41dc6 | [
"Apache-2.0"
] | permissive | 13802706376/HIYA_CORE_CODES_6ISA_ops-web-erp | fe62fb23211648587b5d8396a9462e0587c23e55 | 705e90e0e48ec2afaa63d54db6b74d39fad750ff | refs/heads/master | 2020-04-08T08:24:09.287005 | 2018-11-26T14:33:11 | 2018-11-26T14:33:11 | 159,177,385 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 2,069 | java | package com.yunnex.ops.erp.modules.diagnosis.entity;
import org.hibernate.validator.constraints.Length;
import com.yunnex.ops.erp.common.persistence.DataEntity;
/**
* 行业属性Entity
*
* @author yunnex
* @version 2018-04-03
*/
public class DiagnosisIndustryAttribute extends DataEntity<DiagnosisIndustryA... | [
"caozhijun@caozhijun-book"
] | caozhijun@caozhijun-book |
21dcf04efb081d647805e9d59ea1aeb4ca112ee4 | 32e2b993c25bada9d148a7d53ca6e48a5067f953 | /KruskalAndPrim/src/by/bsu/seredinski/algorithms/Kruskal.java | d96af71e28d66751f19f5a06823f883f560b9e0d | [] | no_license | TimSeredinski/Algorithms | 281126a849d07126dd905fbd484762d057a87368 | 232d03613e27979f0f378c47a451868f678ed262 | refs/heads/master | 2020-03-28T12:10:30.177606 | 2019-05-17T07:52:44 | 2019-05-17T07:52:44 | 148,275,441 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 890 | java | package by.bsu.seredinski.algorithms;
import by.bsu.seredinski.entity.DSU;
import by.bsu.seredinski.entity.Edge;
import by.bsu.seredinski.entity.EdgesOfGraph;
import by.bsu.seredinski.entity.Graph;
import java.util.Comparator;
public class Kruskal {
public static EdgesOfGraph doKruskal(Graph graph) {
Edg... | [
"rela1wer@gmail.com"
] | rela1wer@gmail.com |
5dd79a4c8deeedaa9ec877c95091a6117fe38e17 | 931136d2bfda3ad0eb3608b9cd583dad5d0d977d | /multipart-redis/src/main/java/com.kagura/config/order/KinJ.java | 46b0e21cdc6ad9557c0c132a97a6a413d501e024 | [] | no_license | hongwen1993/multipart | 59cbfe5e670ee2afe3ec58b73fdcb37da06fd5a2 | 9bc8f733991e200453d396ae03aeddccd6382f85 | refs/heads/master | 2023-04-02T13:52:13.092592 | 2023-03-22T16:36:33 | 2023-03-22T16:36:33 | 191,141,376 | 6 | 2 | null | 2023-02-22T06:42:38 | 2019-06-10T09:52:01 | Java | UTF-8 | Java | false | false | 396 | java | package com.kagura.config.order;
import org.springframework.core.Ordered;
/**
* KingJ
*
* @author <a href="mailto:hongwen0928@outlook.com">Karas</a>
* @date 2019/7/24 15:13
* @since 1.0.0
*/
public class KinJ implements Ordered {
public KinJ() {
System.err.println("KinJ -> 构造");
}
@Overrid... | [
"15700051127@163.com"
] | 15700051127@163.com |
db0caf615d81e12c9befa278e829aebf21273b3a | 4f042b3eced6865f6b9492d226a5035cb08d57d9 | /addressbook-web-tests/src/test/java/pl/kasieksoft/addressbook/model/GroupData.java | 0d6a2baccc6c006d51195c37b3a960b08f6ae67c | [
"Apache-2.0"
] | permissive | bike7/testingtasks | 63dcbd66a656f0d7c3c334a899c06b8cb51401bf | dd76da8be055d3a42daed86d5a9d8972ec64bb9b | refs/heads/master | 2020-04-05T12:41:23.694745 | 2019-05-28T15:26:04 | 2019-05-28T15:26:04 | 156,876,223 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,196 | java | package pl.kasieksoft.addressbook.model;
import com.google.gson.annotations.Expose;
import com.thoughtworks.xstream.annotations.XStreamAlias;
import com.thoughtworks.xstream.annotations.XStreamOmitField;
import org.hibernate.annotations.Type;
import javax.persistence.*;
import java.util.HashSet;
import java.util.Obje... | [
"pytel.kat@gmail.com"
] | pytel.kat@gmail.com |
83e111ae7b1f568c196ac1733972b5a535fbb730 | dbbfcdd4db7c2f4509a2bc16ef13ff99ae164d9e | /Yi's code/6231Project/src/server/MCGServer.java | 6304ef0cad962b8bf9f7d87b93b2adbe81ceabf3 | [] | no_license | Divyansh88/Distributed-Library-Management-System-DLMS-Project | 7245eaf8bafbcaeb2e686f8298f0e7c7e81b1b3f | 1af02a8ad76eaa19205d179bf826b486aae29f88 | refs/heads/master | 2020-09-10T19:05:01.969393 | 2019-11-15T00:15:41 | 2019-11-15T00:15:41 | 221,793,371 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,018 | java | package server;
import java.io.IOException;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
import java.net.InetAddress;
import java.net.SocketException;
import Implementation.LibraryObj;
import service.logService;
public class MCGServer {
public DatagramSocket aSocket = null;
private volatile bo... | [
"noreply@github.com"
] | Divyansh88.noreply@github.com |
4d9a0abb2d08901a8ef965b4d384d58fdad9b48f | 582ab62311335794a9e9a4ca63d33528e607c2fd | /app/src/main/java/com/mob/sms/activity/ShareQrcodeActivity.java | e2821ee8832c60d34a052b3540f3576c55d86e11 | [] | no_license | bbbayin/phonehelper | 893f756b0600de73db4e191872f852ac9ad39598 | 90b0e000d449004b357d82e6d6037bef4cb46e2d | refs/heads/master | 2023-07-09T15:28:40.109833 | 2021-06-08T11:58:25 | 2021-06-08T11:58:25 | 344,005,406 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,790 | java | package com.mob.sms.activity;
import android.graphics.Bitmap;
import android.graphics.Color;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.widget.ImageView;
import androidx.annotation.Nullable;
import com.google.zxing.BarcodeFormat;
import com.google.zx... | [
"yin.ba@wework.cn"
] | yin.ba@wework.cn |
2b78a4d291d585cac8b42237ce510beb0db29111 | 402e4c21f0607555eaba00cf7789df7dbc05e6d5 | /src/main/java/com/pcg/search/utils/SolrQueryUtils.java | 470e7ca5bc81383118349cd9b1e38626e4b1fa0d | [] | no_license | obinna240/CouncilDemo | 9212e376c002eee27a44afb207a1e1a2009c1739 | b495b46911b8cf747ea9b30fbbdc897b464a4ef9 | refs/heads/master | 2020-03-07T22:14:08.332466 | 2018-04-02T11:43:24 | 2018-04-02T11:43:24 | 127,748,657 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,737 | java | package com.pcg.search.utils;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.collections.MapUtils;
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.logging.Log;
im... | [
"obinna240@yahoo.co.uk"
] | obinna240@yahoo.co.uk |
afe7155e7cbe8de7e9f6d705d45f7425bbdde8f6 | 84745d0ad0fdeb70957eacf45c84271c20ebecdc | /DynamicProgramming/MaximumProductSubArray.java | fc8af57b0ad3265cc1aa485c0d03587861f76597 | [] | no_license | AnandKshitij/Java-Codes | 1f6c39c882161c360ce9bb5e149311fd4b23696b | f5ca324efd01d214e45c3646c8e878ec7eab99b7 | refs/heads/main | 2023-01-07T04:51:07.031104 | 2020-11-05T10:05:01 | 2020-11-05T10:05:01 | 310,256,830 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,542 | java | package DynamicProgramming;
/*
Given an integer array, find the contiguous sub array within an array (containing at least one
number) which has the largest product.
Example 1:
Input: [2,3,-2,4]
Output: 6
Explanation: [2,3] has the largest product 6.
Example 2:
Input: [-2,0,-1]
Output: 0
Explanation: The result ca... | [
"kshitijanand0512@gmail.com"
] | kshitijanand0512@gmail.com |
6775a7396ef5394f5ffbf1d3dccc6c933237d360 | b7cba4fbb8a5673156a0ce2ec948bd8156a28760 | /lib-smpp/src/com/adenon/api/smpp/message/OptionalParameter.java | cc1816e1abc7d6a514a5be3d98745b25ca16cdc6 | [] | no_license | eaorak/service_platform | f723d64c8dac745d4182a112ee6f3882658c9dc7 | 03690bc3f5c9bec48166304ae19c61e76b3e7552 | refs/heads/master | 2020-11-24T16:44:02.458358 | 2019-12-30T10:40:10 | 2019-12-30T13:39:44 | 228,252,238 | 0 | 2 | null | 2019-12-30T13:39:45 | 2019-12-15T21:03:59 | Java | UTF-8 | Java | false | false | 672 | java | package com.adenon.api.smpp.message;
public class OptionalParameter {
private int optionalParameterTag;
private byte[] optionalParameterData;
public OptionalParameter() {
}
public int getOptionalParameterTag() {
return this.optionalParameterTag;
}
public void setOptionalParam... | [
"eaorak@gmail.com"
] | eaorak@gmail.com |
2c76eba4d2f79b7fec4af6565c9007678c68f5c7 | 4055e5e3da26ba9955d91a381938a70bc5aafa4b | /Stationery/src/com/wabacus/system/datatype/CDateType.java | 8ab31a332cd916474f66f2f24b00b5aa01f68f8a | [] | no_license | xiciliu/Stationery | b2eb55bc5246e774e242db465c7a10b8b64aa349 | 738159fffb30a84c82a25975d3acd6c66225d5b3 | refs/heads/master | 2021-12-13T01:22:07.531961 | 2017-03-09T13:18:07 | 2017-03-09T13:18:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,712 | java | /*
* Copyright (C) 2010---2014 星星(wuweixing)<349446658@qq.com>
*
* This file is part of Wabacus
*
* Wabacus is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or... | [
"1299615504@qq.com"
] | 1299615504@qq.com |
aea93705566bfa69b3ac6a165b42d52fef35cf80 | 6f8505d60d88c0235db908132414754c213908e6 | /src/main/java/optional/lab1/GenerateRandomGraph.java | ca674609f445a6a877c0b19410ebea145d3365c8 | [] | no_license | DmitriCojocari/APLabs | 04e839b98e6b07733d05645f271142d4f9def796 | 5183e5d5badaae84891c0dc3488a0cabdabc3511 | refs/heads/master | 2023-04-24T17:17:35.965076 | 2021-04-25T14:29:16 | 2021-04-25T14:29:16 | 342,677,517 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,082 | java | package optional.lab1;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class GenerateRandomGraph {
public int vertices;
public int edges;
Random random = new Random();
public List<List<Integer>> adjacencyList;
int maxEdges(int nrOfVertices) {
return n... | [
"dmitri.cojocari@info.uaic.ro"
] | dmitri.cojocari@info.uaic.ro |
9fa8f3921dd762971a17fa8599d5149276c54860 | 08dbc59960b71cb9deabdaf96962d67cd045ead1 | /app/src/main/java/app/meantime/MyApplication.java | 8d54c340e988923ec41cd8d3d263033188e1fbc8 | [] | no_license | hasaansworld/meantime2 | 29558728334329ee6ef0a4b3ec084881b8fba14a | ad4c2502ca227cb46339ff5dfe152f4ec63e42c9 | refs/heads/master | 2022-09-24T10:02:52.557526 | 2020-06-01T16:25:10 | 2020-06-01T16:25:10 | 226,483,683 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 416 | java | package app.meantime;
import android.app.Application;
import androidx.multidex.MultiDexApplication;
import com.vanniktech.emoji.EmojiManager;
import com.vanniktech.emoji.ios.IosEmojiProvider;
public class MyApplication extends MultiDexApplication {
@Override
public void onCreate() {
super.onCreate(... | [
"hasaanahmed.pk@gmail.com"
] | hasaanahmed.pk@gmail.com |
16b2a277d55ed3e5da9e4f80e8ae3fc63bb203fc | 21aea0b4a8f9482b6e279e72f742fe8b6bdd56a3 | /Day_17/Counter.java | 7505532596fbcadd46e2d2cd48775705e1689ca3 | [] | no_license | BBK-PiJ-2014-17/exercises | 03d81b3251fb69960a88aa39821a74567507e0cf | 29a1e24f46bb1dc8d1c31f459e6eec14c6af7be6 | refs/heads/master | 2020-04-01T01:03:20.432785 | 2015-06-02T15:05:09 | 2015-06-02T15:05:09 | 24,856,311 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 164 | java | public class Counter {
private int n = 0;
public synchronized void increase() {
n++;
}
public int getCount() {
return n;
}
} | [
"basilmason@hotmail.com"
] | basilmason@hotmail.com |
b782f9d5b227008f9a395e579065dd0acdf8015e | c2ae43874a4e39f48af3e62fc6d20625fe0d1906 | /src/main/java/moa/streams/FilteredStream.java | 319a7b7cfc2e3bfff2686ff7b74c7edd5f9bd6bd | [] | no_license | DraXus/draxus-moa | 119c9b7e9996c786abe696c10302c79e3c274c70 | 0c6bca70f053f4a1ffa3ea53ed26e8fffd64aa6b | refs/heads/master | 2021-01-01T18:12:33.101901 | 2012-01-25T16:34:57 | 2012-01-25T16:34:57 | 32,275,073 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,121 | java | /*
* FilteredStream.java
* Copyright (C) 2007 University of Waikato, Hamilton, New Zealand
* @author Richard Kirkby (rkirkby@cs.waikato.ac.nz)
*
* 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 Fr... | [
"abifet@localhost"
] | abifet@localhost |
6538fac242bff3e6825d32361a67bb465b53ae5e | 3ab94477da38658a8cd9c6cea32679e28b3184e3 | /src/main/java/me/zambie/asc/click/actions/ToggleSlotHelmetAction.java | 0e26c97b4a9436ab79b27fb1e59996053ba711bc | [] | no_license | ZombieGhostMC/ArmorStandController | 8e3c5878fe554560a081d1e1d2e0e023274c01d9 | 33bad6d77efcbbaa98e9348f22d6e26ad163581d | refs/heads/master | 2021-01-16T19:07:10.205449 | 2017-08-12T21:42:33 | 2017-08-12T21:42:33 | 100,138,140 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 258 | java | package me.zambie.asc.click.actions;
import me.zambie.asc.color.ColorSession;
public final class ToggleSlotHelmetAction extends ToggleArmorSlotAction {
public ToggleSlotHelmetAction() {
super(0, ColorSession.Slot.HELMET, "setHelmet");
}
}
| [
"unconfigured@null.spigotmc.org"
] | unconfigured@null.spigotmc.org |
cb440bc58e315558a0e644007bfd785df8af9bd5 | 2585982cacc02b99818c8923b015634367b53c70 | /Clase3/AprendiendoMyBatis/src/pe/egcc/app/service/EmpleadoService.java | bc691ed4419b6b97c4c013b5cd709f2574fd8318 | [] | no_license | gcoronelc/CEPSUNI_JDBC_001 | cf55cb91423ee6228662e665bd321be764338944 | b7229dd4e97958b0a48f93e8311ef2b656d56677 | refs/heads/master | 2021-01-18T00:16:19.427899 | 2016-01-10T02:50:46 | 2016-01-10T02:50:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 977 | java | package pe.egcc.app.service;
import java.util.ArrayList;
import java.util.List;
import org.apache.ibatis.session.SqlSession;
import pe.egcc.app.model.EmpleadoBean;
import pe.egcc.mybatis.db.AccesoDB;
import pe.egcc.mybatis.espec.EmpleadoMapper;
/**
*
* @author Eric Gustavo Coronel Castillo
* @email gcoronelc@gmai... | [
"gcoronelc@gmail.com"
] | gcoronelc@gmail.com |
61ef1db06ab20c8abf82eabef578e7e52b7ad38c | 4e4d079f1e60835e9ea0142b130aa075be24cebf | /server/src/main/java/drawing/GuiController.java | 06abb816fd8dfc11315acf2f74dac4293ea8f243 | [] | no_license | haimofer/CooperativeDrawing | 01a69f174d29984bddb5e1054b0912a5ffd599fd | 54c1e0c9adef9a57be0ea2a0929b29c10ac987dd | refs/heads/master | 2020-05-18T13:39:33.546649 | 2019-05-01T16:48:52 | 2019-05-01T16:48:52 | 184,447,103 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 907 | java | package drawing;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.*;
import java.util.ArrayList;
/**
* Created by Ofer on 6/22/2017.
*/
@Controller
public class GuiController {
... | [
"ofer.haim@mail.huji.ac.il"
] | ofer.haim@mail.huji.ac.il |
0984097cb0d311d14aeb0dce56e837bf81341892 | 3b39a2b4ca3cf48739bedaef615f2b4e0b1a8ff2 | /AfectacioBosc_www/src/cat/creaf/afectaciobosc/www/controllers/LlistarSequeresController.java | 854a26b1f5f2b032c3178bdae01bd21c31ec6aae | [] | no_license | aescobarr/Afectacio | 8303922ca3eb0c91943afe663408ac573864f05f | 6963f47e7d7541c4fc5e92a0401a97a6882025de | refs/heads/master | 2016-09-11T05:55:42.304724 | 2014-07-25T09:40:54 | 2014-07-25T09:40:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,147 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package cat.creaf.afectaciobosc.www.controllers;
import MSeguretatObj.Usuari;
import cat.creaf.afectaciobosc.service.IAfectacioService;
import java.util.HashMap;
import javax.servlet.http.HttpServletRequest;
import jav... | [
"a.escobar@creaf.uab.es"
] | a.escobar@creaf.uab.es |
aefb4a2a8ccf6ee2278da02bc015efc2f9707f0d | e2b806c9a2af64308bdd00e55cd04546da0667f5 | /app/src/main/java/com/nagstud/adnan/mobileapp_1/LoginActivity.java | ca6beb9c49546a3a918d1f3d39bddff131d6d909 | [] | no_license | Shubham-Shendre/NagpurStudentsoneOone | 62d37a34eb4e513db535371cd1ede59343674d96 | 7f7aa3ab4d139fc0a6e5e9bcad49d092f2d85640 | refs/heads/master | 2021-09-06T14:42:56.416072 | 2018-02-07T17:51:19 | 2018-02-07T17:51:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,121 | java | package com.nagstud.adnan.mobileapp_1;
/**
* Created by Shubham Dilip Shendre aka SdS
* Adnan Kazi aka Addy
* Furqan
* Sadat Hussain
*
* for NagStud LLP Project nagpurstudents
*/
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.AsyncTask;
import... | [
"shubhamshendreofficial@gmail.com"
] | shubhamshendreofficial@gmail.com |
7b9bb591b340d0e8c30e13cd9bc951d8bb3918d6 | d60cf290ef068925de38e494f4d622a10e28b6a9 | /src/test/java/simplesmc/TestSMC.java | cef8660b6c3121ac673b8826b980973a4a05b478 | [] | no_license | junseonghwan/spf-experiments | 78a031aecac7124ca0ce58c6bbba57ce79240903 | d20df62cdbdcce9950c8e6549435a51f3e262978 | refs/heads/master | 2021-01-21T20:25:45.288401 | 2017-10-26T06:45:43 | 2017-10-26T06:45:43 | 92,233,851 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,917 | java | package simplesmc;
import java.util.List;
import java.util.Random;
import org.apache.commons.lang3.tuple.Pair;
import org.junit.Assert;
import org.junit.Test;
import simplesmc.hmm.HMMProblemSpecification;
import simplesmc.hmm.HMMUtils;
import simplesmc.hmm.ToyHMMParams;
import tutorialj.Tutorial;
public class Tes... | [
"s2jun.uw@gmail.com"
] | s2jun.uw@gmail.com |
79dfd0c355691048c798548c35b26ca2b872357a | c79ee439c43597b1ba7c21650b216a63f2691386 | /src/ConteudoProgramatico.java | e26e0a456b334338f805932fd96eab576f4b0297 | [] | no_license | adammedeiros/Projeto2013.2 | 85db10c3e3d4306dc06ad56eb70205f40dbaf0f2 | 5f9d4f48f08570e002f19b8f8fd630c34acbf0db | refs/heads/master | 2021-01-25T04:58:12.352494 | 2014-08-04T23:50:09 | 2014-08-04T23:50:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,591 | java |
public class ConteudoProgramatico {
private int unidade;
@Override
public int hashCode() {
final int prime = 31;
int result = 1;
result = prime * result + ((assunto == null) ? 0 : assunto.hashCode());
result = prime * result
+ ((horaAula == null) ? 0 : horaAula.hashCode());
result = prime * result + u... | [
"adam.lima@dce.ufpb.br"
] | adam.lima@dce.ufpb.br |
aca1ac3054293780034e80a840aba09297e4fc11 | dbdc779fd2243a090f031cca40c197e9235666f8 | /implementations/java/vanilla/src/main/java/org/cwi/waebric/parser/ast/NullVisitor.java | ad591b10fb9d7db0db592d4a0eee89fb4459665d | [] | no_license | tvdstorm/waebric | 8452a49f3416d7e00494dc8a69bdef017127fa1d | 7091d8c731fa2189d460d99965f8431070406fdb | refs/heads/master | 2021-01-16T18:19:29.632277 | 2010-09-13T07:52:48 | 2010-09-13T07:52:48 | 33,249,189 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,647 | java | package org.cwi.waebric.parser.ast;
import org.cwi.waebric.parser.ast.basic.*;
import org.cwi.waebric.parser.ast.expression.KeyValuePair;
import org.cwi.waebric.parser.ast.expression.Expression.*;
import org.cwi.waebric.parser.ast.markup.*;
import org.cwi.waebric.parser.ast.markup.Markup.Call;
import org.cwi.waebric.p... | [
"jeroen.v.schagen@370d2b24-1e00-11de-8120-8d224146dbbc"
] | jeroen.v.schagen@370d2b24-1e00-11de-8120-8d224146dbbc |
54d3d31e9df1aab20c150305f2b447a47f1125dc | e2537b67a3cff26c8e4603678b5955fe8e6a81f3 | /commons-scan/src/test/java/com/xiongyingqi/util/PackageScannerTest.java | d551b63297606d51dd8f768f9017d6d5c3cc64d5 | [
"Apache-2.0"
] | permissive | hzw1310/common_utils | 7adc8a25ffa7aac4e0b075c64ff272fbca7ad82b | ef6baf0367c16de95a28caab67a7d5842a6d13db | refs/heads/master | 2023-03-17T15:47:59.886069 | 2016-05-18T15:03:03 | 2016-05-18T15:03:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,454 | java | package com.xiongyingqi.util;
import java.io.Serializable;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import java.util.Collection;
@PackageScannerTest.PackageScannerTestAnnotation
public class Package... | [
"blademainer@gmail.com"
] | blademainer@gmail.com |
808b9c203f8820fe6c92582bf1c35bf7be609da1 | 1d371d512c0c0071058b6b03400c2c75f0d8766a | /src/main/java/com/trsvax/tapestry/facebook/components/LikeBox.java | 94d4c3fec7d37c95233af1d91887ef97f4738aa8 | [
"Apache-2.0"
] | permissive | trsvax/tapestry-facebook | 6dcbea70d468143d1714b083e40de46425e55ce4 | 4848a5343b52883416a2ec368439dfb34bd29e48 | refs/heads/master | 2021-06-03T08:19:35.783634 | 2019-01-10T12:52:12 | 2019-01-10T12:52:12 | 1,421,269 | 8 | 7 | null | null | null | null | UTF-8 | Java | false | false | 1,921 | java |
//Copyright [2011] [Barry Books]
// 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 agree... | [
"bfb@trsvax.com"
] | bfb@trsvax.com |
3d237d7f82710d7cd4b73f94565e5ab6cd0d4307 | cb0503762fd4cab31e84a846ab760792e6a7b352 | /src/main/java/org/jetlinks/supports/cluster/ClusterLocalCache.java | d1bcdc8929d4bd1623b561bcbf083f5ab3660cb0 | [] | no_license | ybinpvt/jetlinks-supports | b0756883d5edc31b3b75a58701775d7728bc5e21 | b6cf9774133fb22146bf67be6ae25c42d8d036ed | refs/heads/master | 2023-01-23T00:44:32.422784 | 2020-11-30T05:27:58 | 2020-11-30T05:27:58 | 317,117,640 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,702 | java | package org.jetlinks.supports.cluster;
import com.google.common.cache.Cache;
import com.google.common.cache.CacheBuilder;
import org.jetlinks.core.cluster.ClusterCache;
import org.jetlinks.core.cluster.ClusterManager;
import org.jetlinks.core.cluster.ClusterTopic;
import reactor.core.publisher.Flux;
import reactor.cor... | [
"bin.yang@ribo.com.cn"
] | bin.yang@ribo.com.cn |
1312cae5948a1b12684421d568bb96f03e251049 | b7d6cb7cf5ded8a55da0f2a7bd5158c2514f8738 | /src/main/java/com/example/insumos/services/dao/ITratamentoCRUDService.java | 10478959ca80102ce052f920970d930be360f0e8 | [
"MIT"
] | permissive | netrometro/upe_20202_verdinhas | 8735f3584e2c4c63b2af637be8c3f7f17465b692 | e8d856cf929e42baf50a28192e8c14105a5bc3c8 | refs/heads/main | 2023-07-29T12:07:55.651856 | 2021-09-10T21:58:08 | 2021-09-10T21:58:08 | 379,738,387 | 0 | 0 | MIT | 2021-07-29T17:26:16 | 2021-06-23T21:58:04 | Java | UTF-8 | Java | false | false | 208 | java | package com.example.insumos.services.dao;
import com.example.base.CrudService;
import com.example.insumos.model.Tratamento;
public interface ITratamentoCRUDService extends CrudService<Tratamento, Long>{
}
| [
"maycon_gus2009@hotmail.com"
] | maycon_gus2009@hotmail.com |
027ee27598da3bb14ccae48606aca4c8bb381e7e | abb61caa81f0d8acc0a4b95c687593d9620f2efc | /src/main/java/com/radhesh/studentportal/service/impl/TimesheetServiceImpl.java | def18e28ca869835d8a61e91cae2ac8df2b4eb4e | [] | no_license | lingamaneniradhesh/studentportal | 56dae88acffeb968bd5613e91f10f1aa928ace95 | 29583dac70cfd795ae69bdd15466f5987cdcac53 | refs/heads/master | 2021-01-16T23:51:16.783642 | 2016-07-14T15:31:01 | 2016-07-14T15:31:01 | 61,243,549 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,368 | java | package com.radhesh.studentportal.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.radhesh.studentportal.dao.TimesheetDAO;
import com.... | [
"radheshlingamaneni@gmail.com"
] | radheshlingamaneni@gmail.com |
fb2cc95f856a687ff93470e68e43bee7d0161eda | 3e251eb8d48e57d3ced9bb97d256d889256f5efe | /BenchmarkTest00020.java | d71caece71bd75de1baeaf18274359baa0bbc220 | [] | no_license | nancyag11/testSCAN | 7eefe5ecb523b922269652b2cda64e75319cf927 | ef04d7a7f4a6188aaf55620a04de2c4bcab41fe4 | refs/heads/master | 2021-01-25T09:26:42.608663 | 2017-06-12T10:32:49 | 2017-06-12T10:32:49 | 93,837,352 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,783 | java | /**
* OWASP Benchmark v1.3alpha
*
* This file is part of the Open Web Application Security Project (OWASP)
* Benchmark Project. For details, please see
* <a href="https://www.owasp.org/index.php/Benchmark">https://www.owasp.org/index.php/Benchmark</a>.
*
* The OWASP Benchmark is free software: you can redistribute it a... | [
"noreply@github.com"
] | nancyag11.noreply@github.com |
ee03d82425f3d509e6bd8497aad2136586c742a1 | 1c6fe1c9ad917dc9dacaf03eade82d773ccf3c8a | /acm-common/src/main/java/com/wisdom/base/common/form/ExtendedColumnForm.java | 8f129164a4d89ef44c73470d8625908e7cb2464e | [
"Apache-2.0"
] | permissive | daiqingsong2021/ord_project | 332056532ee0d3f7232a79a22e051744e777dc47 | a8167cee2fbdc79ea8457d706ec1ccd008f2ceca | refs/heads/master | 2023-09-04T12:11:51.519578 | 2021-10-28T01:58:43 | 2021-10-28T01:58:43 | 406,659,566 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 323 | java | package com.wisdom.base.common.form;
import lombok.Data;
/**
* 扩展列
*/
@Data
public class ExtendedColumnForm extends BaseForm{
private String extendedColumn1;
private String extendedColumn2;
private String extendedColumn3;
private String extendedColumn4;
private String extendedColumn5;
}
| [
"homeli@126.com"
] | homeli@126.com |
e87202e3f643df64e56e3fac10fe7e28fb7265d9 | 12563229bd1c69d26900d4a2ea34fe4c64c33b7e | /nan21.dnet.module.md/nan21.dnet.module.md.domain/src/main/java/net/nan21/dnet/module/md/org/domain/entity/StockLocatorType.java | 8db8d21e786e963c65f8109d1da94ac348568141 | [] | no_license | nan21/nan21.dnet.modules | 90b002c6847aa491c54bd38f163ba40a745a5060 | 83e5f02498db49e3d28f92bd8216fba5d186dd27 | refs/heads/master | 2023-03-15T16:22:57.059953 | 2012-08-01T07:36:57 | 2012-08-01T07:36:57 | 1,918,395 | 0 | 1 | null | 2012-07-24T03:23:00 | 2011-06-19T05:56:03 | Java | UTF-8 | Java | false | false | 3,192 | java | /*
* DNet eBusiness Suite
* Copyright: 2008-2012 Nan21 Electronics SRL. All rights reserved.
* Use is subject to license terms.
*/
package net.nan21.dnet.module.md.org.domain.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.p... | [
"mathe_attila@yahoo.com"
] | mathe_attila@yahoo.com |
c58f3b01f38f79889a0644a86b72cf982ddae3ad | 8896e628288f94b4efc4fefa33ed3e298702abae | /Android Testing Ground/UFAS-Rev1/Tesing/src/main/java/com/okstate/ufas/tesing/communication/BT.java | fb281a51ec5ba2299ebf7175c6fb604b986351cd | [] | no_license | nathanlea/UFRO | 686adbb556e0fce1469dcaa89117c2d3c7041722 | 744483e2ba297947db1c4590e71b8443e5317253 | refs/heads/master | 2021-01-17T21:08:39.141166 | 2014-03-31T15:55:33 | 2014-03-31T15:55:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,941 | java | package com.okstate.ufas.tesing.communication;
import android.annotation.SuppressLint;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.bluetooth.BluetoothSocket;
import android.content.Context;
import android.util.Log;
import android.widget.Toast;
import com.okstate... | [
"ngoalie@gmail.com"
] | ngoalie@gmail.com |
a789512af9fa47fd1844855dce6ef7dcdb0d2c43 | b52234e5b62cfbc1eea7651335db35db7895f5d3 | /app/src/main/java/com/example/lucas/fitnet20/Item_ClienteAdapter.java | bfd13766940cfdc27f1f4299191ee193cbff6e0e | [] | no_license | lucasgroba/Fitnet2.0 | 713be73b1e34dcb83bd534fa92342f7b67f8298d | 92f3dba8ea93ccbca94a8bfc30de494d6b5fbf59 | refs/heads/master | 2021-01-23T10:54:58.499724 | 2017-07-14T19:34:03 | 2017-07-14T19:34:03 | 93,103,198 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,524 | java | package com.example.lucas.fitnet20;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import java.util.ArrayList;
/**
* Created by santiago o... | [
"santiago-perez-perez@hotmail.com"
] | santiago-perez-perez@hotmail.com |
f35a9469211798a7b7c8603ffd2a2aef1b271874 | 284e2abafe1adc6eb494aa9910a61bf66b8ac857 | /src/jdivers/PlayState.java | 145ab1a2889e059e32fc8c2e79fdc525695fb32d | [] | no_license | MJKAEM/Salvage-Quest-Java | ec299b604b2a5df452ffcd0e23d656911ef9585e | 16148d1497ad490be86ce263d7d45af0b57b379b | refs/heads/master | 2021-01-25T13:23:25.214754 | 2015-08-12T07:53:47 | 2015-08-12T07:53:47 | 123,560,377 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,666 | java | package jdivers;
import jdivers.items.ItemEnum;
import jdivers.items.RandomGenerator;
import jdivers.output.OutputTextBox;
import jdivers.playmenu.DiveMenu;
import jdivers.playmenu.MainHubMenu;
import jdivers.playmenu.ShopMenu;
import jdivers.playmenu.StashMenu;
import jdivers.playmenu.SwimMenu;
import jdivers.textbox... | [
"Martinokuan@gmail.com"
] | Martinokuan@gmail.com |
a7570c273ce9d8b275e99fefc1aced76acf8d936 | a55e52fb28d0aacadd250eb52719d093cf154642 | /HelloWorld/HelloWorld.java | f224ad162354e401d347b7ae247ffe17afced418 | [
"MIT"
] | permissive | terry2012/jni_practice | 4dfb608800ca0fba86eda399382e47a24595b59e | 8c71776090e806056d753f79a574f4a38c85b6a2 | refs/heads/master | 2020-12-25T04:28:17.358397 | 2014-08-12T07:05:24 | 2014-08-12T07:05:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 210 | java | public class HelloWorld {
static {
System.loadLibrary("hello");
}
private native void sayHello();
public static void main (String [] args) {
new HelloWorld().sayHello();
}
}
| [
"jaebaek@cps.kaist.ac.kr"
] | jaebaek@cps.kaist.ac.kr |
4827ebc03e19a1b164b9459a4848c212b7710f8b | 930693182862a0fa42195282e3d6b59167de8ba7 | /com/jse/member/MemberController.java | f733143b765dc181a37748dfd9c6c84f947d1d46 | [] | no_license | DeokCho/Bitcamp | 792476c86768e537c6e1ba902fe6677845e9c7f6 | 3af6884b07b213598442c8b2422912e089899c85 | refs/heads/master | 2021-05-24T19:00:21.211309 | 2020-04-20T11:58:03 | 2020-04-20T11:58:03 | 253,708,306 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 130 | java | package com.jse.member;
public class MemberController {
public static void main(String[] args) {
new MemberView().open();
}
} | [
"62981065+DeokCho@users.noreply.github.com"
] | 62981065+DeokCho@users.noreply.github.com |
6f32fcb9b897abc2da74f9a249f1e304b92f0f5a | a1050bdd29edf32635d3d693afb6e3841fddb5d0 | /examples/java/RestaurantSchedule.java | 05d128501b6de31742fb93838647a739b3b1f788 | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | google/differential-privacy | fd2eafae20f2b5b5f9ea814193d4b9e0c12652ca | 5e09d51dee26c4c6a5a805a288e19285f3983e6d | refs/heads/main | 2023-09-03T09:07:58.451237 | 2023-08-28T14:03:33 | 2023-08-28T15:14:39 | 206,320,938 | 2,969 | 397 | Apache-2.0 | 2023-08-14T07:55:30 | 2019-09-04T13:04:15 | Go | UTF-8 | Java | false | false | 1,258 | java | //
// Copyright 2020 Google 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
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to ... | [
"okulankhina@google.com"
] | okulankhina@google.com |
97f2767871e5f384454675ea5a290cd56ea87b8a | fedf0751c9727534c547e40fff5515051acaa27c | /src/Domain/output/technicalindicators/MINUS_DI.java | 70be814c6a51f6b8d8e8143653cf1a8293f4dea5 | [] | no_license | SpoonDS-LuisAS/fxclass | 78bd967274ad2ba40f2d2600d50173e3d051dab4 | f4cf64a049dbdde3e0908a0706d8743e45a90af1 | refs/heads/master | 2020-08-07T08:11:02.564034 | 2020-03-06T09:22:29 | 2020-03-06T09:22:29 | 213,361,209 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,927 | java | package Domain.output.technicalindicators;
import Domain.input.technicalindicators.Interval;
import Domain.output.JsonParser;
import Domain.output.technicalindicators.data.IndicatorData;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
/**
* Representation of the minus directional indicator ... | [
"luisarendsanchez@Luiss-MacBook-Pro.local"
] | luisarendsanchez@Luiss-MacBook-Pro.local |
4f9ae60d3ca6b27309af8e0d9393f1799c6b57e6 | c73635d59900677047d662e39df9fdd784d68724 | /Split/src/Split.java | 3501cdcb2b1f7c28e410a6f42e8856bd46319e4a | [] | no_license | qiany1230/y_qian-Aug2017 | 3c34ffcd5165d02f34092875f4faa3101bafe181 | d096b6352fd7c9d533dc2bf6b1e65827a2eecdec | refs/heads/master | 2021-09-15T00:11:58.519452 | 2018-05-22T15:43:38 | 2018-05-22T15:43:38 | 100,618,964 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 927 | java | /* Ying Qian
* October 26 2017
* Split String Practice
*/
//SplitString Starter Code
import java.util.*;
public class Split {
public static void main(String[] args) {
System.out.println(Arrays.toString("I like apples!".split(" ")));
System.out.println(Arrays.toString("I really like really red apples".s... | [
"Ying@192.168.1.112"
] | Ying@192.168.1.112 |
06525a53523a5af115d1ab85b3fb1ef6367155e5 | b31fbbe62464b321c25d8efb8ee5c916ab75a97c | /src/IARCExample.java | 8b7c46f0180265586121ccd9596581552ea8013e | [] | no_license | yume190/RS | 6f5eb81d7a829718726157d7979861b3dce576ce | 6b6fff5b4f0207732ecd5dbc171a1cbfa577b1e2 | refs/heads/master | 2021-01-01T16:34:21.178728 | 2013-04-29T09:12:15 | 2013-04-29T09:12:15 | null | 0 | 0 | null | null | null | null | BIG5 | Java | false | false | 1,628 | java | import java.util.Arrays;
public class IARCExample {
public static void main(String[] args) throws Exception{
double Rc1 = 20.0;
double Rc2 = 60.0;
double Rs = 5.0;
double P = 5.0;
double C0 = 0.9;
double l = 100.0;
int bit = 32;
int turn = 1;
//建立SINK 和 ARC NODE
Sink sink = new Sink(Rc1,Rc2... | [
"yume190@gmail.com"
] | yume190@gmail.com |
c040b4323ab69da9b0c4f312b2b39a2ea62bf2cf | e75ea956710f74949ac7177ca1098c1194f72de2 | /src/serverlet/Logout.java | ffb6814203682efeff878c69a7d07c13ba71d490 | [] | no_license | T-O-N-G/PDD | b1efc2cf2aff5f90ddfc1fa6c520cef6dd377f59 | 4cdb60507e14d04b2eed91d99cf54be70a3a3773 | refs/heads/master | 2021-06-16T12:11:35.052503 | 2017-05-20T17:07:10 | 2017-05-20T17:07:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,636 | java | package serverlet;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.*;
import java.io.IOException;
import java.io.PrintWriter;
/**
* Created by wzf on 2017/4/20.
*/
@WebServlet(name = "Logout")
public class Logout ex... | [
"wu15724427686@163.com"
] | wu15724427686@163.com |
6e4beb254e49d8ad31ed33432f7a6ac6ee4efdf6 | 27d395d22408e2d7f4a5d655ceb8ecb3e87bddaf | /app/src/main/java/com/huacheng/huiservers/center/NamenickVerfityActivity.java | 6267b988cff6de98afc71107cc6de825207d3329 | [] | no_license | wangxiaotao520/Huiservers_Branches | 4305d6be4188d094ab88c49116274d2f6fae1809 | 81ba4ddcac85aa0b92bae45b3c05b0bd975862c4 | refs/heads/master | 2020-04-04T13:31:26.307596 | 2018-11-03T08:48:02 | 2018-11-03T08:48:38 | 155,964,697 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,436 | java | package com.huacheng.huiservers.center;
import android.content.Context;
import android.text.InputFilter;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.inputmethod.InputMethodManager;
import android.widget.EditText;
import android.widget.TextView;
import com.huacheng.huiserver... | [
"18635423763@163.com"
] | 18635423763@163.com |
35f2d9740aa7f6ddb5f9c58c1a4ad9e5994290fc | a1d7a626dce72d1f3e01d5a3d41b9337e29bac20 | /src/test/java/pages/ProductsMakmal/EditButtonPage.java | 09e57a1786689c2eae62a952235e3cc298fda013 | [] | no_license | sergheib5/CucumberManufactModule | 70825921d1acad2baf836ab86d5f29f22576a416 | ee6dac97638388e3ac676ed0c3fd8fe6f7434f67 | refs/heads/developer | 2021-01-26T06:49:45.368452 | 2020-03-03T03:15:54 | 2020-03-03T03:15:54 | 243,353,330 | 0 | 0 | null | 2020-03-03T03:15:55 | 2020-02-26T19:57:59 | Java | UTF-8 | Java | false | false | 543 | java | package pages.ProductsMakmal;
import utilities.Driver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import utilities.Driver;
public class EditButtonPage {
public EditButtonPage(){
PageFactory.initElements(Driver.g... | [
"makmal.karabaeva@gmail.com"
] | makmal.karabaeva@gmail.com |
8a0b845746f1bccc09630406fed9dfe83e541144 | 4a98ec846e81dcc31ae55e18f27f56445af84312 | /Lambda/Lambda_basics_block/src/Func.java | 1b9a56f5aebf6fe8b48f6d480267138fc68b3682 | [] | no_license | VladimirGarnovsky/Java-Reference-Examples | 434b4d29dae2847ef11be792a28c6eece47defe8 | 03964b93247febbdac3a72f6e5b3295ed89892cd | refs/heads/master | 2020-04-10T05:12:30.330879 | 2018-12-11T08:22:05 | 2018-12-11T08:22:05 | 160,820,270 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 47 | java |
public interface Func {
int getNum(int n);
}
| [
"garnovsky.vladimir@gmail.com"
] | garnovsky.vladimir@gmail.com |
0a882b13e7e06d18531e4fe7e20f2aca4d8e4320 | 902cbae1f871f128a64e1b140fff23f72465ca0c | /spring-creed-pom/spring-creed-pro/spring-creed-module-system/spring-creed-module-system-biz/src/main/java/com/ethan/system/controller/admin/sms/vo/log/SmsLogPageReqVO.java | 55c5ddceb9073fe6cfd5ea2e630cc5b09d7c29ac | [
"Apache-2.0"
] | permissive | PhotonAlpha/spring-creed | 5f085e612fccd767baa68de7359f1ca53fcb111d | 64a08bc59ef1e21e47893ace707307bb7c529866 | refs/heads/master | 2023-06-23T02:03:34.214592 | 2023-05-13T12:05:29 | 2023-05-13T12:05:29 | 225,605,374 | 2 | 0 | Apache-2.0 | 2023-08-07T16:18:15 | 2019-12-03T11:38:37 | JavaScript | UTF-8 | Java | false | false | 1,394 | java | package com.ethan.system.controller.admin.sms.vo.log;
import com.ethan.common.pojo.PageParam;
import io.swagger.v3.oas.annotations.media.Schema;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.ToString;
import org.springframework.format.annotation.DateTimeFormat;
import java.util.Date;
import stat... | [
"root@ideal-poke-1.localdomain"
] | root@ideal-poke-1.localdomain |
8c620e7e0e6b7b0fe6325220d84b484d03623fcf | 381b8e14b9065be336f65d0623985e4ef8e3e8ba | /ScheduleManagement/src/main/java/jp/co/jrqss/admin/schedule/domain/repository/WorkDao.java | 669f08faf7511bc8e7ec414dc45196c525b9fd68 | [] | no_license | takunoumi1998/ScheduleManagementSystem | ff762cd2c72790ff5e45dc3e93e9d4c448af9297 | ac185b91c19c9fe0796972eff06180a87298613d | refs/heads/master | 2023-02-14T19:30:55.756257 | 2021-01-12T06:14:51 | 2021-01-12T06:14:51 | 272,308,711 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 203 | java | package jp.co.jrqss.admin.schedule.domain.repository;
import java.util.List;
import jp.co.jrqss.admin.schedule.domain.model.Work;
public interface WorkDao {
public List<Work> selectAll();
}
| [
"takunoumi.r@gmail.com"
] | takunoumi.r@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.