blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
141c5577402779a9be36f25511841e24f9f47de8 | 5e54fdda8ea68c9be533035ff029c5732a45aa46 | /src/main/java/main/userproduct/MacroNutrientsCalculator.java | f15f520a85935700d3655dd7bc5c3d88e8eb2144 | [] | no_license | must1/FitnessApplicationSB2.2.x | 270c2126453b2a959ed9b35222d51eb1dfb8fa77 | ec6bfafcdb90248651c1c61ff43a0d920fdaa48c | refs/heads/master | 2023-02-09T00:28:05.283176 | 2020-12-30T18:52:17 | 2020-12-30T18:52:17 | 289,705,978 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,032 | java | package main.userproduct;
import lombok.experimental.UtilityClass;
import main.model.Product;
@UtilityClass
public class MacroNutrientsCalculator {
private final int ONE_HUNDRED_GRAMS = 100;
double countFatNumberOfGivenProduct(double gram, Product product) {
double fatNumber = product.getFatNumberPe... | [
"must.janik@gmail.com"
] | must.janik@gmail.com |
74315f37e057f40413468fe02dc630603e0ae4eb | d9a82b73677efb4f85641a04f1a1f9b124bd1029 | /fuxi0907.java | 1a8198f19cdb71a358f88d9f43ac8287ee36ae2d | [] | no_license | Kalen-Ssl/shilu | 5f338c47b57be040ec711f5a45438a8d49e6a505 | dd5d5443b94746b7c07580c65251c107e30b00d4 | refs/heads/master | 2021-07-24T14:25:50.267058 | 2020-10-19T13:46:28 | 2020-10-19T13:46:28 | 219,538,481 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,251 | java | package fuxi3;
import java.util.Stack;
public class fuxi0907 {
//二叉树的镜像
public class TreeNode{
int val=0;
TreeNode right=null;
TreeNode left=null;
public TreeNode(int val){
this.val=val;
}
}
public void Mirror(TreeNode node){
if(node==null... | [
"2071004049@qq.com"
] | 2071004049@qq.com |
975c80dfd0bfa6657d54897436e7f86f2133d070 | 8e6dcaf667137b9ee73550f7856a3294cd342970 | /org.abchip.mimo.core/src/org/abchip/mimo/MimoResourceFactoryImpl.java | 52c2c03a54542f937ca7d84c0b5bf87ade0c404c | [] | no_license | abchip/mimo | 98f3db3fad26d2dd8e0196d4a17fba8d7b8fbda0 | b9713ecacac883261d5ff04ac0dd6c98fbbba49d | refs/heads/master | 2022-12-18T10:19:11.707294 | 2021-03-18T20:35:21 | 2021-03-18T20:35:21 | 114,753,824 | 0 | 0 | null | 2022-12-14T00:59:04 | 2017-12-19T10:51:40 | Grammatical Framework | UTF-8 | Java | false | false | 6,290 | java | /**
* Copyright (c) 2017, 2021 ABChip and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
*/
package org... | [
"dev@abchip.it"
] | dev@abchip.it |
35058606449cf1e0ddbe22b100d2a787c75024e1 | 9f36468376ed37ed02fa3ced6d029e411a61055f | /src/User/Card.java | a1c04495751916b1abc48eb93a3fdf9b84965596 | [] | no_license | seokk1209/T5_ATM | 7e19eb1ae5871a0dcf4957d43df626e84af5f326 | 645befb3819d5f7c45230a3326f4d64ad037cdc9 | refs/heads/master | 2020-03-17T21:19:11.850998 | 2018-05-18T12:51:50 | 2018-05-18T12:51:50 | 133,953,596 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 537 | java | package User;
import java.util.*;
/**
*
*/
public class Card {
/**
* Default constructor
*/
public Card() {
}
/**
*
*/
private int ID;
/**
*
*/
private int password;
/**
* @param inputID
* @return
*/
public int checkCardID(int... | [
"minseokbang@Minseoks-MacBook-Air.local"
] | minseokbang@Minseoks-MacBook-Air.local |
56104206acb3f89f35238b22a4345cbe64739849 | 78d4c2f65b9178d6b91b9fee1590d3266dee46a8 | /Interviewbit/Stacks and Queues/EVALUATE EXPRESSION/Solution.java | 7292096793ebce0d220010e04cd767c7f8f52da8 | [] | no_license | hemansutanty/Programming-Websites | 8020f495c640f638e820f8eabea0a1afbd912203 | 96c8dbf332708eea3d5e9f4aa84bf8878f810395 | refs/heads/master | 2021-07-01T05:06:56.586470 | 2021-06-13T18:42:14 | 2021-06-13T18:42:14 | 48,264,406 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 994 | java | /*
Evaluate the value of an arithmetic expression in Reverse Polish Notation.
Valid operators are +, -, *, /. Each operand may be an integer or another expression.
Examples:
["2", "1", "+", "3", "*"] -> ((2 + 1) * 3) -> 9
["4", "13", "5", "/", "+"] -> (4 + (13 / 5)) -> 6
*/
//Solution
public class Solution ... | [
"hemansu.tanty@gmail.com"
] | hemansu.tanty@gmail.com |
f3721e6288f8d9831090484038b359b63842819e | a6aab06da669f9716a769db9f4c0daf51da249c4 | /Git-DemoOneMyBatis/src/dao/StudentDao.java | 545dbc591e014e988d17fa085c5bfdc6f00a0a21 | [] | no_license | cccy-cy/Git-DemoOne | 51bf21050c482f7899167cc5eeb06fc53a0601e2 | a4288ee6bae8e4c93a60d0aef52f139f942cab39 | refs/heads/master | 2021-02-18T13:37:35.098107 | 2020-03-08T09:42:22 | 2020-03-08T09:42:22 | 245,200,764 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,044 | java | package dao;
import domain.Student;
import domain.Teacher;
import org.apache.ibatis.annotations.*;
import org.apache.ibatis.mapping.FetchType;
//一对多的dao
// 一端是Teacher
// 多端是student
public interface StudentDao {
@Results(
id = "selectTeacherOne",
value = {
@Result(prope... | [
"1003880711@qq.com"
] | 1003880711@qq.com |
5c751bc8d12bc45457d2b6a7271d62a587365534 | dd674d74a7bba206c7f17b612c0a573dfc211445 | /code-forces/src/com/app/problems/gfg/dp/sample/LongestRepeatingSubsequence.java | 298c34308a0f5a3253b59be904e1fc1dab9c171d | [] | no_license | TanayaKarmakar/ds_algo | 3f2ea4de9876922b007ae8dc3f9b5a406052d49d | 26344e9e4b5d76367355c3ec39c04550ccccb9b1 | refs/heads/master | 2021-06-23T02:28:32.446005 | 2021-05-21T01:41:06 | 2021-05-21T01:41:06 | 217,259,241 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 684 | java | package com.app.problems.gfg.dp.sample;
import java.util.Scanner;
public class LongestRepeatingSubsequence {
private static int lrs(String str) {
int n = str.length();
int[][] dp = new int[n + 1][n + 1];
for(int i = 1; i <= n; i++) {
for(int j = 1; j <= n; j++) {
if(i != j && str.charAt(i - 1) == str... | [
"karmakar.tanaya@gmail.com"
] | karmakar.tanaya@gmail.com |
4f2df41af1d770561cdf11fcd6bbc998f0950e65 | 8b85c2717f46289c7ee143ca4be9f82f253fbed4 | /app/src/main/java/com/pb/criconet/layout/VideoEncResolutionAdapter.java | 75c233d5d2aba0598a2a14b586003799395785a9 | [] | no_license | afzal-hussain-coder/n | b5a8c556501ecfc67f14acaaf5a7abf2b1233a38 | bd641e1dafc8253bc70d4af7836990b25b655792 | refs/heads/master | 2023-04-09T13:20:25.886022 | 2021-04-20T07:40:34 | 2021-04-20T07:40:34 | 359,784,464 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,695 | java | package com.pb.criconet.layout;
import android.content.Context;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.recyclerview.widget.Recycl... | [
"solutionspath21@gmail.com"
] | solutionspath21@gmail.com |
347f650239b74737f7dde532ce472f1073781e76 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/17/17_a019771b080b41e1bfe465bc7a52f10af082e052/USI_TRDR/17_a019771b080b41e1bfe465bc7a52f10af082e052_USI_TRDR_t.java | 1118bc56dc10c8a3f78e1043c814e36b2cedb642 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 5,588 | java | package instructions;
import static assemblernator.ErrorReporting.makeError;
import assemblernator.ErrorReporting.ErrorHandler;
import assemblernator.Instruction;
import assemblernator.Module;
import assemblernator.OperandChecker;
/**
* The TRDR instruction.
*
* @author Generate.java
* @date Apr 08,... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
66d8279a9f4bf489cc40fd39e19af369a143953a | c3a3e1451f2037b9606e5337b659742ef0a118e4 | /backend/src/main/java/com/devsuperior/dsdeliver/controllers/ProductController.java | 55ad946051918b20b59225660f22eef1f6946fbe | [] | no_license | JoseVieira1996/dsdeliver-sds2 | 19b8295c525706a7d9c71e512348352900c40d41 | f09f9745d2461b52550a3c84e074a9604f466ca2 | refs/heads/main | 2023-06-02T22:39:05.207768 | 2021-06-19T22:36:00 | 2021-06-19T22:36:00 | 327,172,195 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 796 | java | package com.devsuperior.dsdeliver.controllers;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.GetMapping;
impor... | [
"jose.adm@outlook.com"
] | jose.adm@outlook.com |
c8770ce3995556270ad24bc30a33f3cf4a70b2b3 | ecd911f907194ea7798f35074ef5cf006be51f43 | /src/Entity/User.java | 3d6f15aed96775c07ca7cd68e38bf0b3284c1d58 | [] | no_license | ABahramii/web-project | 49407a3371ff90833ec32d4ffeed33a2aaeaf25d | 183e8daf51a6fbc91cb4c6ca9f42cc59dd1b7d4c | refs/heads/master | 2022-04-25T11:59:37.281222 | 2020-04-19T19:48:24 | 2020-04-19T19:48:24 | 257,085,477 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 193 | java | package Entity;
public class User {
public static boolean isValid(String name, String password)
{
return name.equals("Amir Mohammad") && password.equals("admin123");
}
}
| [
"amirbahraami99@gmail.com"
] | amirbahraami99@gmail.com |
810f70dc57c6e485b6e550e370e630d8e234d04e | 83ef0ebe47c7e0ce41d91f92281d03c634983021 | /src/plateOCR/ImgAPI.java | 9d154681fda11663e8f14cb9150f708b3d182785 | [] | no_license | spectral369/Old_Learning_Files | 262691b5ed9f26e78de5f141ef830fb71d9e59ad | f024f10423afaa12641c1ad6d188169356a6c397 | refs/heads/master | 2020-04-27T14:02:32.867408 | 2019-03-07T18:22:22 | 2019-03-07T18:22:22 | 174,394,209 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,859 | java | package plateOCR;
/*package com.func.img;
import java.awt.image.BufferedImage;
import java.awt.image.DataBufferByte;
import java.io.File;
import java.io.IOException;
import javax.imageio.ImageIO;
import org.opencv.core.Core;
import org.opencv.core.CvType;
import org.opencv.core.Mat;
import org.opencv.imgcodecs.Imgco... | [
"spectral369@spectral-pc"
] | spectral369@spectral-pc |
a830346ded09bbb17999504f58087dc2485f81bc | 2330da5086535da3e88fc0b26cde15a5d9606911 | /src/test/java/bitmap/transformer/BitmapTest.java | 498491956baacf96e7bd752846f2790aa1982ff5 | [] | no_license | twardcox/bitmap-transformer | 783970af43b82c9ce784bcf11983c06be4df8afa | eda00ba0f83a68f333dbb68eba6e092817b66364 | refs/heads/master | 2020-07-02T10:10:18.047925 | 2019-08-09T20:40:22 | 2019-08-09T20:40:22 | 201,497,292 | 0 | 1 | null | 2019-08-09T20:40:23 | 2019-08-09T15:51:12 | Java | UTF-8 | Java | false | false | 1,098 | java | /*
* This Java source file was generated by the Gradle 'init' task.
*/
package bitmap.transformer;
import org.junit.Test;
import java.nio.file.Files;
import java.nio.file.Paths;
import static org.junit.Assert.*;
public class BitmapTest {
@Test public void testConvertBW() {
Bitmap classUnderTest = new ... | [
"t.ward.cox@gmail.com"
] | t.ward.cox@gmail.com |
10fc3084481dc42d2e56c5d4febb207bc29a9d1e | e97f9f10cc13c5d35509fa8ff5c4695ffa503899 | /problems/pascal's_triangle_ii/solution.java | 24e0d84bf0cb05ab07418798bc09e8496f7931db | [] | no_license | texhnolyzze/leetcode-solutions | f8ee9741e6369d84484d571c1125a6197a12cb43 | 2359b90375d25183f1fb0dfdfd288dd18462f856 | refs/heads/main | 2023-08-16T11:50:10.785841 | 2021-10-15T08:55:51 | 2021-10-15T08:55:51 | 378,673,811 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,020 | java | class Solution {
public List<Integer> getRow(int rowIndex) {
if (rowIndex == 0)
return Arrays.asList(1);
if (rowIndex == 1)
return Arrays.asList(1, 1);
List<Integer> prevRow = new LinkedList(Arrays.asList(1, 1));
List<Integer> row = new LinkedList<>(Arrays.asL... | [
"ilyaskarimullin1997@gmail.com"
] | ilyaskarimullin1997@gmail.com |
4d3e195e30d3df5e9ca6172a29b455101aa82f8d | fabf53c3ae043d88b6bfa39a1688366b94c61160 | /DataStructures/Proximity/Proximity Part 3/src/gr/auth/ee/dsproject/proximity/defplayers/MinMaxPlayer.java | 7aaacbdf3b66220f027269969ad270cdfe3f440d | [] | no_license | gakonst/University_Projects | 98d63c421f7b36da8dc14b228f8397dc6ce8916f | 46ae9b604ff331805207b73ec4ed4fe9243e3a50 | refs/heads/master | 2021-01-17T08:52:23.808205 | 2017-03-05T12:46:08 | 2017-03-05T12:46:08 | 83,967,631 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,775 | java | package gr.auth.ee.dsproject.proximity.defplayers;
import java.util.ArrayList;
import gr.auth.ee.dsproject.proximity.board.Board;
import gr.auth.ee.dsproject.proximity.board.ProximityUtilities;
import gr.auth.ee.dsproject.proximity.board.Tile;
import gr.auth.ee.dsproject.proximity.defplayers.Node81288173;
p... | [
"geokonst95@gmail.com"
] | geokonst95@gmail.com |
5e26dd39c3102233fd78383c6092cad2cbed159e | 3470bff16f74b053ea284552f37f798be97764b7 | /jps/model-serialization/src/org/jetbrains/jps/model/serialization/JpsSdkTableLoader.java | a91f38f92230d8e412837e02c076da54b7f9b741 | [
"Apache-2.0"
] | permissive | gshakhn/intellij-community | 707dc4cd0951a43221aa78a569232cf1cd41d20d | f1402616a3b23db8802a5571d0bcc4f2880d1f65 | refs/heads/master | 2021-01-15T19:39:34.792819 | 2012-07-27T12:58:56 | 2012-07-27T12:58:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,910 | java | package org.jetbrains.jps.model.serialization;
import com.intellij.openapi.util.JDOMUtil;
import org.jdom.Element;
import org.jetbrains.annotations.Nullable;
import org.jetbrains.jps.model.JpsElementFactory;
import org.jetbrains.jps.model.java.JpsJavaSdkType;
import org.jetbrains.jps.model.java.JpsJavaSdkTypeWrapper;
... | [
"Nikolay.Chashnikov@jetbrains.com"
] | Nikolay.Chashnikov@jetbrains.com |
b563af811c63f8157a2ddbf807f15fa997f5c428 | ec0ca7ddb7e1e4f943055343320ad31d59d8d3fc | /JAVA-SE/12.【Object类、常用API】/src/main/java/com/aurora/demo01/Object/Demo01ToString.java | 6efa5e289020a6ea391b0deb4bf1391e44154563 | [] | no_license | liuxuan-scut/JavaSE | eab815b49880b193380782b120e975aabec4390c | aa8f78164e6d2884e4c2d87869374cf6f8438f3c | refs/heads/master | 2022-11-24T11:30:09.724248 | 2020-07-31T05:35:24 | 2020-07-31T05:35:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,592 | java | package com.aurora.demo01.Object;
import java.util.ArrayList;
import java.util.Random;
import java.util.Scanner;
/*
java.lang.Object
类 Object 是类层次结构的根(父)类。
每个类(Person,Student...)都使用 Object 作为超(父)类。
所有对象(包括数组)都实现这个类的方法。
*/
public class Demo01ToString{
public static void main(String[] args) {
... | [
"wh14787946648@outlook.com"
] | wh14787946648@outlook.com |
ee6e628878badb6080ae65f1a595bf873b0d65e0 | b8f4bec79f5ae3453951d224405bc2149a3f381f | /src/main/java/com/itisacat/retry/demo/RetryApplication.java | dae2ef69d43ca47082951d01310a6644a4351075 | [] | no_license | gaoqiuling/javaagentdemo | aa4e72dbe10d1df62c40d64bd4bb609933146eda | 9d10e2e5f0be8691776de91a9479547b4647c798 | refs/heads/main | 2023-02-07T23:07:13.136709 | 2020-12-24T08:20:35 | 2020-12-24T08:20:35 | 319,584,564 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 428 | java | package com.itisacat.retry.demo;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.retry.annotation.EnableRetry;
@SpringBootApplication(scanBasePackages = "com.itisacat.retry.demo")
@EnableRetry
public class RetryApplicat... | [
"gaoqiuling@hujiang.com"
] | gaoqiuling@hujiang.com |
1bbda46dd54f5487000754158591340a11a52963 | 75a6d9cc4aed30812bb3c8852cc1273e4b32ea73 | /src/main/java/com/ers/v1/servlet/prediction/PredictionServlet.java | 4f06496c44cb2c19a4bdb66ea713134e7406ac40 | [] | no_license | firecat8/web | 75322c57d380c0085e0081441813f1aa8464e99d | 198118d77e43ac15f63d9c1aa7e43b024a4fc125 | refs/heads/master | 2022-07-22T23:06:33.994048 | 2020-02-05T09:22:47 | 2020-02-05T09:22:47 | 162,112,622 | 0 | 0 | null | 2021-04-26T18:44:16 | 2018-12-17T10:20:22 | JavaScript | UTF-8 | Java | false | false | 5,882 | java | /*
* EuroRisk Systems (c) Ltd. All rights reserved.
*/
package com.ers.v1.servlet.prediction;
import com.ers.v1.adapter.PredictionAdapter;
import com.ers.v1.converter.PredictionConfigVoConverter;
import com.ers.v1.converter.PredictionResultsConverter;
import com.ers.v1.entities.MarketFactorInfoHolder;
import com.ers... | [
"geriii1993@gmail.com"
] | geriii1993@gmail.com |
90d30ab53c2af6b4f433037f9c744779d76109a9 | 80335729b4f362157bcee2446c66518510255873 | /forx-core/src/main/java/com/github/s262316/forx/box/relayouter/LayoutResult.java | 86ebf573eefab34cfd5bead40b1e8bc275fae67e | [] | no_license | s262316/forx | b2573c2ef4226296d586989424ec4468c7b6888d | a93261206b033bd5c2ec820d10eb297d51ad2714 | refs/heads/master | 2020-07-02T11:21:06.728449 | 2018-11-14T00:20:00 | 2018-11-14T00:20:00 | 74,310,919 | 0 | 0 | null | 2018-11-14T00:20:01 | 2016-11-21T00:04:19 | Java | UTF-8 | Java | false | false | 455 | java | package com.github.s262316.forx.box.relayouter;
import com.google.common.base.Optional;
public class LayoutResult
{
private boolean success;
private Optional<Relayouter> relayouter;
public LayoutResult(boolean success, Optional<Relayouter> relayouter)
{
this.success = success;
this.relayouter = relayouter;
... | [
"s262316@users.noreply.github.com"
] | s262316@users.noreply.github.com |
91189524c0a9bebee569c784fc218072b0d08ce0 | 961ce07c652a6f6d06a49c46b760a5354ac2b9f6 | /src/main/java/String/Removespecialcharacters.java | 5105e610918424804110142a275239baa601fb44 | [] | no_license | meetparag81/JavaIMP | f8e5b2f3b890634ae330e8d0951acf967a2a8c41 | c17823d3cbad15f9739945374f296d4b6bb0fd0b | refs/heads/master | 2022-10-01T00:36:45.184717 | 2022-09-11T09:12:26 | 2022-09-11T09:12:26 | 148,194,910 | 0 | 0 | null | 2022-09-11T09:12:26 | 2018-09-10T17:43:36 | Java | UTF-8 | Java | false | false | 234 | java | package String;
public class Removespecialcharacters {
public static void main(String[] args) {
String s = "Selenium.#$^n1265><@#%^&?";
//using reqular expression
s.replaceAll("[^a-zA-Z0-9]", " ");
System.out.println(s);
}
}
| [
"paragborawake81@gmail.com"
] | paragborawake81@gmail.com |
6a432d551650a985d461e8575ddb2be5698599c2 | d3471d7958974e695ff94848c47e2c4ad32972af | /src/com/fastsync/client/FSNativeLib.java | 890a5f684603d4e12472b41dd11250b252b35563 | [] | no_license | mjpguerra/SFA-Agrindus | 77c18c17308240172eb48f10f50e27d2e826a3ca | d929b076f00fc35571ff9077870b8f82fe760f01 | refs/heads/master | 2020-07-18T21:16:21.750961 | 2019-10-15T20:40:38 | 2019-10-15T20:40:38 | 206,311,569 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 288 | java | package com.fastsync.client;
public class FSNativeLib {
static {
System.loadLibrary("fastsync");
}
public native int StartSync(String ip, int port, String user, String serial, int tout, String group, String dbpath, String dbname);
public native String hello();
} | [
"mfilho@MacBook-Pro-de-Mario.local"
] | mfilho@MacBook-Pro-de-Mario.local |
e00654abf8ef7e83c21895057309ff160537986b | 0a308a16a768ab8d44e5a47c45a4efabd9ee6963 | /app/src/main/java/com/example/bokjirock/introActivity.java | b3760cb6b63eeb711099d99ea0bfb52befef8e15 | [] | no_license | jaeyoon1015/Seoul_app | ace502c8a39c663c029eb3b4c2c1fe1cca1950b8 | 30c7a2737a19aca1a6c169e55dfa73bb72e1cb7a | refs/heads/master | 2020-07-25T22:10:00.345378 | 2019-09-30T03:49:17 | 2019-09-30T03:49:17 | 208,437,493 | 0 | 2 | null | 2019-09-29T08:25:30 | 2019-09-14T12:30:01 | Java | UTF-8 | Java | false | false | 802 | java | package com.example.bokjirock;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
public class introActivity extends Activity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
... | [
"apfhd9043@naver.com"
] | apfhd9043@naver.com |
38eb3df71232d2f0f767d4a0b60a390d1a432a71 | 4667358951c1212933a443b0ca34c7ec0e54ef8f | /vowelConsonant/src/ConsonantOrVowels.java | 2f642eb4aba4f9bd184a6b7bb3095ef8d794bd50 | [] | no_license | dk241294/Java-samples | 7fdaccee7df79b39186ebb7d4f47791478acf7a5 | 7bc3336e4debce5909a827793ba51c87852a2220 | refs/heads/master | 2020-05-15T21:00:12.056817 | 2019-08-30T16:38:08 | 2019-08-30T16:38:08 | 182,491,720 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 776 | java | public class ConsonantOrVowels {
public static boolean constantOrNot(char ch) {
// isVowel = false;
switch (ch) {
case 'a':
case 'e':
case 'i':
case 'o':
case 'u':
case 'A':
case 'E':
case 'O':
... | [
"deepak24121994@gmail.com"
] | deepak24121994@gmail.com |
f1649a608c75b8af4aa13bdae87badaacec8021b | 6cf787b7585baa4061dd6e4cf5a1932e2d13db13 | /src/main/java/SendInvite.java | 2714c942429d35f4a929cbee02d738ab28385bf5 | [] | no_license | henri-tremblay/sendinvite | 97000671b42b79b4979f6a379a10c896a0b09ef3 | 5e0b46030146b7988dc277aaef8272594a253a3e | refs/heads/master | 2023-02-10T05:21:41.364892 | 2021-01-12T22:04:19 | 2021-01-12T22:04:19 | 327,791,597 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,411 | java | import com.google.api.client.util.DateTime;
import com.google.api.services.calendar.Calendar;
import com.google.api.services.calendar.model.Event;
import com.google.api.services.calendar.model.EventAttendee;
import com.google.api.services.calendar.model.EventDateTime;
import java.io.IOException;
import java.io.Uncheck... | [
"henri.tremblay@gmail.com"
] | henri.tremblay@gmail.com |
6ef461215b1f87c2afbaadf54a1b7e208b56316f | fe04bc38a5b04139ab244347c3d9b7c1da508060 | /src/RatanpurScaling/PortSetting.java | 0d5cd6425891680690e479390907777bf5a68602 | [] | no_license | mamuncse1112/Digital-Scale-Automation | 764f561143dd55041b7b971e654b732f52496d19 | fc1a75e858e0015ff5b4da3475dde99059683252 | refs/heads/master | 2023-07-26T02:24:45.621283 | 2021-09-04T14:39:47 | 2021-09-04T14:39:47 | 403,079,518 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,239 | 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 RatanpurScaling;
/**
*
* @author MOSTAFA
*/
public class PortSetting extends javax.swing.JFrame {
/**
* Creates n... | [
"mamunor.rashid@selise.ch"
] | mamunor.rashid@selise.ch |
7f1c9a4f8a625d82b41a7e147cac4bdcb81115b7 | ab3bb5beed239119812dea1e9493b6e0845e1969 | /rqueue-core/src/main/java/com/github/sonus21/rqueue/core/MessageScheduler.java | a6e0a1eb0fb1dc11bf9f954a11e53adcdea011c3 | [
"Apache-2.0"
] | permissive | jinofstar/rqueue | 9c24ba492eec2d1c2372c934cbc99e0a94436589 | 22bc73f0ac2f3cb2b743a1aa795032d3e59079d3 | refs/heads/master | 2023-02-19T13:07:43.264763 | 2021-01-23T15:10:55 | 2021-01-23T15:10:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,517 | java | /*
* Copyright 2020 Sonu Kumar
*
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | [
"noreply@github.com"
] | noreply@github.com |
80751a88e30199d2f9bf456b8f0f4fcdb9e4ace0 | fec4c1754adce762b5c4b1cba85ad057e0e4744a | /jf-base/src/main/java/com/jf/entity/ProductPropExtExample.java | fa1990578be1db3c5e8cf133dfe69f2b8b4301ae | [] | no_license | sengeiou/workspace_xg | 140b923bd301ff72ca4ae41bc83820123b2a822e | 540a44d550bb33da9980d491d5c3fd0a26e3107d | refs/heads/master | 2022-11-30T05:28:35.447286 | 2020-08-19T02:30:25 | 2020-08-19T02:30:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,236 | java | package com.jf.entity;
import com.jf.common.ext.query.QueryObject;
import com.jf.common.ext.util.StrKit;
public class ProductPropExtExample extends ProductPropExample{
private QueryObject queryObject;
public QueryObject getQueryObject() {
if(queryObject == null) queryObject = new QueryObject();
return queryOb... | [
"397716215@qq.com"
] | 397716215@qq.com |
5db5e18fc4dba36317926e45a25d7325a9c1d2d1 | 8fe12c0e1e85141969ab1dcd4ea2660de0f5708c | /thinking-in-java/src/main/java/com/rengzailushang/thinkinginjava/init/array/NewVarArgs.java | c663c37ab67c9e54e20deab8f88ad618618f8400 | [] | no_license | rengx/java-exercises | bb3233caf5006ef29c1275242e57c1936fbf5039 | be4fb29421810676ba89c29ada5a331156b43621 | refs/heads/master | 2021-06-19T06:27:22.633577 | 2017-06-18T12:04:48 | 2017-06-18T12:04:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 540 | java | package com.rengzailushang.thinkinginjava.init.array;
/**
* Using array syntax to create variable argument listes.
*
*/
public class NewVarArgs {
// 可变参数列表
static void printArray(Object... args) {
for (Object o : args) {
System.out.print(o);
}
System.out.println();
}
public static void main(String[] ... | [
"rengzailushang@gmail.com"
] | rengzailushang@gmail.com |
424371781b673eb417f2caf34ad4e0175c61aca1 | deeda50f4a0d2b59a6ace8a3fabea72b4d571588 | /src/main/java/com/learn/git/StartEmployee.java | a4e568c1dbf1b9193eda81fdbe43fd9ecfb2d4cf | [] | no_license | arindac/repo1 | b8742f163f91ca068faabe898c44cc054ea89738 | 8957808cbe597d1e9782fde87b2519e83130dfa2 | refs/heads/master | 2020-03-28T05:18:05.183041 | 2018-09-07T04:15:25 | 2018-09-07T04:15:25 | 147,767,886 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 376 | java | package com.learn.git;
public class StartEmployee {
public static void main(String[] args) {
Employee emp = new Employee();
emp.setAge(22);
emp.setName("Arindam");
emp.setSal(1000.00);
System.out.println(emp);
}
public int createEmp() {
Employee emp = new Employee();
emp.setAge(22);
emp.setName("A... | [
"roychar@americas.manulife.net"
] | roychar@americas.manulife.net |
97e53b726ac2f47948cacfe621b4907ed4ba8cef | 7e14ff5d3f9d109751936311ccfe8a54139613ce | /app/src/main/java/com/maxwell/bodysensor/dialogfragment/dialog/DlgSwitchMode.java | cf88ee0f1315cf6a8638a0bd94df9112bd5e44e1 | [] | no_license | Sidharth666/YUFIT | d244766b6c0f944e6171b8f6a24722b643142f62 | 277d710c1284915f37fd92312d67cbf583579b9d | refs/heads/master | 2021-01-19T06:13:06.228428 | 2015-07-15T07:21:30 | 2015-07-15T07:21:30 | 35,328,774 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,659 | java | package com.maxwell.bodysensor.dialogfragment.dialog;
import android.content.Context;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.BaseAdapter;
import android.widget.Button;
import android... | [
"bhansidharth87@gmai.com"
] | bhansidharth87@gmai.com |
436460b5591df4ef1e4361808132618e818d428a | e737fe6cefd75b8672a288d3dcff4c2d323983ba | /src/main/java/Lesson3/Pogreshnost.java | 0b683bbca7147db90582d204b3546a0d90077db7 | [] | no_license | kitekat196/SampleProject | c39df7840a17ca9f80768ce9339838247a06427f | 63776f4eb313d3e3d514f792a74ea53910dcb62b | refs/heads/master | 2020-07-29T20:59:50.216816 | 2019-10-24T18:32:27 | 2019-10-24T18:32:27 | 209,957,458 | 0 | 0 | null | 2019-09-21T09:25:06 | 2019-09-21T09:25:06 | null | UTF-8 | Java | false | false | 537 | java | package Lesson3;
import java.util.Scanner;
public class Pogreshnost {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
float length = sc.nextFloat();
float el = sc.nextFloat();
float num = -1;
while(num != 0){
num = sc.nextFloat();
... | [
"89854821428@yandex.ru"
] | 89854821428@yandex.ru |
b204bf7beb958e1a50a09744064d01447515d8cb | 6bd054934879ff73a50f9fc9b1017aaf010b2244 | /src/main/java/artwork/security/SpringSecurityAuditorAware.java | 097a81ae1abfcc670dc6c50c773a434e63d8ce21 | [] | no_license | Corneyeski/ArtWork | fcfc2a9da34d97d17a3ed79fb0fb6d8499aa522a | 94d8561a6536ef8e9ee8aabd93d4995cb4f0d4c7 | refs/heads/master | 2021-05-15T09:11:52.606187 | 2018-06-17T23:00:03 | 2018-06-17T23:00:03 | 108,019,346 | 3 | 1 | null | 2020-09-18T15:05:19 | 2017-10-23T18:02:51 | TypeScript | UTF-8 | Java | false | false | 514 | java | package artwork.security;
import artwork.config.Constants;
import org.springframework.data.domain.AuditorAware;
import org.springframework.stereotype.Component;
/**
* Implementation of AuditorAware based on Spring Security.
*/
@Component
public class SpringSecurityAuditorAware implements AuditorAware<String> {
... | [
"cristinarodriguez.palmer@gmail.com"
] | cristinarodriguez.palmer@gmail.com |
d4a6460c012522e3bd7598801ec10026dfdb54ae | 06f5637b73990dec0c3c963cbbea0d1f3d4a3beb | /src/com/sinaapp/zhangboss/weixin/message/req/VoiceMessage.java | 54aef583f2c8d37c8c0be37a3b44b47f26ace8f3 | [] | no_license | virusea/zhangboss | fa79585ccab1b186ad848cf881517ad7d87db8c2 | 328245ca08a8e5476f4e0a91975a5d2b730dd1a3 | refs/heads/master | 2021-01-09T21:54:13.820509 | 2015-10-09T10:05:51 | 2015-10-09T10:05:51 | 43,946,774 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 509 | java | package com.sinaapp.zhangboss.weixin.message.req;
/**
* 音频消息
*
* @author liufeng
* @date 2013-05-19
*/
public class VoiceMessage extends BaseMessage {
// 媒体ID
private String MediaId;
// 语音格式
private String Format;
public String getMediaId() {
return MediaId;
}
public void setMediaId(... | [
"ssitxihc@qq.com"
] | ssitxihc@qq.com |
36cbdcc4a6bfb10f5397c8754ba427628dd923e1 | 8633792c569b7e5fd715ca1ba062b3dedf350208 | /FirstExam/src/club/football/employees/Employee.java | 00d06c215ff41dc0a8bd1b4b743cd39be54f7d7f | [] | no_license | RoxanaYaneva/Contemporary-Java-Technologies | c3d9cd12649fb188f66486b1b1fe05eecbb8d1e8 | 5d9544488a6281cca0fe49f49551212659ce535c | refs/heads/master | 2020-05-23T08:20:37.304461 | 2017-03-12T23:16:02 | 2017-03-12T23:16:02 | 84,756,526 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,207 | java | package club.football.employees;
import java.time.LocalDate;
public abstract class Employee implements Comparable<Employee> {
private String name;
private int age;
private LocalDate finalDateOfContract;
private double salary;
public Employee(String name, int age, LocalDate finalDateOfContract) {
this.name = ... | [
"roxy.1569@gmail.com"
] | roxy.1569@gmail.com |
e9048df99050b70e80297d6d37c861e125cf74bd | c4e988577e2ef37cc9de04b1598754eddf57993f | /BCP_infra_nova/WEB-INF/src/com/gvs/crm/model/impl/EmissorImpl.java | eaa68c166d6f49009186fa105f336038b2689dae | [] | no_license | giovanni1182/bcp | e3155d39eff093fd8a164dcfe9340fff1b7e2678 | 148c200e0e394b4cef2a0e5b14134c39cbd2892f | refs/heads/master | 2021-01-12T11:36:30.439677 | 2016-10-28T18:44:17 | 2016-10-28T18:44:17 | 72,227,264 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,988 | java | package com.gvs.crm.model.impl;
import com.gvs.crm.model.Emissor;
import infra.sql.SQLQuery;
import infra.sql.SQLUpdate;
public class EmissorImpl extends EntidadeImpl implements Emissor
{
private int codigo;
private String descricao;
public void incluir() throws Exception
{
super.incluir();
... | [
"giovanni@gdsd.com.br"
] | giovanni@gdsd.com.br |
4675adde497f6788b3cd9c07f52339c37b45efb9 | e513b81cb6f4cf4615a46a35b486ea56e23acf2f | /src/main/java/jpabook/jpashop/domain/OrderItem.java | bbb5d2e099d3e11671400a2d6d4f1fc0363dd92f | [] | no_license | S-Tiger/jpashop | e43b86a08f44e6f39ec57209247aaa7a8186c06b | 87325c3f66170a662bbaa0e8a37f7c44bb4feeec | refs/heads/master | 2023-01-01T14:32:15.290181 | 2020-10-12T05:08:32 | 2020-10-12T05:08:32 | 303,282,319 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,412 | java | package jpabook.jpashop.domain;
import com.fasterxml.jackson.annotation.JsonIgnore;
import lombok.Getter;
import lombok.Setter;
import org.hibernate.annotations.BatchSize;
import javax.persistence.*;
@BatchSize(size = 100) //many쪽에선 클래스 위에 선언하다
@Entity
@Table(name = "ORDER_ITEM")
@Getter @Setter
public class OrderIt... | [
"tjdghek98@naver.com"
] | tjdghek98@naver.com |
d262fa8175b5de0b9f71e74eca470d18fbbe70df | 92c9b7631c6f9232339eee7b81d5d6cf7aafe38f | /JavaBigAssesmentBigBigBig/src/EmployeManagerServer/DataHandler/CSVDatareader.java | b1855ee3ebec878bd6857a181cf9af3a3672dc43 | [] | no_license | CodecoolMSC2015/javabigfinalassessment-Papuss | 8486b7fdf5fc61f477932e4ea732ca39f20c1adf | 0452e1fd9861c2179765343a9cfc179c44e41a12 | refs/heads/master | 2020-12-26T11:16:05.547108 | 2016-03-16T15:56:15 | 2016-03-16T15:56:15 | 54,018,259 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,091 | java | package EmployeManagerServer.DataHandler;
import java.io.*;
import java.net.Socket;
import java.util.*;
public class CSVDatareader extends Datareader {
static Socket socket = null;
static ObjectInputStream objectInputStream;
static ObjectOutputStream objectOutputStream;
private String csvFilePath;
... | [
"mrpapsu@gmail.com"
] | mrpapsu@gmail.com |
95d58a2ca7fd951a1d00352757d3022c01db15e9 | 7ce57ff4690416cbe1526417e970573f67ab966c | /src/controller/UploadServlet.java | 1011e11761b123b19f4887f0fed2cfd650b5daf2 | [] | no_license | meetparikh51/CLEAN | 73748b06aac96a9ba46e33c337c9b439aade6071 | 72eda31166dce214a06b813da90dd06d50c61f5f | refs/heads/master | 2021-07-05T03:09:53.120612 | 2017-09-27T22:08:38 | 2017-09-27T22:08:38 | 105,074,288 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,524 | java | package controller;
import java.io.File;
import java.security.MessageDigest;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.Random;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import... | [
"meetparikh51@gmail.com"
] | meetparikh51@gmail.com |
ea85baf498916fed9a5f60232c8b7f87776f747a | a9d4dec330035454f9752ebcbcd166ff7805a41f | /src/ConfirmIssue.java | d9e2d636fbbc9199727db59d234f1a559b6ccff2 | [] | no_license | midhunkr/JavaAssignmentInApp | 3556e44e5f86e5216bc0c0d427e3b176fb580334 | c146ee026639fe9733793c89bd5e5b5c021c967a | refs/heads/master | 2023-04-25T15:56:11.062351 | 2021-05-10T12:49:50 | 2021-05-10T12:49:50 | 366,037,869 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,820 | java |
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.time.LocalDate;
import java.util.Date;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import... | [
"midun.kr@inapp.com"
] | midun.kr@inapp.com |
d52fa558d694cd2f2d5c77c4089cb3dca2881079 | a0caa255f3dbe524437715adaee2094ac8eff9df | /HOLD/sources/defpackage/cug.java | 5c9c968c76b90b672c8af3c2dcd0ece9140fd8ac | [] | no_license | AndroidTVDeveloper/com.google.android.tvlauncher | 16526208b5b48fd48931b09ed702fe606fe7d694 | 0f959c41bbb5a93e981145f371afdec2b3e207bc | refs/heads/master | 2021-01-26T07:47:23.091351 | 2020-02-26T20:58:19 | 2020-02-26T20:58:19 | 243,363,961 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 576 | java | package defpackage;
import com.google.android.tvlauncher.home.view.ChannelView;
/* renamed from: cug reason: default package */
/* compiled from: PG */
public final class cug implements Runnable {
public final /* synthetic */ ChannelView a;
public cug(ChannelView channelView) {
this.a = channelView;... | [
"eliminater74@gmail.com"
] | eliminater74@gmail.com |
888490dba4bae4a5264361cf6aed004ca628798b | e79c47ed2b12778728330fdd1cbbe64e6f9d7911 | /模範解答/01_入門/実力診断/Exam0515.java | 051a1dcc19db91b9ee4a112eae545014415ef41f | [] | no_license | mk-mercury/java_learning | 98bd4926974042b78db71c5139bc72a67374b262 | 38ef637c8725af9c1493a7026196af4b667d5c4b | refs/heads/master | 2020-04-23T10:29:04.701113 | 2019-12-26T16:56:05 | 2019-12-26T16:56:05 | 171,105,874 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,450 | java | package introduction;
import java.util.Scanner;
public class Exam0515 {
static int sum = 0;
static int data_count = 0;
static int oldNumber = 0;
public static void main(String[] args) {
var stdin = new Scanner(System.in);
while(true) {
System.out.printf("input number (more than 0) : ");
... | [
"k_mizuta@freestyles.jp"
] | k_mizuta@freestyles.jp |
8e8b9957f65a303bd7830cb3e3ba19f5b3a852d7 | 61455ce6d8fb76840791f1fe6223bb2e7a49afdc | /src/main/java/com/movie/reviews/security/LoginAuthenticationProvider.java | 83f5f04702bf846904a90f19e8ef268a9eb94687 | [] | no_license | mar-io/movies-spring-boot-rest-api | fbb21984fc6a5032e1cdd57bff61ae528d37c807 | 396f66ffa3d7bb5522c9fde9cfeb00eae6ddd2bf | refs/heads/master | 2022-04-12T23:20:34.682452 | 2019-10-19T09:17:45 | 2019-10-19T09:17:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,093 | java | package com.movie.reviews.security;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.security.authentication.AuthenticationServiceException;
import org.springframework.security.authentication.UsernamePasswordAuthenticationToken;
import org.springframework.security.authenticatio... | [
"nijanth.niji@gmail.com"
] | nijanth.niji@gmail.com |
50564ec5bce254b1d0ce89c2e7d6860dae3d3df1 | de3221cf1c5d10a935e43ac1890d1e00b3bb5cb4 | /src/main/java/com/okta/quarkus/jwt/Kayak.java | 3ed011e3f4c819bdaf65a63617c8d3fb9de6b988 | [] | no_license | moksamedia/okta-quarkus | f551e3212a7ab040205e8cf8d722af52d005f0fe | 3bc16cd646bde8a5725428854dd827c7dba97d2f | refs/heads/master | 2020-07-02T23:14:38.512201 | 2019-08-11T01:23:11 | 2019-08-11T01:23:11 | 201,701,787 | 0 | 1 | null | 2019-09-20T22:28:17 | 2019-08-11T01:22:48 | Java | UTF-8 | Java | false | false | 376 | java | package com.okta.quarkus.jwt;
import lombok.Data;
import java.util.Objects;
@Data
public class Kayak {
private String make;
private String model;
private Integer length;
public Kayak() {
}
public Kayak(String make, String model, Integer length) {
this.make = make;
this.mo... | [
"andrewcarterhughes@gmail.com"
] | andrewcarterhughes@gmail.com |
04de6f9738e3bdb48399d45fb6db1ad2cea46010 | b45fa72360bce818ad0c015495257e286bd304e7 | /src/main/java/br/edu/fiponline/psi/bancodigitalquestoes/gerador/persistence/model/Assignment.java | 6a50008dca3a32a53d63bdfd81a1ab07fdd4276a | [] | no_license | lucasandradearaujo/gerador | 26f7899f52c548e20865a698987bc69e44406640 | 6a1cedbbede8495a4a6d19c537c0fd758a39d5ef | refs/heads/master | 2022-08-18T17:35:22.739088 | 2020-05-24T19:52:56 | 2020-05-24T19:52:56 | 256,065,142 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,732 | java | package br.edu.fiponline.psi.bancodigitalquestoes.gerador.persistence.model;
import io.swagger.annotations.ApiModelProperty;
import org.hibernate.validator.constraints.NotEmpty;
import javax.persistence.Entity;
import javax.persistence.ManyToOne;
import java.time.LocalDateTime;
@Entity
public class Assignment extend... | [
"lucasaraujo@si.fiponline.edu.br"
] | lucasaraujo@si.fiponline.edu.br |
274a419bcc29b5501b3ee8abad93db244fffd61a | a54174bb687ff2b82fa4c6774c8c54a9cef9b49d | /src/Loc/Search/BinarySearch.java | 8ea5a4402d32ff403890a33d29a98b47646f1168 | [] | no_license | VannLord/Liverpool | 8767ce942a9d9ef0a2a60a0c4f00ee90eb386367 | 94da2e3e0f7694a8364dc048e3836ca61ebe6d99 | refs/heads/master | 2020-04-05T12:18:07.836794 | 2019-11-01T08:31:12 | 2019-11-01T08:31:12 | 156,864,346 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 784 | java | package Loc.Search;
public class BinarySearch {
static int[] list = {1,3,4,7,9,11,15,27,30};
static int binarySearch(int[] list,int key){
int high = list.length-1;
int low = 0;
while(high >= low ){
int mid =(high+low)/2;
if(list[mid] > key) high = mid - 1;
... | [
"tangvanloc8@gmail.com"
] | tangvanloc8@gmail.com |
80f5cb94801011e8594152287a80c27a2e689e09 | 109d2bbdddf2ac2d2267d2bb0a691b5a47d08670 | /Parser/openscad-parser/src/main/java/be/unamur/bamand/openscad/ast/LetGenerator.java | ea3eba76fe480cf29c1bd2fbf7df8809d6098c43 | [] | no_license | maxcordy/mlvm | a7ea7b7860470978d0172a043d9bb8d746c3c33d | 87dd548059a1bd69974999981d28b1c92c32a84d | refs/heads/master | 2018-11-13T07:18:33.256181 | 2018-09-09T16:10:50 | 2018-09-09T16:10:50 | 110,086,649 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 736 | java | package be.unamur.bamand.openscad.ast;
import java.util.ArrayList;
public class LetGenerator implements Generator {
private ArrayList<Argument> args;
private Generator child;
private Location startLocation;
private Location endLocation;
@Override
public Location getStartLocation() {
return startLocation;
}... | [
"amand.Benoit@gmail.com"
] | amand.Benoit@gmail.com |
59df696f0ed1961148b521646781521b6f1a287d | 386e8e7746619d5a3ba45cca009808ee3e493cfd | /springside3/tags/3.3.0/examples/showcase/src/test/java/org/springside/examples/showcase/unit/security/UserDetailsServiceImplTest.java | 8e8a1dd330903aaab44c27517d63cbe43509131b | [
"Apache-2.0"
] | permissive | stzdzyhs/springside | 7ba5402ea753ca7e2fad73cdb46386f56954216b | a641f8975b6883fae96d6186bc4c169d4410ab8d | refs/heads/master | 2021-01-22T23:26:07.371095 | 2012-12-17T02:25:31 | 2012-12-17T02:25:31 | 41,462,872 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,580 | java | package org.springside.examples.showcase.unit.security;
import org.easymock.classextension.EasyMock;
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.springframework.security.authentication.encoding.ShaPasswordEncoder;
import org.springframework.securi... | [
"calvinxiu@fa9a2031-a219-0410-832a-cdfdc9972eb7"
] | calvinxiu@fa9a2031-a219-0410-832a-cdfdc9972eb7 |
94dfca3fa9b9b53d5f3a439f956e96ac5001610e | ad164b989e97c3dfc0a421fdbe8ee056e1fcb886 | /src/AssignmentPrograms/_7_ReverseString.java | 2aad416c70d221268bbe56bd87c0d4e50ee650ca | [] | no_license | rainitin3/Basic-java | 78615c956dde765eaa362502023b88096f6e15a6 | 3ffcca9697dc3538e6e422403ea06762556deffc | refs/heads/master | 2023-07-11T11:40:21.846327 | 2021-08-19T09:05:44 | 2021-08-19T09:05:44 | 393,581,759 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 333 | java | package AssignmentPrograms;
public class _7_ReverseString {
public static void main(String[] args) {
String str = "Programming";
int size = str.length();
String rev = "";
for(int i = size-1; i>=0;i--) {
rev=rev+str.charAt(i);
}
System.out.println(str);
System.out.println(rev);
... | [
"rainitin3@gmail.com"
] | rainitin3@gmail.com |
a6fe87b5ca90a56b198f1977dafbd0f59ca23125 | b6be8220f1a1937fbb7b37f1ddbeebad968ab969 | /src/main/java/com/lettucetech/me2/common/springmvc/SpringContextHolder.java | f775e84c55211e947a2d15ec923510f89ffeb854 | [] | no_license | DansonFu/me2 | b81b6b515f5669e4811d8b9d75bc98ce334cc227 | f8dac3212abac20aad8bc837e7756d36a0f00c92 | refs/heads/master | 2021-01-01T04:04:38.875436 | 2017-07-14T03:40:04 | 2017-07-14T03:40:04 | 97,119,164 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,906 | java | package com.lettucetech.me2.common.springmvc;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
/**
* 以静态变量保存Spring ApplicationContext, 可在任何代码任何地方任何时候中取出ApplicaitonContext.
*/
public class SpringContextHolder implements ApplicationContextAwa... | [
"joesong168@qq.com"
] | joesong168@qq.com |
b791d36f3417ef04b0038c36120b853d4eda03ee | b68649864f7319e33831d803f7e0a8b4d2184ba7 | /spring-beans/src/main/java/org/springframework/beans/AbstractNestablePropertyAccessor.java | 9eea6916f6ea9c542975d9afc12df7649517e77f | [
"Apache-2.0"
] | permissive | HappyDogYear/spring-framework-5.2.x | 3104f645b839a2f7cfec2a5e3065fccadbb1c1e0 | 0bfdc3b8cf86f84f17115991f6889622d506d0b7 | refs/heads/master | 2023-02-03T01:42:27.615233 | 2020-12-22T09:40:16 | 2020-12-22T09:40:16 | 323,563,834 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 38,949 | java | /*
* Copyright 2002-2020 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"mdzxzhao@163.com"
] | mdzxzhao@163.com |
5da5806384ed0fd99d7f8f4eb0436bc7471b026c | f17a8f4dd140532ee10730639f86b62683985c58 | /src/main/java/com/cisco/axl/api/_8/UpdateCommonDeviceConfigReq.java | 8505ac3a1caa708f5c9c9aa67f821c7700a2643d | [
"Apache-2.0"
] | permissive | alexpekurovsky/cucm-http-api | 16f1b2f54cff4dcdc57cf6407c2a40ac8302a82a | a1eabf49cc9a05c8293ba07ae97f2fe724a6e24d | refs/heads/master | 2021-01-15T14:19:10.994351 | 2013-04-04T15:32:08 | 2013-04-04T15:32:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,735 | java |
package com.cisco.axl.api._8;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java cla... | [
"martin@filliau.com"
] | martin@filliau.com |
e81eea5c7173249c35b29c7d85027ff5cb6a3ef9 | f638b707b65a45716a966ceea9668833416a5bf2 | /Eureka_Spring_Ribbon/Eurekha_Client_User/Eurekha_Client_Account/src/main/java/com/example/microservice/controller/AccountController.java | a430653035ae69cdbb621f20b80da1d908c469a5 | [] | no_license | shyampadma007/Eureka-Client-Server-Ribbon | 5b1c399ba62830298e10db81d14d90ce0ed815c2 | 2385b0957cb347defdbc6f93d532451e78a0e7a2 | refs/heads/main | 2023-08-17T02:55:49.527196 | 2021-09-24T16:57:24 | 2021-09-24T16:57:24 | 410,038,511 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 822 | java | package com.example.microservice.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RestController;... | [
"noreply@github.com"
] | noreply@github.com |
e1338da9592057be9627159d2bf9841231b7f28f | 6fa701cdaa0d83caa0d3cbffe39b40e54bf3d386 | /google/cloud/aiplatform/v1beta1/google-cloud-aiplatform-v1beta1-java/proto-google-cloud-aiplatform-v1beta1-java/src/main/java/com/google/cloud/aiplatform/v1beta1/schema/trainingjob/definition/AutoMlVideoActionRecognitionInputsOrBuilder.java | 301e7ea04f57345abbb5f22e2f84aba39ea81627 | [
"Apache-2.0"
] | permissive | oltoco/googleapis-gen | bf40cfad61b4217aca07068bd4922a86e3bbd2d5 | 00ca50bdde80906d6f62314ef4f7630b8cdb6e15 | refs/heads/master | 2023-07-17T22:11:47.848185 | 2021-08-29T20:39:47 | 2021-08-29T20:39:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | true | 1,066 | java | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/aiplatform/v1beta1/schema/trainingjob/definition/automl_video_action_recognition.proto
package com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition;
public interface AutoMlVideoActionRecognitionInputsOrBuilder extends
... | [
"bazel-bot-development[bot]@users.noreply.github.com"
] | bazel-bot-development[bot]@users.noreply.github.com |
7e02a44ab8e2f09a29607d0f030e94f192f82abc | 8caba2a86790afe235233c6f622154487a3e0567 | /app/src/main/java/cn/lc/model/framework/utils/ScreenUtils.java | 0d3b2cd4b56923595092bc47772bb3035e77d084 | [] | no_license | Catfeeds/zhihuihouqin_service | 05d70556e5ed2ceaf3cdbe1fe095ad45fffdaeb5 | 1fb0b205c9fe634fe713b2981d7181148fc55f7d | refs/heads/master | 2020-04-05T17:29:18.036913 | 2018-01-12T07:11:32 | 2018-01-12T07:11:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,784 | java | package cn.lc.model.framework.utils;
import android.app.Activity;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Rect;
import android.os.Build;
import android.util.DisplayMetrics;
import android.view.View;
import android.view.Window;
import android.view.WindowManager;
import c... | [
"wulaifengye@163.com"
] | wulaifengye@163.com |
bf53f07ae533d293858236169503c2f6c291302b | ae7f919d2222e2d1a798266a56fac10d95ec289f | /src/main/java/com/seko/vgau/entities/Sex.java | 44b04efda3e854ed2e1b98c68e823649c155446d | [] | no_license | oleg172/calculator | d9a3c523faf2b1eec4b20256746eb979e33effc9 | 4a2161093a2f7df07af91ba7a46c74549448b2dc | refs/heads/master | 2022-07-03T20:21:37.144727 | 2020-05-08T16:57:59 | 2020-05-08T16:57:59 | 262,379,161 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 73 | java | package com.seko.vgau.entities;
public enum Sex {
MAN,
WOMAN
}
| [
"milyaev.172@gmail.com"
] | milyaev.172@gmail.com |
23104ce22abd7258cfd90072dbb384ed98e8036f | d2738599e36defd9f431624b0949ec89fa046d40 | /app/src/androidTest/java/com/study/dx/jrgj1/ApplicationTest.java | b88bb09b53cf8bd38ca0ca85a479369f2d8bc827 | [] | no_license | dengshizhen/Interest_rate | 165e1c4964ab6705ec0e16f4799e7148782a7a21 | d6994459e18e1c93aaac331a36628b29523f93a7 | refs/heads/master | 2020-12-24T06:10:58.729904 | 2016-11-08T10:02:39 | 2016-11-08T10:02:39 | 73,172,813 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 349 | java | package com.study.dx.jrgj1;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
supe... | [
"659155324@qq.com"
] | 659155324@qq.com |
f90ce69d40215941a5249b54d36e2bf20b1eba10 | 56f3d79240efc9d5529a8499be7703c726425655 | /src/main/java/net/tntchina/util/GuiUtil.java | a0b540bbbb911bb44c67c147750c80624882a25b | [] | no_license | TNTChinaAAA/TNTBase | 455b6531b7fc0d85697fd18239242e7a90585059 | 2a7963784d2f0658332591e18f984da42dbf503c | refs/heads/master | 2020-05-09T10:14:35.649545 | 2019-04-12T15:41:57 | 2019-04-12T15:41:57 | 181,033,519 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,528 | java | package net.tntchina.util;
import java.awt.Color;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.nio.ByteBuffer;
import org.lwjgl.opengl.GL11;
import org.lwjgl.opengl.GL13;
import org.lwjgl.opengl.GL30;
import org.newdawn.slick.opengl.PNGDecoder... | [
"40199850+TNTChinaAAA@users.noreply.github.com"
] | 40199850+TNTChinaAAA@users.noreply.github.com |
a5d92913accad99e7cc8e207ed5c980759463234 | aaabffe8bf55973bfb1390cf7635fd00ca8ca945 | /src/main/java/com/microsoft/graph/requests/extensions/OnenoteOperationCollectionRequest.java | ebd4b00e3207103447b4835671d37237daca2a63 | [
"MIT"
] | permissive | rgrebski/msgraph-sdk-java | e595e17db01c44b9c39d74d26cd925b0b0dfe863 | 759d5a81eb5eeda12d3ed1223deeafd108d7b818 | refs/heads/master | 2020-03-20T19:41:06.630857 | 2018-03-16T17:31:43 | 2018-03-16T17:31:43 | 137,648,798 | 0 | 0 | null | 2018-06-17T11:07:06 | 2018-06-17T11:07:05 | null | UTF-8 | Java | false | false | 1,534 | java | // ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
pa... | [
"caitbal@microsoft.com"
] | caitbal@microsoft.com |
ccdac5858512f507ac1f30c68dbf70d0af97843d | 1a9baa85e859e15d2cc893ea71f59dfa3b1b2ee1 | /java-basic-codes/ReversingNumber.java | 6812ffe7406d8a921dd6d8f5a2ef60270d619c3a | [] | no_license | tanim913/essential_codes | 801dad7ae0c2d94f0f25bd76569502243c7a7de5 | 874be274618c2905cb10b19135486beaf7f08f0c | refs/heads/main | 2023-03-15T15:50:52.869930 | 2021-03-03T19:43:37 | 2021-03-03T19:43:37 | 331,721,387 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 569 | java |
import java.util.Scanner;
public class ReversingNumber {
public static void main(String[] args) {
Scanner i= new Scanner (System.in);
int n, temp, sum=0, r;
System.out.println("Enter a number : ");
n=i.nextInt();
temp=n;
System.out.print("The digits ar... | [
"noreply@github.com"
] | noreply@github.com |
f4b708d0c19e6cf19625bfab19f55c308795df8b | a254c38bdda4043e0307af8a6bfc317698cf43f4 | /src/main/java/weibo4j/util/BareBonesBrowserLaunch.java | b1b84417b1b30527d4c8d71efff85ce61565039d | [] | no_license | wenx999/weibo4j | 68ef5f53991cceb192feaa60e2e1f3229274664e | fb6026698d86e9032fa124462880a2e2b0d75d8f | refs/heads/master | 2021-01-22T16:26:32.397283 | 2014-01-06T07:35:03 | 2014-01-06T07:35:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,136 | java | package weibo4j.util;
// ///////////////////////////////////////////////////////
// Bare Bones Browser Launch //
// Version 1.5 (December 10, 2005) //
// By Dem Pilafian //
// Supports: Mac OS X, GNU/Linux, Unix, Windows XP //
// Example Usage: //
// String url = "http://www.centerkey.com/"; //
// BareBonesBrowserLaun... | [
"belerweb@gmail.com"
] | belerweb@gmail.com |
ac45a2517a92065f5c327f17b4887b4debcd35d7 | 027714204609992bf6296476fbcd102b97e35735 | /src/main/java/me/yqiang/book_interface/OrderService.java | a13cea571f9d83b0699ac51b7218eb63a7fd9897 | [] | no_license | zqpnb/book | 7508d2dadd1c88929b5726017b6905c0ebb5676d | 4d9e1c7f435d407fa376ff391c8a3bf829916450 | refs/heads/master | 2023-03-22T03:51:11.858259 | 2018-05-28T10:06:33 | 2018-05-28T10:06:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 514 | java | package me.yqiang.book_interface;
import me.yqiang.book_pojo.Order;
import me.yqiang.book_pojo.Orderdetail;
import me.yqiang.pojo.BResult;
import me.yqiang.pojo.Product;
import java.util.List;
public interface OrderService {
BResult add(Long userId, Product[] product);
List<Order> orderList(Long userId);
... | [
"quentinyy@gmail.com"
] | quentinyy@gmail.com |
d79bcd86f9c44bac3d4920b1277d51ef4fbb4a8f | 2540578ded15a632e7d05c80ab0e2a0adc929ee1 | /src/test/java/cybertek/Do_while_Loops/GetUniqueChars.java | 606cb39d25fe61c921f10a86dee68d2d9f0573e4 | [] | no_license | zsalieva/GitDay3 | fe3c741a75d3733dcf34bc79f2f4e2b3395ea1e6 | f7fcece4e7cf0f324eb58ae038a99882155d6424 | refs/heads/master | 2021-12-15T01:54:29.383225 | 2019-12-11T19:48:57 | 2019-12-11T19:48:57 | 213,830,070 | 0 | 0 | null | 2021-12-14T21:34:48 | 2019-10-09T05:40:06 | Java | UTF-8 | Java | false | false | 572 | java | package cybertek.Do_while_Loops;
public class GetUniqueChars {
public static void main(String[] args) {
CharUnique("HHBBTrTDDS");
System.out.println(CharUnique("HHBBTrTDDSTS1"));
}
public static String CharUnique(String str){
String res ="";
for(int i=0 ; i<str.length();i++... | [
"zuhrasalieva@gmail.com"
] | zuhrasalieva@gmail.com |
9d7197a3ceb7910c0ddeb78cefe3c053e3c40f77 | a458e0a85b39d7ba02ac117e416c79f54f2dfefa | /sdk/textanalytics/azure-ai-textanalytics/src/samples/java/com/azure/ai/textanalytics/ReadmeSamples.java | 9261f8e79c0e369239f35e4b2d6306ca9225592a | [
"LGPL-2.1-or-later",
"BSD-3-Clause",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference",
"CC0-1.0",
"LicenseRef-scancode-generic-cla"
] | permissive | kyle-patterson/azure-sdk-for-java | eada6c5c769063b49e7b0b397f0266b9d9484163 | c53e29e48d477e1f0abc547b2472f4e8040ccac6 | refs/heads/main | 2023-03-17T22:53:37.544823 | 2023-03-07T21:34:33 | 2023-03-07T21:34:33 | 321,455,126 | 0 | 0 | MIT | 2020-12-14T19:44:42 | 2020-12-14T19:44:41 | null | UTF-8 | Java | false | false | 24,933 | java | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.azure.ai.textanalytics;
import com.azure.ai.textanalytics.models.AnalyzeActionsOperationDetail;
import com.azure.ai.textanalytics.models.AnalyzeActionsOptions;
import com.azure.ai.textanalytics.models.AnalyzeHe... | [
"noreply@github.com"
] | noreply@github.com |
b8473561a6b623198b76b592f17dc2e44a5bdd9d | 82f581a93c6e619c1417fcf7e67e6af180701999 | /cagrid/Software/general/demos/06annual/workflow/JRProteomicsGridSkeletonValue-1.0/src/org/globus/cagrid/RProteomics/common/RProteomicsI.java | 8d71ee56b7addc5445a205ca3cefdd696f8f487b | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | NCIP/cagrid | e9ad9121d41d03185df7b1f08381ad19745a0ce6 | b1b99fdeaa4d4f15117c01c5f1e5eeb2cb8180bb | refs/heads/master | 2023-03-13T15:50:00.120900 | 2014-04-02T19:15:14 | 2014-04-02T19:15:14 | 9,086,195 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 12,324 | java | package org.globus.cagrid.RProteomics.common;
import java.rmi.RemoteException;
/**
* This class is autogenerated, DO NOT EDIT.
*
* @created by Introduce Toolkit version 1.0
*
*/
public interface RProteomicsI {
... | [
"mccon012"
] | mccon012 |
2f6c3da3ef4e71868a174ba6cd6aaeef9cfc6fb4 | 6c04e7793b8d415efa756a7c6b576cd7c4876103 | /LeetCode/src/tree/easy/SameTree100.java | 2d9c49e554144e66c7658998283e2e5e53cc3bee | [] | no_license | xuwuji/LeetCode | 290644248834d61a07ff0c7fd449e06b695cda4a | c502a8da86f97e253fe70aa27c2029f3cedf9cf3 | refs/heads/master | 2021-01-10T01:22:02.918680 | 2019-09-26T09:02:22 | 2019-09-26T09:02:22 | 47,496,174 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 306 | java | package tree.easy;
public class SameTree100 {
public boolean isSameTree(TreeNode p, TreeNode q) {
if (p == null && q == null) {
return true;
}
if (p != null && q != null && p.val == q.val && isSameTree(p.left, q.left) && isSameTree(p.right, q.right)) {
return true;
}
return false;
}
}
| [
"craigxu@foxmail.com"
] | craigxu@foxmail.com |
e0c035e8648a3196a19963963b5ba6eb36aca880 | 489e62aeadc2f3fad723ebe7c904c364f9aa21bb | /test/LineMatcherTest.java | c5f31f47fef5627c743234d98cb456d6246a4d73 | [] | no_license | jrodzon/LawDecryptor | e35bc2c50c8f75ae1b8ed38579e5048c9375a967 | 4f0964b9ea5840e608faa0cc840000e9d3875f91 | refs/heads/master | 2021-08-31T20:55:09.722331 | 2017-12-22T22:04:25 | 2017-12-22T22:04:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,101 | java | import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class LineMatcherTest {
@Test
void parse() {
LineMatcher lineMatcher = new LineMatcher();
assertTrue(lineMatcher.getIsConstitution());
TypeAndIndex typeAndIndex = lineMatcher.parse("USTAWA JANUSZA ĄĘŹ... | [
"rodzonjan97@gmail.com"
] | rodzonjan97@gmail.com |
02e249c9dc7adec5911215e0a26f93d8774c6b33 | af890aee93352ef79ca035d1da29acfbe553d328 | /travelagency-client/src/main/java/cz/muni/fi/pa165/travelagencyclient/web/CustomerClientController.java | e2a051ca6a7f048631be640ee77e1e48e5bd11b7 | [] | no_license | dsimansk/pa165-travelagency | 2e7922661dda758eb851d763a244999152c4b033 | 4f115b7044982ce9fd4cf5299c30c38622178042 | refs/heads/master | 2021-01-17T07:45:14.351901 | 2016-05-25T11:40:14 | 2016-05-25T11:40:14 | 20,645,691 | 0 | 0 | null | 2015-10-26T11:34:03 | 2014-06-09T12:27:39 | Java | UTF-8 | Java | false | false | 7,103 | java | package cz.muni.fi.pa165.travelagencyclient.web;
import cz.muni.fi.pa165.travelagencyclient.web.dto.CustomerDTO;
import cz.muni.fi.pa165.travelagencyclient.web.dto.CustomerDTOResponse;
import cz.muni.fi.pa165.travelagencyclient.web.validator.CustomerValidator;
import java.io.IOException;
import javax.annotation.... | [
"dsimansk@redhat.com"
] | dsimansk@redhat.com |
027f5ce1b92ad2e0cbb25d69a5ce5eca13180e33 | dce503d5e17117836f4cb17865fe335c5cb22e50 | /src/main/java/com/github/zk/spring/security/demo/service/IUser.java | 9a6cdaaced653d50d13ad96c7fc5eb15a8b7c9bc | [] | no_license | zk-api/spring-security-demo | 46b964a5c20584aac17bcca3ee89cc77a2af8402 | 2d59867fccb586323f7c8dd109bf26f20444dc9c | refs/heads/master | 2023-06-12T06:36:47.777441 | 2021-07-07T06:15:47 | 2021-07-07T06:15:47 | 334,026,337 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 147 | java | package com.github.zk.spring.security.demo.service;
/**
* 用户接口
*
* @author zk
* @date 2021/1/15 14:35
*/
public interface IUser {
}
| [
"506683059@qq.com"
] | 506683059@qq.com |
ccf1e742d589fe84a81f6acba609b0aaf7909b1f | 85fdb917f38076910b708fcfaa3e7ab180959c37 | /CommandPattern-算命/src/FibonacciTask.java | 8700c4308d4eb7276a4bdf6e2ded8abb91831734 | [] | no_license | YaoEmily/DesignPatterns | 35dfdbfa578437c2ff156599d7e3fab474b3a07f | d72f6b782320ce2458d250afd294d852d1e00785 | refs/heads/master | 2016-08-12T09:10:52.443211 | 2016-04-16T02:42:00 | 2016-04-16T02:42:00 | 54,130,664 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 324 | java |
public class FibonacciTask implements Task {
public int n1=0;
public int n2=1;
public int num;
public FibonacciTask(){}
@Override
public void performTask() {
num = n1+n2;
System.out.println("Next Fibonacci num is "+num);
n1=n2;
n2=num;
}
public String toString()
{
return "Fibonacci Sequence Task";
... | [
"1084355983@qq.com"
] | 1084355983@qq.com |
dbd0bf91e29b67f58a5c5e820985eaae8340538e | a0be99ac4aa226ce36e7cc68c92215ebd720cf47 | /Financial/gen/ac/jfa/BuildConfig.java | 794d409fa75c20afafddeb9eca7b99b65bb132d7 | [] | no_license | yangasahi/Financial | 75c158b41ebadf043a8ed59e507528a66d83bdf8 | 0f370e402803a9f6c6120677fb7b6cdb2eae24a7 | refs/heads/master | 2021-01-21T00:16:32.837500 | 2013-08-30T04:22:03 | 2013-08-30T04:22:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 148 | java | /** Automatically generated file. DO NOT MODIFY */
package ac.jfa;
public final class BuildConfig {
public final static boolean DEBUG = true;
} | [
"xuxu_1111@126.com"
] | xuxu_1111@126.com |
fd0b3f95d936dddf56e4e1624b93eebd8e4ef8a5 | bd3da267648cbdaf4f1bb5651d441ba9eb432dd0 | /src/data/Block.java | 13708a16a6eb29313dad48b8dc92611e256d2aab | [] | no_license | t-ho/enggdemo | 425028af99831c4019bf3b1166920ee769144b01 | 2c9d9cdf50cf584435ee4fec4ae8168b3ec7a7c3 | refs/heads/master | 2020-04-09T15:24:04.083083 | 2015-09-07T09:21:41 | 2015-09-07T09:21:41 | 42,043,529 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 237 | java | package data;
import java.io.Serializable;
/**
*
* @author ToanHo
*/
public abstract class Block implements Serializable{
protected String type;
public abstract void processing();
public String getType() {
return type;
}
}
| [
"t.ho26010@gmail.com"
] | t.ho26010@gmail.com |
338b96ebf6bf3b3672fd81467b45e318ca483636 | dc5864c49333ac1b63cb8c82d7135009c846a2ab | /com/android/webview/chromium/WebViewChromiumFactoryProvider.java | 5111105e56db7ec60d186104c0b0ca64e5bee9d0 | [] | no_license | AndroidSDKSources/android-sdk-sources-for-api-level-MNC | c78523c6251e1aefcc423d0166015fd550f3712d | 277d2349e5762fdfaffb8b346994a5e4d7f367e1 | refs/heads/master | 2021-01-22T00:10:20.275475 | 2015-07-03T12:37:41 | 2015-07-03T12:37:41 | 38,491,940 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,735 | java | /*
* Copyright (C) 2012 The Android Open Source Project
*
* 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 app... | [
"root@ifeegoo.com"
] | root@ifeegoo.com |
99927bf2402fea37b1d5cdf3df896d1b7ab2532d | d4cbf9dd6c9e73dee82d4c89c447a4bcd1c8dd36 | /Lab4a/src/гл4а/Region.java | e4dfea48a9103e51923ddd189096b82cbc72544a | [] | no_license | Killteepackage/MyLabs | 4903748db1ca669bfbc0766c9b0d784068c3278c | 3dae62eb2e4e3139c63c04fdb0c90ecd939e3761 | refs/heads/master | 2023-05-14T04:30:41.533506 | 2021-06-04T19:46:27 | 2021-06-04T19:46:27 | 373,933,828 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,390 | java | package гл4а;
public class Region extends District {
public int numberd;
public District[] Districts = new District[numberd + 10];
public Region() {
}
public Region(String name, City capitalCity) {
super(name, capitalCity);
}
public Region(String name, City capitalCity, int numbe... | [
"veragricel002@gmail.com"
] | veragricel002@gmail.com |
466969dd5a1c2e2b492dd001a20141821f213ea9 | e97db5bfc278c1dc81390043b8a102f9477a76ed | /OnlineAuctionSystem/src/services/AdminService.java | 7b3ffded3a89926574e3e752a70ede69246bb040 | [] | no_license | sahushivam/Mini_Projects | 46ec2f301208ab93cdd3b821ec2fa6e20e71177a | 27dff27cb8e60a12fa40668a99d751ae66ac93ee | refs/heads/master | 2023-04-05T09:28:09.554329 | 2023-03-25T13:27:33 | 2023-03-25T13:27:33 | 176,437,465 | 0 | 1 | null | 2022-09-22T19:24:17 | 2019-03-19T06:13:42 | Java | UTF-8 | Java | false | false | 211 | java | package services;
import java.util.UUID;
public interface AdminService {
UUID registerSeller(String name);
UUID registerBidder(String name);
void startAuctionForItem(UUID itemId);
}
| [
"noreply@github.com"
] | noreply@github.com |
c036ad3f9ecf9b8395546c10a93ff0467546268e | 4798392958bfea53b23f322b3d6079b943a528ba | /app/src/main/java/com/holidayme/data/UserDTO.java | f8576fef9af32ccf28ef4539bea9a3ade7bea832 | [] | no_license | devrath123/HolidayMe | 04923998d3e5014de9fc9596e14cc4acfe8172ae | 2c1e1aa2c2ba94ff23568dc000cfc7aeb44ba8e9 | refs/heads/master | 2020-12-02T17:46:47.697152 | 2017-07-06T13:00:43 | 2017-07-06T13:00:43 | 96,424,902 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,563 | java | package com.holidayme.data;
/**
* Created by santosh.patar on 10-08-2015.
* <p/>
* <p> to save user information </p>
* <p> This is singleton class , UserDto calss will use through out of appplication to get language and currency </p>
*/
public class UserDTO {
private volatile static UserDTO instance;
p... | [
"devrath.rathee@holidayme.com"
] | devrath.rathee@holidayme.com |
6d515e74341ceb7b5e5ad1fe18000653d942cca7 | 649d9e287b6536d67b4075120c19eeceee343fba | /playground/android/playground/src/androidTest/java/org/apache/weex/uitest/uitest/TC_AG/AG_Margin_Video_Margin_Bottom.java | 19e0fcea6dc051bda1b53b62ea280ea33aac3239 | [
"LicenseRef-scancode-unicode",
"MIT",
"BSL-1.0",
"Apache-2.0",
"ICU",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | alibaba/weex | 79c83bb4d002af7b819326ebca35e880e2ea8473 | 8f3f2b7d511d3f966dcd00ea44da8771d955fc13 | refs/heads/master | 2023-03-12T20:57:22.129120 | 2022-09-28T06:06:08 | 2022-09-28T06:06:08 | 53,658,802 | 20,773 | 2,915 | Apache-2.0 | 2023-08-23T10:57:36 | 2016-03-11T10:18:11 | C++ | UTF-8 | Java | false | false | 1,751 | 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 ... | [
"noreply@github.com"
] | noreply@github.com |
329da464ab680c9da7e23495b4ab18d2a3c2c03a | 92d296cb3d9fd44625a1e9debf43e765677642ad | /src/ai/comma/tinkerhax/ShareResPatchInfo.java | d430a1f99cb11757ce9a881b450c0d17ff604137 | [] | no_license | commaai/apkpatch | c28ce55efda0cd9538f753bff2e35449ae749c12 | 95e4d414d15e1c802f8df4ad93ebcb1df8af8434 | refs/heads/master | 2020-03-23T07:32:49.599424 | 2018-01-17T04:39:49 | 2018-07-17T11:32:45 | 141,278,351 | 2 | 5 | null | null | null | null | UTF-8 | Java | false | false | 7,417 | java | /*
* Tencent is pleased to support the open source community by making Tinker available.
*
* Copyright (C) 2016 THL A29 Limited, a Tencent company. All rights reserved.
* Copyright (C) 2017 comma.ai
*
* Licensed under the BSD 3-Clause License (the "License"); you may not use this file except in
* compliance with... | [
"espes@pequalsnp.com"
] | espes@pequalsnp.com |
5e564ad46c8d698bc01d71a110a6c044e68a6021 | 5d3f7124c5bd33fb6970cd411b69e92c86a9710f | /mozu-java-core/src/main/java/com/mozu/api/urls/commerce/customer/accounts/CustomerSegmentUrl.java | 9683ded571a8e948428906c3e46dd1494e7f02d9 | [
"MIT"
] | permissive | bhewett/mozu-java | 51690a1ec2f0304e2f75c2ef9fa4700804be942d | ea3697897d90c6e8a157176475f1b2ca0c2fb49a | refs/heads/master | 2021-01-15T12:31:26.092996 | 2016-05-02T22:50:31 | 2016-05-02T22:50:31 | 18,610,274 | 0 | 0 | null | 2014-06-18T19:09:47 | 2014-04-09T19:31:48 | Java | UTF-8 | Java | false | false | 2,417 | java | /**
* This code was auto-generated by a Codezu.
*
* Changes to this file may cause incorrect behavior and will be lost if
* the code is regenerated.
*/
package com.mozu.api.urls.commerce.customer.accounts;
import org.joda.time.DateTime;
import com.mozu.api.MozuUrl;
import com.mozu.api.utils.UrlF... | [
"bob_hewett@L02968.corp.volusion.com"
] | bob_hewett@L02968.corp.volusion.com |
8d5e5d67dcdf54027f1714e513b1446d407733da | 12c686ca81b885338abe10490aaf310510c14ace | /src/cs401/k142109/a1p3/CS401K142109A1P3.java | 0c8b09627ea7df3877ef07b00720bafbd262774b | [] | no_license | sam17896/Depth-First-Search | c649110504e5e1cf01258b7789e9dfb7cd9811b5 | 7298c2cfe7f84dcfb82d71c9dcccd37864fdefef | refs/heads/master | 2021-01-22T18:43:45.365348 | 2017-03-15T19:33:48 | 2017-03-15T19:33:48 | 85,113,282 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,200 | java | package cs401.k142109.a1p3;
import java.io.BufferedReader;
import java.io.FileWriter;
import java.io.IOException;
import java.nio.charset.Charset;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.Stack;
class Node{
int x;
int y;
int value;
boolean visited;
No... | [
"k142109@nu.edu.pk"
] | k142109@nu.edu.pk |
cee1ce0caa0eb33de8e6d4a4015ff33ab030a332 | 2598c240609b868d46980c30d5eb5cbbd9d0b407 | /src/main/java/com/example/mobileapp/service/impl/AuthServiceImpl.java | 9a0cadb3ecab2f9d14a7c298d379c2de089f1710 | [] | no_license | nikolaytsvyatkov/mobile-app | 5a4080ba17c999806c0a424364ed2ed6c19fc1b0 | 822fd8242252d0144f4636aec81f012e6dd845f1 | refs/heads/main | 2023-03-02T08:06:43.721164 | 2021-02-12T10:24:37 | 2021-02-12T10:24:37 | 336,498,875 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,123 | java | package com.example.mobileapp.service.impl;
import com.example.mobileapp.exception.InvalidEntityException;
import com.example.mobileapp.model.enums.Role;
import com.example.mobileapp.model.User;
import com.example.mobileapp.service.AuthService;
import com.example.mobileapp.service.UserService;
import lombok.extern.sl... | [
"nikolay.tsvyatkov99@gmail.com"
] | nikolay.tsvyatkov99@gmail.com |
475f1b1bf4b8ec8a7bd50ab106937affb9b1f7d4 | bfdc3c553e5fb0e38bd028c81d917e93dd68b272 | /fw/src/test/java/com/jettmarks/vers/ManivestVersionTest.java | e521ed8f2922ee1a85d41c23d08c6972194225f8 | [
"Apache-2.0"
] | permissive | jettmarks/frameWork | 3cffec8634ce35f3f9a85061833803feb48f9ffe | 94f7d5c4c8369d8c1d963e4f0802aadc0bf2b3ba | refs/heads/master | 2016-09-11T00:56:50.108028 | 2015-02-05T02:57:11 | 2015-02-05T02:57:11 | 30,334,235 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 337 | java | /**
* Created Jun 9, 2009
*/
package com.jettmarks.vers;
import junit.framework.TestCase;
/**
*
* @author Jett Marks
*/
public class ManivestVersionTest extends TestCase
{
/**
* Test method for
* {@link com.jettmarks.vers.ManifestVersion#printVersion(java.lang.Class)}.
*/
public void testPrintVers... | [
"jettmarks@bellsouth.net"
] | jettmarks@bellsouth.net |
b38bf6ae5212277513d39ce8a078b71b6586f440 | 925e5f757754dfe9512a9da5a6675930a4b300e9 | /sdkcreationmw/sdkruntimes/MIDP/nei/tsrc/epoc/classes/com/symbian/tools/j2me/sei/emulator/Confirmation.java | d2a782aa07568079591729d02038f24ea423f7f9 | [] | no_license | fedor4ever/packaging | d86342573ee2d738531904150748bbeee6c44f5d | cf25a1b5292e6c94c9bb6434f0f6ab1138c8329b | refs/heads/master | 2021-01-15T18:09:15.875194 | 2015-04-12T12:03:13 | 2015-04-12T12:03:13 | 33,689,077 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 8,088 | java | /*
* Copyright (c) 1999 - 2004 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/le... | [
"devnull@localhost"
] | devnull@localhost |
20d3e3f5604e780e487cbc0450a44a9d59a697aa | a55ae6d8dff57c04fdec21380062d59834a99c4b | /.metadata/.plugins/org.eclipse.core.resources/.history/ee/f0f77f50101200171a8ccddb08a3e635 | e25ac0d4b3adabcf321990bd2b94e2c7478f9b7d | [] | no_license | cbyad/AlgorithmeToussaint | 459bee542e53f6709635683e020156bbbc574279 | ecaa73d6dd58c07df4cf33b09fc2a7ce223558bc | refs/heads/master | 2020-04-05T08:01:06.194596 | 2017-03-28T10:34:43 | 2017-03-28T10:34:43 | 156,697,630 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,160 | package com.cpa.tools;
import java.awt.Point;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Random;
/**
* Utilitaire pour gérer les fichiers en input. Sous forme de singleton.
*
* @author Maxime Bonnet
*
*... | [
"cbyannick@gmail.com"
] | cbyannick@gmail.com | |
6cbd43c2e0e8a5cf8d6e69cccefe462add39181c | c30ce39cd3974a0366caaba2ac28045d82355f3e | /src/test/java/com/test/TestUser.java | f89211b3f5eda3788c09ff68570d649120f66df2 | [] | no_license | zhaoyangaa2/ssh | 854f7c66a9410de6780636f12bcf04162cd85d77 | cbf9628eb9d237b0ed5da964d4b92fe5a6bcfbea | refs/heads/master | 2021-01-18T19:55:54.474856 | 2017-05-09T14:59:27 | 2017-05-09T14:59:27 | 86,922,331 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,317 | java | package com.test;
import java.util.List;
import java.util.Set;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.cfg.Configuration;
import org.junit.Before;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.Cl... | [
"980633957@qq.com"
] | 980633957@qq.com |
93117192987692742163395a89f9d58a5d5a0445 | 6889f8f30f36928a2cd8ba880032c855ac1cc66c | /dev/SemplestServiceMSN/src/semplest/services/msncloud/NameServiceUniqueMsnPsuedoRandom.java | 9d2301e8a337fc697bc2af63ddfb39ebfc231a99 | [] | no_license | enterstudio/semplest2 | 77ceb4fe6d076f8c161d24b510048802cd029b67 | 44eeade468a78ef647c62deb4cec2bea4318b455 | refs/heads/master | 2022-12-28T18:35:54.723459 | 2012-11-20T15:39:09 | 2012-11-20T15:39:09 | 86,645,696 | 0 | 0 | null | 2020-10-14T08:14:22 | 2017-03-30T01:32:35 | Roff | UTF-8 | Java | false | false | 548 | java | package semplest.services.msncloud;
public class NameServiceUniqueMsnPsuedoRandom implements NameServiceUniqueMsn {
@Override
public String getNextUserName() {
StringBuilder name = new StringBuilder("U");
long currentTimeMillis = System.currentTimeMillis();
name.append(currentTimeMillis);
return name.toStr... | [
"Nan@02200ff9-b5b2-46f0-9171-221b09c08c7b"
] | Nan@02200ff9-b5b2-46f0-9171-221b09c08c7b |
785aff466a783cf4807e8131c9fb0611427b1eba | 34fc390b18a63e3c218d02506415880815b74f39 | /android/app/src/main/java/com/small_paper_27376/MainApplication.java | 3e8f9510a5ee3185491323e6a7852ab1a0486163 | [] | no_license | crowdbotics-apps/small-paper-27376 | adc5166dfcdaa48d14342f3b873bc57a52b8fe7a | 8eaa1045d0af12525febfcf4c0e01ad28675b785 | refs/heads/master | 2023-04-29T16:41:19.669928 | 2021-05-25T14:34:14 | 2021-05-25T14:34:14 | 370,723,683 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,617 | java | package com.small_paper_27376;
import android.app.Application;
import android.content.Context;
import com.facebook.react.PackageList;
import com.facebook.react.ReactApplication;
import com.facebook.react.ReactInstanceManager;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com... | [
"team@crowdbotics.com"
] | team@crowdbotics.com |
0c3ae89f8916b67ebd47aa927b84aa5a1d882a26 | 7205e0a2cf43bfbece0e474fae2cd31568212e33 | /ITtalantsHomework2Loops/src/Task3.java | 89664c79a1f7fb17e518a6d4a2a4fb6476754ced | [] | no_license | AKokoshyan/JavaT | 89c242439ef597f6ceca3b391af4ef141e5cf319 | 4b7e27109bbbd81eaeaebe27896a89b5e4bc981a | refs/heads/master | 2021-06-22T20:56:35.076807 | 2017-08-17T21:04:13 | 2017-08-17T21:04:13 | 100,280,552 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 255 | java |
public class Task3 {
/**
* To be made a program which is printing all odd numbers from -10 to 10!
*/
public static void main(String[] args) {
for (int i = -10; i <= 10; i++) {
if (i % 2 != 0) {
System.out.print(i + " ");
}
}
}
}
| [
"akokoshqn@gmail.com"
] | akokoshqn@gmail.com |
45a8be946f81cf643783d8e93264b1357928250a | f607a97d0ddcc46b9206f2d98d01896a8739a741 | /src/main/java/edu/renidev/kafka/ProductsPopulator.java | 75d256fb2be35c543fb3b02c8a248f381e936c08 | [] | no_license | rhuanca/samples-kafka-infoappender | 5bb3f4b380c3867d397b1a656b08e40474f30e5d | b2d03da49f1044c959a7d3b09553fca7cc7e53c5 | refs/heads/master | 2021-01-11T14:35:21.799487 | 2017-01-27T00:26:35 | 2017-01-27T00:26:35 | 80,168,083 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 858 | java | package edu.renidev.kafka;
public class ProductsPopulator {
public static void main(String args[]) {
String servers = "172.18.0.80:9092";
String topic = "products";
Utils.publishMessage(servers, topic, 0, "P1", "Product1Name,Product1Description");
Utils.publishMessage(servers, topic, 1, "P2", "Product2Name,... | [
"renan.huanca@mojix.com"
] | renan.huanca@mojix.com |
a8168c1430ed7dec9b2fa5f28a767c52de85ed7a | e26f2622523ec10f168df10e8e2d73399e78f932 | /src/main/java/ru/sawoder/epam/seabattle/model/ship/Destroyer.java | 03e660cd30518699d559e667a953ef157b36232d | [] | no_license | Sawoder/hw-epm | 5a6b4997e92e0e67975c071f8064b8caf2cff97d | cdcb89b392f16aa620556abfff05ab393cba3fbe | refs/heads/master | 2020-03-28T23:08:54.906101 | 2018-11-23T18:10:01 | 2018-11-23T18:10:01 | 149,273,627 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 233 | java | package ru.sawoder.epam.seabattle.model.ship;
/**
* Destroyer has length equal 2.
*
* @author Ilya Lebedev
* @version 1.0
* @since 1.8
*/
public class Destroyer extends Ship{
public Destroyer() {
super(2);
}
}
| [
"sawoder@gmail.com"
] | sawoder@gmail.com |
20810b25e0c8ee4efb91b682dc1155130fb7327d | c697b14836a01be88e6bbf43ac648be83426ade0 | /Algorithms/1001-2000/1794. Count Pairs of Equal Substrings With Minimum Difference/Solution.java | 78090d5a7bcd8cc101fe97802be244c9624efa17 | [] | no_license | jianyimiku/My-LeetCode-Solution | 8b916d7ebbb89606597ec0657f16a8a9e88895b4 | 48058eaeec89dc3402b8a0bbc8396910116cdf7e | refs/heads/master | 2023-07-17T17:50:11.718015 | 2021-09-05T06:27:06 | 2021-09-05T06:27:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,402 | java | class Solution {
public int countQuadruples(String firstString, String secondString) {
Map<Character, Integer> map1 = new HashMap<Character, Integer>();
Map<Character, Integer> map2 = new HashMap<Character, Integer>();
int length1 = firstString.length(), length2 = secondString.length();
... | [
"chenyi_storm@sina.com"
] | chenyi_storm@sina.com |
0140818f72adda62157477c1b393aaa2ab3fa982 | ae907979553c97db558df97ff191d5099ce61b0d | /app/src/main/java/com/ashfaaq/android/fitnessappv2/RunningActivity.java | df8036cefe3503d4aa4968266b4678fb471c1ca2 | [] | no_license | ashfaaq77/FitnessApp | 512438c336a8a79c05cea94de0da44a3122b9a36 | 42549db3c7a305761986c1acff157b40cf4d7f86 | refs/heads/master | 2021-05-12T00:17:22.650415 | 2018-01-15T10:45:10 | 2018-01-15T10:45:10 | 117,531,131 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,687 | java | package com.ashfaaq.android.fitnessappv2;
import android.Manifest;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.ServiceConnection;
import android.content.pm.PackageManager;
import android.os.Bundle;
import android.os.IBinder;
import android... | [
"ashfaaq77@live.co.uk"
] | ashfaaq77@live.co.uk |
f0363236f1d431b6d6849370af4ac383e4a6883a | 17f76f8c471673af9eae153c44e5d9776c82d995 | /convertor/java_code/vidhrdw/nitedrvr.java | 9ddafa7f74e928081bd92a7dad0ccf6e9eb30a2a | [] | no_license | javaemus/arcadeflex-067 | ef1e47f8518cf214acc5eb246b1fde0d6cbc0028 | 1ea6e5c6a73cf8bca5d234b26d2b5b6312df3931 | refs/heads/main | 2023-02-25T09:25:56.492074 | 2021-02-05T11:40:36 | 2021-02-05T11:40:36 | 330,649,950 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,959 | java | /***************************************************************************
Atari Night Driver hardware
***************************************************************************/
/*
* ported to v0.67
* using automatic conversion tool v0.01
*/
package vidhrdw;
public class nitedrvr
{
/* local */
unsigned... | [
"giorgosmrls@gmail.com"
] | giorgosmrls@gmail.com |
ceb73809f8436373b2bfb66379110f8bdf7d0ee3 | 6ed324da3b1eefaa0553ce2898add53e01486359 | /src/main/java/com/nexmo/client/numbers/Type.java | 27d3b872d9eaa6079afddcd0819aec05a6585347 | [
"MIT"
] | permissive | Nexmo/nexmo-java | 397c1890d299cac482c7866781dae83fb2e5a200 | 656f42571d9772e0dc9ff18412df46a5ae8a9fe6 | refs/heads/master | 2022-12-06T16:59:00.702529 | 2022-10-17T10:04:00 | 2022-10-17T10:04:00 | 289,290,252 | 13 | 8 | MIT | 2022-06-02T08:54:16 | 2020-08-21T14:32:31 | Java | UTF-8 | Java | false | false | 2,036 | java | /*
* Copyright (c) 2011-2019 Nexmo Inc
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publ... | [
"noreply@github.com"
] | noreply@github.com |
07f7d4e38b58f27cb6f3fdbdcf1b974d171ffa7f | b52feb20530d8ab6b069bc46c958f0297c2df9f7 | /utils/CATIA/MECMODTYPELIB/HybridShapeLineAngle.java | fb1bf564046e4edbcb917c560e657e1cc910329c | [] | no_license | pawelsadlo2/CatiaV5Com4j | e9a1c8c62163117c70c8166c462247bf87ca3df5 | e985324b4d79e8b5a37662beeb6b914948b86758 | refs/heads/master | 2020-05-05T00:35:01.191353 | 2019-08-05T15:01:08 | 2019-08-05T15:01:08 | 179,579,412 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,213 | java | import com4j.*;
@IID("{89D765EC-F7B5-0000-0280-020E60000000}")
public interface HybridShapeLineAngle extends Line {
// Methods:
/**
* <p>
* Getter method for the COM property "Curve"
* </p>
* @return Returns a value of type Reference
*/
@DISPID(1611071488) //= 0x60070000. The runtime will prefer... | [
"pawelsadlo2@gmail.com"
] | pawelsadlo2@gmail.com |
654236dcf723916c61387e39470c4c6e87fde6b8 | 8ae46b91c916ca940aa4bdcfd4a4a06963eb91ad | /Chapter003Notes/com/christopheradams/ch3Notes/JavaChapter3Part3SwitchStatement.java | 2d60af86f9df9fdb17d73d07d0a2f94b6133a380 | [] | no_license | gitchrisadams/StartingOutJavaNotes | 01663aaabdd4010361146b48e23f5dba57246b72 | dcfa17e9072a15140841cfd16e8b7baf498f77d5 | refs/heads/master | 2021-01-09T20:46:11.272539 | 2016-08-16T16:10:13 | 2016-08-16T16:10:13 | 65,025,032 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,484 | java | package com.christopheradams.ch3Notes;
// Import statements:
import java.util.Scanner; // Allows getting input from the user.
import javax.swing.JOptionPane; // Allows access to gui dialog messages and prompts.
/*
Christopher Adams
04/29/2016
Java Chapter 3 Examples
*/
/**
This is an example of a java doc c... | [
"chrismichaeladams@gmail.com"
] | chrismichaeladams@gmail.com |
c1e66c6ffb1da56e0aa7957c52f29c37e638d9e3 | 2d5af741db7999753ecf2e27b675b5538c6d0ef0 | /chapter4/bean/src/main/java/camelinaction/InvokeWithProcessorSpringRoute.java | 38127ecd89db16daf54986bd64fef973a3dc1827 | [
"Apache-2.0"
] | permissive | camelinaction/camelinaction2 | b03f00391a735d40a0bd3cf467c3132a4e873710 | 0f07f42a6cc078eba5e7d9c88e11b31fd4a837d8 | refs/heads/master | 2022-12-25T11:30:52.873815 | 2022-01-24T12:38:26 | 2022-01-24T12:38:26 | 38,632,660 | 636 | 447 | Apache-2.0 | 2022-01-24T12:38:27 | 2015-07-06T16:50:52 | Java | UTF-8 | Java | false | false | 1,103 | java | package camelinaction;
import org.apache.camel.Exchange;
import org.apache.camel.Processor;
import org.apache.camel.builder.RouteBuilder;
import org.springframework.beans.factory.annotation.Autowired;
/**
* Using a Processor in the route to invoke HelloBean.
*/
public class InvokeWithProcessorSpringRoute extends Ro... | [
"claus.ibsen@gmail.com"
] | claus.ibsen@gmail.com |
678b89c9af13f866c4fb7abe1912313c448e0dc7 | 86c64072755648bcc053e28a67d30384925e0e10 | /Iesb/src/triangulo/teste.java | 882d86f52705b053ccdf6546369ef5640f10a0de | [] | no_license | igorMatsunaga/listaExercicio1 | 3cc97a17075c0b4100431b07d8bd2199ce9ac704 | f2ac5460a8798afba180080d74965a43d548425f | refs/heads/master | 2020-03-27T00:46:37.571961 | 2018-08-22T04:35:29 | 2018-08-22T04:35:29 | 145,655,988 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 2,895 | java | package triangulo;
import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import javax.swing.JLabel;
import javax.swing.JTextField;
import javax.swing.JButton;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
public c... | [
"noreply@github.com"
] | noreply@github.com |
eb21ba6ef83287d8188fe19e80d8b39bdc35acd7 | 4de2fffaa957330430744b7011824b62e06973c0 | /src/main/java/br/ufc/great/tsd/entity/PictureEntity.java | cd9eefd1e53262849c372857a99cbec294c28ede | [] | no_license | topicos-sistemas-distribuidos/systagramgae | f20f74914000f7cd0f04a97e22285f2af8f84550 | fffde686d288ecdf900c03031e9e91b20b8270d5 | refs/heads/master | 2022-12-23T02:56:48.375822 | 2019-05-26T20:12:33 | 2019-05-26T20:12:33 | 183,124,840 | 0 | 0 | null | 2022-12-10T03:45:34 | 2019-04-24T01:41:58 | Java | UTF-8 | Java | false | false | 1,388 | java | package br.ufc.great.tsd.entity;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.OneToMany;
import javax.persistence.OneToOne;
import javax.persistence.Table;
import com.fasterxml.jackson.annotation.JsonBackReference;
@Entity
@Table(... | [
"armando.sousa@gmail.com"
] | armando.sousa@gmail.com |
f3653b92e4413720f7acd09c80451cccf1fef202 | 7269c8c706d354beb2bfbf0b86eea566771bc10e | /src/application/controller/services/BillService.java | 6a7593d3733a64de8a3ededdddaebde693cdd461 | [] | no_license | quannguyen1999/manage-disks | 697cd489cc03228be56aace4944803c461d7184c | 30ff0b8d94b6392505d1df037e0089bbc4f1f7d1 | refs/heads/master | 2023-05-26T01:41:02.842611 | 2021-06-08T02:54:12 | 2021-06-08T02:54:12 | 292,857,898 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 951 | java | package application.controller.services;
import java.util.ArrayList;
import java.util.List;
import application.entities.Bill;
import application.entities.BillDetail;
public interface BillService {
public boolean addBill(Bill Bill);
public boolean addBillDetail(BillDetail BillDetail);
public boolean removeBill(... | [
"nguyendanganhquan99@gmail.com"
] | nguyendanganhquan99@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.