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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
70fe61b1d381d030573c93e6f97f28d68369f2e3 | f0568343ecd32379a6a2d598bda93fa419847584 | /modules/adwords_appengine/src/main/java/com/google/api/ads/adwords/jaxws/v201402/cm/AdGroupBidModifierService.java | 8a03c47ff597d47cafa0802db986eff5e7788652 | [
"Apache-2.0"
] | permissive | frankzwang/googleads-java-lib | bd098b7b61622bd50352ccca815c4de15c45a545 | 0cf942d2558754589a12b4d9daa5902d7499e43f | refs/heads/master | 2021-01-20T23:20:53.380875 | 2014-07-02T19:14:30 | 2014-07-02T19:14:30 | 21,526,492 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,044 | java |
package com.google.api.ads.adwords.jaxws.v201402.cm;
import java.net.MalformedURLException;
import java.net.URL;
import javax.xml.namespace.QName;
import javax.xml.ws.Service;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
import javax.xml.ws.WebServiceException;
import javax.xml.ws.WebService... | [
"jradcliff@google.com"
] | jradcliff@google.com |
74d4bfe8cb6ac49ae423d7f70839bb25231513a5 | dfcd2c3a871f2874f769b9053b7f7837f10f63ab | /src/main/java/com/isd/sappu/savari/services/LocationService.java | eb70a45a48288e7068c9e700d71b9868148b4ce6 | [] | no_license | isurudewasurendra/SappuSavari | e81ad1e33f708f0f87839f4f6c9d930566699d21 | 9a67c7e962d96bd1d9731cffae7b18fbad576320 | refs/heads/master | 2021-01-21T04:47:41.214300 | 2016-07-18T11:02:28 | 2016-07-18T11:02:28 | 45,827,648 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 179 | java | package com.isd.sappu.savari.services;
public interface LocationService {
public double getDistance(double fromLat, double fromLon, double toLat, double toLon, char unit);
}
| [
"isuru.dewasurendra@gmail.com"
] | isuru.dewasurendra@gmail.com |
15c277ac27ad00e197b857b046987d5f11d17f63 | 6643a9f36ca1f3863fe84666d1b85362b8f99168 | /java-task2_stackCalc/src/test/java/ru/nsu/fit/g19202/dmakogon/task2/calc/commands/CommandsTests.java | 9b58dab15889331eb09d74e30054652c1a7c7d49 | [] | no_license | d-makogon/oop-tasks | f9f223043bfd35e51ea38f7b7c74659c89ef05ce | d0dea24afa9f411896f0d4d55b7a9115e0cfb90d | refs/heads/master | 2023-04-25T19:50:55.165670 | 2021-06-11T09:34:22 | 2021-06-11T09:34:22 | 292,892,558 | 1 | 0 | null | 2021-06-11T09:34:22 | 2020-09-04T16:12:36 | C++ | UTF-8 | Java | false | false | 17,492 | java | package ru.nsu.fit.g19202.dmakogon.task2.calc.commands;
import org.apache.logging.log4j.Level;
import org.apache.logging.log4j.core.config.Configurator;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import ru.nsu.fit.g19202.dmakogon.task2.calc.CommandContext;
import ru.nsu.fit.g19202.dmak... | [
"noreply@github.com"
] | d-makogon.noreply@github.com |
f9fa133b854c760e72a4e03c94a917fbabefb21e | ff1b4f7c01332f4c6a8089e2c531dcd31fa07ad6 | /pacote download/Decisão/Questao16.java | 1ab42e3a77a207be6a9c5aa5251e0e63f8092c05 | [
"MIT"
] | permissive | CauanyRodrigues01/Codigos-Java | b1b7f5723debed0b49c447288338629d4a782d00 | de1bc9192c74c9a7b11f7f11ff27891d0a7a3331 | refs/heads/main | 2022-12-29T20:34:56.647901 | 2020-10-08T23:03:26 | 2020-10-08T23:03:26 | 302,212,903 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 1,039 | java | package Decisão;
import java.lang.Math;
import java.util.Scanner;
public class Questao16 {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
System.out.println("TRIÂNGULO");
System.out.print("Digite um número para a hipotenusa: ");
float a = sc.nextFloat();
if (a<0 && a%1!=0... | [
"cauanyrodrigues01@gmail.com"
] | cauanyrodrigues01@gmail.com |
714addb0a88e6a38b246cf53ead3eaaa64ef6af4 | 3e5eb14b2fd0ad097e83bb12c53790875b602827 | /pdf2ppt/src/main/java/com/feng/pdf2ppt/tools/PPTHelper1.java | a93285d05a4bc54f01d2a1ce682a78590c69bf93 | [] | no_license | judelawlee/public-repository | 25331e4f0564f309b6fc15aab5888a777fe7fdb0 | 565dd9ccca9c9f5f97dcac5541c9f6b50c5b3ffc | refs/heads/master | 2021-03-23T22:20:47.584915 | 2020-03-10T02:57:27 | 2020-03-10T02:57:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,391 | java | package com.feng.pdf2ppt.tools;
import org.apache.commons.compress.utils.IOUtils;
import org.apache.poi.sl.usermodel.PictureData;
import org.apache.poi.sl.usermodel.TextParagraph;
import org.apache.poi.sl.usermodel.VerticalAlignment;
import org.apache.poi.xslf.usermodel.*;
import java.awt.*;
import java.awt.geom.Rect... | [
"445121408"
] | 445121408 |
2c6abe655bf19c133b9d506926f6f4baa96e2f89 | 63ef7dcb7ad8f9c8476a6171727b72569c87730c | /.svn/pristine/b6/b6cec085a528e12c62afe982441cf6f22ae335e6.svn-base | fe5e33e70e69cdeba175473b0005ff3ebcb5b533 | [] | no_license | kaka3511/SunEjwapi | eabc8714b84b76fb51106d430d30c403c2ad33a4 | d83f97adfdaf4ec396402d28bfe8700ce5a28d81 | refs/heads/master | 2020-05-31T18:26:55.668983 | 2017-06-13T02:42:23 | 2017-06-13T02:42:23 | 94,044,153 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 489 | package com.huaao.sunejwapi.common.util;
import com.huaao.sunejwapi.common.Constants;
import com.huaao.sunejwapi.common.security.Encrypt;
public class TokenUtil {
public static String createToken(String uid){
StringBuffer buff = new StringBuffer();
buff.append("id_"+uid);
buff.append("version_" + Constants.V... | [
"351139863@qq.com"
] | 351139863@qq.com | |
79a9a5ad94004e038c9186c148bd5cef2ef025c8 | 6071fc260f0949cda38086f8bd26b39ee3f784f3 | /src/main/java/amrelk/fakewpi/first/wpilibj/Relay.java | 495aa910a05cd86e48e06c82243eb16b00429c35 | [] | no_license | amrelk/wpiSimulate | b5f52ac2ea4907837bfdf8556c99fa888a2fefa3 | b56ed34db65e6f03f2c8a36462d1fff169e2e0db | refs/heads/master | 2020-03-22T19:21:12.432484 | 2018-07-11T04:35:11 | 2018-07-11T04:35:11 | 140,522,468 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,041 | java | /*----------------------------------------------------------------------------*/
/* Copyright (c) 2008-2018 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... | [
"malcolmmaude01@gmail.com"
] | malcolmmaude01@gmail.com |
b9b6944c3dd387ab2c86cb9f51df98eeb55a0e2b | 66c8722f60b3f4ab8c91c627f4fc7eb15381bdd5 | /src/servlet_examples/Confidentializer.java | 5d45b6b5bb65e8a09d12cad38c34e8669bd3908f | [] | no_license | JuijuiCHEN/SL314 | 3795675cf8e944b3b4e45e2d2e58f3e9e9f46eba | 6f50a34ca5c2c7ee6f21c2d04617879898271bd0 | refs/heads/master | 2021-09-09T15:08:03.043914 | 2018-03-17T08:28:46 | 2018-03-17T08:28:46 | 125,610,379 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,564 | java | package servlet_examples;
import java.awt.*;
import java.io.*;
import java.net.*;
import javax.servlet.*;
import javax.servlet.http.*;
import com.oreilly.servlet.ServletUtils;
import Acme.JPM.Encoders.GifEncoder;
public class Confidentializer extends HttpServlet {
Frame frame = null;
public vo... | [
"mlikje0942@gmail.com"
] | mlikje0942@gmail.com |
92e43f9f503b17017629777f2050c15f17127077 | 7c848fb92bd7a3f9130771152c3e68895d94a799 | /app/src/main/java/com/junchao/frametest/utils/StringUtil.java | f2aa1f0842347b552a876f74401e4903d7676d26 | [] | no_license | gaoshang0304/MyApplication | acb9dd566324f8ece83d0fe59131cd4ea8ca5f38 | 6cc80d1f1e415e00cfd2af63a1634b10f7a34d6d | refs/heads/master | 2020-03-14T00:47:28.720499 | 2018-04-28T02:26:29 | 2018-04-28T02:26:29 | 131,364,073 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,139 | java | package com.junchao.frametest.utils;
import android.content.Context;
import android.graphics.Typeface;
import android.text.Spannable;
import android.text.SpannableStringBuilder;
import android.text.TextUtils;
import android.text.style.AbsoluteSizeSpan;
import android.text.style.StyleSpan;
import java.io.BufferedReade... | [
"gao6366839"
] | gao6366839 |
32ec20ed0fc2ff07a1cf18deb52eeb7533a7788b | be5c19ece49d9947c30b4df8cba7574a87cb0c11 | /app/src/main/java/in/binplus/selfstudy/utils/ToastMsg.java | c1cfe38c56e4cc2b7c6791ee0be318e0e465b6b9 | [] | no_license | dharinisp4/SmartSelfStudyMaster | 9beb6cf951ac9d1605adc04c3eb0fe97aa8f76e6 | 6c7483d0b3fead681cfa91edc38e49d126447cc7 | refs/heads/master | 2020-12-30T08:41:58.276269 | 2020-02-07T13:36:19 | 2020-02-07T13:36:19 | 238,933,614 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,766 | java | package in.binplus.selfstudy.utils;
import android.content.Context;
import androidx.cardview.widget.CardView;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import android.widget.Toast;
import com.binplus.selfstudy.R;
public class ToastM... | [
"anasmansoori734@gmail.com"
] | anasmansoori734@gmail.com |
ee99ab852653ff7611ea5a3766009d7c2b5302b6 | 5ed62f088f324352bd878f58788ebeb0ffe5cd2a | /src/main/java/org/assertj/core/error/ShouldBeInSameYear.java | 04e8da2d4a62c39eedbf6c784b81559e82ddd1c0 | [
"Apache-2.0"
] | permissive | jstrachan/assertj-core | 85f7355f8d41c5dfb6c27f0bbe8d576fa4042273 | ac9e201c22c1a7132005bbb9e728ef0bfe2c89cc | refs/heads/master | 2020-12-31T07:19:04.828438 | 2016-04-09T22:15:20 | 2016-04-09T22:15:20 | 56,042,912 | 0 | 1 | null | 2016-04-12T07:58:10 | 2016-04-12T07:58:09 | null | UTF-8 | Java | false | false | 1,459 | java | /**
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under ... | [
"joel.costigliola@gmail.com"
] | joel.costigliola@gmail.com |
0a28454a8f38f3bcbf2d450f12bfeffe730823df | 43f584b8adddfaaf95cc7aa74b1c5f0069f0e582 | /Lista 1/src/com/fjps/test/GraphTest.java | 178b40fbd0b01a6bef84290852966f7697efa70e | [] | no_license | FilipJany/ApproximationAlgorithms | b2d3726b87d5d1312baf85f051070c9159b58cfc | e82a0ad406e17797261cf3d84fe092cf5632e941 | refs/heads/master | 2021-01-10T17:19:08.205022 | 2016-04-01T15:27:30 | 2016-04-01T15:27:30 | 52,964,557 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,067 | java | package com.fjps.test;
import com.fjps.main.graph.Graph;
import com.fjps.main.graph.Vertex;
import com.fjps.main.graph.exceptions.NoSuchVertexException;
import org.junit.Assert;
import org.junit.Test;
/**
* Created by MagnaT on 30/03/16.
*/
public class GraphTest {
@Test
public void assureMetricTest1() {
... | [
"patryk.stopyra@gmail.com"
] | patryk.stopyra@gmail.com |
3bada7a13c3ceedb4299d4286544265877ed00fd | 03e53d59defb46326cc50de2161ef837781c1a04 | /src/com/sizatn/collections/sort/Menu.java | b24e96fedd4df12afe30b10124babc36ac72f769 | [] | no_license | sizatn/sort | 6d2b905a5116dd86681a034a57b1ec9358742c42 | 390f26b7350a0497ffaa9dd8a45b55a56d53f6de | refs/heads/master | 2022-01-30T17:18:20.615947 | 2019-06-19T09:43:36 | 2019-06-19T09:43:36 | 109,562,705 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 641 | java | package com.sizatn.collections.sort;
public class Menu {
private String menuName;
private String menuSort;
public Menu() {
super();
}
public Menu(String menuName, String menuSort) {
super();
this.menuName = menuName;
this.menuSort = menuSort;
}
public String getMenuName() {
return menuName;
}
p... | [
"sizatn2013@gmail.com"
] | sizatn2013@gmail.com |
c40122b16d460e6bca25db9377b85790eb33418c | 71e18ae1d2f0b79df0c3487dec2d0ba22fef9683 | /app/src/main/java/com/github/achenglike/slidingtablayout/MainActivity.java | c3aa5ed39cdbf96b0ff95fae2dd9ee524ea467af | [] | no_license | achenglike/SlidingTab | c700a8a080de0f94dc729b39b555c25d1ef8277f | 54a5e39e39463b3fd317900374eb72e70abcfdd6 | refs/heads/master | 2020-03-19T12:56:31.313626 | 2018-06-08T01:43:21 | 2018-06-08T01:43:21 | 136,551,135 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 351 | java | package com.github.achenglike.slidingtablayout;
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.... | [
"like@imooc.com"
] | like@imooc.com |
449f3e41b53c58b516d1589fec5e2d89f71bcdb1 | 88fa5202233b149f24aa1640125fcbd7d8c2e9a5 | /src/main/java/concurrence/longguo/providerConsumer/Tmall.java | 2704ae4af283c9cab400b43e460139054dc4355e | [] | no_license | never123450/the-data-structure | 03c89c12a0e12d52d43dd2e83a0ea90a1fbe33dd | 3ca52debe2e00c1e66dbd0dde29b1a9942f471e7 | refs/heads/master | 2020-04-17T00:04:31.576460 | 2019-01-24T14:11:55 | 2019-01-24T14:11:55 | 166,036,311 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,069 | java | package concurrence.longguo.providerConsumer;
public class Tmall {
private int count;
public final int MAX_COUNT = 10;
public synchronized void push() {
while (count > MAX_COUNT) {
System.out.println(Thread.currentThread().getName() + "库存数量达到上限" );
try {
wa... | [
"845619585@qq.com"
] | 845619585@qq.com |
10ada0e90055e8d66432f7945e64a3213391c5e6 | 6dce51d20093687d737d7bfa013e8cff5fc7d15b | /sitebricks-mail/src/main/java/com/google/sitebricks/mail/imap/ListFoldersExtractor.java | f9355244acacd89f7701108a2f8432922691714e | [
"Apache-2.0"
] | permissive | tactile/sitebricks | 30a9f7fabeb56f6d518d0cf57c6961ca3e9dba09 | 29f0e762c91ea6f4f8351ccfc5ce62f760d010b4 | refs/heads/master | 2021-01-17T21:38:22.700266 | 2013-01-11T01:15:26 | 2013-01-11T01:15:26 | 7,551,409 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,101 | java | package com.google.sitebricks.mail.imap;
import com.google.common.collect.ImmutableList;
import java.util.List;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
* @author dhanji@gmail.com (Dhanji R. Prasanna)
*/
class ListFoldersExtractor implements Extractor<List<String>> {
private static fin... | [
"dhanji@gmail.com"
] | dhanji@gmail.com |
6962fd5b4b1855eb33d3f8e97ff673932365ec7e | bdb880513a6d1333b3251e8986fbaa9411b049e8 | /qmt-tlive/qmt-tlive-rpc-core/src/main/java/com/lesports/qmt/tlive/cache/TVoteCache.java | d9abad260f85d2cdbb74110ce283f5b914c2bb9b | [] | no_license | wang-shun/qmt | fe937cffe59781815fdefccdfa88362cef68b113 | c3c2e6a1bd9b4f3d852a698f64b6831b977093d1 | refs/heads/master | 2020-04-12T23:23:29.066091 | 2018-12-17T12:51:58 | 2018-12-17T12:51:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 595 | java | package com.lesports.qmt.tlive.cache;
import com.lesports.qmt.tlive.api.dto.TVote;
import com.lesports.repository.LeCrudRepository;
/**
* Created by lufei1 on 2015/9/16.
*/
public interface TVoteCache extends LeCrudRepository<TVote, Long> {
/**
* 增加投票
*
* @param voteId
* @para... | [
"ryan@192.168.3.101"
] | ryan@192.168.3.101 |
def47e4b42961ff85ef4381e210bf9ee97841434 | 56710f14a5b450e5b61ec40725453a3e7229af31 | /LeetCode/src/main/java/com/binea/www/leetcodepractice/algorithm/LongestWordInDictionary.java | d2a1b83796acc2fc215956f1ed7dd17e18078bb6 | [] | no_license | xu6148152/Algorithm-Practice | f9885707a1dde6841681be0e8e3849af79ce8da8 | f7d7c3303773a7f935e8e332549e009fdf80688a | refs/heads/master | 2022-08-09T07:08:05.193441 | 2022-08-01T11:49:39 | 2022-08-01T11:49:39 | 49,108,802 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,407 | java | package com.binea.www.leetcodepractice.algorithm;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
/**
* Created by binea on 3/9/17.
*/
public class LongestWordInDictionary {
/**
* Given a string and a string dictionary, find the longest string... | [
"xu6148152@gmail.com"
] | xu6148152@gmail.com |
d96bad241fd5e422b618c783ffe7a824026216c3 | c90d8076834c22ad24fb4b12d406701c539d3441 | /MoneyBuddy/src/org/tempuri/GetPassword.java | 8447ded69e2d9f4e6d236df994bc8b00ef600806 | [] | no_license | batmaninlondon/MoneyBuddy | 77fd023a61d68b43fcf6760243a848a3644d5440 | 50c27d3202b5c90ff15ecac4e098952f37f13d6c | refs/heads/devMoneyBuddy | 2022-05-02T04:06:25.052121 | 2022-04-15T06:39:27 | 2022-04-15T06:39:27 | 69,157,985 | 0 | 0 | null | 2017-04-23T18:48:59 | 2016-09-25T10:34:14 | JavaScript | UTF-8 | Java | false | false | 1,854 | java |
package org.tempuri;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import org.datacontract.... | [
"savita.wadhwani@gmail.com"
] | savita.wadhwani@gmail.com |
17119ad304ab610238a4c47b7c843969ed09e528 | 78fff0b93496e0ab73a010dfd1f993bd37471202 | /src/main/java/br/com/j4business/saga/elementoquestao/controller/ElementoQuestaoController.java | 2aa402ed231d79b21c207e4d46cf732a710c7dac | [] | no_license | SergioFeitosa/sgpn | 474386b39c684835fbad2ca26653751765a95917 | d269011d270913e22dc5b1ec1cd4058e41d029f7 | refs/heads/master | 2021-07-14T15:39:55.027199 | 2020-06-02T18:07:45 | 2020-06-02T18:07:45 | 32,646,896 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,362 | java | package br.com.j4business.saga.elementoquestao.controller;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import javax.persistence.PersistenceException;
import javax.validation.Valid;
import org.hibernate.exception.ConstraintViolationException;
import org.springframework.beans.factory.anno... | [
"sergiofeitosa@gmail.com"
] | sergiofeitosa@gmail.com |
a54826511562e0094d38b9eac42daced410eb4d3 | 6469ed039a51bdfe90038e0a09c1c2fa11c1db64 | /ServeurPendu/src/serveur/UDPClient.java | 5ff7b586c54248673712031543380f7b44d7b46e | [] | no_license | dsfaraujo/PenduServeur | 86766c3b1a0bce3cc50b352a69699de69062a15e | f037bd15ef854410018529df5c9811eff60e158e | refs/heads/master | 2021-07-04T01:54:28.233994 | 2017-09-26T21:06:35 | 2017-09-26T21:06:35 | 104,495,548 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,417 | java | package serveur;
import java.io.IOException;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
import java.net.InetAddress;
/**
* ********************************************************
* Classe utilitaire permettant de faire appel a un serveur UDP
*
* @author rebecca
*
*/
public final class UDPC... | [
"noreply@github.com"
] | dsfaraujo.noreply@github.com |
a3379cc83228d8eee56e12161c2f6e53ff8cde48 | 85b13379de8d4142d5df878f916ff288f085e18e | /Printing n odd numbers/Main.java | e1f2243193546008c3ac63e21133e02b5fe381df | [] | no_license | THAMIZHINI/Playground | 7dd0e30f69431186567712b8dcb04c46f294c379 | dea7d940bc7cb120cae9d8440da417a14112e1bf | refs/heads/master | 2020-06-01T11:56:23.147870 | 2019-06-14T10:06:23 | 2019-06-14T10:06:23 | 190,771,518 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 145 | java | #include <stdio.h>
int main() {
int n;
scanf("%d",&n);
for ( int i=1;i<=2*n;i++)
{
if(i%2==1)
printf("%d\n",i);
}
return 0;
} | [
"51488008+THAMIZHINI@users.noreply.github.com"
] | 51488008+THAMIZHINI@users.noreply.github.com |
4ced60d0ffbce9bcd1ba70c04b197c091b8895a8 | f6f6b1d9953cbf5f008566b3880ceda61a53b04b | /src/main/java/io/javabraims/model/CatalogItem.java | 8830c4bbaf9d4023c052f5dec81f7af80f5b2e17 | [] | no_license | HluhovMax/spring-boot-microservices | bd631d67450addb739e43824456d8d4de2687da9 | b7ae3fc6fb9b6c8fdd33713818de37800dc26917 | refs/heads/master | 2020-04-30T10:49:19.911078 | 2019-03-20T17:43:25 | 2019-03-20T17:43:25 | 176,786,605 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 258 | java | package io.javabraims.model;
import lombok.AllArgsConstructor;
import lombok.Data;
/**
* Created by 38066 on 19.03.2019.
*/
@Data
@AllArgsConstructor
public class CatalogItem {
private String name;
private String desc;
private int rating;
}
| [
"holosievo@gmail.com"
] | holosievo@gmail.com |
7769681d3012f19f1c699467e79a8d8c3d5e18cd | b59886bcdfa48f70b584a20cb97c9bc097a35992 | /build/generated/src/org/apache/jsp/index_jsp.java | 376406293d15a5c5ec197406d9d23fbdc5a7c3b2 | [] | no_license | selcukcokkuvvetli/Anket | 990594d0974d612d6284a99bf83e690cadc90d47 | ad3c8d3d3242770246432751a27f57037db11d66 | refs/heads/master | 2020-03-17T15:48:49.547164 | 2018-05-16T21:56:07 | 2018-05-16T21:56:07 | 133,725,035 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,469 | java | package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class index_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static final JspFactory _jspxFactory = JspFactory.getDefaultFacto... | [
"selcuk_cokkuvvetli@hotmail.com"
] | selcuk_cokkuvvetli@hotmail.com |
f24a43f36f4f490e4827b59c278e2a7653e74e1c | 667f6048e2235ac1c79e4293204a4af5e7fcf5dc | /src/main/java/monnef/core/external/javassist/bytecode/SignatureAttribute.java | 2e5bb26c67949c6a59b51491525a445bed3b82d4 | [] | no_license | mnn/monnefcore | 980d1093d49a60827dd4d42a0be0d660c757d0d3 | 9091c5e6c94cd413069797fc45646514e50e81f5 | refs/heads/master | 2021-01-23T13:59:15.490686 | 2014-12-04T17:06:55 | 2014-12-04T17:06:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 34,702 | java | /*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. Alternatively, the contents of th... | [
"moen@366.hopto.org"
] | moen@366.hopto.org |
ff7fcb431ddf4c7f6c4865e404ad426290f1ff41 | f7fac67835a6d6baef4a4e835eedb92d7a1db0ed | /FREIND_MANAGEMENT/friend-management-service/src/main/java/com/cg/fm/dto/FriendEmailListDto.java | b7c2c3f89f675dc0bee7d7fb2cda358bd0b64502 | [] | no_license | pradeepkrathnayaka/Microservices_POC | 8abadc28ac067dbd9cdf4909117fa383b55cc681 | b56efe6b27f2e8687a168d7d87b5e7a78dc45885 | refs/heads/master | 2021-05-24T15:37:41.562901 | 2020-04-14T02:46:31 | 2020-04-14T02:46:31 | 253,634,806 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 220 | java | package com.cg.fm.dto;
import java.util.List;
import lombok.Getter;
import lombok.Setter;
/**
* @author Predeep
*
*/
@Getter
@Setter
public class FriendEmailListDto {
private List<String> friends;
} | [
"pradeepkrathnayaka@gmail.com"
] | pradeepkrathnayaka@gmail.com |
09609a078b9566e2f49df9cda126c4d0df7d9a91 | 44316a54755e5ee4118a3e82352094ea3a35358f | /no.sintef.bvr.table.resolution/src/no/sintef/bvr/table/resolution/custom/VirtualVClassifierImpl.java | 73a9ac03f6303138ae17380150d28d665bb6cccb | [] | no_license | vassik/bvr | 98a811ae7d21fbe5ea0701d04891d28b129f9e9b | 3fa1a48d401aa29fabcd5ea4153c696e7e39da0e | refs/heads/master | 2020-05-25T13:35:27.784701 | 2015-04-29T13:22:36 | 2015-04-29T13:22:36 | 34,623,094 | 0 | 0 | null | 2015-04-26T17:41:13 | 2015-04-26T17:41:12 | null | UTF-8 | Java | false | false | 2,854 | java | /**
*/
package no.sintef.bvr.table.resolution.custom;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import bvr.BvrPackage;
import bvr.VSpecResolution;
import bvr.impl.VSpecReso... | [
"Anatoly.Vasilevskiy@sintef.no"
] | Anatoly.Vasilevskiy@sintef.no |
bc79e6bfd66bbe05a80e6ac0c49030ef899a165f | f1e0b152f2b41b3f16dcbfea13c0a23dc3325008 | /modules/MgkPortlet/MgkPortlet-api/src/main/java/com/mgk/portlet/service/PersonServiceUtil.java | d4ccebde91af47a4945cecfe7a94a8edc484ca2f | [] | no_license | 021Mgk/liferay-portlet-mgk | 9aa1b3d1fc1a46bbd67da3fae2c6034e88f813f5 | 25564484d628b30f7a7446a5847a47f0eb7ec3d5 | refs/heads/master | 2023-08-15T13:27:40.330736 | 2021-09-16T07:48:54 | 2021-09-16T07:48:54 | 401,022,694 | 0 | 1 | null | 2021-09-16T07:48:55 | 2021-08-29T11:19:17 | Java | UTF-8 | Java | false | false | 2,144 | java | /**
* Copyright (c) 2000-present Liferay, Inc. All rights reserved.
*
* 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; either version 2.1 of the License, or (at your option)
* any la... | [
"mgk.021@gmail.com"
] | mgk.021@gmail.com |
da5b4f81bef4d8707c531b27b7f184fb4346e02e | 73f8f8634e5d179ef32762ad953eeacbacb5a4db | /Thinking in Java(Fourth Edition)/chapter15/generator/coffee/Coffee.java | 8e6cd37599f240368fc0914623e4246b8ad2e213 | [] | no_license | yueban/java | 46c1a41d86da424d16563a538b3cc5a87d3c002a | 1023e5ae3cbba7db403a9b46fd8b1dafc82107c8 | refs/heads/master | 2021-01-25T04:02:54.017486 | 2014-11-21T02:47:46 | 2014-11-21T02:47:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 198 | java | package generator.coffee;
public class Coffee{
private static long counter = 0;
private final long id = counter++;
public String toString(){
return getClass().getSimpleName() + " " + id;
}
} | [
"fanbaizhou@adeaz.com"
] | fanbaizhou@adeaz.com |
fa9b1f273ffe7aa82f8c1fe26b4d01afc5fbced7 | d01ddc583cd4077dcf8cf338fcf2897908daa4ad | /jooby/src/main/java/org/jooby/internal/routes/CorsHandler.java | ef51180e8f9da00cdb9f98c5825ec70123656901 | [
"Apache-2.0"
] | permissive | gustvn/jooby | 61656793a2a8e753d962dffe414a8c668735c94c | d039d466be272c0c35a8ca9c78df4e04a27fc2f5 | refs/heads/master | 2021-01-24T16:48:43.300086 | 2015-07-30T19:42:29 | 2015-07-30T19:42:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,057 | 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... | [
"espina.edgar@gmail.com"
] | espina.edgar@gmail.com |
8fe3b03a5aaaa1a8df7af96bf60f2a8712e9b2e1 | 91c9cedc8ea067bdb719538031c7e4bf8d8cf6a3 | /src/ShineyObjects.java | a83319e0b3d819b77608406f335157790df19060 | [] | no_license | TJHL/Level_1 | 8cc0148ea5efa71e4413d75a3d1eb3a63279a3af | 2f9ad3dbf0888e2a97d1376e10f1f061679093b8 | refs/heads/master | 2020-04-06T12:14:32.820204 | 2016-10-01T18:59:01 | 2016-10-01T18:59:01 | 36,262,585 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 931 | java | import java.net.URL;
import javax.sound.sampled.AudioInputStream;
import javax.sound.sampled.AudioSystem;
import javax.sound.sampled.Clip;
import javax.swing.JOptionPane;
public class ShineyObjects {
public static void main(String[] args) {
// 2. Ask the user how many shiny objects they want
String O= JOption... | [
"tobylaskowski@WTS11.local"
] | tobylaskowski@WTS11.local |
4db3ace075e368e63592cb4566acec3a3c3d5756 | 0cc6bc0a0c92b9903b163a7aeb4f013c1a9fd795 | /google-speech-protobuf/src/main/java/greco/DecoderEndpointerStreamParamsOuterClass.java | 288b8980cf6e43056dff61da715353fe2d14fca4 | [] | no_license | jackz314/SpeechRecognizer | fe34254727ae44ee3ddd83daad873257df1ac078 | 07ba8ec2a158830b37000bb3750a4f7c622b12d0 | refs/heads/master | 2023-04-08T09:24:19.079178 | 2021-04-12T23:55:33 | 2021-04-12T23:55:33 | 320,767,241 | 3 | 2 | null | null | null | null | UTF-8 | Java | false | true | 97,247 | java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: speech/greco3/decoder_endpointer/decoder_endpointer_stream_params.proto
package greco;
public final class DecoderEndpointerStreamParamsOuterClass {
private DecoderEndpointerStreamParamsOuterClass() {}
public static void registerAllExtensions(
... | [
"zhangmengyu10@gmail.com"
] | zhangmengyu10@gmail.com |
9679442a315f080d776c0a42212fb3eff766ba69 | 2fecec2600a64f973dcd6f3361f40fcdec807329 | /app/src/main/java/com/udacity/adibella/whatsinmyfridge/provider/RecipeContract.java | bf35bf45c713afa3b8d842191d9ad7e611bc4381 | [] | no_license | dibellaa/Capston-Project | fd1b6ae9a17506df64c1e5f2f9d52017ebb79946 | a7709b621da6a8f3036f71802829ba2ee8c0c37d | refs/heads/master | 2020-03-23T15:38:21.173021 | 2018-08-12T23:25:04 | 2018-08-12T23:25:04 | 141,763,763 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,282 | java | package com.udacity.adibella.whatsinmyfridge.provider;
import android.net.Uri;
import android.provider.BaseColumns;
import com.udacity.adibella.whatsinmyfridge.BuildConfig;
public class RecipeContract {
public static final String AUTHORITY = BuildConfig.APPLICATION_ID + ".provider";
public static fi... | [
"dib.alessandro@gmail.com"
] | dib.alessandro@gmail.com |
c9e5dd292a95beef2c9e8a48a4076a9859d5f8c3 | bfb18fb441a97e4091eba85b0afff6d4d254337c | /2.JavaCore/src/com/javarush/task/task15/task1503/Solution.java | a2ce54acc6cab9dbfc54c4ff0453232d4ca972e1 | [] | no_license | HappyRomio/JavaRushTasks | 75a184f890e08d8b821594e65bbd4f8a5ac3df4b | 4e0936eb6faacf170042b3a20ded5a589698486c | refs/heads/master | 2021-04-17T09:55:07.472906 | 2020-03-23T13:37:31 | 2020-03-23T13:37:31 | 249,435,804 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,463 | java | package com.javarush.task.task15.task1503;
/*
ООП - машинки
*/
public class Solution {
public static void main(String[] args) {
new Solution.LuxuriousCar().printlnDesire();
new Solution.CheapCar().printlnDesire();
new Solution.Ferrari().printlnDesire();
new Solution.Lanos().printl... | [
"maltsevroma@rambler.ru"
] | maltsevroma@rambler.ru |
0deb3d28f307ca2df59114c0d320eb4cbaeb75f8 | 94979810799868172fc73d8a16fc7cc630cf7f30 | /gc/CMS.java | 7010caff06000b278065b9f744ca4b6bfdd2eb73 | [] | no_license | shitsurei/JVM | 6abce231355b0e077e16a121a5c0c6a1796b6b90 | 850d88bf11b6e8f513d38d5e1f7fb62a8691bbd3 | refs/heads/master | 2021-01-03T17:32:38.683448 | 2020-03-10T03:47:20 | 2020-03-10T03:47:20 | 240,170,861 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,982 | java | package gc;
/**
* 05
* 枚举根节点:当执行系统停下来之后并不需要一个不漏的检查所有执行上下文和全局引用的位置,虚拟机能够直接得知存放对象引用的地方,Hotspot中通过OopMap这一数据结构实现
* OopMap:
* 安全点(SafePoint):在OopMap的帮助下Hotspot可以快速完成GC Root枚举,但是每条指令都生成OopMap空间成本较高,因此只在“安全点”记录;即程序执行过程中并非可以在任何位置暂停进行GC,只有到达安全点才可以
* 【安全点既不能太少(GC等待时间太长)又不能太多(运行负载高),选定标准:“是否具有让程序长时间运行的特征”,例如方法跳转、循环跳转、异常跳转等... | [
"lfgewj21345@163.com"
] | lfgewj21345@163.com |
8be6e3cda3aa0c7af1a6ce2500dca93a5d414cc3 | 1159309a7bfffc255fa6d550c25df6a3dd7974b0 | /maven/release/src/main/java/org/release/service/UserService.java | 5e0daf566e0d84cba0a92cfe3f884c97aaa1dfb2 | [] | no_license | KBLGC/study-repository | d2ccfba6943f50badad37f2a21d46ec15974cc6f | 55f4ec5744adfccc318b4e489cb0e6881d6981db | refs/heads/master | 2020-03-29T21:43:27.313975 | 2018-11-19T10:53:31 | 2018-11-19T10:53:31 | 150,383,416 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 144 | java | package org.release.service;
import org.release.entity.User;
public interface UserService {
public User getUserById(Long id);
}
| [
"2996547275@qq.com"
] | 2996547275@qq.com |
3b7aadab8a9614ee0300dd6667baaaec0a3c6116 | 1aa4e4f5354f85c9f5d0a653280fa75a48d9061f | /app/src/main/java/com/example/saket/blockcaller/Blacklist.java | 198e935921081104ae0098fa19bde1e8bca57ac2 | [] | no_license | saket147/BlockCaller | 9b013acda53b6c86f06d34d09fe6358e95516cb4 | e11f9d64684197178b0dfca36870f2c42991e57d | refs/heads/master | 2021-06-05T17:14:39.865695 | 2016-10-14T22:20:50 | 2016-10-14T22:20:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,117 | java | package com.example.saket.blockcaller;
/**
* Created by saket on 15-Oct-16.
*/
public class Blacklist {
// Two mapping fields for the database table blacklist
public long id;
public String phoneNumber;
// Default constructor
public Blacklist() {
}
// To easily create Blacklist object... | [
"saket19954@gmail.com"
] | saket19954@gmail.com |
8dbce498111449c9e9fc5c222fccdb9056755804 | e44941d8e08cc06a5ae762517f088323dd47b05e | /L20-inheritance2/src/lesson20/inreitance2/Wolf.java | 3cfd6f4f5853fb6aad2300583d4c8773b24b6339 | [] | no_license | amitrofanov82/ItStepSharedWS | cf5ceb3389a04651ebb67038e008f89dadc2ddf7 | 5fe0a9bffaca4d1bfb695d1c0c69d8f7427c0ae4 | refs/heads/master | 2020-03-21T21:01:33.156587 | 2018-12-20T18:34:42 | 2018-12-20T18:34:42 | 139,042,600 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 707 | java | package lesson20.inreitance2;
public final class Wolf extends Animal{
final static String S_FIELD = null;
final static String S_FIELD2 = "str";
final static Object S_FIELD3 = new Cat();
final static int S_FIELD4 = 4;
final Object oField = new Cat();
public Wolf() {
}
final public void makeSound() {
... | [
"mitrofanov_a@itstep.lan"
] | mitrofanov_a@itstep.lan |
7cb655e62792873dacb8ca032f7f4e8c8f57b6e1 | eb5e537de5ecd144b9efcd34e5d6734f871f01d9 | /mycode/mavencode/cocktail-service/src/main/java/com/liquidpresentaion/cocktailservice/services/AmazonClient.java | fad6613d7fc0419dfc68324bb0de1aee1dfa96ff | [] | no_license | tbiinfotech/pipeline | 42a3a3a6182a1ef66563b1849d0d25265205987d | 5cc43f64e50c32ae272f271e9de689fe14f11356 | refs/heads/master | 2023-08-09T18:29:04.612334 | 2020-02-20T07:07:22 | 2020-02-20T07:07:22 | 241,816,436 | 0 | 0 | null | 2023-07-23T06:15:17 | 2020-02-20T07:05:10 | Java | UTF-8 | Java | false | false | 3,260 | java | package com.liquidpresentaion.cocktailservice.services;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.Date;
import javax.annotation.PostConstruct;
import org.springframework.beans.factory.annotation.Value;
import org.springfr... | [
"root@ip-172-31-86-77.ec2.internal"
] | root@ip-172-31-86-77.ec2.internal |
086f0d0a6ea076f813a0e0e7c004e1693b8a4cca | d2ca913dfff1a2faee30101feee5395fbcaf598d | /app/src/main/java/com/oddcn/screensharetobrowser/recorder/RecordService.java | 4a3d17b345b33b2cff6e7c7b515c391e2d52790a | [
"Apache-2.0"
] | permissive | jedsada-gh/screen-share-to-browser | 13a39996aa8847c74ab3064dba5a5c54c7d3b18b | 48eebd1fae6532f92204bf5683e614911c15cb88 | refs/heads/master | 2023-05-25T06:19:42.774406 | 2019-01-02T07:57:52 | 2019-01-02T07:57:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,834 | java | package com.oddcn.screensharetobrowser.recorder;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.PixelFormat;
import android.hardware.display.DisplayManager;
import android.hardware.display.VirtualDisplay;
import android... | [
"oddzheng@126.com"
] | oddzheng@126.com |
88d64d84ff3ceb26ff09d3aeb3d591dbc664c539 | 1318f833a081b169f60a4002e1a629d65f652b22 | /src/main/java/com/widget/apitest/Widget.java | 1e1ccbcae8f5afb1f6c9988f3c013e157f60c38d | [] | no_license | JSiie/widgetapi_test | 7537a8cb2c500f92d6d27528f28fbd54a8232910 | 4b68eea60cc4c261cfa4e37805528dbfb37d2246 | refs/heads/master | 2022-12-01T01:34:07.506686 | 2020-08-15T15:43:12 | 2020-08-15T15:43:12 | 287,637,748 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,229 | java | package com.widget.apitest;
import java.util.Comparator;
import java.util.Map;
import java.util.UUID;
import java.time.Instant;
import java.time.ZoneId;
import java.time.ZonedDateTime;
public class Widget {
//UUID is pratically unique. id could also be an atomic counter. But in case of a distributed system ... | [
"me-gitlab@jonathan-sanchez.com"
] | me-gitlab@jonathan-sanchez.com |
248ccad401aff8752c9068621ff29fab3f0a2866 | 38517e4228e08bf295776219c6b213f6a074d9fb | /src/main/java/pjatk/project/Model/PriceValidator.java | 99dd273d84a3573f79e6d8cb5d8d70704c85f7ea | [] | no_license | s20156/poprawa_poj | a26cf93a129b52647124387585cd3484c8897812 | 12c9a17066c4ecd0c79da83de2ba190b168fd2b0 | refs/heads/master | 2023-05-08T17:04:14.600066 | 2020-06-13T11:30:56 | 2020-06-13T11:30:56 | 271,972,679 | 0 | 0 | null | 2021-06-04T22:20:31 | 2020-06-13T08:47:00 | Java | UTF-8 | Java | false | false | 412 | java | package pjatk.project.Model;
import javax.validation.ConstraintValidator;
import javax.validation.ConstraintValidatorContext;
public class PriceValidator implements ConstraintValidator<Price, Double> {
@Override
public void initialize(Price Price) {}
@Override
public boolean isValid(Double price, Con... | [
"s20156@pjwstk.edu.pl"
] | s20156@pjwstk.edu.pl |
4cf779a18b5c65f523b869c1eb7ba86ddeda4e85 | f9fcde801577e7b9d66b0df1334f718364fd7b45 | /icepdf-5.0.3/icepdf/core/src/org/icepdf/core/pobjects/graphics/ImagePool.java | 3d2a78bb889fecd987e5d505e06a5e2e3fac0650 | [
"Apache-2.0"
] | permissive | numbnet/icepdf_FULL-versii | 86d74147dc107e4f2239cd4ac312f15ebbeec473 | b67e1ecb60aca88cacdca995d24263651cf8296b | refs/heads/master | 2021-01-12T11:13:57.107091 | 2016-11-04T16:43:45 | 2016-11-04T16:43:45 | 72,880,329 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,761 | java | /*
* Copyright 2006-2013 ICEsoft Technologies Inc.
*
* 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 ... | [
"patrick.corless@8668f098-c06c-11db-ba21-f49e70c34f74"
] | patrick.corless@8668f098-c06c-11db-ba21-f49e70c34f74 |
eae104ab7031310a2fa88dac9f88acd618c97083 | ff3a0f87565e7b5ce523a59a29072b175a95fbd4 | /Reltrabcfg/src/main/java/br/com/agrofauna/model/Empresa.java | a81c1cb1e92c65c8cc2af091ce73f27b010b4999 | [] | no_license | wesleyhsm/ControleUsuarios | f1861129af9f14a69134fbbb50b7031ecc685359 | a319701d52f156cf5cd0530e8e256d6e41773932 | refs/heads/master | 2021-01-20T09:54:46.471416 | 2017-05-04T19:13:26 | 2017-05-04T19:13:26 | 90,299,633 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,082 | java | package br.com.agrofauna.model;
import java.io.Serializable;
import java.util.Date;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.DiscriminatorValue;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.NamedQueries;
import javax.persistence.... | [
"wesleyhsm@hotmail.com"
] | wesleyhsm@hotmail.com |
15fb0f1198ba99d2ceb62ccc9d1216b2cbe190c0 | 0a4131ea64c6c70148cc3dde4b87274a88f68e5b | /app/src/main/java/com/marco/santdelivery/MainActivity.java | 6bb4c3cc31ec134a21c1163862c4834ffb82d86a | [] | no_license | MarcoAntonioMamani/appcliente | 68dabfe25d2165774e4cfde183ad237015c13e36 | 301e7f6c6834275e53984da3dbacb7a415c0ff94 | refs/heads/master | 2022-09-24T09:37:19.916760 | 2020-06-01T02:45:55 | 2020-06-01T02:45:55 | 268,303,023 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,048 | java | package com.marco.santdelivery;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.Manifest;
import android.app.AlertDialog;
import android.arch.lifecycle.ViewModelProviders;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
im... | [
"marcoantoniomamanichura@gmail.com"
] | marcoantoniomamanichura@gmail.com |
626e9e09c53559568767f814660ac05b6c0f4f99 | 12e507dd7b7c5e8d379a8b8fb3c71ea367228414 | /src/main/java/com/nam/_000/acmp_0006/Main.java | 8c82e16885ec50791fb425aedcbafe8fbc40cb0f | [] | no_license | YershovAleksandr/Java_020_ACMP | 20f4be6627da6fb6b8f499d1f57eabb58da343f3 | 0349206072fcb289fb46cc50c3f7a83412e04db0 | refs/heads/master | 2020-03-30T01:25:03.686715 | 2019-02-16T18:01:17 | 2019-02-16T18:01:17 | 150,574,834 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,566 | java | package com.nam._000.acmp_0006;
import java.io.PrintWriter;
import java.util.Scanner;
public class Main {
public static void main(String[] args){
Scanner in = new Scanner(System.in);
PrintWriter out = new PrintWriter(System.out);
String step = in.nextLine();
if (!isCorrectValue(... | [
"namstudionsk@gmail.com"
] | namstudionsk@gmail.com |
3d46059c1e191742e8e5c38dd7cbe3e91c4c9ff2 | 0ea4b7df1934507f2f98bfef98a171071bed14dc | /ArgsSeprator.java | ca8ce9bdd0bddcc690241dd23a00de3fb6ef14f9 | [] | no_license | vishnumishra/wc_java | b99dfe35bd66e581abe805256d28e8b991bba734 | e501098620fa92d52e392362429e792f62a80275 | refs/heads/master | 2016-09-06T19:31:19.643997 | 2015-02-20T15:04:24 | 2015-02-20T15:04:24 | 30,903,175 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 818 | java | import java.io.File;
public class ArgsSeprator {
public String[] files;
public String[] flags;
private String[] argvs;
public ArgsSeprator(String[] argv){
this.argvs = argv;
this.files = getFiles();
this.flags = getFlags();
};
private boolean isValidFlag(String str){
String validFlags[] = {"-l","-L",... | [
"vishnu143mishra@gmail.com"
] | vishnu143mishra@gmail.com |
779c1966dab126d6ea28d91d18e40275ce6c9659 | 27eb9f687d8f035f4201ca4da39c10cae5734847 | /src/java/streams/LongestName.java | 6e149ae8c4c8dd800c6572e7e3a4c4ee945c1c45 | [
"MIT"
] | permissive | LakinduOshadha/java-streams | c1b2a5e4ffbf9c035a62929e702e199ea9ff2bed | 75593d349d839f0b8d709b70a989388479605263 | refs/heads/main | 2023-06-28T09:17:05.512964 | 2021-07-26T19:01:09 | 2021-07-26T19:01:09 | 389,739,556 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,078 | java | package java.streams;
import java.util.Comparator;
import java.util.stream.Collectors;
import java.util.stream.Stream;
/**
* LongestName_4a finds the longest name.
*
* @author Lakindu Oshadha (lakinduoshadha98@gmail.com)
*/
public class LongestName {
/**
* printLongestName prints the longest... | [
"noreply@github.com"
] | LakinduOshadha.noreply@github.com |
db7bf89c22e432b1dc4d1213b43086724dc5eab0 | ef8e7192cc0366cad6aec24fb00187d7e1bc954d | /comet/CoCoLauncher/src/com/iLoong/launcher/SetupMenu/Actions/DesktopAction.java | 5fefd9367c65a9b1a86e17b0f079c0f3d9988b85 | [] | no_license | srsman/daima111 | 44c89d430d5e296f01663fcf02627ccc4a0ab8fd | b8c1fb8a75d390f6542c53eaec9e46c6c505f022 | refs/heads/master | 2021-01-22T16:31:23.754703 | 2015-03-26T05:40:59 | 2015-03-26T05:40:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 24,853 | java | package com.iLoong.launcher.SetupMenu.Actions;
import java.io.File;
import java.io.IOException;
import java.util.Calendar;
import android.app.AlertDialog;
import android.app.AlertDialog.Builder;
import android.content.DialogInterface;
import android.content.DialogInterface.OnClickListener;
import android.content.Shar... | [
"liangxiaoling@cooee.cn"
] | liangxiaoling@cooee.cn |
bb729bd65f640f93c77056bec450d05093422872 | 0a8c35c200dd0b817979abd5913ef8fe468b7224 | /app/src/main/java/com/example/archek/gamesinfo/PrefsConst.java | bac45d94bcc4f6e99250627d86edbeca2e39267f | [] | no_license | ArchkWay/GamesInfo | ec37486512c9785d486da0b9492f2db37a026dc4 | c2eb3b7b421ded195d37c802f9a9e6e54175cac1 | refs/heads/master | 2020-03-22T04:57:32.839642 | 2018-09-21T10:02:32 | 2018-09-21T10:02:32 | 139,532,171 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 236 | java | package com.example.archek.gamesinfo;
public interface PrefsConst {
int SETTING_DEFAULT_AMOUNT = 10;
String SETTINGS_GAME_AMOUNT = "SETTINGS_GAMES_AMOUNT";
String SETTINGS_COMPANIES_AMOUNT = "SETTINGS_COMPANIES_AMOUNT";
}
| [
"Ovchinnikowork@gmail.com"
] | Ovchinnikowork@gmail.com |
f916b6f19fe7963af1feec2ef236542f77c0a9fa | 5862355bdd793c8fca35ab7fd559adffa7c1d16e | /src/test/java/com/test/DependencyGroupsTestUsingAnnotation.java | 670f8e7f650cded10f534db4faf06a899b0134ba | [] | no_license | toddlerya/LearnTestNG | 37d6120d76acaa320e2e31f4c8f2b36d14e9bbb8 | 68c254b4666131a8bcbdd0d7b2332d79c311f883 | refs/heads/master | 2021-01-05T21:27:39.794913 | 2020-02-22T16:05:24 | 2020-02-22T16:05:24 | 241,139,805 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 936 | java | package com.test;
import com.demo.MessageUtil;
import org.testng.Assert;
import org.testng.annotations.Test;
/**
* @Author evi1
* @Create 2020/2/18 15:09
*/
public class DependencyGroupsTestUsingAnnotation {
String message = "Thor";
MessageUtil messageUtil = new MessageUtil(message);
@Test(groups = {... | [
"toddlerya@gmail.com"
] | toddlerya@gmail.com |
e601b7385b9e74dc57d2d0b1162c73c1db7aa0e1 | f02d639343b03162226143600e47af59a4338d27 | /src/main/java/dev/webapi/repository/CollaborateurRepository.java | 0483140ed44f0d16806a161158e929317cbb2eb7 | [] | no_license | hmerciol/sirh-gestion-personnel-webapi | 7e7392711f25623e3db694b41baf17e4b55bcbca | 4c83a8241f16c22a28eb59c395a7bd2dca85cc0c | refs/heads/master | 2021-05-02T12:06:41.510915 | 2018-02-08T13:46:07 | 2018-02-08T13:46:07 | 120,736,746 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 228 | java | package dev.webapi.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import dev.webapi.entite.Collaborateur;
public interface CollaborateurRepository extends JpaRepository<Collaborateur, Integer> {
}
| [
"li.henri@merciol.fr"
] | li.henri@merciol.fr |
4d5faaa58e43ba47234d6e39298ff21c7effddda | 7101fb712143092126af62835223dbc22394c08d | /app/src/main/java/it/unimib/librichepassione/SearchDetailFragment.java | b0fb5bec2519d6d092ec989f9246f5922af93838 | [] | no_license | gmele9/LibriChePassione | 31a9af7228a93dad42bfb65237cedf5a0f3eea9c | f8a3eb86152c9c1ae836a312165aa80a5e863b67 | refs/heads/master | 2022-11-28T15:48:06.137113 | 2020-07-16T15:46:04 | 2020-07-16T15:46:04 | 277,797,985 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,175 | java | package it.unimib.librichepassione;
import android.app.AlertDialog;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import ... | [
"g.mele9@campus.unimib.it"
] | g.mele9@campus.unimib.it |
e4d688acef6b46c983050a520417079d325aacce | 17be6cc29f7fd76f83eea525449a3443acef53ca | /mg.alpha.gestion.operations.shared/src/mg/alpha/gestion/operations/shared/ui/desktop/outlines/pages/forms/operations/ISelectionnerDonneesService.java | be4976becea1918128529b7ed0932d05bd3a294c | [] | no_license | didaRatsimba/alphaGDOEclipseScout | d29fbeb44f88d07facd4264abd424f40e4ffcc31 | bf9bcafd98419d147ba60d3758e27135b00e6a8e | refs/heads/master | 2021-06-04T00:18:48.627554 | 2018-10-26T19:51:54 | 2018-10-26T19:51:54 | 39,316,425 | 0 | 0 | null | 2018-10-26T19:51:54 | 2015-07-18T23:52:47 | Java | UTF-8 | Java | false | false | 1,398 | java | /**
*
*/
package mg.alpha.gestion.operations.shared.ui.desktop.outlines.pages.forms.operations;
import org.eclipse.scout.commons.exception.ProcessingException;
import org.eclipse.scout.rt.shared.validate.IValidationStrategy;
import org.eclipse.scout.rt.shared.validate.InputValidation;
import org.eclipse.sco... | [
"dida.ratsimba@gmail.com"
] | dida.ratsimba@gmail.com |
385abbd3bafab21c11d337020da301450621b1df | e6d716fde932045d076ab18553203e2210c7bc44 | /bluesky-pentaho-kettle/engine/src/main/java/org/pentaho/di/trans/steps/monetdbagilemart/MonetDBRowLimitException.java | 9224432eb3d5e508b9b27a2e961659d272770fe3 | [] | no_license | BlueCodeBoy/bluesky | d04032e6c0ce87a18bcbc037191ca20d03aa133e | 6fc672455b6047979527da9ba8e3fc220d5cee37 | refs/heads/master | 2020-04-18T10:47:20.434313 | 2019-01-25T03:30:47 | 2019-01-25T03:30:47 | 167,478,568 | 6 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,719 | java | /*! ******************************************************************************
*
* Pentaho Data Integration
*
* Copyright (C) 2002-2013 by Pentaho : http://www.pentaho.com
*
*******************************************************************************
*
* Licensed under the Apache License, Version 2.0 (th... | [
"pp@gmail.com"
] | pp@gmail.com |
0b52bb906c2da04f88e62aa63de068928d41c74c | e096c758789d6091351d922a8f30f6f6fa5ed60c | /src/com/nv/youNeverWait/user/bl/validation/DoctorValidator.java | a1cdaf7b8efbe4ffeecd44b2695025b4c44c9cb4 | [] | no_license | netvarth/netmdportal | 0487f5221bdc6f7a0e9156f96d122dcea42ff191 | a60171d76e82b02fbf074db4a7dd2814a10d0866 | refs/heads/master | 2021-03-16T09:54:50.043949 | 2016-08-04T10:53:34 | 2016-08-04T10:53:34 | 63,756,828 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,668 | java | /**
* DoctorValidator.java
*
* Dec 19, 2012
*
* @author Asha Chandran
*/
package com.nv.youNeverWait.user.bl.validation;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import com.nv.youNeverWait.common.Constants;
import com.n... | [
"manikandan@33b5678d-7e6b-764b-8695-d616d715c8b5"
] | manikandan@33b5678d-7e6b-764b-8695-d616d715c8b5 |
3893c52bd484ccd851b9f9f5948669a21642775a | c5215075d6e2e91cb4f6cbe7706e3b379d111185 | /src/main/java/com/lcc/service/impl/RolePermissionsServiceImpl.java | 051cfece919a4422fbb9e34a5d99e8830a18fe42 | [] | no_license | liangchengcheng/springmvc_admin_master | 59e378271c5120a6fa18dbd12b771c3321fb4489 | d57dece5045e4c457250c066b8a83a8a372a31d5 | refs/heads/master | 2021-01-12T07:05:06.173532 | 2016-12-24T06:16:35 | 2016-12-24T06:16:35 | 76,905,713 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,807 | java | package com.lcc.service.impl;
import java.util.List;
import com.lcc.bean.Result;
import com.lcc.bean.entity.RcRolePermissions;
import com.lcc.dao.RolePermissionsDao;
import com.lcc.service.RolePermissionsService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Ser... | [
"1038127753@qq.com"
] | 1038127753@qq.com |
48bff4deb0290cec8c8ef3763ca2e116c09351ae | 18543d61b93bf20680ef4960c78c842552d2c830 | /AbstractTree.java | 540c0772d23581b9a7cc6f5d9153472d63475b0d | [] | no_license | Vazyri/stupid-fucking-morsey-translator | 98f6ae029a609d3e4ba8ac960b87195d62c21523 | 64dbc14a2c6bad4071452d065c839c53a79ab555 | refs/heads/main | 2023-05-26T02:52:22.520135 | 2021-06-03T03:58:12 | 2021-06-03T03:58:12 | 373,373,426 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,268 | java | import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
/**
* Morsey
* AbstractTree abstract class of generic type K implements Tree of generic type K
* ElementIterator static inner class of generic type K implements Iterator of generic type K
* @author Von Jamora
*/
public abstract cla... | [
"46606935+Vazyri@users.noreply.github.com"
] | 46606935+Vazyri@users.noreply.github.com |
6b8659a60f5903589a16e7aaa19df38b401cec7e | 64bbfaab56176144560f000418fb3cb35e5eaff9 | /src/main/java/com/uniovi/UvisClient/validator/WalletFormValidator.java | 7bff75719c5bb5fc4a0e7cbd2651f323f4486bca | [] | no_license | PelayoDiaz/UvisClient | 56253a8b67da05ad5c5e2e5486e39182f56bba4e | 64047a27403ec40db703694ab98afad6d148a9ee | refs/heads/master | 2022-12-15T11:45:25.313050 | 2019-11-20T21:07:08 | 2019-11-20T21:07:08 | 191,362,104 | 0 | 0 | null | 2022-12-04T21:16:23 | 2019-06-11T11:56:01 | CSS | UTF-8 | Java | false | false | 1,444 | java | package com.uniovi.UvisClient.validator;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.springframework.validation.Errors;
import org.springframework.validation.ValidationUtils;
import org.springframework.validation.Validator;
import com.unio... | [
"UO251000@uniovi.es"
] | UO251000@uniovi.es |
d1f1f34f58997012761431fd464e7281d30b4d13 | ca070e4ae34a73de18ef17d3dd009f4ed7f488a6 | /2.2.3/sources/android/support/v7/widget/AppCompatEditText.java | 125076b1c4199d0d481e47d2189d0792236f01b5 | [] | no_license | stven0king/InstantRun-ApkParse | 611c49fc56852d2e1538b477b1670813808e7316 | 5bc938ab615ae6bb3c4941f65b6c2c6d7d30a8d5 | refs/heads/master | 2020-03-17T20:21:20.221813 | 2018-05-18T05:21:52 | 2018-05-18T05:21:52 | 133,905,354 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,487 | java | package android.support.v7.widget;
import android.content.Context;
import android.content.res.ColorStateList;
import android.graphics.PorterDuff.Mode;
import android.graphics.drawable.Drawable;
import android.support.annotation.DrawableRes;
import android.support.annotation.Nullable;
import android.support.annotation.... | [
"tanzhenxing@58ganji.com"
] | tanzhenxing@58ganji.com |
b2bdcf36f1ecb47f7291a0520beb5f2fa991c9b2 | b4cd00e9241dc52d97ae6052bf8b3b8c1adef350 | /tes-tsvc/src/main/java/com/qingqing/test/client/PassportPiClient.java | 9ccea9279458ea50cb506d45fc4f9760f3123ebf | [] | no_license | AntinZhu/QingTest | 17aa1a8dbcaceb1de32a9d7d26688cd167ffef1d | 6b4863db50b3e75f3b4570c5f387a1bcd5cf99f0 | refs/heads/master | 2022-06-29T11:38:35.367432 | 2021-08-18T02:32:40 | 2021-08-18T02:32:40 | 146,688,664 | 2 | 1 | null | 2022-06-22T19:15:01 | 2018-08-30T03:06:18 | JavaScript | UTF-8 | Java | false | false | 1,860 | java | package com.qingqing.test.client;
import com.qingqing.api.passort.proto.PassportLoginProto.PassportLoginResponse;
import com.qingqing.api.passort.proto.PassportLoginProto.PassportTkLoginRequestV2;
import com.qingqing.api.passort.proto.PassportQueryProto.PassportQueryUserInfoRequest;
import com.qingqing.api.passort.pro... | [
"zhujianxing@changingedu.com"
] | zhujianxing@changingedu.com |
1ade226a3b3f66c332774d2d3cc9228682275b39 | c22461e080d694ab8495288995210223e4211b4a | /NeighborhoodSustainability/app/src/main/java/creu/neighborhoodsustainability/InformationDisplay.java | 16d0913da232593a1d367cf846dc150cf9f0e5af | [] | no_license | HalcyonAura/CREU | 938ad278cd3f3447f08b989f02d2d0cf002af86f | bc925b39a5571a3a0d8ed84c7d8cbe7dc44b3860 | refs/heads/master | 2021-01-21T11:36:54.284050 | 2018-05-06T01:59:16 | 2018-05-06T01:59:16 | 102,019,421 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,290 | java | package creu.neighborhoodsustainability;
import android.content.Intent;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v4.app.FragmentStatePagerAdapter;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.To... | [
"laplace95@gmail.com"
] | laplace95@gmail.com |
12da7cc2aecf06bf4610ccab160e83390b96dfec | d56c589262e9338ec9b917a954aeff798b01bd29 | /app/src/test/java/bit/ihainan/me/bitunionforandroid/ExampleUnitTest.java | 4dbc8f8a6bbd2c382658f69e5dc5f4756c12aaf9 | [] | no_license | ztlm/BITUnion-for-Android | d7f2682739b06796c923fab3ebd8fb98e8c738a7 | 9aeb38ea27915a314df71df2f2f85b61b95a59bd | refs/heads/master | 2021-01-12T21:36:07.255189 | 2016-03-20T14:03:57 | 2016-03-20T14:03:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 340 | java | package bit.ihainan.me.bitunionforandroid;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(... | [
"ihainan72@gmail.com"
] | ihainan72@gmail.com |
264aa8aee030de451e17a5bbd8eb93299de7b7dd | 9216ec7959de16732284c87372fe8ab388b5e384 | /service/hive/src/main/java/org/saarus/service/sql/io/TableRCFileWriter.java | ee4e7a95016e00b25e7b1c8252a3e731e9d5debc | [] | no_license | tuan08/Saarus | 9d4c3061052bea8dd0d79a2301d62966a33860ac | b7d6fca9ffe71ab813a58b44c002590772e1aeab | refs/heads/master | 2020-07-15T11:34:04.654042 | 2015-02-15T12:34:20 | 2015-02-15T12:34:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,808 | java | package org.saarus.service.sql.io;
import java.io.IOException;
import java.util.Iterator;
import java.util.Map;
import java.util.Properties;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.hive.ql.io.RCFile;
imp... | [
"tuan08@gmail.com"
] | tuan08@gmail.com |
028263e3fca846d3a55a015ee5b550f1d8c8bbf2 | 4ea067acb246d315612ec24697f0c8739820a51a | /app/src/main/java/com/example/lhilf/leistungensammler/CameraActivity.java | 899c1059557f30539a11bf87fe225c300c02316b | [] | no_license | Luke004/gerichtesammler | 6da1f6203d0b3bc7e817c2be3d038e6acc0ae2c8 | acee27765aab9252e72105fb744f923ab9f2ac8c | refs/heads/master | 2022-12-08T17:22:57.777088 | 2020-08-31T14:44:41 | 2020-08-31T14:44:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,853 | java | package com.example.lhilf.leistungensammler;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import java.io.File;
import java.io.IOException;
import io.fotoapparat.Fotoapparat;
import io.fotoapparat.result.PendingResult;
import io... | [
"lukas.hilfrich@mni.thm.de"
] | lukas.hilfrich@mni.thm.de |
ef44a569bb16581ab6af79bd3dcad8fe2b35b5b2 | 76cc84817463d57da6ebfce3cc998b54f0ce608f | /src/Task03/Scanner_Practice.java | a3bdaec5c8c9b28f8a807230917f03215f51a2c7 | [] | no_license | IssB20/Day3-Repo | 0c19301b13ebcb51351f34440ec7d1e9e17a1bdc | 99bfb2966afe65307bd93bc2f94da23b16e14ed9 | refs/heads/main | 2023-01-04T23:14:05.231470 | 2020-10-31T14:55:14 | 2020-10-31T14:55:14 | 308,898,843 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 456 | java | package Task03;
import java.util.Scanner;
public class Scanner_Practice {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
System.out.println("Enter your first number:");
int num1 = scan.nextInt();
System.out.println("enter you second number:");
... | [
"islem_ouiddir@yahoo.fr"
] | islem_ouiddir@yahoo.fr |
785013f80a756aa2d5847208afcaaebf40a8f813 | e25797fe32281f11f3f773ab72949d88b80291e6 | /src/controller/login.java | 7bbd1cacfca116b6dcd24a111f2d46cdbe9cf832 | [] | no_license | yylou15/Internet_plus | 807d8beb308a8aa6ae1b7dd14448a6dd985c8588 | edeac4fe3c041ececc2db586ae2098865914d448 | refs/heads/master | 2020-05-16T05:01:34.722003 | 2019-05-03T02:07:10 | 2019-05-03T02:07:10 | 182,799,597 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,579 | java | package controller;
import javafx.fxml.FXML;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.scene.control.Alert;
import javafx.scene.control.TextField;
import javafx.stage.Stage;
public class login {
@FXML
private TextField username;
@FXML
private T... | [
"louyuanyang@outlook.com"
] | louyuanyang@outlook.com |
e80109a0a4d096c0fee9040f91176265d553b525 | b8f3536f21400859ea8163963c27dc090b96a9bf | /src/Enums/CookingInstruction.java | 6b0653ce43347e8b2d9bd3b8e1474023068caaae | [] | no_license | Awesomium40/PizzaOrderingGUI | 2cd2738720a803df841c93d3e97e72fcf796e3d6 | 051c5bf7d5dfa041ef84da12928de1225576e4ff | refs/heads/main | 2023-06-20T11:37:27.016010 | 2021-07-14T02:41:27 | 2021-07-14T02:41:27 | 124,742,361 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 298 | java | package Enums;
public enum CookingInstruction
{
NORMAL, LIGHT_BAKE, WELL_DONE;
private static final String[] names = {"Normal Bake", "Light Bake", "Well Done"};
public boolean isDefault()
{
return this.ordinal() == 0;
}
public String toString()
{
return names[this.ordinal()];
}
}
| [
"justin.walthers@hotmail.com"
] | justin.walthers@hotmail.com |
798cde5205996caa33e4848617845dc04ee44321 | 29b7d5f853966195f2534514a79d1866b5f0881e | /src/main/java/com/example/pedidos/controller/dto/PedidoDto.java | b4236d6bbf0eb4ee0bb7bce4bb9f5a705926bbf0 | [] | no_license | ruhangon/spring-pedidos | c29aab47780ffbea25b2ba9dc02c1ba55652ba7f | ea658a8cb2dd51b0792f830ff99c2ce72cad7c5a | refs/heads/master | 2023-06-19T03:24:09.520305 | 2021-07-09T22:21:41 | 2021-07-09T22:21:41 | 382,085,822 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 701 | java | package com.example.pedidos.controller.dto;
import java.time.LocalDate;
import java.util.List;
import java.util.stream.Collectors;
import com.example.pedidos.model.Pedido;
import lombok.Getter;
@Getter
public class PedidoDto {
private Long id;
private String nome;
private String descricao;
private String marca;... | [
"ruhan.goncalves@gmail.com"
] | ruhan.goncalves@gmail.com |
a8da1771b33960b64833693164f35a2c7b077fd8 | 632d577f4963a4ef4a857944f6d9a08b1df56091 | /Registration.java | 14a11109d0aafc998bb430d2086cc22244a4d25b | [] | no_license | shivaconceptsolution/JDBC-PREPARE-CALLABLE | b72aa9e19f4dbe2308bb7d7b57b9ac90cc77c512 | f51d4cc9d6e78245498b102f407ece711967d831 | refs/heads/main | 2023-03-28T14:55:59.482761 | 2021-03-24T05:41:07 | 2021-03-24T05:41:07 | 350,222,712 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 734 | java | package scs;
import java.sql.*;
public class Registration {
public static void main(String[] args) throws Exception {
Class.forName("com.mysql.jdbc.Driver");
Connection conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/jdbcdemo","root","");
CallableStatement st = conn.prepareCa... | [
"noreply@github.com"
] | shivaconceptsolution.noreply@github.com |
666df82dc8fd20fa16571ceecfd6fbffc6359ec3 | d977ad2b740b1bed5514810512d694acc0f95778 | /Module 2/src/_qly_Sdt/commons/FileUtils.java | 715a81c3276db6ae13bd129b8d1488e9fcc0ca80 | [] | no_license | quoctrung1012/C0720G1-TruongQuocTrung | 37385f3b81e02ffd014e408926ac5be17b928041 | 68de69a5126db4d591d6f97063d7eaaaff272596 | refs/heads/master | 2023-02-19T10:17:27.000968 | 2021-01-19T02:37:02 | 2021-01-19T02:37:02 | 282,783,074 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,315 | java | package _qly_Sdt.commons;
import _qly_Sdt.models.TelephoneDirectory;
import java.io.*;
import java.util.ArrayList;
import java.util.List;
public class FileUtils {
static FileWriter fileWriter;
static BufferedWriter bufferedWriter;
static FileReader fileReader;
static BufferedReader bufferedReader;
... | [
"quoctrung1012@gmail.comgit config --global user.name quoctrung1012"
] | quoctrung1012@gmail.comgit config --global user.name quoctrung1012 |
aaf882e544d27154cd9f86cb9065d771ed353280 | 5dc9c6735574f8167075232b261a596dd1b8607b | /session21/hitcounter/src/main/java/com/codegym/model/MyCounter.java | 35b37e79134553fff69aa8d6b327f3e8c507c715 | [] | no_license | rong9x/Module-2-Java-Web-Back-end | b258508655d3245648ea6729d8c59428a5c641c8 | 88e2957dda34b0dce6b3b5fa17a90e0afd133449 | refs/heads/master | 2022-12-22T11:49:09.752211 | 2019-07-30T07:41:19 | 2019-07-30T07:41:19 | 189,560,196 | 0 | 0 | null | 2022-12-16T10:24:09 | 2019-05-31T08:43:40 | Java | UTF-8 | Java | false | false | 392 | java | package com.codegym.model;
public class MyCounter {
private int count;
public MyCounter() {
}
public MyCounter(int count) {
this.count = count;
}
public int getCount() {
return count;
}
public void setCount(int count) {
this.count = count;
... | [
"noreply@github.com"
] | rong9x.noreply@github.com |
d929ec9956b736103a30cbe6a81ee724b8329dc3 | 4e409edb21bb1cd47b0d787cd6a03a8d9cf3f3d3 | /SummerProject/src/main/java/pages/Programs.java | 7f51941c3a98abb287c5bce8bb1fe0a8338325cb | [] | no_license | aman1310verma/TESTING-proj | 9aa14796632050b72db55c385c80b2d9c856d6c4 | 28ca8f7103aafb11eb2e01526b77ebaf1c8966fc | refs/heads/master | 2023-03-17T11:13:09.886333 | 2021-02-21T15:57:43 | 2021-02-21T15:57:43 | 340,939,301 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,719 | java | package pages;
import java.util.ArrayList;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
public class Programs {
WebDriver driver;
//Constructor that will be automatically called as soon as the object of the class is created
pu... | [
"aman1310verma@gmail.com"
] | aman1310verma@gmail.com |
b494f24246eb705c5cec191ad769b9711e8aabdb | 919cb1eb0e9b0cc8605f909764f018172bcb3063 | /app/src/main/java/com/example/toshiba/ternakku/ui/Startup.java | 2a6a715fc02f968c8f8d8b89037d7711d7012b6f | [] | no_license | asywalulfikri/ternakku | 94d668f4edbef85b3a88b38330e4e522fe7fb228 | 8f9a92fff22b7f9bdce69a54a0805567c6d0186b | refs/heads/master | 2016-08-12T03:15:28.712963 | 2015-12-28T03:21:52 | 2015-12-28T03:21:52 | 47,543,057 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,956 | java | package com.example.toshiba.ternakku.ui;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.AsyncTask;
import android.os.Bundle;
import android.util.Log;
import android.widget.EditText;
im... | [
"fikri@fupei.com"
] | fikri@fupei.com |
7a477ddfad68dde9a04c363eb6a6ea2b8a26f938 | ef57e360945d470583da667567b9befc3215ca80 | /Lorry-master/app/src/main/java/name/marinchenko/lorryvision/util/net/NetView.java | 2e2ff4921633b8e210e7e17de3a23cde4be2c565 | [] | no_license | drill2010/LorryVision | a0e34ed6b8129408496481c7fc6d9efb9d0ce6c9 | 35e14507939257e65851c2430768b81ce078fb00 | refs/heads/master | 2020-04-15T02:15:58.861164 | 2019-02-24T13:07:03 | 2019-02-24T13:07:03 | 164,308,247 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,747 | java | package name.marinchenko.lorryvision.util.net;
import android.os.Bundle;
import java.util.ArrayList;
import java.util.List;
/**
* NetView contains data for viewing in the networks list.
*/
public class NetView {
public static String BUNDLE_KEY_LIST_SSID = "bundle_key_list_ssid";
public static String BUND... | [
"drill2010@yandex.ru"
] | drill2010@yandex.ru |
b5f36d5b59970d4626e4662239822ecf09a2d3dc | c5d93c0a4db767ba5333edf0b57767fa9b253f3c | /src/test/java/runners/ParallelRunner.java | 740a1f54b4e1ff74aa82e678ca3fab8453fc2c32 | [] | no_license | girijadeo/MRIautomation | b8c6729427dada26abd0b2a396fe31701fa2f08a | d26f78142df2d28905731106379486d8a4546ef3 | refs/heads/master | 2020-03-29T08:23:50.689956 | 2018-09-21T04:18:54 | 2018-09-21T04:18:54 | 149,709,045 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,827 | java | package runners;
import com.cognizant.Craft.DriverScript;
import com.cognizant.framework.selenium.*;
import com.cognizant.framework.FrameworkParameters;
/**
* Class to facilitate parallel execution of test scripts
* @author Cognizant
*/
class ParallelRunner implements Runnable {
private final SeleniumTestParame... | [
"32549451+girijadeo@users.noreply.github.com"
] | 32549451+girijadeo@users.noreply.github.com |
4e508e17bd26c890f56e957b818e5dc2dae53d61 | 578a45a81f619d07be0b8ac615e8f92abf7b93bf | /src/main/java/com/thoughtworks/model/Jail.java | aeca72c4a8fae1bd4404c5b5ac89d68ec73d38f6 | [] | no_license | nigamkartik96/monopoly | d9629c4d3a06b992a220e11d5812ff254d52173e | c63b3ac43f3c7d3c8d0bec0f40100c963789c9bb | refs/heads/master | 2020-09-03T17:37:18.620697 | 2019-11-04T14:40:03 | 2019-11-04T14:40:03 | 219,522,501 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 679 | java | package com.thoughtworks.model;
import com.thoughtworks.constants.Constants;
import com.thoughtworks.game.Board;
public class Jail extends Cell {
@Override
public void doAction(Player player, Board board) {
if (player.getMoney().getAmount() < Constants.JAIL_FINE) {
player.subMoney(Constant... | [
"kartik.nigam@paytm.com"
] | kartik.nigam@paytm.com |
6377eeff013acaf4fe858c0c1f5b781a2b90ee97 | 667129f3278213ebe621ff2c67b400755d294d62 | /aTalk/src/main/java/org/atalk/impl/neomedia/rtp/remotebitrateestimator/RemoteBitrateEstimatorAbsSendTime.java | 2941c3dac2b844d4193c5e30b977178134debbd1 | [
"Apache-2.0"
] | permissive | rutura/atalk-android | 6f196d85d4a431a73bb65778700c63d86c2e067b | b4705cecb64b8f8c41ae18e0e6ab0ba64e44580e | refs/heads/master | 2021-05-14T01:22:19.579096 | 2018-01-14T05:05:57 | 2018-01-14T05:05:57 | 116,563,805 | 1 | 0 | null | 2018-01-07T12:31:11 | 2018-01-07T12:31:11 | null | UTF-8 | Java | false | false | 26,509 | java | /*
* Copyright @ 2015 Atlassian Pty 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 ag... | [
"cmeng.gm@gmail.com"
] | cmeng.gm@gmail.com |
629fb4fee87cc4d8cb3dbf57516d04dcb04fcfaf | dd01522057d622e942cc7c9058cbca61377679aa | /hybris/bin/platform/bootstrap/gensrc/de/hybris/platform/acceleratorservices/data/RequestContextData.java | 8707071e4001def71b524714a83db83a816acc4b | [] | no_license | grunya404/bp-core-6.3 | 7d73db4db81015e4ae69eeffd43730f564e17679 | 9bc11bc514bd0c35d7757a9e949af89b84be634f | refs/heads/master | 2021-05-19T11:32:39.663520 | 2017-09-01T11:36:21 | 2017-09-01T11:36:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,065 | java | /*
* ----------------------------------------------------------------
* --- WARNING: THIS FILE IS GENERATED AND WILL BE OVERWRITTEN!
* --- Generated at 25 Aug 2017 4:31:24 PM
* ----------------------------------------------------------------
*
* [y] hybris Platform
*
* Copyright (c) 2000-2016 SAP SE
* All rig... | [
"mashimbyek@gmail.com"
] | mashimbyek@gmail.com |
a9c2d26dc86e9fb6723b44056e2d60324cfc7bcc | f85f9ca71ccb631bba986635ba31439146c86faf | /P3_Patrones_Java/src/main/java/ec/edu/ups/Expression.java | bdc50bf2f9e314d73b02fa3c9c6701c3e99a6beb | [] | no_license | Jhon14DEA/P1_ProgramacionGenerica | 93f63a6857a74cb8b13100fb364c1e1f11bf4f6e | 4aa5feec43ddf2a2ff431edd2963e7a68be7e325 | refs/heads/master | 2023-01-24T16:07:48.326216 | 2020-12-04T00:21:41 | 2020-12-04T00:21:41 | 312,735,996 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,199 | 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 ec.edu.ups;
/**
*
* @author ASUS
*/
public abstract class Expression {
public abstract String one();
... | [
"64903359+Jhon14DEA@users.noreply.github.com"
] | 64903359+Jhon14DEA@users.noreply.github.com |
bb3b0c7f74cd528b026f5d32889e653fffb30fee | 439e0946983d314ed674ffec4e6a1e55a32d9bde | /app/src/main/java/com/digital/assignment/ValueFormatter.java | 26299bde28a85136cb2e8ebc1efeee5a26c5e2c7 | [] | no_license | MehmoodU-stratagile/ili.assignment | ed842f6dd7ab1c84e2a6a07c99eb91f07d695d2c | f0dc96e0f9b6cd30fb309b7e5ebd589b73494126 | refs/heads/main | 2023-03-01T09:23:30.065940 | 2021-02-12T07:51:44 | 2021-02-12T07:51:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,850 | java | package com.digital.assignment;
import com.github.mikephil.charting.components.AxisBase;
import com.github.mikephil.charting.data.BarEntry;
import com.github.mikephil.charting.data.BubbleEntry;
import com.github.mikephil.charting.data.CandleEntry;
import com.github.mikephil.charting.data.Entry;
import com.github.mikep... | [
"36883202+Mehmood-usman@users.noreply.github.com"
] | 36883202+Mehmood-usman@users.noreply.github.com |
0bc3edbde77d1bde3ea5a3c8cbecfed58dfbf378 | 8b656bbb29caa5a9538e9932d36c8267bd4af221 | /GroupProject1/test/HareTest.java | c725bbe129c26176ff6918206ddbcea887bbbadb | [] | no_license | croznik/programmingskills2 | 90416599502db24311645d6524da331718679294 | 9af19e4faafebd70afb0163bd5582c820d6b3039 | refs/heads/master | 2021-03-12T20:40:52.942288 | 2014-11-07T13:36:03 | 2014-11-07T13:36:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,074 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package testing;
import groupproject.*;
import org.junit.*;
import static org.junit.Assert.*;
/**
*
* @author Main
*/
public class HareTest {
private Hare hare = new Hare();
private static double TOLERANCE = 1e... | [
"Main@main-Satellite-C660.(none)"
] | Main@main-Satellite-C660.(none) |
496eaae2551c71576d1898d83efea13ecdf6a84c | fbcc22b603fdcfff37dfdf4da4c69b0096a44fa3 | /springboot/SpringBoot-shiro/SpringBoot-Shiro-Vue/back/src/main/java/com/heeexy/example/config/exception/GlobalExceptionHandler.java | 1b671326cee275e65c79361e72f32a253e2d1f27 | [] | no_license | chunchengmeigui/dalyNote | 0d4b40866ce142ec915f9aadb587f79bafe96b3a | deb9a4a634952d05e4a5a34bebc8cc51294a70b6 | refs/heads/master | 2021-06-15T07:10:48.307819 | 2021-04-23T09:54:03 | 2021-04-23T09:54:03 | 175,994,544 | 3 | 0 | null | 2020-12-14T15:45:13 | 2019-03-16T16:13:05 | Java | UTF-8 | Java | false | false | 3,064 | java | package com.heeexy.example.config.exception;
import com.alibaba.fastjson.JSONObject;
import com.heeexy.example.util.CommonUtil;
import com.heeexy.example.util.constants.ErrorEnum;
import org.apache.shiro.authz.UnauthenticatedException;
import org.apache.shiro.authz.UnauthorizedException;
import org.slf4j.Logger... | [
"d903321643"
] | d903321643 |
1207cf96b4725dfc84f584d68d5123df86be89ae | c6341ffd87bb65eba6ad0bd60e17b959a0cd7469 | /src/test/java/com/chocol/arithmetic/aug2021/Day8Test.java | 3ccbf14aa9ad66fa69f5ec946b69bd9c5040e634 | [] | no_license | MrChocol/arithmetic-upgrade | 34cdaa85ee28141e2c31a26d527f9034175a12fa | dac9170adda3117923d081e321c7590d8f651ce4 | refs/heads/master | 2023-08-01T05:38:20.566556 | 2021-09-27T14:46:20 | 2021-09-27T14:46:20 | 374,708,795 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,806 | java | package com.chocol.arithmetic.aug2021;
import org.junit.Test;
import org.springframework.boot.test.context.SpringBootTest;
/**
* Description:
*
* @author 陈力
* @date 2021/6/8
* @since
*/
@SpringBootTest
public class Day8Test {
@Test
public void test01() {
int[] nums = {1, 3, 5, 7, 9};
in... | [
"314159715@qq.com"
] | 314159715@qq.com |
5a304ba707dea4761bca6553de95e760e4b7cc58 | c6de84d4fa400856bc1420cc1269024b97eb4fa0 | /dynamic_programming/LongestCommonSubsequence.java | b6a123e4677307ad0422674e27189112d5ee02c5 | [] | no_license | princewillzz/algorithms_and_data_structures | 1ce662546f550c696485398d3a7058ed83b91925 | abb3d6daef91bbb208885fa831d3eb768a8b8aa8 | refs/heads/master | 2021-10-08T04:15:01.676592 | 2021-10-03T11:27:46 | 2021-10-03T11:27:46 | 253,177,833 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,391 | java | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class LongestCommonSubsequence {
public static void main(String argv[]) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String str = br.readLine().trim(... | [
"princewillz2013@gmail.com"
] | princewillz2013@gmail.com |
fd90f648bb782b36e03acc6e8e5c63ae49d961b8 | 3fbe8559e6690c360c4948521170df29a771c095 | /SLA/src/main/java/com/inapp/cms/utils/RandomString.java | eda4403705e0d90afd0e8c549e783ba06a4a7721 | [] | no_license | cibye221b/SLA | b6ddf25b7f5fa8d72b6ea2b2e06d4068e0af2132 | 624468806873e324546b5c2cb1670ea33d412a6e | refs/heads/master | 2020-12-11T03:38:30.447001 | 2016-09-03T10:21:07 | 2016-09-03T10:21:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 810 | java | package com.inapp.cms.utils;
/**
* @author Jinesh George
*/
import java.util.Random;
public class RandomString {
private static char[] symbols;
static {
StringBuilder tmp = new StringBuilder();
for (char ch = '0'; ch <= '9'; ++ch)
tmp.append(ch);
for (char ch = 'a'; ch <= 'z'; ++ch)
... | [
"root@localhost.localdomain"
] | root@localhost.localdomain |
49cb643999df005228f462b1d8dda2055bde584f | 0fbd372915d09df44cf65271beae89a97d2fcdf2 | /src/main/java/com/hermes/infrastructure/dataaccess/services/CargoServiceImpl.java | 0c26522c83358a2bd870e60e09beea4c4270f0f1 | [] | no_license | netcrackerschool/hermes | 799811ff882ae857e707a4aab829d04fcb2b8daa | 381bec35232c8ac6962b12884d40f552392ceb1c | refs/heads/master | 2021-08-08T04:24:54.086142 | 2017-11-09T15:22:48 | 2017-11-09T15:22:48 | 110,107,630 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 334 | java | package com.hermes.infrastructure.dataaccess.services;
import com.hermes.domain.cargo.AbstractCargo;
/**
* 05.10.15.
*/
public class CargoServiceImpl extends GenericServiceImpl<AbstractCargo> implements CargoService {
public CargoServiceImpl(GenericRepository<AbstractCargo> repository) {
super(reposit... | [
"azanoviv02@gmail.com"
] | azanoviv02@gmail.com |
cf9e38356cdc9bb2d5cf3bc6f5c3dedf6e532a84 | 19f7e40c448029530d191a262e5215571382bf9f | /decompiled/instagram/sources/p000X/DD9.java | b81edb45a2f6db7c41d9296c77926e31a87b0d3e | [] | no_license | stanvanrooy/decompiled-instagram | c1fb553c52e98fd82784a3a8a17abab43b0f52eb | 3091a40af7accf6c0a80b9dda608471d503c4d78 | refs/heads/master | 2022-12-07T22:31:43.155086 | 2020-08-26T03:42:04 | 2020-08-26T03:42:04 | 283,347,288 | 18 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,393 | java | package p000X;
import com.facebook.react.uimanager.BaseViewManager;
import java.nio.ByteBuffer;
/* renamed from: X.DD9 */
public final class DD9 extends DDK implements C29869DEe {
public final void ABR(ByteBuffer byteBuffer, int i) {
int A00 = DD3.A00(byteBuffer, i, 0);
if (A00 != 0) {
... | [
"stan@rooy.works"
] | stan@rooy.works |
8355b1adf17cf8b4befcc9cd1c0d3a51c2aa21b8 | ba7279b2abcd1a3630e464777d8ab219cbcd09b5 | /app/src/main/java/com/renyu/androidcommonlibrary/activity/RetrofitActivity.java | 1e65921a6517a92e36d12740b2605262a2656db9 | [] | no_license | mingfenghappy/AndroidCommonLibrary | 29995f66edc5c3e031c89bd5699e516a99d43c4a | eb0a8841ade570ed079f1b455875be03d0dcad74 | refs/heads/master | 2020-03-25T02:09:52.729433 | 2018-07-24T09:36:47 | 2018-07-24T09:36:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,630 | java | package com.renyu.androidcommonlibrary.activity;
import android.graphics.Color;
import android.widget.Toast;
import com.renyu.androidcommonlibrary.ExampleApp;
import com.renyu.androidcommonlibrary.bean.AccessTokenResponse;
import com.renyu.androidcommonlibrary.api.RetrofitImpl;
import com.renyu.androidcommonlibrary.d... | [
"Yuren2@hotmail.com"
] | Yuren2@hotmail.com |
43739054330747ae96669338b8dd575553059302 | eeab34a5c9fd86be3fa22816842755c1098b284b | /arquillian-recorder-reporter/arquillian-recorder-reporter-impl/src/main/java/org/arquillian/recorder/reporter/impl/ReporterLifecycleObserver.java | 67f07c36f4d745ae241c6027292a5a46c414a8a3 | [
"Apache-2.0"
] | permissive | mattfred/arquillian-recorder | 889df4494ecf6029f0fb31021c19e0cb6e602b0b | b117d5802ab809275b27caf168de791dfba440ac | refs/heads/master | 2020-02-26T13:59:58.999600 | 2015-07-13T14:51:00 | 2015-07-13T14:51:00 | 38,843,571 | 0 | 0 | null | 2015-07-09T20:29:31 | 2015-07-09T20:29:30 | null | UTF-8 | Java | false | false | 12,893 | java | /*
* JBoss, Home of Professional Open Source
* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual
* contributors by the @authors tag. See the copyright.txt in the
* distribution for a full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* y... | [
"matthew.frederick@cru.org"
] | matthew.frederick@cru.org |
2eb4b67737ad60f5bf67734c6be4882eb76d3801 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Math/106/org/apache/commons/math/analysis/UnivariateRealIntegrator_setMaximalIterationCount_40.java | ba8399c48c8d00135ce328384028244d2017ef99 | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 512 | java |
org apach common math analysi
interfac univari real integr algorithm
version revis date
univari real integr univariaterealintegr
set upper limit number iter
high iter count converg problem
reason vari wide case user
advis
code converg except convergenceexcept code thrown number
exceed
param c... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
619a1aa89abe22bc6ffefbaf96f5852f3a467b41 | ab673fd010e3970a3cd26024244a5eb4bf43cb93 | /app/src/main/java/com/xuexiang/xuidemo/fragment/expands/MaterialDesignFragment.java | 7a820c43034632091e2337d78bb2c9b9b6ac9df5 | [
"Apache-2.0"
] | permissive | dandycheung/XUI | 9cbd03a7f28c2cdd3a05fbcfafc8e57688f5d102 | 111e6008ccd97978d892c6807be1a50f544908ee | refs/heads/master | 2023-07-11T08:00:08.614364 | 2023-06-25T17:40:30 | 2023-06-25T17:40:30 | 239,179,628 | 0 | 0 | Apache-2.0 | 2023-06-29T18:19:32 | 2020-02-08T18:08:35 | Java | UTF-8 | Java | false | false | 3,842 | java | package com.xuexiang.xuidemo.fragment.expands;
import com.xuexiang.xpage.annotation.Page;
import com.xuexiang.xpage.core.PageOption;
import com.xuexiang.xuidemo.R;
import com.xuexiang.xuidemo.activity.MaterialDesignThemeActivity;
import com.xuexiang.xuidemo.activity.SettingsActivity;
import com.xuexiang.xuidemo.base.B... | [
"xuexiangjys@163.com"
] | xuexiangjys@163.com |
63512ef2e8919ed7ecc3daa78e93148fe69c93f9 | 2c4cc13e6089758b6088d1aad563ae98fbc11a59 | /engine-config/src/main/java/com/datacloudsec/config/tools/DateUtil.java | 9c6828c9f909c0710c12448bd632485a8ff0ca98 | [
"MIT"
] | permissive | gumizy/flume-collector | df84cbad25255d5ffa78d3c7c9f567af8cd82c57 | d392ece035623365e2ec6c770f5cb621a0dd9ca5 | refs/heads/master | 2020-04-29T02:29:00.460976 | 2019-04-01T08:28:17 | 2019-04-01T08:28:17 | 175,769,409 | 6 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,021 | java | package com.datacloudsec.config.tools;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import java.util.Locale;
public class DateUtil {
private static final Locale[] locales = {Locale.CHINA, Locale.ENGLISH};
/**
* 格式化日期
*
* @pa... | [
"guozhenyu@datacloudsec.com"
] | guozhenyu@datacloudsec.com |
d707217a55f81033dd02c0353c560780915f288b | 3854926ac8f6c69228e3a6b5a3de15322c2de946 | /Week_01/HelloClassLoader.java | 2bde36ccccf6d299fd1c5bac4dedb442b05216d1 | [] | no_license | thomas-fan/JAVA-000 | c3bca4b492f3881b5b060021342deb6d8f45eba0 | 8984bf02dff8acdb1b33a7aaff39fdc1f7a2fe9e | refs/heads/main | 2022-12-31T11:02:38.871504 | 2020-10-20T01:44:15 | 2020-10-20T01:44:15 | 303,265,212 | 0 | 0 | null | 2020-10-12T03:15:00 | 2020-10-12T03:14:59 | null | UTF-8 | Java | false | false | 1,677 | java | import java.io.*;
import java.lang.reflect.Method;
public class HelloClassLoader extends ClassLoader {
public static void main(String[] args) throws Exception {
HelloClassLoader myClassLoader = new HelloClassLoader();
final Class<?> hello = myClassLoader.findClass("Hello");
Method sayHello ... | [
"zhangfan@thomas-fan.com"
] | zhangfan@thomas-fan.com |
72469fbde5698ca574537e1de26d4f5580d17340 | bac5385d871c037f992e6c9466c6f371d1ab3be7 | /test/java/com/donald/tests/PaymentDAOTests.java | 8f17c7e7f062d1434ebd585cf6efa03c548f8903 | [] | no_license | devwithdonald/Car_Dealership_Project | 0327646bbe80444457c836f2dcb26e5a3f376366 | cae2d39be6e64794a2c33864a6b89252ba0c7202 | refs/heads/master | 2022-09-24T14:05:08.782805 | 2019-06-18T19:13:56 | 2019-06-18T19:13:56 | 190,090,404 | 1 | 0 | null | 2022-09-08T01:00:56 | 2019-06-03T22:22:30 | Java | UTF-8 | Java | false | false | 989 | java | package com.donald.tests;
import static org.junit.Assert.assertEquals;
import java.util.List;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import com.donald.sqldao.PaymentPostgresDAOImpl;
import com.donald.users.Payment;
public c... | [
"hend.donald@gmail.com"
] | hend.donald@gmail.com |
6443048d407998ebd0e0eedae0e87afc74af7cf8 | c8818ae02043a41118094ede25aa5f57213752c1 | /app/src/main/java/com/amihealth/amihealth/Models/UserGeneral.java | 93479c5345fe2df9fc2dc91e4e2166d577d586aa | [] | no_license | nielsen29/AmIhealth_v2.0 | 4556b30aae43debd333626e04b3410c173075abd | 0c8d8734f16b1c9710eacab233f601936df5282e | refs/heads/master | 2021-05-13T18:04:56.381219 | 2019-06-02T13:48:25 | 2019-06-02T13:48:25 | 116,850,596 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,193 | java | package com.amihealth.amihealth.Models;
/**
* Created by amihealthmel on 08/07/17.
*/
public class UserGeneral {
public String nombre;
public String cedula;
public String apellido;
public String fecha_nacimiento;
public int sexo;
public int id_etnia;
public String getNombre() {
... | [
"mel29nielsen@gmail.com"
] | mel29nielsen@gmail.com |
57545f67b0a3558aadfbc9d2b75ca0ba77cbfac8 | 8b51ce5f66cbc7236faac4a9a205a58321cc7ee3 | /JavaSample/src/try_catch_sample/throws_sample.java | 3e7611319d0dc73c8f2ca78e85b15ba0bcdb0c41 | [] | no_license | ayolabboy/java-study- | 36836849d383c51506e257aa898f017fc4968a4c | 7b4b116662b098dbebb84dbbec137bf78d6146da | refs/heads/master | 2022-12-25T06:37:03.864710 | 2020-03-03T14:24:02 | 2020-03-03T14:24:02 | 235,958,304 | 1 | 0 | null | 2022-12-16T15:25:07 | 2020-01-24T07:32:00 | JavaScript | UTF-8 | Java | false | false | 367 | java | package try_catch_sample;
public class throws_sample {
public static void main(String[] args) {
int a = 10;
int b= 0;
try {
int k = divide(a,b);
System.out.println(k);
}catch(ArithmeticException e){
System.out.println(e.toString());
}
}
public static int divide(int a, int b) thr... | [
"dong0901@gmail.com"
] | dong0901@gmail.com |
cd3d23cfd1cb23c157100d03f84c7d216caf5d71 | b4ba2cca922bcef1f3cd18fc033c7c7f0561f11a | /src/main/java/fi/vamk/e1900320/northwind/entity/PurchaseOrderDetails.java | cb400d4ec086116d0d0579d29595f49b4e4b2477 | [] | no_license | AlonaTsk/northwind | 10d6d1cdf46a8f211805171b4e3f7d20694fb11b | 3e96af01ef3811b0f5e707666a39d008c1a44c8a | refs/heads/main | 2023-03-17T10:27:40.291308 | 2021-02-28T13:12:12 | 2021-02-28T13:12:12 | 343,108,128 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,030 | java | package fi.vamk.e1900320.northwind.entity;
import java.sql.*;
import javax.persistence.*;
import lombok.Data;
@Data
@Entity(name = "fi.vamk.e1900320.northwind.entity.PurchaseOrderDetails")
@Table(name = "purchase_order_details")
public class PurchaseOrderDetails {
@Id
@GeneratedValue(strategy = GenerationType.ID... | [
"aliona2709@icloud.com"
] | aliona2709@icloud.com |
83c11d289a1955cb56af44bbea44c685f588237c | e48985fdf73f191445798e79ae2813e987cb150c | /src/ch08/_09_SpreadMain.java | 4fb98b5fc014b919d296dfee845b29e962179362 | [] | no_license | behappyleee/JavaTutorial | 755212831fb2a79f614dbac3449118ab0b326633 | 83519e877fd8f236165ae0d672a0d5cbcce99366 | refs/heads/master | 2023-03-06T08:00:41.856955 | 2021-02-17T13:28:47 | 2021-02-17T13:28:47 | 339,708,368 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 410 | java | package ch08;
public class _09_SpreadMain {
public static void main(String[] args) {
_09_SpreadArgs var = new _09_SpreadArgs();
var.callArg("샌드위치","연어스테이크" , "샐러드" , "ABC쥬스" ,"고구마"); //컴파일 시점에 배열이 생성됨(갯수는 상관x ==> 매개변수로 점3개를 줌 ...)
var.callArg2("홍길동" , 60, 50 , 40);
}
}
| [
"dhfhfkwhdk@naver.com"
] | dhfhfkwhdk@naver.com |
7fbe586f9987881e4f0efda0aace05080f826eda | eef87b979d9d76465c8f026119b1c3a94268f36f | /src/main/java/com/oracle/xmlns/communications/ncc/_2009/_05/_15/pi/CCSCD1CHG.java | 7b44804e0555c92825de4d78ecef58d3ce58f6b5 | [] | no_license | amoiseyenko/crm | 57f9a383bd17b705225b27d771bcffe3d7c40abe | 85f757ba4071e462550f41ea1640eb7a1350cbb2 | refs/heads/master | 2016-09-06T19:34:44.046127 | 2015-08-06T10:45:39 | 2015-08-06T10:45:39 | 40,299,133 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,681 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// 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: 2015.06.28 at 05:35:4... | [
"artem.moiseenko@hys-enterprise.com"
] | artem.moiseenko@hys-enterprise.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.