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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ef425b1d08aa2992f74c9392d959c0e9f62fef5b | a6e854b7dffbaa2300bd6e01f1b24f21a752baba | /MANREM_V5_0/src/main/java/wholesalemarket_LMP/results/WholesaleShowResults.java | 6d1e01699da79fb213f66b49235b1470cff6c60e | [] | no_license | FMSilv/MANREMv5.0 | b2b70145d53ed7f0cceca58e64b2ae9481039c31 | 967f20f07f652618abbcd0399d1341d178490b41 | refs/heads/master | 2021-06-29T03:54:12.416415 | 2019-02-10T19:21:14 | 2019-02-10T19:21:14 | 170,015,866 | 0 | 0 | null | 2020-10-13T11:57:09 | 2019-02-10T19:14:55 | Java | UTF-8 | Java | false | false | 55,135 | java | package wholesalemarket_LMP.results;
import wholesalemarket_LMP.simul.GridData;
import wholesalemarket_LMP.simul.WholesaleMarket;
import wholesalemarket_LMP.simul.SupplierData;
import wholesalemarket_LMP.simul.ProducerData;
import java.util.ArrayList;
import javax.swing.DefaultComboBoxModel;
import javax.swing.Default... | [
"filipe.m.silverio@hotmail.com"
] | filipe.m.silverio@hotmail.com |
8dd0d035e642b28ca85fa28479670bbdbf6380b1 | c7c73ddb24289e60f4d0d0c9c4e5853ed117856b | /cyberstonbackendJWTtest/src/main/java/lk/cyberston/v1/cyberston/models/VerificationToken.java | 2abe4d74ac09a1b7f1ae24aa53a04efca9475e25 | [] | no_license | RavinduDON/JWT_test-Angular-Spring | 731b61c9a538ffad32fa25e6b98b5c3501528168 | 25ed62e003542590fa00699a92d56236c44b4b03 | refs/heads/master | 2022-10-01T15:38:03.537042 | 2020-06-06T19:42:07 | 2020-06-06T19:42:07 | 262,002,073 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,057 | java | package lk.cyberston.v1.cyberston.models;
import javax.persistence.*;
import java.time.LocalDateTime;
import java.util.UUID;
@Entity
public class VerificationToken {
public static final String STATUS_PENDING = "PENDING";
public static final String STATUS_VERIFIED = "VERIFIED";
@Id
@GeneratedValue(st... | [
"ravindugunarathna@gmail.com"
] | ravindugunarathna@gmail.com |
38dcd1e63cb2bb66c08282b503583d9165ede280 | aea4c4fae61b415e3244c5f79fee4c7562a5b4cd | /JavaFXGame/Logic/src/Logic/Player.java | 3bd4b8c16f3c5ab8e1c4270a9aedb88eb742db07 | [] | no_license | alexreal1314/Java | 27190604ae37376837767588d7b6b11172b8bf67 | 31e0d4dd391c404b7a01dcc51eb7e604ff3efa7f | refs/heads/master | 2021-01-18T16:40:27.980775 | 2017-04-01T10:41:21 | 2017-04-01T10:41:21 | 86,755,180 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,907 | java | package Logic;
import java.math.BigInteger;
import java.util.Comparator;
/**
* Created by alex on 19/11/2016.
*/
public class Player implements Cloneable{
//private final String compName = "Computer";
private String m_PlayerName;
private int m_SumOfPoints = 0;
private boolean m_IsPlayerComputer;
... | [
"neo140@gmail.com"
] | neo140@gmail.com |
f338ffe28054c142feca0cf69f226711fc67d6eb | 5a457df22c67668e6e95e513f5da49963af9ee7f | /main.java | cd106d0c0601edf6a52571e2d9f60b9e636d1148 | [] | no_license | jack123abc4/nurikabe | b136d9cf48d99ea9927851258c64e8fd7a4865ee | 64af993722bbc10385fa455c3889c837a6c9af86 | refs/heads/main | 2023-01-23T15:31:04.394576 | 2020-12-02T15:18:56 | 2020-12-02T15:18:56 | 317,902,531 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,290 | java | import java.util.ArrayList;
class Main {
public static void main(String[] args) {
int SIZE = 5;
int[][] numGrid = new int[SIZE][SIZE];
char[][] dotGrid = new char[SIZE][SIZE];
numGrid[1][0] = 2;
numGrid[3][0] = 2;
for (int r = 0; r < SIZE; r++) {
... | [
"noreply@github.com"
] | jack123abc4.noreply@github.com |
bc3236d840737b7d318b188ddabcfc32de9ef05f | 31ccb3b9cb7c4ba78b8e85111d9f84a1f9692203 | /src/test/java/com/thoughtworks/twars/page/ConsolePage.java | b81d1f90a076e4e9f958db9c05ffbe5d4a6600c8 | [] | no_license | afaren-graduation-design/automated-test | 62ad1fe6340dd47dacfe03fb6f5b583f1e3ef9e6 | d369a664c05b5449a5c8592dea764bd27bacb314 | refs/heads/master | 2021-01-22T21:38:27.883660 | 2017-05-20T07:51:26 | 2017-05-20T07:51:26 | 85,457,976 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 941 | java | package com.thoughtworks.twars.page;
import org.concordion.selenium.Browser;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.CacheLookup;
import org.openqa.selenium.support.FindBy;
/**
* Created by afaren on 12/20/16.
*/
public class ConsolePage extends Page ... | [
"550047450@qq.com"
] | 550047450@qq.com |
7cfee453a369e8aad393a0d3f323d2277766cbad | f047107b3a0307251be53806de7fc0a5902a39f3 | /app/src/main/java/com/messi/languagehelper/StudyFragment.java | 74d920abc620bd437df49b9f5c8cd6340339684c | [] | no_license | hongsyang/languagehelper_new | 23ebfff38218e23e8a1a863329d528a7a422e203 | 10e82f36e895fbef006805f183fbc7efb257e88a | refs/heads/master | 2021-03-12T09:37:03.890399 | 2020-03-08T02:30:18 | 2020-03-08T02:30:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,172 | java | package com.messi.languagehelper;
import android.content.Context;
import android.os.Bundle;
import android.support.design.widget.TabLayout;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.text.TextUtils;
import android.view.LayoutInflater;
import andr... | [
"meixililulu@163.com"
] | meixililulu@163.com |
16b883bfa382245083da32df1ef6f925bcf7974b | 4da94e36f8ab4f22051d848ebbc598efa0ae419c | /MPP/Tema3XML/src/test/java/repository/UserRepositoryTest.java | 02332a2bdaba0837bcefc57bccdd59d49a7b5615 | [] | no_license | lorak127/University-Courses | 6ccf52e77a2ab51e43f747f0a2a124b38c81549a | 79908d4142db9e4d7c2ecc1c8f807bb372ae166e | refs/heads/master | 2023-04-03T20:43:14.107167 | 2020-12-30T10:09:31 | 2020-12-30T10:09:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,492 | java | package repository;
import model.TipUser;
import model.User;
import org.junit.Test;
import java.io.FileReader;
import java.io.IOException;
import java.util.List;
import java.util.Properties;
import java.util.stream.Collectors;
import java.util.stream.StreamSupport;
import static org.junit.Assert.assertEquals;
import... | [
"teofanaenachioiu@yahoo.com"
] | teofanaenachioiu@yahoo.com |
c1fcd0e6d46ffca366cee3b209fd9729b756e97e | 131a9eab654d21e1a9fc727aef15f1242b0e56be | /jstarcraft-ai-math/src/main/java/com/jstarcraft/ai/math/structure/vector/DenseVector.java | 2794fbf9d60fcceb17712fb0887d68925b97ca29 | [
"Apache-2.0"
] | permissive | lamlink/jstarcraft-ai | d13dd10b516d261ec42287ead72106e767610fd7 | ac34fdfd9e20f1147280639b95e80e36a486b4ba | refs/heads/master | 2020-07-28T05:29:33.055518 | 2019-09-18T12:37:36 | 2019-09-18T12:37:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,881 | java | package com.jstarcraft.ai.math.structure.vector;
import java.util.Iterator;
import java.util.concurrent.Semaphore;
import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang3.builder.HashCodeBuilder;
import org.apache.commons.math3.util.FastMath;
import com.jstarcraft.ai.environme... | [
"Birdy@LAPTOP-QRG8T75T"
] | Birdy@LAPTOP-QRG8T75T |
81d80bea2f9727c593eb0a406a7f90608c9a7813 | 38018953496da0c0578f4d843e0c890fd1c81d9d | /src/NotificationDetails.java | e4cb5a056df9a9b3fdc23af601d2193afc687967 | [] | no_license | suyogmirgal/factory-java-design-pattern | 7b5d4f953ec269c1e5d4c2e5a8f3db7432ef14b9 | a96219e7fa9e378d98bfef1c9ce6d8ed1b23c2b0 | refs/heads/master | 2023-02-25T14:13:18.996361 | 2021-01-20T14:33:44 | 2021-01-20T14:33:44 | 331,201,784 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 188 | java | public class NotificationDetails {
String user;
String message;
public NotificationDetails(String user, String message) {
this.user = user;
this.message = message;
}
}
| [
"suyog.mirgal@arrkgroup.com"
] | suyog.mirgal@arrkgroup.com |
9128646e225551a2128af38a96bcb1b0f8797efa | 09c7aec300537d7b286c3497312de304473b3f48 | /app/src/main/java/com/supergeek/junejaspc/nqueens/ChessBoard.java | 9eddde3fc78fd0d78ebf3a3e5f364856aa8d8292 | [] | no_license | shubhamjuneja11/Queen | 92c8d660cf1b550b4989a2ac5848370659b81bc5 | 29de70b3fbe85e948ae5cdde085a252cb74515d5 | refs/heads/master | 2021-06-26T05:46:54.357891 | 2017-09-08T20:35:48 | 2017-09-08T20:35:48 | 84,084,117 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 27,538 | java | package com.supergeek.junejaspc.nqueens;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Color;
import android.graphics.drawable.GradientDrawable;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.net.... | [
"shubhamjuneja11@gmail.com"
] | shubhamjuneja11@gmail.com |
71b95a9562acfae61479240d1e072a4aa6312acd | f7ae90b6af01b682d7bb9350ce2c7dae8fd6a9a3 | /feign-user-service/src/main/java/com/demo/feignuserservice/client/OrderClient.java | 21a4c313545ed632ef00df06c5119da21d814206 | [] | no_license | sumit0987/microservices | b9a2e13b625af278ae537667e65e17e2016db514 | 10fb9457a9f03465fa2c506dd2313ed61310036f | refs/heads/master | 2022-11-19T11:22:54.620251 | 2020-04-13T17:32:28 | 2020-04-13T17:32:28 | 253,853,365 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 982 | java | package com.demo.feignuserservice.client;
import java.util.List;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.PostMapping;
import org.spring... | [
"sumit123@gmail.com"
] | sumit123@gmail.com |
e918e8ea88b8789ef819e886c56af95719694b03 | 8e15d4343035150f1eb1791de15ed3a01a9930f9 | /src/main/java/com/camisbrussi/javaWS/resources/UserResource.java | 3039a895501a2c3e10a4629bbb854eed9c353833 | [] | no_license | camisbrussi/course_JavaWS | 9558ec645e5cf6fff07d1d11457789d8eba5feb3 | 80a3e30284137bc51e802c7c78216975ff92e0dc | refs/heads/main | 2023-02-19T06:48:08.296639 | 2021-01-24T18:06:20 | 2021-01-24T18:06:20 | 331,142,327 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,924 | java | package com.camisbrussi.javaWS.resources;
import java.net.URI;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
... | [
"camila.sbrussi@universo.univates.br"
] | camila.sbrussi@universo.univates.br |
ea4771dba67ffff06d2274ff6a6125c842cac9f2 | f99f6ccd65f344d4c8651f4e4b058ec7f440f60c | /beforeGrpc/daocommon/src/main/java/com/yhglobal/gongxiao/foundation/supplier/dao/SupplierDao.java | 822bbcfbc3a9da057299bd9ef7e38400b732e52f | [] | no_license | wilnd/gongxiao | fa60c9d5d57c3cbbb69d39e3848b42850bf22e12 | f18bc2f48b4041ab09ee46876fd9f7a0dcb57a52 | refs/heads/master | 2020-03-28T05:50:50.258483 | 2018-09-07T09:32:00 | 2018-09-07T09:32:00 | 147,799,238 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 989 | java | package com.yhglobal.gongxiao.foundation.supplier.dao;
import com.yhglobal.gongxiao.foundation.supplier.model.Supplier;
import com.yhglobal.gongxiao.foundation.supplier.dao.mapping.SupplierMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import j... | [
"287329409@qq.com"
] | 287329409@qq.com |
4a50c3ecdcae8514d8fd364b7f83c42470197283 | e2f81f86b90ce8955a9f7bb31f84382f45c93f95 | /OpenRedmine/src/main/java/jp/redmine/redmineclient/adapter/RedmineIssueAttachmentListAdapter.java | e052f42a5249d44ec16b5d5bea87eb3dde448f8f | [] | no_license | lucernae/OpenRedmine | e28d486074928a73f5ad46dab8182d703bbe2093 | 8684ce113cd39225287ca335318c2f8edda444bb | refs/heads/master | 2020-12-25T04:01:15.493798 | 2014-06-21T16:53:15 | 2014-06-21T16:53:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,038 | java | package jp.redmine.redmineclient.adapter;
import java.sql.SQLException;
import jp.redmine.redmineclient.R;
import jp.redmine.redmineclient.db.cache.DatabaseCacheHelper;
import jp.redmine.redmineclient.entity.RedmineAttachment;
import jp.redmine.redmineclient.form.RedmineAttachmentListItemForm;
import android.content... | [
"in_dow@hotmail.com"
] | in_dow@hotmail.com |
41ebaeafaa49496601dcb015146e89ccb1483b63 | c29de12f1f1632b7e5c0fae856cedfdd0d1f04da | /java/formulario-integrado/src/formulario/integrado/controller/LoginController.java | 4c043cfb962d54dd92a934cf3a5411958cec6c2b | [] | no_license | thpoiani/formulario-integrado | 6bb7cf8e806825b7177b159d451f562375f2ddb6 | 27a87cb603c3dcd3d6ebbcb34fe8eed6969428e0 | refs/heads/master | 2020-04-22T09:17:10.247277 | 2013-12-04T21:42:28 | 2013-12-04T21:42:28 | 32,117,982 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,103 | java | package formulario.integrado.controller;
import formulario.integrado.business.ILoginBusiness;
import formulario.integrado.business.LoginBusiness;
import formulario.integrado.model.Login;
import formulario.integrado.vendor.Dialog;
import java.sql.SQLException;
import java.util.Iterator;
import javafx.applicatio... | [
"thpoiani@gmail.com@094e63fc-2494-60af-4612-397b49e1a6fc"
] | thpoiani@gmail.com@094e63fc-2494-60af-4612-397b49e1a6fc |
afde57443f53cbd7ad565b27c38305ee2c13f689 | f44a8ff6083e674dcf5e3e2917ef242bbbe8656b | /src/module-info.java | 3aedd398b7c71965081b4f3d4a39549ab9f13257 | [] | no_license | FrancescoRaco/VRP-Server | 239c32764f8be179a5ca0f9e6c065100f0f3dde4 | c46098c88314cf827f0fc4ba8abe31c15667d400 | refs/heads/master | 2020-06-13T18:13:20.990860 | 2019-07-02T01:26:08 | 2019-07-02T01:26:08 | 190,551,738 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 268 | java | module vrpServer
{
//Make the following packages visible outside
exports core;
exports server;
exports test;
exports test.busExamples;
//Declare the needed libraries
requires graphhopper.web;
requires java.json;
requires json.simple;
requires jsprit.core;
} | [
"noreply@github.com"
] | FrancescoRaco.noreply@github.com |
cfe291f7ad4ebcd5291df1389322ff290c18aabd | b21562c3f6b6dbd54c7c0224a605f28af4502215 | /app/src/main/java/com/nikorych/mymovie/Data/MovieDatabase.java | 3a5fef8d8fdc4b8981a19b4b07a7279fb8091ded | [] | no_license | nT14Ko/MoviesApp | 045c7e7533c5baae23b9ba27911a4bce4882d009 | 75e0c253bf95b87834340600218bf7da1f0e2a9f | refs/heads/master | 2022-09-14T13:02:05.859872 | 2020-06-02T12:01:52 | 2020-06-02T12:01:52 | 268,789,011 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 824 | java | package com.nikorych.mymovie.Data;
import android.content.Context;
import androidx.room.Database;
import androidx.room.Room;
import androidx.room.RoomDatabase;
@Database(entities = {Movie.class, FavouriteMovie.class}, version = 5, exportSchema = false)
public abstract class MovieDatabase extends RoomDatabase {
p... | [
"nt14koo@gmail.com"
] | nt14koo@gmail.com |
f4174b01c06dd473dc96b5745a16391bf278d400 | d9afc102711659a176e72fdb22a9662d44764c43 | /app/src/main/java/org/nestordevelopments/lapurisima/Base2f.java | bcc5e56a5413d42342482cfc10268679f44aed47 | [
"Apache-2.0"
] | permissive | nesmaba/LaPurisimaPublic | 97cae52011e8beb066247ba7e17d2d21a6a68877 | 1be8c6e7b4ae1761369e811c259094166fda679b | refs/heads/master | 2021-01-11T00:29:53.000408 | 2017-10-01T18:58:09 | 2017-10-01T18:58:09 | 70,524,464 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,735 | java | package org.nestordevelopments.lapurisima;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import org.nestordevelopments.lapurisima.Modelo.AlumnosSQLiteHelper;
import java.io.IOException;
public class Base2f extends AppCompatActivity {
static CursosAsis... | [
"nesmaba@gmail.com"
] | nesmaba@gmail.com |
501195acfa6b5419c526ba506664b679648f1de5 | 5bbf63a905ee7370d9ce10c120925ac53e666d64 | /src/main/java/com/github/sigor/kafka/tutorial2/TwitterProducer.java | 5fc7c379b794e2d4795f68363c2883d8efa6268a | [] | no_license | igor-storozhev/kafka-beginner-course | a2466dd10f8d8aa918020ebe4fd7feccc9a50b3c | dc5376f90953b6f37900df0319a4511860520c09 | refs/heads/master | 2022-12-14T13:09:59.295676 | 2020-09-16T14:59:40 | 2020-09-16T14:59:40 | 293,891,936 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,162 | java | package com.github.sigor.kafka.tutorial2;
import com.google.common.collect.Lists;
import com.twitter.hbc.ClientBuilder;
import com.twitter.hbc.core.Client;
import com.twitter.hbc.core.Constants;
import com.twitter.hbc.core.Hosts;
import com.twitter.hbc.core.HttpHosts;
import com.twitter.hbc.core.endpoint.StatusesFilte... | [
"igor.storozhev@gmail.com"
] | igor.storozhev@gmail.com |
c1ad0369e93a3907f5cc49bba657d3ff8d6784a2 | 8b62e05f34373f6171aeeb94d0761bad4775f623 | /src/repositorio/RepositorioListaProduto.java | c23d2ea928ec9af1dc53410b19956a1c5545a0fb | [] | no_license | hilderlanherbert/pet_shop | 9d54e9c04e443d7a409b5313ac966be707aae07d | ad1522ae73890a570f96f8a998bb173f372d8071 | refs/heads/master | 2021-08-02T08:13:23.066917 | 2021-07-20T14:38:35 | 2021-07-20T14:38:35 | 156,426,152 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,025 | java | package repositorio;
import classesBasicas.Produtos;
import erros.ProdutoNaoEncontradoException;
import interfaces.RepositorioProduto;
public class RepositorioListaProduto implements RepositorioProduto {
private Produtos produto;
private RepositorioListaProduto proximo;
//construtor comum
... | [
"38388224+mmariabeatriz@users.noreply.github.com"
] | 38388224+mmariabeatriz@users.noreply.github.com |
525eb82ce741ecf0010d336d4f3addeaa89270a8 | 0f4481fbec99f5963f5d7ff623c1de2f9b585542 | /TallerMecanico/TallerMecanico-ejb/src/java/com/inacap/entity/Dtc.java | 0080f8fa03ac9ebc4034964ee43844da42896c4a | [] | no_license | Danny43/ProyectoWeb | e5682d7c7fdffd0eedf748a862ffcf63958ec080 | 8839955a61e1f9fdc1fbf72ffefdb8510471b4fe | refs/heads/master | 2020-03-23T15:29:38.332493 | 2018-07-20T20:08:54 | 2018-07-20T20:08:54 | 135,937,076 | 0 | 0 | null | 2018-06-06T01:48:45 | 2018-06-03T20:13:02 | Java | UTF-8 | Java | false | false | 3,220 | 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 com.inacap.entity;
import java.io.Serializable;
import java.util.List;
import javax.persistence.Basic;
import javax.... | [
"Daniel@DESKTOP-OH841GJ"
] | Daniel@DESKTOP-OH841GJ |
938ea0f64b12fad486fad3988a6ad5b47f79c404 | 58b2937048759e48d6de204ff520466247e31782 | /app/src/main/java/mobileattendancecom/mobileattendance/studentAttendvw.java | e5d96a614f0e8e6261ca5d5aee61adf486421b7f | [] | no_license | NSK25/mobile-attendence-master | 0babcd1fd7ed75c4b498ff0fd5dc6fa81fb4252b | b79907f58c01e5232aed32cbb87d584444014bf3 | refs/heads/master | 2020-03-25T19:43:22.975754 | 2018-08-09T03:37:56 | 2018-08-09T03:37:56 | 144,097,034 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,475 | java | package mobileattendancecom.mobileattendance;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.ArrayAdapter;
import android.widget.ListView;
import android.widget.TextView;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
im... | [
"noreply@github.com"
] | NSK25.noreply@github.com |
ba5c903b8266d56e6eadf943bb2cf6684355c5ad | c474b03758be154e43758220e47b3403eb7fc1fc | /apk/decompiled/com.tinder_2018-07-26_source_from_JADX/sources/io/paperdb/PaperTable.java | d2bb54c061cbcdad8983b80b9542c8e3b021e624 | [] | no_license | EstebanDalelR/tinderAnalysis | f80fe1f43b3b9dba283b5db1781189a0dd592c24 | 941e2c634c40e5dbf5585c6876ef33f2a578b65c | refs/heads/master | 2020-04-04T09:03:32.659099 | 2018-11-23T20:41:28 | 2018-11-23T20:41:28 | 155,805,042 | 0 | 0 | null | 2018-11-18T16:02:45 | 2018-11-02T02:44:34 | null | UTF-8 | Java | false | false | 143 | java | package io.paperdb;
class PaperTable<T> {
T mContent;
PaperTable() {
}
PaperTable(T t) {
this.mContent = t;
}
}
| [
"jdguzmans@hotmail.com"
] | jdguzmans@hotmail.com |
2020c4de3c304f21b7aa3edea82081a45b47f393 | 159ab8748c74281282c3a0a323a7a9728c9f5805 | /java/21days-v6-source-code/chapter19/RssFilter.java | 161431535d58af0354678afeb7552b2f276ef397 | [] | no_license | 99sun99/java_practice | 4ed8eefc4013d7a169b5a619989eb3b9b3525a75 | 4c01d2977e57a1a92986fc018c47884f214a5303 | refs/heads/master | 2021-01-16T16:50:50.006695 | 2020-02-26T06:52:08 | 2020-02-26T06:52:08 | 243,188,645 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,919 | java | import nu.xom.*;
public class RssFilter {
public static void main(String[] arguments) {
if (arguments.length < 2) {
System.out.println("Usage: java RssFilter rssFile searchTerm");
System.exit(-1);
}
// Save the RSS location and search term
String rssFile = ... | [
"sunyuan0099@163.com"
] | sunyuan0099@163.com |
414a94b5f49ae8251f9e40e6777d767efa2ffc40 | 042f19f54f6e2d05d8b27c109a4a238f0052c71f | /app/src/main/java/application/com/zheng/ilock/SecondActivity.java | e5a108ebf2e78e74ceab1954a77f49d8adddd68a | [] | no_license | zhenghung/iLock- | fe91a06307e1e08834963a1e65339a0d0aa105fd | 2f820c0f1d4c02a562291d2cdb81d6222b8cd919 | refs/heads/master | 2021-01-18T00:08:52.951526 | 2017-12-19T04:38:11 | 2017-12-19T04:38:11 | 81,747,011 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 836 | java | package application.com.zheng.ilock;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class SecondActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstance... | [
"zhenghung.9v@gmail.com"
] | zhenghung.9v@gmail.com |
95ddeb411635c51b90e8c5e4c467beefbebef8d7 | 09ca502b44715c987b65fc3e06d41e60d4d08bc0 | /bonita-server/src/test/java/org/ow2/bonita/connector/examples/test/SingleInputFieldConnectorTest.java | e617836db36564f94101591bfcce275264e484c8 | [] | no_license | fivegg/bbonita-runtime-5-10-1 | 29b51fe1fd18c7307809c50c28f3a33aab63786d | 585aa4ca3cf14771f03d087cfb82237aff99897d | refs/heads/master | 2016-09-05T09:47:31.631120 | 2013-12-20T03:03:11 | 2013-12-20T03:03:11 | 14,005,787 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,994 | java | /**
* Copyright (C) 2009 Bull S. A. S.
* Bull, Rue Jean Jaures, B.P.68, 78340, Les Clayes-sous-Bois
* This library 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
* version 2.1 of the License.
... | [
"fivegg@163.com"
] | fivegg@163.com |
c9837732ed20115e2f3ae0b64a2b0d36b143bc36 | 6052f4647363d160d7b044e4488aae106ba4f0db | /TeamCode/src/main/java/org/firstinspires/ftc/teamcode/encoderTrial.java | ab7ba7d551738a7b8333060176d67539b03ac02e | [
"BSD-3-Clause"
] | permissive | bignaczak/SkyStone_eBots_2019 | 2b3e7193d0e10ce9f26e0e9556cf6b7978c3f695 | e86db45732d8a02cc88d1b89e9b4d865c85ee804 | refs/heads/master | 2020-06-26T05:20:49.564582 | 2019-12-15T13:06:37 | 2019-12-15T13:06:37 | 199,543,688 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 874 | java | package org.firstinspires.ftc.teamcode;
import com.qualcomm.robotcore.eventloop.opmode.Disabled;
import com.qualcomm.robotcore.eventloop.opmode.TeleOp;
import com.qualcomm.robotcore.hardware.DcMotor;
@TeleOp
@Disabled
public class encoderTrial extends eBotsOpMode2019 {
@Override
public void runOpMode(){
... | [
"bignaczak@gmail.com"
] | bignaczak@gmail.com |
b52ab21502938bc3b05444cb60776876ae04e3e1 | d3e7473a1282a8ca494e12899265066790af641b | /app/src/main/java/hyxd/parentapp/im/extension/SnapChatAttachment.java | a0e34dc7fe08b833d6e6a40c17260aa08a762e08 | [] | no_license | HLJJMS/JingKeJiaZhang | 1290520670df8bc1f6d77581bd6f29ee42e8faec | 3f5a8c3692854389af2f3fa6a1cb5e0bf4c7a996 | refs/heads/master | 2020-03-30T00:40:20.166293 | 2018-09-27T07:21:21 | 2018-09-27T07:21:21 | 150,536,481 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,412 | java | package hyxd.parentapp.im.extension;
import android.text.TextUtils;
import com.alibaba.fastjson.JSONObject;
import com.netease.nimlib.sdk.msg.attachment.FileAttachment;
/**
* Created by zhoujianghua on 2015/7/8.
*/
public class SnapChatAttachment extends FileAttachment {
private static final String KEY_PATH =... | [
"42565868+HLJJMS@users.noreply.github.com"
] | 42565868+HLJJMS@users.noreply.github.com |
1e0262aa8db71762135513e88ab030260c10670a | e41e83239bd24d2585462e13a2758f8d94a6b13c | /src/sandbox/RealEngineering.java | 9428b991ec8adb14f3348434aabaf6a6fbfb0ab8 | [] | no_license | ignac8/talandar | ed1561884aa9f32a951ab144628a566a1b7cdbd1 | 4826af5cbe914eae8bd949e7c074d3765e940371 | refs/heads/master | 2023-04-25T09:26:56.331489 | 2017-12-13T18:37:25 | 2017-12-13T18:37:25 | 366,116,968 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,165 | java | package sandbox;
import fitnessevaluator.starcraft.StarcraftEvaluator;
import jnibwapi.JNIBWAPI;
import jnibwapi.Position;
import jnibwapi.Unit;
import neuralnetwork.ConstantNeuralNetwork;
import neuralnetwork.NeuralNetwork;
import player.NeuralNetworkPlayer;
import player.factory.PlayerFactory;
public class RealEngi... | [
"ignac8@op.pl"
] | ignac8@op.pl |
e4772911ebd99a11bcb0482165f3c69a2a546113 | 4a3e4fe5f6df562168f9210da81ac1a19a77f796 | /src/main/java/com/hk/logistics/service/impl/RegionTypeServiceImpl.java | ac82e10aefb65c704c151b28830a145556425f25 | [] | no_license | vikrantch-hk/HKLogistics | d31320d87ad7310fb70743f368d10f997b4d514f | 9f957ce7414ac5cd80196089a647b341d36498b9 | refs/heads/master | 2020-03-21T05:45:28.071303 | 2018-06-22T11:28:08 | 2018-06-22T11:28:08 | 138,178,097 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,309 | java | package com.hk.logistics.service.impl;
import com.hk.logistics.service.RegionTypeService;
import com.hk.logistics.domain.RegionType;
import com.hk.logistics.repository.RegionTypeRepository;
import com.hk.logistics.repository.search.RegionTypeSearchRepository;
import com.hk.logistics.service.dto.RegionTypeDTO;
import c... | [
"chudhry.vikrant@Brightlife.com"
] | chudhry.vikrant@Brightlife.com |
c94af6368f4e45272a073c80f830f51028b0ca1e | 949c2524bb7a501147cb4afc467947de054250a7 | /app/src/main/java/com/caowj/opengl/utils/GLEnvironment.java | a55313d07d667bed156c4700f21ca467359235d8 | [] | no_license | tangnuo/AndroidOpenGLDemo_Kotlin | a27cfdf4871044e923bb1f415598858b996797fd | 684f77a182b223006483e464f6d4876deb00eac0 | refs/heads/master | 2022-11-26T09:02:31.449608 | 2020-07-30T08:05:45 | 2020-07-30T08:05:45 | 283,652,594 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 48,246 | java | package com.caowj.opengl.utils;
import android.content.Context;
import android.opengl.EGL14;
import android.opengl.EGLExt;
import android.opengl.GLDebugHelper;
import android.opengl.GLSurfaceView;
import android.util.Log;
import android.view.SurfaceHolder;
import java.io.Writer;
import java.lang.ref.WeakReference;
im... | [
"caoweijian@kedacom.com"
] | caoweijian@kedacom.com |
55b7dee0c685ac14c47dc5b3b503de2192c5fa68 | 38faefe9ac88d887cefc32cd4a1f727499e58748 | /src/org/yangjiesleep/storesys/MenuDemo.java | 257b61b7eacb39b2997ac449007ee46c4342aa2b | [
"Apache-2.0"
] | permissive | yongjj/StoreManagementSystem | 679bf79fdb5b0fd244304e701b0c824e10926c92 | 78d655ee0beaacc14d042226392369c4c8ab311d | refs/heads/master | 2021-01-09T21:49:00.470998 | 2015-10-04T13:42:09 | 2015-10-04T13:42:09 | 43,637,574 | 0 | 1 | null | null | null | null | GB18030 | Java | false | false | 12,526 | java | package org.yangjiesleep.storesys;
import tian.biye.R;
import android.app.TabActivity;
import android.content.Intent;
import android.graphics.Color;
import android.opengl.Visibility;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.Button;
import android.w... | [
"1325592345@qq.com"
] | 1325592345@qq.com |
27d5d4c2bf453d9fd8683deca64040c020612403 | 0b97c83f90f92ea0e5eaf0386b7ce77cc2b4f2ae | /jar/src/main/java/gogui/random/strategy/OnLineGenerator.java | 39bb180f872346a52418d67f8cb2350ebfde6990 | [] | no_license | enedhilien/goGui_java | a907f45b5f68302b6dc748881a4b6a67dc528f20 | 3cf2cc0b99041feaf0c3993b738a74d7ac3aca1c | refs/heads/master | 2021-01-14T09:54:52.618541 | 2015-01-06T02:37:56 | 2015-01-06T02:37:56 | 27,838,437 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,327 | java | package gogui.random.strategy;
import gogui.GeoList;
import gogui.Line;
import gogui.Point;
import gogui.random.PointsGenerator;
import java.util.List;
/**
* Generates points on line
*/
public class OnLineGenerator implements PointGeneratorStrategy {
private static Line line;
public OnLineGenerator(Line ... | [
"grz.miejski@gmail.com"
] | grz.miejski@gmail.com |
31a9c40fe2342fb198ee3ade13fc25cb59b84da7 | e7357909eadd7738034e4426dbed363c92233748 | /src/main/java/pl/sda/travel360/domain/Travel.java | 55d1f8f8fb259f1c168dd4ce8379744283d6c20d | [] | no_license | MichalKiernicki/SpringTravel360 | 0546aa16407f030c996bb87cdcb88e9daa166beb | c01a147df2de7c5231aab123992501e762bbd380 | refs/heads/master | 2023-08-25T12:25:18.195635 | 2021-10-17T10:11:22 | 2021-10-17T10:11:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 537 | java | package pl.sda.travel360.domain;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import java.util.Set;
@Data
@Builder
@NoArgsConstructor
@AllArgsConstructor
@Entity
@Table
public class Travel {
@Id
@GeneratedValue
... | [
"misiubest@interia.pl"
] | misiubest@interia.pl |
600549f64e83aece694821444274dc4996a59776 | 8a0212db45620e090af21a1d2ff2ed30a4a210f6 | /sculptor-maven/sculptor-maven-plugin/src/main/java/org/sculptor/maven/plugin/ScanningOutputStream.java | aeffc409c6e733d6be9043171f5a3e159c23a96b | [
"Apache-2.0"
] | permissive | zhongweijun/sculptor | 061a09ef95b2774cf0684ac8b76362638b6a9a45 | c29228ba63f50d599d068ab04afe419f051703b9 | refs/heads/master | 2021-01-16T23:11:00.431455 | 2013-11-24T00:58:04 | 2013-11-24T00:58:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,144 | java | /*
* Copyright 2013 The Sculptor Project Team, including 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/L... | [
"torsten.juergeleit@gmail.com"
] | torsten.juergeleit@gmail.com |
e1a0c107716e51a4199a177a2cf55027c9c41219 | f56b576e748a5a1a1c401bdf5b8a099330b7b377 | /Netbeans Project/src/server/http/servlet/delete/GetKG.java | 7e2e4f1dd12b40c10d26731923160387b9f0b55e | [] | no_license | Lolikitty/Weight-Lose | 85ba2e02b51cff3cfa4ee7e54f1918907e6d2a78 | 9ae32294befbe730b423d72cb99e297174691e2d | refs/heads/Demonic | 2016-08-12T18:30:01.048329 | 2015-08-13T02:40:18 | 2015-08-13T02:40:18 | 28,794,989 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,531 | java | /*
* Copyright © 2014 Chenghsi Inc. All rights reserved
*/
package server.http.servlet.delete;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.ResultSet;
import java.sql.SQLException;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletRespo... | [
"aaa1218bbb@yahoo.com.tw"
] | aaa1218bbb@yahoo.com.tw |
caa5e6fa4c2ebade09aa6d8bae64a7fb6d57168b | 55aca439e180a9bcf0a36f60320013979905d1e5 | /efreight-afbase/src/main/java/com/efreight/afbase/entity/DebitNoteTree.java | d4abcb35fb1e3697aa9301efc85cc4d4a689d017 | [] | no_license | zhoudy-github/efreight-cloud | 1a8f791f350a37c1f2828985ebc20287199a8027 | fc669facfdc909b51779a88575ab4351e275bd25 | refs/heads/master | 2023-03-18T07:24:18.001404 | 2021-03-23T06:55:54 | 2021-03-23T06:55:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 695 | java | package com.efreight.afbase.entity;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimental.Accessors;
import java.math.BigDecimal;
import java.util.List;
@Data
@EqualsAndHashCode(callSuper = false)
@Accessors(chain = true)
public class DebitNoteTree {
private Boolean checkBox = false;
... | [
"yeliang_sun@163.com"
] | yeliang_sun@163.com |
152d77caa432d4f5c1f1f27cc615148cbf3757a8 | ce874d2203d5d82507b72a71289a3e1e4b44c338 | /src/main/java/net/nokok/azm/ClassReader.java | dc4c843b7a35e9a2220c389f6eb4a7331b89cf81 | [] | no_license | nokok/azm | 932295b8a3258b808daeb6f29dadcf417963a7b9 | 2bf6419e4587a2bd47e9891d010736b61ef45123 | refs/heads/master | 2021-04-18T20:35:23.105352 | 2018-04-06T15:18:28 | 2018-04-06T15:18:28 | 126,351,496 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 175,730 | java | // ASM: a very small and fast Java bytecode manipulation framework
// Copyright (c) 2000-2011 INRIA, France Telecom
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
// 1. Redistributions of ... | [
"nokok.kz@gmail.com"
] | nokok.kz@gmail.com |
2aff025ad17cbfaa368f1e4ac9645c7baaafe3ef | 1a4106be6527079cbbf410ca30b9a66bc93763b7 | /fix-engine/src/main/java/me/kolek/fix/engine/FixEngineCallback.java | f9227aaf75a852d73c8b4cb31966f3a431ded811 | [] | no_license | Sudarsan-Sridharan/java-fix | 34597c359a730769f8d092735784c5ac0854cf8f | 136b702aeb61d104b013e3ffa7d9aa807c59fd6a | refs/heads/master | 2020-07-06T19:06:52.681992 | 2018-02-14T20:08:36 | 2018-02-14T20:08:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 218 | java | package me.kolek.fix.engine;
import java.rmi.Remote;
import java.rmi.RemoteException;
public interface FixEngineCallback extends Remote {
void onSessionAvailable(FixSessionId sessionId) throws RemoteException;
}
| [
"christopher.w@kolek.me"
] | christopher.w@kolek.me |
1c1191076609a453d190d53a9803b993156bea90 | 51934a954934c21cae6a8482a6f5e6c3b3bd5c5a | /output/995379540b8b4bb09ee2f34de7f3105b.java | 0259d2c4cfb9d5080a8c35bd5148307fa16c88a3 | [
"MIT",
"Apache-2.0"
] | permissive | comprakt/comprakt-fuzz-tests | e8c954d94b4f4615c856fd3108010011610a5f73 | c0082d105d7c54ad31ab4ea461c3b8319358eaaa | refs/heads/master | 2021-09-25T15:29:58.589346 | 2018-10-23T17:33:46 | 2018-10-23T17:33:46 | 154,370,249 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 23,075 | java | class g {
}
class v2LdAB {
public static void _t_Jmxx (String[] MglEqp3uDgyx) throws Sk {
void nJWv = !new tnqCld81PiaS()[ null._rOriy65mdUfr6()] = !082335.T56uBOR;
void[] zoDPVy1eWVB = !-mqGqF4gBbsKn_Q[ !vuTn0.Nfp0];
void eLb8f = S8aRsjVs[ -new qOeSv().XspF()] = !false.yO2();
}
}... | [
"hello@philkrones.com"
] | hello@philkrones.com |
3e211552ea0afab24460f919c068caa5afeaef12 | 9b48da12e8d70fb3d633b988b9c7d63a954434bf | /ECC8.1/ECC/ecc_ZZB/ecc/src/com/siteview/ecc/treeview/DefaultViewTreeModel.java | a7035bca5352a4e9ed6e7949863da42f0501a2d8 | [] | no_license | SiteView/ECC8.1.3 | 446e222e33f37f0bb6b67a9799e1353db6308095 | 7d7d8c7e7d7e7e03fa14f9f0e3ce5e04aacdb033 | refs/heads/master | 2021-01-01T18:07:05.104362 | 2012-08-30T08:58:28 | 2012-08-30T08:58:28 | 4,735,167 | 1 | 3 | null | null | null | null | WINDOWS-1252 | Java | false | false | 2,017 | java | package com.siteview.ecc.treeview;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import javax.servlet.http.HttpSession;
import org.zkoss.zk.ui.Desktop;
import org.zkoss.zk.ui.Executions;
import o... | [
"136122085@163.com"
] | 136122085@163.com |
c8293dbc31fad3166944349a34e1771c9f76f316 | 9c67584c97552d0f9bd5256d0659ce0c4b593e2b | /Android Sample Code/SimpleMusicPlayer/app/src/main/java/com/mkdutton/labfour/fragments/MainFragment.java | 5df3f3c3090399d71adab3c4739afc02bc8cfdae | [] | no_license | mduttondev/sourcecode | 80536ce15e6347cecc07ab155c18f2e0ccc93f2a | b99f84ae253d63fa295adc6e33573be4279893fd | refs/heads/master | 2021-01-10T21:46:58.803015 | 2015-11-17T14:59:49 | 2015-11-17T14:59:49 | 24,869,776 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,810 | java | package com.mkdutton.labfour.fragments;
import android.app.Activity;
import android.app.Fragment;
import android.content.BroadcastReceiver;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.ServiceConnection;... | [
"mdutton@justecho.com"
] | mdutton@justecho.com |
678a24c59dfb40d82437e4ba3a33c6c554259355 | ece47b1632210f66a28ea83b5f9c9e7ecc782806 | /core/src/main/java/com/adobe/media/publication/core/servlets/SimpleServlet.java | 7ea5c86349e5ad3b68ca7a54e890bc154a5d73dc | [] | no_license | prasanna-shah/aem-media-publication | 318b1522c712b9093171f563495d4baa941162a1 | eea67e87a65f007a36a323539d22ae43b9eb273e | refs/heads/master | 2022-07-25T16:33:26.068224 | 2019-11-29T09:09:11 | 2019-11-29T09:09:11 | 220,802,601 | 0 | 0 | null | 2022-07-06T20:18:48 | 2019-11-10T14:36:20 | Java | UTF-8 | Java | false | false | 1,919 | java | /*
* Copyright 2015 Adobe Systems Incorporated
*
* 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... | [
"prasanna.shah@sapient.com"
] | prasanna.shah@sapient.com |
be1cf62fbdd26ef9a8914b22f2c941d5accf46e5 | 11546ca48d8d0836771861fdafaf216ab80c7941 | /src/test/java/com/vinsguru/webfluxdemo/Lec04HeadersTest.java | eaf5ab2926e830c2a2de66be1931faeaf78ac1ad | [] | no_license | learnwiththamhv/webflux-demo | afe8e940d2d6469f34d1188bff4974fb3cace1f0 | 8e930a0ff18d1292964ef45c16646a2cdde8cb01 | refs/heads/master | 2023-07-30T00:08:46.803902 | 2021-09-10T23:38:42 | 2021-09-10T23:38:42 | 405,237,913 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,304 | java | package com.vinsguru.webfluxdemo;
import com.vinsguru.webfluxdemo.dto.MultiplyRequestDto;
import com.vinsguru.webfluxdemo.dto.Response;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.reactive.function.client.WebClient;
import reactor.cor... | [
"learnwiththamhv@gmail.com"
] | learnwiththamhv@gmail.com |
c3a3e745092abb9738a22c70d426225f7de603ee | 07ce7fb956e05a1596c1b51fee9604fcc7df4e5c | /StarArrangements.java | 42f50dd66f8dc13baf36b46f1426d000b3d12403 | [] | no_license | ECannon/Kattis | 9fccd750e16e3751b3a4959695f62b5151c842fe | 79d1f9ba25dab5018f7a24028180eec9cad74844 | refs/heads/master | 2021-06-16T23:57:44.109171 | 2019-10-28T19:08:00 | 2019-10-28T19:08:00 | 148,221,318 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 636 | java | import java.util.*;
public class StarArrangements {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
System.out.println(n+":");
for(int i = 2; i < n; i++)
{
boolean flag = false;
for(int j = i-1; j <= i; j++)
{
... | [
"noreply@github.com"
] | ECannon.noreply@github.com |
29d6b65316d53c94d758e7e2306e999f302ef7e1 | 98368deb114a0ade0f2314271846efb58810e317 | /trust_rnt/src/main/java/com/trust/entity/ArticleDetail.java | af5f4e6bf78ad20851b484cdd60a90b1e42a4c7f | [] | no_license | bestchendong/psychic-winner | 9ef35089c718e81a8cd4735662f0169bed25e3ff | a089b454697075072c2ac2edbf14455e32d65e69 | refs/heads/master | 2020-03-14T01:37:13.590340 | 2018-04-28T08:12:40 | 2018-04-28T08:12:40 | 131,381,425 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 12,931 | java | package com.trust.entity;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.trust.utils.DateUtil;
import io.swagger.annotations.ApiModelProperty;
import javax.validation.Valid;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
/**
* ArticleDetail
... | [
"370778033@qq.com"
] | 370778033@qq.com |
81d489544f0bf806e4486acf517d75c20a98903f | 4f8819e8ab71109df48e7601d0d52ee6d968b42e | /src/com/erdk/ABotanJNI1/JavaCrypto.java | 7a9456821f0ded5cc41bfba5a916d7bee2486395 | [] | no_license | ShivaniGandhi/ABotanJNI1 | ceb19ffa599a24f07fc94bff7a4bc89bb9adaa64 | 9e95b89bc549b74fe4442ba3a44116d47e242d3e | refs/heads/master | 2021-01-21T03:14:23.876691 | 2013-03-26T08:21:39 | 2013-03-26T08:21:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,679 | java | package com.erdk.ABotanJNI1;
import javax.crypto.SecretKeyFactory;
import javax.crypto.spec.PBEKeySpec;
import java.security.Key;
import java.security.NoSuchAlgorithmException;
import java.security.spec.InvalidKeySpecException;
import java.security.spec.KeySpec;
public class JavaCrypto {
public static void main(... | [
"lukas.redynk@gmail.com"
] | lukas.redynk@gmail.com |
d2d7c7a69cb20ebc902d0e5f94bda8e48c36ddd7 | 7d75b42bd7176ceac8926c956de8dc485bdd58e3 | /projeto-imc/src/model/Paciente.java | 18502d47dfdc588ac229d72c04afa8a3509c0614 | [] | no_license | ubiratantavares/orientacao_a_objetos_com_java | f6ce2c8ec1c94ec0c4dad8439d7a80fc2574e9d9 | 13526b64318d4b45adfb15e9e27f273aa81521f3 | refs/heads/main | 2023-07-07T16:46:58.874535 | 2021-08-12T20:40:58 | 2021-08-12T20:40:58 | 391,995,857 | 0 | 0 | null | null | null | null | ISO-8859-2 | Java | false | false | 900 | java | package model;
import static java.lang.Math.pow;
public class Paciente {
private double peso;
private double altura;
public Paciente(double peso, double altura) {
this.peso = peso;
this.altura = altura;
}
public double getPeso() {
return peso;
}
public double getAltura() {
return altura;
}
... | [
"ust1973@gmail.com"
] | ust1973@gmail.com |
20c757fa5aabf5594b1c821c92546f94831932cb | c034379ec680e2d661d0afe20cbded70bf97d379 | /sira/src/main/java/mx/com/sira/front/ServletInitializer.java | e6d1b2a217a080fbb478f51a4de0c88989aec9c8 | [] | no_license | olal8/sira | 3a1e6ca51e1e3eb22fb00d04c12189ac0fc55fa5 | 746fc501fa85cf71af3ffd9fd4cdfdad707e2b33 | refs/heads/master | 2020-03-29T14:57:54.744321 | 2018-11-21T08:11:16 | 2018-11-21T08:11:16 | 150,038,871 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 405 | java | package mx.com.sira.front;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
public class ServletInitializer extends SpringBootServletInitializer {
@Override
protected SpringApplicationBuilder configure(SpringApplicat... | [
"olal8@hotmail.com"
] | olal8@hotmail.com |
ac5a143ed4349f57f81b83facc321383e64af59e | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/JetBrains--intellij-community/bc594a1133c71105025d9e312dfafeaf6bf80dc0/before/MavenProjectsTreeTestCase.java | 739e97bc7c0cc4c32c632ece492cdf45f2ec1b86 | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 55,672 | java | package org.jetbrains.idea.maven.project;
import com.intellij.openapi.util.io.FileUtil;
import com.intellij.openapi.vfs.VirtualFile;
import org.jetbrains.idea.maven.MavenImportingTestCase;
import org.jetbrains.idea.maven.embedder.MavenConsole;
import java.io.IOException;
import java.util.Arrays;
import static java.ut... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
fe766ef90f56e83a135bc13c690b77e2b13dc146 | 9c31941e42baa82f2bde1ca9bb2870e96afbdfac | /src/com/doubleshoot/motion/IMotion.java | 83b03ddb35f2380c02243a39f1d83f81716d5569 | [] | no_license | etnlGD/Double-Shoot | 17f92514337c757775dc703c55e53e9e1487fb3e | 3cefe80e2e0e1f25d0972419f602340d210cc6ff | refs/heads/master | 2021-01-17T05:29:11.916761 | 2014-08-21T14:20:32 | 2014-08-21T14:20:32 | 21,231,567 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 221 | java | package com.doubleshoot.motion;
import org.andengine.engine.handler.IUpdateHandler;
import com.doubleshoot.movable.IMovable;
public interface IMotion {
public IUpdateHandler createMotionModifier(IMovable pMovable);
}
| [
"alpha.cq@gmail.com"
] | alpha.cq@gmail.com |
834196ba30807660eb3f029e7032fe162383482e | fa664925fe27cfd6fc1b18a67f58446fc88b9728 | /Chapter2/exercises/Exercise2_18.java | 8a7c6ab39d2eefa8d1b76674b7bab4e55686b152 | [] | no_license | mariemueller-codes/Java-How-to-Program11E | 23fd5e10ac5f7a42e000571d8fb125debc1a2ff9 | bf7fa06410d1456e4d536e165dbae219874080dc | refs/heads/master | 2022-11-27T02:49:18.095824 | 2022-11-06T16:11:07 | 2022-11-06T16:11:07 | 199,364,765 | 0 | 0 | null | 2019-07-29T03:54:57 | 2019-07-29T02:35:42 | null | ISO-8859-1 | Java | false | false | 1,224 | java | package chapter2Exercises;
/*Write an application that displays a box,
* an oval,
* an arrow
* and a diamond using asterisks (*)
*/
public class Exercise2_18 {
public static void main(String[] args) {
System.out.println ("This Application Displays A Box, An Oval, An Arrow"
+ " And A Diamond Using Asterisk... | [
"m.mueller470718@gmail.com"
] | m.mueller470718@gmail.com |
029238cf8f7e293e51163b26745b0352cc2aef36 | 369ef013fbd2a81d8037b7e51e52d1845aad9209 | /springboot-activiti2-master/src/main/java/com/example/demo/activiti/web/management/ProcessEngineInfoController.java | ad1c2afd36e1642a183880a865c13362b5b6d35d | [] | no_license | flycross/activit-springboot-mutli-source | f06317f32e1d2cb60c0a73edf44973fe7861c4d5 | 0f23352fafe9737c21cdcbe4ffcf014f1e21d13a | refs/heads/master | 2021-04-26T22:04:23.125984 | 2018-03-07T06:11:27 | 2018-03-07T06:11:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,349 | java | package com.example.demo.activiti.web.management;
import java.util.HashMap;
import java.util.Map;
import java.util.Properties;
import java.util.Set;
import org.activiti.engine.ManagementService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org... | [
"flycross@163.com"
] | flycross@163.com |
f99a018c86b5878d0fe9acc033d86f6a46a8afc6 | a150d03a87a28af74abae0f9b2cbfef164e69a8f | /src/org/dmd/mvw/client/mvwselection/generated/mvw/events/SingleDMOSelectedEventHandler.java | e99cc681ca2de34fc1e0b5ed4dcd2383a85f375e | [] | no_license | dark-matter-org/dark-matter-mvw | 4d25454cdf9225c4dffb684b9f2c95be565ac874 | 88b1aea221571c080292fe7f28c9f8a0b0fc6eb1 | refs/heads/master | 2021-07-19T20:39:50.448942 | 2019-12-07T20:04:11 | 2019-12-07T20:04:11 | 46,194,408 | 0 | 0 | null | 2021-06-07T18:05:21 | 2015-11-14T22:21:05 | Java | UTF-8 | Java | false | false | 614 | java | package org.dmd.mvw.client.mvwselection.generated.mvw.events;
// Generated from: org.dmd.util.codegen.ImportManager.getFormattedImportsStatic(ImportManager.java:37)
// Called from: org.dmd.mvw.tools.mvwgenerator.util.GwtEventFormatter.dumpHandler(GwtEventFormatter.java:182)
import com.google.gwt.event.shared.EventHand... | [
"pstrong99@c0aa5241-de7e-54de-0197-666b8cbfb6a2"
] | pstrong99@c0aa5241-de7e-54de-0197-666b8cbfb6a2 |
2a9caf6c58f99fdf02f90d7b09fb51800ff50a53 | 994bc43f551b4e595e7abd41b89c2eefff758e29 | /ApplicationsCoding/gen/org/uzero/android/crope/Manifest.java | 69c33c26e4c575b86433b086bbfa85930a0f47f1 | [] | no_license | ThariqS/ScreenLockApp | 97f9bacc7a72589e99cfc14898f033c086d6aa05 | d2860d6a8ae108d75a31daa5b4ae25dea43f65de | refs/heads/master | 2021-03-27T16:12:35.158468 | 2013-08-13T17:54:36 | 2013-08-13T17:54:36 | 11,083,172 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 392 | 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 org.uzero.android.crope;
public final class Manifest {
public static final class permission {
public static final Str... | [
"benjamin.sichit.yu@gmail.com"
] | benjamin.sichit.yu@gmail.com |
194000908831f24e3ad29e4c21d713d7b91f0d56 | 5d7c8d78e72ae3ea6e61154711fdd23248c19614 | /sources/com/uc/webview/export/internal/c/a/a.java | 33c1a61f409ba0272ce13d0b5883b16a5b278c10 | [] | no_license | activeliang/tv.taobao.android | 8058497bbb45a6090313e8445107d987d676aff6 | bb741de1cca9a6281f4c84a6d384333b6630113c | refs/heads/master | 2022-11-28T10:12:53.137874 | 2020-08-06T05:43:15 | 2020-08-06T05:43:15 | 285,483,760 | 7 | 6 | null | null | null | null | UTF-8 | Java | false | false | 62,414 | java | package com.uc.webview.export.internal.c.a;
import android.content.Context;
import android.content.pm.PackageInfo;
import android.os.Handler;
import android.os.HandlerThread;
import com.ali.auth.third.core.model.KernelMessageConstants;
import com.bftv.fui.constantplugin.Constant;
import com.uc.webview.export.cyclone.U... | [
"activeliang@gmail.com"
] | activeliang@gmail.com |
ad238217f09e54b00506d6af4ab58dc085261f9f | 77cde6a8bb34ddd5d52f8acf94ea6638082d2280 | /app/src/test/java/com/prakpapb1/sqliteapp/ExampleUnitTest.java | 116fd8452938810184fcbe98c613a01367da3f55 | [] | no_license | risa06/PrakPAPB1SQLiteApp | bafeca01781b1ebd4bb0107d1b927131589c665c | cd19d00dc3ed161f9459c71a0678afe75062f62f | refs/heads/master | 2023-01-19T06:11:46.628202 | 2020-11-28T14:24:05 | 2020-11-28T14:24:05 | 316,750,587 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 384 | java | package com.prakpapb1.sqliteapp;
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 voi... | [
"risamahardika89@gmail.com"
] | risamahardika89@gmail.com |
53b54cd371bf4cfdc96369d74ce9f799b8bc023d | 3c4763922cda3f3a990b74cdba6f8a30b07467de | /src/main/java/students/kate_br/lesson_8/level_2/task_7/Cats.java | 4ad41b3d51db4d58d46e5a741d066b0f038a639d | [] | no_license | VitalyPorsev/JavaGuru1 | 07db5a0cc122b097a20e56c9da431cd49d3c01ea | f3c25b6357309d4e9e8ac0047e51bb8031d14da8 | refs/heads/main | 2023-05-10T15:35:55.419713 | 2021-05-15T18:48:12 | 2021-05-15T18:48:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 210 | java | package students.kate_br.lesson_8.level_2.task_7;
class Cats extends Pets {
String meow;
public Cats(String ears, String tails, String puffs) {
super(ears, tails, puffs);
this.meow = meow;
}
}
| [
"jekaterina.telezkina@gmail.com"
] | jekaterina.telezkina@gmail.com |
0ddbd9e4fa66952afcf051d4c23c08bf3c223afd | 61c63b4822413c630220f51027018d8b1db42043 | /test-eureka-naming-server/src/main/java/com/test/Microservices/eurekaNamingServer/testeurekanamingserver/TestEurekaNamingServerApplication.java | de4107c131e209b860c65fbe8b63063885f9754e | [] | no_license | pratd/java_microservices_Example | 27d19cea65aa450a774ad2c622b1b86c49c24d60 | 3b3117fca2148dd2dfa1bd2ba5f335bd6beac1fc | refs/heads/main | 2023-03-20T05:09:15.786487 | 2021-03-18T11:20:11 | 2021-03-18T11:20:11 | 349,045,080 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 484 | java | package com.test.Microservices.eurekaNamingServer.testeurekanamingserver;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer;
@SpringBootApplication
@EnableEurekaServer
public... | [
"prattyadatta@gmail.com"
] | prattyadatta@gmail.com |
45746577ced5718f1c7de765f4a384bccb6a1dde | 2c047d17b5648a16c365530e8813a364914f76c0 | /boot-order-web/src/test/java/org/augustus/order/BootOrderWebApplicationTests.java | ff8d1c18f0f063fadfa259f99bba5b25afe8ac98 | [] | no_license | lyjady/boot-starter | 5cf989ec9e3897e1a307fd0d84e5774bf55e20da | 845890a03ff497e14c42b59e22e61c208df20c36 | refs/heads/master | 2020-12-27T04:10:28.140953 | 2020-02-06T10:47:06 | 2020-02-06T10:47:06 | 237,760,447 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 216 | java | package org.augustus.order;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class BootOrderWebApplicationTests {
@Test
void contextLoads() {
}
}
| [
"lyj2780866735"
] | lyj2780866735 |
4afd089a3ce6f4a7818418a90792f98a0a636b1f | 95e2dc95facd44a94941d6932a6e84ad52d8d31c | /src/main/java/com/bw/util/GenEntityOracle.java | 922595c05ab176196eb5833f518d0e13d4a4e4e6 | [] | no_license | wangboinit/day01 | 98d567bdc97778df129bfe6e70e0db8f3589ab3a | 78397581c722d65beb2f2e0aef102aec56760ea3 | refs/heads/master | 2022-04-23T04:54:51.466310 | 2019-09-04T08:03:19 | 2019-09-04T08:03:19 | 257,784,617 | 0 | 0 | null | 2020-04-22T03:45:50 | 2020-04-22T03:45:49 | null | UTF-8 | Java | false | false | 13,068 | java | package com.bw.util;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import java.sql.Statement;
impo... | [
"w1114034411@outlook.com"
] | w1114034411@outlook.com |
3cba48247d22f4633c3b6170bf6778a0a5e32440 | 9c7015c2498419aaeb24cd8cea23eb7c54ef120c | /aishang/src/main/java/com/aishang/pojo/TbMap.java | 623dfeb55b961683aae7359c807995cc4efb9362 | [] | no_license | tian1iang/GitRepository | aeb730a5bfddfb6389f1ed4cc0fcaf7fa6212a45 | 575f05976671861344dc954d85f1cf3a423cdf5e | refs/heads/master | 2021-06-05T17:45:03.322400 | 2016-06-13T14:12:35 | 2016-06-13T14:12:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 393 | java | package com.aishang.pojo;
public class TbMap {
private Long id;
private String content;
public Long getId() {
return id;
}
public void setId(Long id) {
this.id = id;
}
public String getContent() {
return content;
}
public void setContent(String content) ... | [
"598318876@qq.com"
] | 598318876@qq.com |
be7252b0e968d79435e2a642a8482eac72e7f7c1 | c8be6f80fdf7dcc2a71e29c9ae82d845a7a6eb88 | /OJ/SwordOffer/007-斐波那契数列/Solution.java | 3070413fee2f2074579da0fc2aaea87440db4b27 | [] | no_license | cloudy-liu/BDSA | 35be50ab83c39b86d2d213cfbcb9f5d23513d01f | af0ccbbe61e943cc60918f36e276a7e368105cf9 | refs/heads/master | 2021-06-11T07:08:30.724833 | 2021-03-21T15:12:16 | 2021-03-21T15:12:16 | 137,571,843 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,022 | java | /**
* https://www.nowcoder.com/practice/c6c7742f5ba7442aada113136ddea0c3?tpId=13&tags=&title=&diffculty=0&judgeStatus=0&rp=1&tab=answerKey
*
* 求第n个斐波那契数列: 0,1,1,2,3,5,8..
* Date:2021/3/19
*/
public class Solution {
public int fibonacciRecursive(int n) {
if (n == 0 || n == 1) {
return n;
... | [
"cloudy.liuu@gmail.com"
] | cloudy.liuu@gmail.com |
5ab48a985a620776f0e93bc231cd153d074cd42d | 28f8a5fc0b0862ce66a52e20001272f226ad2275 | /mantis-tests/src/test/java/ru/stqa/pft/mantis/appmanager/ApplicationManager.java | 913b3c99ecc8da563db254a9f8ae0ce8714389af | [
"Apache-2.0"
] | permissive | VitalyW/java_pft | fdf8baa591778470b2da726c918bd795005f7ea1 | 86fa59c10415fbd343f1bd488d666e5f8382e2a5 | refs/heads/master | 2021-09-06T13:18:53.386643 | 2018-02-07T00:42:32 | 2018-02-07T00:42:32 | 111,644,540 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,998 | java | package ru.stqa.pft.mantis.appmanager;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.opera.OperaDriver;
import org.openqa.selenium.remote.BrowserType;
import org.openqa.selenium.safari.SafariDriver;
im... | [
"vitzeev1@gmail.com"
] | vitzeev1@gmail.com |
3ece48f3945875d42873a830f3e28b5840bf8556 | 24eec07ef02b903627765be9442a98819c9eccd2 | /UnidadUno/EVA1_2_LAYOUTS/app/src/main/java/com/example/mario/eva1_2_layouts/MainActivity.java | 6b016e864fc25624858080e7cedad215b84ff11c | [] | no_license | BrandonATDeveloper/SOMoviles | df028eb86150ead49c98114e51c6a768c03f8ca5 | 59e339e4b580f69d8673b5135787530fac3cfe47 | refs/heads/master | 2021-08-30T03:41:22.749583 | 2017-12-15T22:27:28 | 2017-12-15T22:27:28 | 105,712,368 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 345 | java | package com.example.mario.eva1_2_layouts;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout... | [
"Brandon.AguirreT@outlook.com"
] | Brandon.AguirreT@outlook.com |
8a48ed1a62c9059b82bd48dc1795ce36f7394e6d | 0fcbf88dc40069fa4528b526f1b17eb4452522b2 | /Coding Challenges/src/ProjectEuler/CountingSundays.java | 9e99e225863da787374ed2416a7b10d2f73eb04d | [] | no_license | ad1992/Coding-Challenges-Collection | 599008426d0b766567f030b278ea4bc35c64c3f5 | f52753df74ac07605bbe7eae3492f944432cabc3 | refs/heads/master | 2021-01-10T14:50:12.493542 | 2015-07-11T07:49:06 | 2015-07-11T07:49:06 | 36,575,449 | 5 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,091 | java | package ProjectEuler;
import java.io.BufferedReader;
import java.io.InputStreamReader;
/**
* @author Aakansha Doshi
*
*/
public class CountingSundays {
public static void main(String[] args) {
// TODO Auto-generated method stub
//BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
int ... | [
"monstershome@gmail.com"
] | monstershome@gmail.com |
2a00f1956486f09d2e118eb41f4e20aa8a397bda | d8b6881c3e9722efcde977e0c82ab1a699505a8b | /.metadata/.plugins/org.eclipse.wst.server.core/tmp0/work/Catalina/localhost/OdontoTotal/org/apache/jsp/Cadastro_jsp.java | e6457a77f45e3ecf3bd995c76492985f22ff907d | [] | no_license | evelynsa/OdontoTotal_LP2 | d84801fe753eebd904045aa58c73d10b6c7f7d39 | 510749305ea9803a2dd636ed3e59cf08259b65e6 | refs/heads/master | 2021-01-03T17:28:52.494006 | 2020-03-10T11:06:13 | 2020-03-10T11:06:13 | 240,169,688 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,328 | java | /*
* Generated by the Jasper component of Apache Tomcat
* Version: Apache Tomcat/9.0.10
* Generated at: 2020-02-13 02:27:16 UTC
* Note: The last modified time of this file was set to
* the last modified time of the source file after
* generation to assist with modification tracking.
*/
package org.ap... | [
"evellyn20012011@hotmail.com"
] | evellyn20012011@hotmail.com |
9debc28585f4b388473d430bff59f56e39e66812 | fdd99c0d0d9bf5d43a14d185e765bc50759fe3ae | /src/com/lianbiao/LinkedList.java | 1515e0be49a65bd02119dc6ccca956598fc6e7f8 | [] | no_license | hjw95588/Algorithm | b4e786ac168ce899826632246b7cce65914d90b5 | 2bf1c6459b86f7a295a32571bcef7e28bb411988 | refs/heads/master | 2021-07-22T16:14:34.506040 | 2021-07-20T07:01:08 | 2021-07-20T07:01:08 | 249,090,255 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,600 | java | package com.lianbiao;
//自定义双向链表
public class LinkedList<E> extends AbstractList<E> {
private Node<E> first;
private Node<E> last;
private static class Node<E> {
E element;
Node<E> prev;
Node<E> next;
public Node(Node<E> prev,E element, Node<E> next) {
this.eleme... | [
"1824633692@qq.com"
] | 1824633692@qq.com |
c829c6a9f8d786453d9041a84993703aa6a39725 | 7d28d457ababf1b982f32a66a8896b764efba1e8 | /platform-pojo-bl/src/main/java/ua/com/fielden/platform/dir/DirectoryWorker.java | 0726886878be333f94845cb7cb3ad0f3861da8a7 | [
"MIT"
] | permissive | fieldenms/tg | f742f332343f29387e0cb7a667f6cf163d06d101 | f145a85a05582b7f26cc52d531de9835f12a5e2d | refs/heads/develop | 2023-08-31T16:10:16.475974 | 2023-08-30T08:23:18 | 2023-08-30T08:23:18 | 20,488,386 | 17 | 9 | MIT | 2023-09-14T17:07:35 | 2014-06-04T15:09:44 | JavaScript | UTF-8 | Java | false | false | 2,344 | java | package ua.com.fielden.platform.dir;
import static java.lang.String.format;
import java.util.Hashtable;
import javax.naming.Context;
import javax.naming.NamingException;
import javax.naming.directory.DirContext;
import javax.naming.directory.InitialDirContext;
import org.apache.log4j.Logger;
import ua.com.fielden.... | [
"oles.hodych@gmail.com"
] | oles.hodych@gmail.com |
a7247661c12a87fd2611eef1c2c7ee95793ef071 | 658677ea4f84849c01bee621994ff59259d95091 | /src/botdiscord/Main.java | d1dd4c569cf9392b1280d35173e6202505b8a0ee | [] | no_license | Leocarmacedo/bot | 2b12efe3c30e8abede649398856d4a5bf259978f | 67a593993eec9ca25abf8a5d5778a19a6d0e25c4 | refs/heads/master | 2023-07-29T07:43:38.672061 | 2021-09-13T21:48:59 | 2021-09-13T21:48:59 | 406,102,180 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 576 | java | package botdiscord;
import javax.security.auth.login.LoginException;
import commands.Commands;
import net.dv8tion.jda.api.JDA;
import net.dv8tion.jda.api.JDABuilder;
import net.dv8tion.jda.api.entities.Activity;
public class Main {
public static JDA jda;
public static String prefix = "-";
public static void mai... | [
"leocarmacedo@hotmail.com"
] | leocarmacedo@hotmail.com |
01cd9c7de4ed659cac0ae8857df8655bb13bb21f | 470d01631a73360bd4fb193bc698b6a45a44ffaf | /maven/src/test/java/demo/tests/GoogleThucydidesDriverIT.java | 2ccb84f4d39ec468188fd418c8b536e18938cc2e | [
"MIT"
] | permissive | hypery2k/thucydides_sample | 6e90991958b3149a892c85bf7e8bfcab55ac078f | e1587221a8343d7917a4bc0486bbef283eeb8f89 | refs/heads/master | 2023-05-03T13:37:25.388688 | 2014-10-22T09:15:27 | 2014-10-22T09:15:27 | 23,637,134 | 0 | 0 | MIT | 2023-04-16T19:10:16 | 2014-09-03T20:54:38 | Java | UTF-8 | Java | false | false | 1,696 | java | package demo.tests;
import net.thucydides.core.annotations.Managed;
import net.thucydides.junit.runners.ThucydidesRunner;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.htmlu... | [
"contact@martinreinhardt-online.de"
] | contact@martinreinhardt-online.de |
433ca2a12c50a74eae5abcead794a2595ed5f6a6 | cd089e025c1598aa203dbf8dc95a52c2bb71eaeb | /tomp_ref/src/main/java/org/tomp/api/planning/BasePlanningProvider.java | eb1af53504ebabe96ca36a1604847e827651a073 | [
"Apache-2.0"
] | permissive | maas-alliance/TOMP-REF | 8875d2fe8823b46df39a56c74eeee078668cf0e8 | 31dd232602e4bd20520cbda828e3ccaa83344d82 | refs/heads/master | 2022-09-22T01:04:50.292610 | 2020-05-27T07:40:38 | 2020-05-27T07:40:38 | 267,531,321 | 1 | 1 | Apache-2.0 | 2020-05-28T08:09:52 | 2020-05-28T08:09:51 | null | UTF-8 | Java | false | false | 3,150 | java | package org.tomp.api.planning;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import java.util.UUID;
import javax.validation.Valid;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.tomp.api.configuration.ExternalConfiguration;
import org.tomp.api.repository.DummyRe... | [
"EvdBelt@dat.nl"
] | EvdBelt@dat.nl |
8301b68d1563e4c3941a82191698350063951df4 | 34b6199372628ff59a31810b3e5a1f2e0130bb6d | /src/main/java/com/xm4399/util/FlinkRestApiUtil.java | 50f2aa312fddb302f1bc51fd0b950ec8f19e48fe | [] | no_license | 7970691/flink_realtime_kuduTableName | cad3b9bcd8ebeea11729571ca62e3764fb85d099 | c8f2f0f524875031506f0f796b75b8c2f87dee10 | refs/heads/master | 2022-12-26T20:42:21.419555 | 2020-10-13T06:08:55 | 2020-10-13T06:08:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,137 | java | package com.xm4399.util;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import org.apache.http.client.ClientProtocolException;
import org.apache.http.client.ResponseHandler;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.impl.client.BasicResponseHandler;
import or... | [
"chenzk9706@gmail.com"
] | chenzk9706@gmail.com |
0765c4944406f119ac88194d117828de7bbfadef | 5741045375dcbbafcf7288d65a11c44de2e56484 | /reddit-decompilada/com/google/android/gms/internal/zzdp.java | f88376ff23bda86ecf1d93957e77e8993323bda5 | [] | no_license | miarevalo10/ReporteReddit | 18dd19bcec46c42ff933bb330ba65280615c281c | a0db5538e85e9a081bf268cb1590f0eeb113ed77 | refs/heads/master | 2020-03-16T17:42:34.840154 | 2018-05-11T10:16:04 | 2018-05-11T10:16:04 | 132,843,706 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 323 | java | package com.google.android.gms.internal;
final class zzdp implements Runnable {
private /* synthetic */ zzdm f7238a;
zzdp(zzdm com_google_android_gms_internal_zzdm) {
this.f7238a = com_google_android_gms_internal_zzdm;
}
public final void run() {
zznh.m6490a(this.f7238a.f7216a);
}... | [
"mi.arevalo10@uniandes.edu.co"
] | mi.arevalo10@uniandes.edu.co |
604e59d27d6e23db827aa85854a8f6ca76f80c26 | 48ab7d6ae5ac74e369081055c2c40918c2d0e9b2 | /src/me/frostythedev/bowwarfare/utils/NumberUtil.java | 62f21bfab279766af77d93ae75317e079954c8ea | [] | no_license | frostythedev/BowWarfare | 39db2ad1a8baf776fb8e8503eda869504cbe887f | a138075cc65e0f11647b93dcb8fb59df9ec79787 | refs/heads/master | 2022-01-18T19:09:51.153408 | 2019-05-16T18:24:10 | 2019-05-16T18:24:10 | 63,385,565 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,512 | java | package me.frostythedev.bowwarfare.utils;
import java.math.RoundingMode;
import java.text.DecimalFormat;
import java.util.Random;
public class NumberUtil {
private static Random random = new Random();
private static DecimalFormat format = new DecimalFormat();
static {
format.setRoundingMode(Roun... | [
"frostythedev@gmail.com"
] | frostythedev@gmail.com |
522c413879bbcdc2cd0ed175894d0a81f5cd2a29 | 69e9bfa754cd5efb58d140b7a69b27756068dd8a | /experiments/src/main/java/twitter/recommendations/content/models/ContentVectorModel.java | 4d5464f918f1a821f3b599e20aa92ad667030cb1 | [] | no_license | efikarra/text-models-twitter | 056c06403c07b9015e5607126c3ef7fe97eb9a0e | d939f0e81ea18581c6b7ffc86de1f359d192f2d0 | refs/heads/master | 2021-01-13T12:28:52.841379 | 2016-11-02T08:18:07 | 2016-11-02T08:18:07 | 72,595,589 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 412 | java | package twitter.recommendations.content.models;
import Models.VectorModel;
import twitter.modelUtilities.ModelInfoSource;
public abstract class ContentVectorModel extends ContentAbstractModel{
public ContentVectorModel(VectorModel model,ModelInfoSource utype) {
super(model,utype);
}
public abstract void finalize... | [
"efi.karrat@gmail.com"
] | efi.karrat@gmail.com |
6ce7bcb37717e011bfca7f5ff4e16a1314d7e288 | e7568f8008adf091d6a6c7057106503d2db5d4bd | /.svn/pristine/78/78ced6ea7d66f8527518ae4971066d4e95f03ae1.svn-base | 8e75c131e567054d8fff41b710091b41ae6a94a1 | [] | no_license | HurryUpWb/HLAdm | 31eb45eaf253a6588e4967bd30f460274b7f7e03 | 6f8dd88cc8c8766c3fcff78c50c06eaea525459f | refs/heads/master | 2021-01-01T04:35:52.150372 | 2017-07-14T06:36:36 | 2017-07-14T06:36:36 | 97,201,120 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 356 | package com.auis.auib.admin.vo;
public class SessionVo {
private String userId;
private String userName;
public String getUserId() {
return userId;
}
public void setUserId(String userId) {
this.userId = userId;
}
public String getUserName() {
return userName;
}
public void setUserName(String userName)... | [
"wbdyx01@163.com"
] | wbdyx01@163.com | |
92a209ba57254cca527a310de7803442ac4ced91 | 86fb8bdac36bdbf06c44e0167331fbff9a25e777 | /practical/src/Hospital/doctor.java | c9e124f11f756cf9db7cd6221962eb3f7d853ccb | [] | no_license | YosefAhmed/Play-Code | e1fa4884087f7934ec8dfe10040dee0faafa62e0 | 626456fce06638d0db23ef508d37b5cccd61d0b1 | refs/heads/master | 2021-06-24T04:51:38.805176 | 2021-01-18T16:14:24 | 2021-01-18T16:14:24 | 182,417,881 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 938 | 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 Hospital;
import java.util.ArrayList;
/**
*
* @author Yousef
*/
public class doctor extends person {
private Stri... | [
"you@example.com"
] | you@example.com |
e327a08924bf7b1995555a95d6bc9f48e4ecef3f | 670d1de143b975f886fb7865ae1d17476c6e7961 | /src/main/java/seedu/address/logic/parser/ViewClassCommandParser.java | c621d2896c7ed04729be59d780a80bb38b864e04 | [
"MIT"
] | permissive | Leofeng10/tp | 9a67aa9a6b7ab3ffb0140f40625d8186574a2b0a | 0de7a56db14298cbd23c0bc844eeaa587a5ebe7e | refs/heads/master | 2023-08-29T09:48:30.841241 | 2021-11-07T14:24:43 | 2021-11-07T14:24:43 | 406,382,379 | 0 | 0 | NOASSERTION | 2021-10-10T11:53:55 | 2021-09-14T13:39:36 | Java | UTF-8 | Java | false | false | 1,073 | java | package seedu.address.logic.parser;
import static seedu.address.commons.core.Messages.MESSAGE_INVALID_COMMAND_FORMAT;
import seedu.address.commons.core.index.Index;
import seedu.address.logic.commands.ViewClassCommand;
import seedu.address.logic.parser.exceptions.ParseException;
/**
* Parses input arguments and cre... | [
"timothy.ng.jw@gmail.com"
] | timothy.ng.jw@gmail.com |
6fabec27e522761917e4c2f1ab55071a8a496d31 | f962307203e8eb92bdce3070b8b19fec03faaf8e | /analiseGenoma/src/main/java/org/analiseGenoma/managedbean/VfImpact.java | 581d4dac8729739de70b8205a33a352a356377ae | [] | no_license | marcelogomesrp/analiseGenoma | 39a8bcc58149849520fc77c15a81131545caec9d | 23c4a83dd147d51bbe48c0cb5f4a7e3a3a7334ac | refs/heads/master | 2018-10-17T00:25:33.859750 | 2018-10-11T08:39:04 | 2018-10-11T08:39:04 | 113,789,525 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,530 | java | package org.analiseGenoma.managedbean;
import java.io.IOException;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import java.util.logging.Level;
import java.util.logging.Logger;
import java.util.stream.Collectors;
import javax.annotation.PostConstruct;
import javax.enterprise.context.RequestSc... | [
"marcelo@jaddyPC"
] | marcelo@jaddyPC |
a70ae2883dd899b8783c7d4ace95e8cc22fc27dd | 5bf57ea50b471fca345cda4ccc6793665bc0838e | /src/main/java/com/wsj/wsj/base/entity/JsonResult.java | 0c2adc9c6b554fd13828ac812e4eaaf47d75ea19 | [] | no_license | wsj1104940621/Online-Compiler | fd3844cf9eb45a4ac20299975805f8b4f6806e7b | 129ce58c7ace16f0cce934a97ce8ba30b99be81a | refs/heads/master | 2020-08-23T04:59:15.838840 | 2019-10-24T07:13:08 | 2019-10-24T07:13:08 | 216,548,883 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 400 | java | package com.wsj.wsj.base.entity;
public class JsonResult {
private String success;
private String error;
public String getSuccess() {
return success;
}
public void setSuccess(String success) {
this.success = success;
}
public String getError() {
return error;
... | [
"1104940621@qq.com"
] | 1104940621@qq.com |
29686ca754cb9b634a0fa4bfff63c528576a2366 | 12a6c64433636dbdc2ed62333ac81d0843073305 | /src/main/java/org/saikrishna/apps/scanner/task/utils/Chunks.java | c8e967e4f1f4d0d75016787a43db5d56e2c5aa8f | [] | no_license | saikrir/Netscanner | f94465764946aabe0d26d3301754616ce063aa2d | 24d753e2586ebc361c11c88d9c97a036c56f979a | refs/heads/master | 2021-05-07T02:24:08.349680 | 2017-11-18T15:29:10 | 2017-11-18T15:29:10 | 110,558,292 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,672 | java | package org.saikrishna.apps.scanner.task.utils;
import org.saikrishna.apps.model.ChunkBounds;
import java.util.Iterator;
public class Chunks implements Iterable<ChunkBounds>{
private int chunkSize;
private int taskCount;
public Chunks(int chunkSize, int taskCount) {
this.chunkSize = chunkSize;... | [
"sai.krishna.katterishetty@fmr.com"
] | sai.krishna.katterishetty@fmr.com |
ba555848c7835a5ab071fa6fb2315a3a7b83182e | 0f92bc0293ca43346a75a5f824f254e37ffa5977 | /Java/Euler_13.java | c5b3af1d2202d78f502873ccb1a5643284f179f2 | [] | no_license | aftabn/ProjectEuler | fee91de01a379c8f88035c9bca6d5486c510053d | 0f2db3d4a6ab0c04fdbcac431bdd542a11c3f025 | refs/heads/master | 2016-09-05T23:51:19.097147 | 2016-01-05T04:27:50 | 2016-01-05T04:27:50 | 33,051,753 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 760 | java | import java.util.*;
import java.io.*;
import java.math.*;
public class Euler_13
{
public static void main (String args[])
{
String line = null;
BigInteger sum = BigInteger.ZERO;
try
{
FileReader input = new FileReader("Euler_13_Number.txt");
BufferedReader br = new BufferedRead... | [
"aftab@narsimhan.com"
] | aftab@narsimhan.com |
8abedd058d2fa9954d660f6d68583b2ba3d9eda0 | 6a876694dc5276b9cc41e43c3445a5e792766c57 | /src/main/java/org/two/two/exercises/Exercise6.java | ee3d37fa10f015ca1e33fa86a315b7a53ec93ffd | [] | no_license | zchengi/Algorithm | 9bcfdefdf5d8852be624d49ffb82fa3f0190d5f4 | 7276aed9934147acc02a52ac06fd83bd85822deb | refs/heads/master | 2021-09-18T15:20:26.974991 | 2018-07-16T09:24:21 | 2018-07-16T09:24:21 | 107,095,799 | 0 | 0 | null | 2017-10-17T03:31:08 | 2017-10-16T07:54:51 | Java | UTF-8 | Java | false | false | 2,808 | java | package org.two.two.exercises;
import edu.princeton.cs.algs4.StdDraw;
import edu.princeton.cs.algs4.StdRandom;
import org.two.one.learn.Template;
/**
* 2.2.6 编写一个程序来计算自顶向下和自底向上的归并排序访问数组的准确次数。
* 使用这个程序将N=1至512的结果绘成曲线图,并将其和上限6NlgN比较。
*
* @author cheng
* 2018/1/17 19:34
*/
public class Exercise6 extends Te... | [
"792702352@qq.com"
] | 792702352@qq.com |
53c324bf74c291d063bd4e620b0989477f1ed939 | 69db466b12bf8152ed146178a99b3edc909b15a9 | /tinyos.dlrc.parser.nesc12/src/tinyos/dlrc/nesc12/collector/actions/Action276.java | b74d46e4d04f3e3ac6366ec9dc3bd9a2a4a8e482 | [] | no_license | mahmoudimus/dlrc-tinyos-plugin | 788a575a3cc909b049d4b5b9da9d6370a50eccc9 | 9e1c6e495f7ac15966a1463f66700f7f4b619381 | refs/heads/master | 2021-05-29T09:52:46.507638 | 2013-08-22T08:11:57 | 2013-08-22T08:11:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,634 | java | /*
* Dlrc 2, NesC development in Eclipse.
* Copyright (C) 2009 DLRC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later vers... | [
"heavey@heavey-ThinkPad-T420.(none)"
] | heavey@heavey-ThinkPad-T420.(none) |
02e2701372ae4def933046b9f0de58aaf0886c24 | f673badd5600966c3b777f8b708a6cf27755c267 | /src/main/java/handler/ReadMessage.java | 90ae7ff3c949f87f9bcecd5a362010cc3a96416c | [] | no_license | magictext/snat-server | df48d96353a28eb498af985a06878232b3f1e595 | a65873242e6e9e6af874029f657e166b9b0e332e | refs/heads/master | 2022-11-21T12:21:50.568748 | 2020-01-10T08:46:36 | 2020-01-10T08:46:36 | 230,708,239 | 1 | 0 | null | 2022-11-16T10:32:01 | 2019-12-29T05:41:25 | Java | UTF-8 | Java | false | false | 6,066 | java | package handler;
import java.util.HashMap;
import config.ClientConfig;
import config.ConfigEntity;
import exception.RangePortException;
import io.netty.channel.EventLoopGroup;
import io.netty.channel.nio.NioEventLoopGroup;
import org.apache.commons.collections.BidiMap;
import org.apache.commons.collections.bidimap.Dua... | [
"743145068@qq.com"
] | 743145068@qq.com |
e52b254c714f0000610a5a56ccb542a88e19cfb5 | 851d7883e667b1883a327fe29e24c180ec63cb09 | /src/blocks/woody/java/org/apache/cocoon/woody/validation/impl/AssertValidatorBuilder.java | ddc4d64fc24943f122b83eafee2a49937527f273 | [
"Apache-2.0"
] | permissive | sri-desai/Cocoon | 6772622f5e4b45339df25825cfc5bc50360b48a3 | a513391476ea1d8c835df03187947bf0fde913c2 | refs/heads/master | 2021-07-10T22:46:35.108428 | 2017-10-06T03:36:02 | 2017-10-06T03:36:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,677 | 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 may ... | [
"srinivas.desai491@gmail.com"
] | srinivas.desai491@gmail.com |
50140258d02e312d2a30c80584a22ac7bbebd0b7 | c437bb7b42bccf19673b1ec9fbaf26632ae73692 | /j2me/media/graphics/geography/GeographicPathFindingLibrary/src/allbinary/media/graphics/geography/pathfinding/PathFindingNode.java | c6067d66128b5b4c3250ecd06e8a735440dc2693 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | sanyaade/AllBinary-Platform | e9256f55df8ffa82c55ca401eba9ffe83956995c | a07ee2008a1b4f27025b229191545dec62bc34ad | refs/heads/master | 2016-09-10T13:34:06.672577 | 2011-10-07T02:14:46 | 2011-10-07T02:14:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,394 | java | /*
* AllBinary Open License Version 1
* Copyright (c) 2011 AllBinary
*
* By agreeing to this license you and any business entity you represent are
* legally bound to the AllBinary Open License Version 1 legal agreement.
*
* You may obtain the AllBinary Open License Version 1 legal agreement from
* AllBinary or the ro... | [
"travisberthelot@hotmail.com"
] | travisberthelot@hotmail.com |
5b81b798c527dc79ad9b4b5a1f325810d819f0e7 | fd9ad9d69168a6f68d2c66b0ad10d60effe3df6a | /src/RayTracing/A4App.java | 99118b361183c3c69cd82aca49dda436608fd8d7 | [] | no_license | chenbi/Demo | 5fcc0608953fb65994777b0b170f4bc2f02b9347 | b4631e49dca1603ab4cf38a4b12f53b1910bb5d0 | refs/heads/master | 2021-05-04T15:33:56.560026 | 2018-02-04T22:59:02 | 2018-02-04T22:59:02 | 120,230,982 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,359 | java | package RayTracing;
import java.io.File;
import java.io.FileInputStream;
import java.io.InputStream;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import mintools.swing.FileSelect;
import org.w3c.dom.Document;
public class A4App {
/**
* Entry point for the appl... | [
"me@chenbi.me"
] | me@chenbi.me |
27eb7a071c59eb4e1ce0d68c174b1355db7656a8 | acefd48311f0c8c07139a9affbf7f07d6d806d56 | /src/PRACTICE_ADF2/studentsView.java | 3e52a6383534741780cddb8120922c4245bbbd70 | [] | no_license | nguyentrongty/Sem2 | 0b628b70bffb99ecb9c038d79c51e6f500ef204e | db0978c6eb023ed24470dc5a133eac0b3acd2ce6 | refs/heads/master | 2021-04-17T17:28:39.643599 | 2020-04-28T02:32:40 | 2020-04-28T02:32:40 | 249,462,797 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,121 | java | package PRACTICE_ADF2;
import java.util.Scanner;
public class studentsView {
public static void main(String[] args) {
int i = 1;
while(i > 0) {
System.out.println("1.Add student records\n" +
"2. Display student records\n" +
"3. Save\n" +
... | [
"tyntth1908029@fpt.edu.vn"
] | tyntth1908029@fpt.edu.vn |
21b0805698cc032c993a2b7550d1dd3f1c42bb78 | 1559bd447dc999860cca334564fcdabd8acd6aa7 | /TestProject/src/kuchBI/Strings.java | 4cbe43d48fa1e9126c58789a597584558e0e3f18 | [] | no_license | priyasar/Gitdemo | 211efca6d3ef6c3a6d894a92915638774e6f3c89 | d93683e95dd961f2a533908908303fc4ebe05569 | refs/heads/master | 2020-05-19T14:30:11.807935 | 2019-05-05T17:30:44 | 2019-05-05T17:30:44 | 185,062,099 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 47 | java | package kuchBI;
public interface Strings {
}
| [
"priya6100sharma@gmail.com"
] | priya6100sharma@gmail.com |
0989a51ed920951e6d10187d5d6588a374bfef87 | 9e01c682b6b19b2de083e22d61681822b0ce8bca | /enum/src/app/Pizzeria.java | aa558ab633eb3a86812798808e1a8617c9aad97f | [] | no_license | TutorialeLS/Tutoriale | 151d3ad69af798fec06758c29ad8073f680ebf5d | 5bcbb8b42083d501e3d098ee977638151f7e490b | refs/heads/master | 2020-04-12T09:45:13.097512 | 2018-12-19T09:35:37 | 2018-12-19T09:35:37 | 162,406,591 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 424 | java | package app;
import java.util.Scanner;
public class Pizzeria {
public static void main(String[] args) {
System.out.println("Wyswietl wszystkie pizze");
for(Pizza p:Pizza.values()) {
System.out.println(p.name()+" "+p);
}
System.out.println("podaj pizze");
Scanner scan=new Scanner(System.in);
Pizz... | [
"lucjan.sakowicz@gmail.com"
] | lucjan.sakowicz@gmail.com |
f289484a08fb15550f81d102f6dfc22ac18f78b8 | 33ec334bea7b6a6c38e5a82df70920c5e750ca5a | /src/main/java/com/lavrente/soundtrack/command/admin/ShowUsersCommand.java | f668ba913dce129fbe87ed14edf72f1572de188f | [] | no_license | LavrentevaAlexandra/EpamSoundTracker | c80d182458624e3627f6537e359a595469395f9a | a4189d28a8a3f1314bab9063853a3151745a570c | refs/heads/master | 2021-01-11T20:21:14.527785 | 2017-01-28T16:06:41 | 2017-01-28T16:06:41 | 79,097,883 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,566 | java | package com.lavrente.soundtrack.command.admin;
import com.lavrente.soundtrack.command.AbstractCommand;
import com.lavrente.soundtrack.entity.User;
import com.lavrente.soundtrack.exception.LogicException;
import com.lavrente.soundtrack.logic.UserLogic;
import com.lavrente.soundtrack.manager.ConfigurationManager;
import... | [
"kondorrprod@gmail.com"
] | kondorrprod@gmail.com |
54a5f47d5aa0488a0bbbc0446163d68e6f019de2 | c4d26fc2ec0ccbc47ee5d78e1143d097b1dd86ec | /app/src/main/java/com/example/solarcleaner/FirstFragment.java | 8719c9332b2bcbb6232b4054aa56ab18c696bb1a | [] | no_license | goddamnnoob/SolarCleaner | cd126a1593ac4763d97eb97af33e34bc49cab76a | 1c43d93f13f13f517ab829162c7b396a97bc9584 | refs/heads/master | 2023-01-11T23:53:57.931009 | 2020-10-25T17:45:46 | 2020-10-25T17:45:46 | 307,114,955 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,090 | java | package com.example.solarcleaner;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
import androidx.navigation.fragment.NavHostFragment;
public class FirstFragment extends F... | [
"gowthamreddy547@gmail.com"
] | gowthamreddy547@gmail.com |
9aa0161d877322adfb5666cb2cc0b2b7f1541fa1 | 57de3f63ab106612ade294a30058c358cec79ca9 | /src/java/modeloDAO/JornadaVotacionDAO.java | 320265cab7fccf60188488f8411cd8851aba6e70 | [] | no_license | migolbain/Proyecto-Votaciones-Electronicas | dbec1bd57d7be28df47d1e3a1a266f0b151cd336 | 4a3d8835e08b7ad37067c6daed39510d178d85f2 | refs/heads/master | 2020-09-27T06:01:18.131504 | 2019-12-07T03:14:20 | 2019-12-07T03:14:20 | 226,446,894 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,228 | 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 modeloDAO;
import java.sql.CallableStatement;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLExcept... | [
"56035131+migolbain@users.noreply.github.com"
] | 56035131+migolbain@users.noreply.github.com |
b36c6e72faebdc1326763c3b6a1686373f314ce3 | dbfdac1ba3c15d8992fffff5cbc6c62377c0e81e | /dp/PalindromicSubstrings.java | 822592d724f5709414f9e2f6449d1c284e889ad1 | [] | no_license | yzzyq/leetcode | 27e7fc1f0796fbb36ce8e169efe7c7ed301d612f | ac765db26cbe99f311d1fe72a643276ff019d625 | refs/heads/main | 2023-04-09T00:00:40.592691 | 2021-04-13T03:50:30 | 2021-04-13T03:50:30 | 280,605,247 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 4,046 | java | package dp;
/**
* 647. Palindromic Substrings
*
* Given a string, your task is to count how many palindromic substrings in this string.
The substrings with different start indexes or end indexes are counted as different
substrings even they consist of same characters.
Example 1:
Input: "abc"
Output: 3
Explanat... | [
"1970541966@qq.com"
] | 1970541966@qq.com |
ec6b45b036049af438d9323111fe0d54fae6afbf | 7b0bfecb35b284e4933a72460ca22c0e43d08cc1 | /e3-parent/e3-common/src/main/java/com/Lee/dto/EasyUIDataGridResultDTO.java | 32d29c6f0b675a9e2b093d447b40c31a49956a31 | [] | no_license | Leme34/e3-parent | 3efc28f7fde0756bf37ecd494d4790ee6bf4619c | 43415abbee396a803c6d3dacc80b53c89016ecec | refs/heads/master | 2020-04-02T13:00:25.517545 | 2018-10-24T08:37:57 | 2018-10-24T08:37:57 | 154,462,423 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 215 | java | package com.Lee.dto;
import lombok.Data;
import java.io.Serializable;
import java.util.List;
@Data
public class EasyUIDataGridResultDTO implements Serializable{
private Long total;
private List rows;
}
| [
"2567584274@qq.com"
] | 2567584274@qq.com |
eb936f61b0e5f33bb58b4944e16796d29f3789c3 | 13f9110581f5827f763b5f855634a74248de8d71 | /JavaAlgorithms/src/edu/princeton/cs/algs4/FileIndex.java | 72e454e6298852e66d0414b816bbc163d2bf23f2 | [] | no_license | neoontherun/AlgoPractice | 7b3aba5b72508080a00bfd4cdfd437436347a3e1 | 7c7178cc39089745671e3cf0065e45f12ef25157 | refs/heads/master | 2021-06-02T15:16:15.217390 | 2019-02-25T04:30:26 | 2019-02-25T04:30:26 | 96,607,102 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,344 | java | /******************************************************************************
* Compilation: javac FileIndex.java
* Execution: java FileIndex file1.txt file2.txt file3.txt ...
* Dependencies: ST.java SET.java In.java StdIn.java StdOut.java
* Data files: https://algs4.cs.princeton.edu/35applications/ex1.... | [
"Karthik@localhost.com"
] | Karthik@localhost.com |
a82f929f364e3b6458e9a56405191a854bf59880 | 4568d89a4930e0a20ed53efad855b067106591d2 | /crudusingr2dbcwebflux/src/main/java/com/dovile/crudusingr2dbcwebflux/config/R2DBCConfiguration.java | 4bbf7f0e4dae1501897ffcdfe205adb655b0a11c | [] | no_license | Doirena/works-with-java-spring-boot | 50988f14c21946ba20d94d6d0c2964c2e0e354ff | b7df773db86ef83e7f8dc8c3121b9ca3171b2690 | refs/heads/master | 2023-01-28T10:26:06.533098 | 2020-12-08T23:22:07 | 2020-12-08T23:22:07 | 318,335,019 | 0 | 0 | null | 2020-12-08T23:22:09 | 2020-12-03T22:21:23 | Java | UTF-8 | Java | false | false | 2,270 | java | package com.dovile.crudusingr2dbcwebflux.config;
import com.dovile.crudusingr2dbcwebflux.entity.Person;
import com.dovile.crudusingr2dbcwebflux.repository.PersonRepository;
import io.r2dbc.spi.ConnectionFactory;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.boot.CommandLineRunner;... | [
"barkauskaite.dovile@gmail.com"
] | barkauskaite.dovile@gmail.com |
0c1f07815441c3accb82c4462810d9938b778a7e | 52cb8c24300c537efc8a8e454891d840d358aede | /src/com/twu/biblioteca/LoginService.java | 5f50d011bf0c13cdd59a4d97c321b272f00fcf2f | [
"Apache-2.0"
] | permissive | hchauke/twu-biblioteca-ralson-2 | 11c5e26eb77f28bbbf372e5c49f9161401309ed8 | c6a9bc4c917295bfecb761b232b32ee3d626bc66 | refs/heads/master | 2021-01-12T12:45:58.907717 | 2016-10-03T13:20:27 | 2016-10-03T13:20:27 | 69,855,588 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,499 | java | package com.twu.biblioteca;
import com.twu.biblioteca.businessLogic.extend.ConsoleService;
import com.twu.biblioteca.library.LibraryManager;
import com.twu.biblioteca.model.UserAccount;
public class LoginService {
private UserAccount loginUser;
public boolean login(String loginId, String password) {
... | [
"hchauke@thoughtworks.com"
] | hchauke@thoughtworks.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.