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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
074a6f4fd427f131eaecbf058e8d3cd8e919b455 | ef363294f953b2a4c31626960363b7ef5276acb5 | /src/basics/Basics.java | a5765c69a9674d6d10ecdc1cf65031cf201c3f2d | [] | no_license | mrigankdoshy/java-basics | 57da88a61ea0f84dd9f1c268d3c7d69a0d313d7c | 80365498f65408137d37fca9e7bd07e5d8263e92 | refs/heads/master | 2021-09-23T02:22:54.169669 | 2018-09-20T00:59:54 | 2018-09-20T00:59:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 256 | java |
package basics;
public class Basics
{
public static void main(String[] args)
{
// TODO code application logic here
int A,B,sum;
A=10;
B=20;
sum=A+B;
System.out.println("The Sum="+sum);
}
}
| [
"mrigankdoshy@gmail.com"
] | mrigankdoshy@gmail.com |
2993df55ea0dbc1a053b7f24a966f902d3b2a913 | e214a4b051466a311f5f8c708a4265567eca0279 | /text1/src/Server/ServerListen.java | 17ddaeb40d019844e781319bc305536bd1057cc8 | [] | no_license | antjzkx/LAN-chat-room | 7fb59b5f6f493d626d907f5629b5bbdec4ae6410 | 28a329cbb6dee22335a389eb67c3cc453a6d0ec8 | refs/heads/master | 2020-07-16T21:49:36.896186 | 2019-09-02T15:27:30 | 2019-09-02T15:27:30 | 205,875,605 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,587 | java | package Server;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.event.*;
import java.net.*;
import java.io.*;
public class ServerListen extends Thread{
ServerSocket server;
JComboBox combobox;
JTextField textfield;
JTextArea textarea;
UserLinkList userLinkList; //用户列表
... | [
"771977252@qq.com"
] | 771977252@qq.com |
5aa736ba7d2c2ce867b7777e33466e21e717d40b | 139960e2d7d55e71c15e6a63acb6609e142a2ace | /mobile_app1/module1183/src/main/java/module1183packageJava0/Foo1263.java | dfcc356a698b62c32d1e150c163ac9648ec2e45e | [
"Apache-2.0"
] | permissive | uber-common/android-build-eval | 448bfe141b6911ad8a99268378c75217d431766f | 7723bfd0b9b1056892cef1fef02314b435b086f2 | refs/heads/master | 2023-02-18T22:25:15.121902 | 2023-02-06T19:35:34 | 2023-02-06T19:35:34 | 294,831,672 | 83 | 7 | Apache-2.0 | 2021-09-24T08:55:30 | 2020-09-11T23:27:37 | Java | UTF-8 | Java | false | false | 378 | java | package module1183packageJava0;
import java.lang.Integer;
public class Foo1263 {
Integer int0;
public void foo0() {
new module1183packageJava0.Foo1262().foo5();
}
public void foo1() {
foo0();
}
public void foo2() {
foo1();
}
public void foo3() {
foo2();
}
public void foo4() {
... | [
"oliviern@uber.com"
] | oliviern@uber.com |
098c1ffad13d4dc19410d801f62ddb4bf3e02a64 | 8e7472561d8b9654e7f0dc205ad0ba224cb1afb1 | /hibernate-core/src/main/java/org/hibernate/boot/jaxb/mapping/spi/JaxbSqlResultSetMapping.java | 34a44a57fd0a6b01cbe253580c00ade4d7e4cda2 | [] | no_license | fdj32/HHH-6044 | 0b117c1e7c8fd442af69d873a7bb064ea94efc7e | 937c6f5601a5aa329ab19a3dfaffa03f8abee4f1 | refs/heads/main | 2023-08-10T23:26:39.712754 | 2021-09-28T13:08:14 | 2021-09-28T13:08:14 | 409,494,966 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,738 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.1
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2021.09.23 ... | [
"fdj32@163.com"
] | fdj32@163.com |
57bfb5cd9592daeaf2a7158b5b4943cd1ec1a6e1 | f65509f3a5048d6fda2981cbaffe163823e1f51f | /qa-javaFX-module/src/main/java/org/rb/qa/ui/qa/QaPresenter.java | d25fc550871977280ec5cc43309b4f7273864891 | [] | no_license | rigels02/goods-qa-main | 0a0abd250d664e90c1ad0261961a40f3df972d2f | cb429842a71cedee57b47a04d3cd60a15f424a2d | refs/heads/master | 2021-04-03T10:31:02.081482 | 2018-11-19T15:09:25 | 2018-11-19T15:09:25 | 124,577,428 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,523 | java | package org.rb.qa.ui.qa;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.net.URL;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Optional;
import java.util.ResourceBundle;
import java.util.logging.Level;
import j... | [
"rigels02@gmail.com"
] | rigels02@gmail.com |
7a582f59bc2596116e28758281826d550b5582dc | ff8deb04209952145dbc1efbd226dc2be1b8231e | /JSPBasicProject6/src/com/sist/temp/FoodManager.java | 76c39b73532b0f4c8b0995c1b6372f6c4b177d60 | [] | no_license | chaijewon/2020-12-22-webStudy | e9c2139681930ae44985dc3399b20314a62be34f | ae453c535926c53075bcf50d05596d88f1adf3fa | refs/heads/master | 2023-04-04T10:57:05.571275 | 2021-04-08T08:35:13 | 2021-04-08T08:35:13 | 341,717,649 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,476 | java | package com.sist.temp;
import java.util.StringTokenizer;
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
import org.json.simple.parser.JSONParser;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
public class F... | [
"SIST@DESKTOP-J6TRPCU"
] | SIST@DESKTOP-J6TRPCU |
621325c68a4b8a98b8093949fb55ffdcd7e2fe6d | 04065ebe4d6f6046eb6fa14fb0b6fdb7c8666d2b | /components/plots/src/org/geworkbench/components/plots/CellRenderer.java | f70f02b4fabfc3152dd1379384e108b319d0c41e | [] | no_license | cwt1/geworkbench-components | aefbdd72d0a6deecf68519005d2e7b452077c9c7 | dc760e7ddba9ae016b3ac7ad56cde02f00325f4a | refs/heads/master | 2021-05-30T14:18:52.614275 | 2016-02-10T21:13:42 | 2016-02-10T21:13:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,762 | java | package org.geworkbench.components.plots;
import java.awt.Color;
import java.awt.Component;
import javax.swing.DefaultListCellRenderer;
import javax.swing.JLabel;
import javax.swing.JList;
/**
* Cell rendered for the lists that handles the special selection conditions.
*/
class CellRenderer extends Def... | [
"zji@c2b2.columbia.edu"
] | zji@c2b2.columbia.edu |
2d1bcce99e3ca03e049e4a1d1e2df660f7eda8df | 3e56f40ece67f8a7f0f4b8dd0203ca82a30acfd4 | /qchat-service/src/main/java/com/qchat/netty/UserChannelRel.java | c1634ac0f7f63e773a7ef99a680b41f12bad5189 | [
"MIT"
] | permissive | iAtlantis/QChat | 161b58f47f329a75e9a6b7d9f3a53ab1f034b233 | 706c2aefa7f35bfc81b7a47a52df27345bffefa6 | refs/heads/main | 2023-08-18T19:51:20.762454 | 2021-10-15T08:44:59 | 2021-10-15T08:44:59 | 366,246,670 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 685 | java | package com.qchat.netty;
import java.util.HashMap;
import io.netty.channel.Channel;
/**
* @Description: 用户id和channel的关联关系处理
*/
public class UserChannelRel {
private static HashMap<String, Channel> manager = new HashMap<>();
public static void put(String senderId, Channel channel) {
manager.put(... | [
"idragono575@gmail.com"
] | idragono575@gmail.com |
6f6fcdaf31cc633e36e3d286a9f098e10ed787ba | c6728b4991d6167e217744e7f6af17c654720ca1 | /core/src/main/java/com/rxmuhammadyoussef/core/widget/rxedittext/TextChangesListener.java | a5fd1489d2dba620dff87e40df0148f3b0c7a86f | [
"Apache-2.0"
] | permissive | Anabeesh/anabeesh-android | 2a0f89205fa135dea078d7dd5038bb0dabdda9c1 | fce1ae79cccf0086930b4b7256cfd1006d3d20bf | refs/heads/develop | 2021-01-25T14:16:56.312808 | 2018-05-09T21:56:06 | 2018-05-10T18:27:56 | 123,679,387 | 1 | 1 | Apache-2.0 | 2018-05-10T18:27:58 | 2018-03-03T09:51:52 | Java | UTF-8 | Java | false | false | 130 | java | package com.rxmuhammadyoussef.core.widget.rxedittext;
public interface TextChangesListener<T> {
void onChanged(T result);
}
| [
"muhammadyoussef.27@gmail.com"
] | muhammadyoussef.27@gmail.com |
12684b099584b37aa61df8748fc8cdc0c5f9a752 | 038cf2d7cd0e62cc55667595c3b3dff73e5be906 | /src/priv/algorithm/coding_interviews/Question_63.java | 98b32edb1a615dbd1f18c1ea265044b0d8604997 | [] | no_license | MindExp/nowCoder | eba6ba8fbf682198d47254a28d1d847d16e05e1b | 0a5282f80ed1381a13e0a4c311f7ab3452c8f9d9 | refs/heads/master | 2023-04-06T17:26:21.535155 | 2019-09-24T16:54:32 | 2019-09-24T16:54:32 | 203,813,240 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,115 | java | package priv.algorithm.coding_interviews;
/**
* 63. 股票的最大利润
* 可以有一次买入和一次卖出,买入必须在前。求最大收益。
*/
public class Question_63 {
public static void main(String[] args) {
int[][] testInstances = {{7, 1, 5, 3, 6, 4}, {9, 11, 8, 5, 7, 12, 16, 14}};
Question_63 question_63 = new Question_63();
for (i... | [
"hezhihaics@163.com"
] | hezhihaics@163.com |
fe0de2ded937506dff5ed520447beb1d97ef2e21 | 83d4e49752f31403e2c9b30c3d64553e3553047a | /BankAccount.java | 93ac852aa8e2bd0b723b53dc61818e81652c8868 | [] | no_license | j6allen/BankAccount | 890ce4a1a78789d3dd228392084efa03b038eaae | 32a33a3b09d32e23d597ed61a8514b9ce7d1640a | refs/heads/master | 2021-01-25T10:16:27.084827 | 2014-08-01T16:21:42 | 2014-08-01T16:21:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,438 | java | /****************
@Author Jesse Allen
@Created October 11 2013
*****************/
/**
A Class that holds information on a bank account
*/
public class BankAccount
{
//Private instance fields
private double balance;
private String firstName;
private String lastName;
/**
Default co... | [
"j6allen@gmail.com"
] | j6allen@gmail.com |
690b5ecac8f33bdeb878a879f2435ac0a70f8a6d | 9ef576f83c6df3591b899ed00fe27322a20d5eb7 | /jamud-plugin/com/jamud/plugin/logicmoo/util/StatTable.java | a8175e99fee17448ffb70ad44e8c38e069f40b3d | [] | no_license | opensim4opencog/PrologVirtualWorlds | fbe064a3eaef97724ad887c12c2775ddb3e1edf9 | a31b65b566e13a4aa9df3ae07d949e97321941e9 | refs/heads/master | 2021-01-10T05:57:44.190374 | 2008-09-28T18:22:57 | 2008-09-28T18:22:57 | 52,572,229 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,715 | java | package logicmoo.util;
import java.util.Enumeration;
import java.util.Hashtable;
import java.util.StringTokenizer;
public class StatTable extends Hashtable implements Cloneable {
public StatTable() {
super();
}
public StatTable(String list) {
super();
if(list != null && list.trim().length()... | [
"logicmoo@gmail.com"
] | logicmoo@gmail.com |
53c3ead12b10e73a419dd6054f1db776245ac231 | 36ad89a89a6ec3e9fffefc78941de8dfdd96c18b | /src/main/java/ContentItem.java | 3b92fc24e4f1bc4ce46c4fe07701c2968a96fb6f | [] | no_license | justinawcs/dove | 833e4901bb023c00818fc5df7cf67579a607c7f3 | e8c28b3f142f1817edd9d422d642266c80e22e52 | refs/heads/master | 2021-01-20T19:57:59.594623 | 2016-08-02T19:59:00 | 2016-08-02T19:59:00 | 64,786,688 | 0 | 0 | null | 2016-08-02T19:59:01 | 2016-08-02T19:33:47 | Java | UTF-8 | Java | false | false | 8,437 | java | import java.awt.Image;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.util.Date;
import java.util.ArrayList;
import javax.imageio.ImageIO;
/**
* ContentItem class object maintains information from the Dove file and
* included files.
*... | [
"justaddwater843@yahoo.com"
] | justaddwater843@yahoo.com |
fedf36c72511d099098bff0eec32a8ffc179afd6 | 74af5f3969b08b9359f2650b3ce845ee96b2d8fb | /app/src/main/java/jp/co/miraishonen/cycro/helper/BitmapHelper.java | ca49283ec8020178ffc543dd5d5b7f4dcb597022 | [] | no_license | mobilewebguru/bluetoothchat | 13a56483e1252000510c482b19919870ccd854c0 | 68c6a99ef3abe3cc548281155575c4b9eae4105c | refs/heads/master | 2021-06-26T22:16:56.407259 | 2017-09-11T18:56:20 | 2017-09-11T18:56:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,861 | java | package jp.co.miraishonen.cycro.helper;
import java.io.FileNotFoundException;
import android.content.Context;
import android.graphics.AvoidXfermode;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.P... | [
"strong.iron.90@gmail.com"
] | strong.iron.90@gmail.com |
6b4e938fa5228670aa175d067dee2b3ade650968 | 86215bd7ab2457497727be0193d3960feec3b524 | /demo-fpml/src/main/generated-source/org/fpml/reporting/AdjustableRelativeOrPeriodicDates.java | 6165dbde9a49aca82ae22c659f0eedf652c7954c | [] | no_license | prasobhpk/stephennimmo-templates | 4770d5619488fe39ffa289b6ede36578c29d6c4d | ce2b04c09b6352311df65ad8643f682452f9d6a7 | refs/heads/master | 2016-09-11T13:47:44.366025 | 2013-08-21T18:29:55 | 2013-08-21T18:29:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,596 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
// 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: ... | [
"stephennimmo@gmail.com@ea902603-27ce-0092-70ca-3da810587992"
] | stephennimmo@gmail.com@ea902603-27ce-0092-70ca-3da810587992 |
1e4f20dd39ef03ba9756c08670e95fac6215b836 | fcd07b172467713fff00c66b1c84a3bcae48bf59 | /src/main/java/com/dnevi/expression/validator/validation/ValidatorContext.java | 66aca64cdb701855dfc285253b25a37f08e4bf2e | [] | no_license | DarioNevistic/json-schema-expression-validator | f6f1dd838872345465bda1f3cc24791ebe5b43ad | 5f67d1cd346040a22003d4c4cfde7df35f9acfbb | refs/heads/master | 2022-12-31T21:56:37.602423 | 2020-05-30T14:56:41 | 2020-05-30T14:56:41 | 268,090,730 | 0 | 0 | null | 2020-10-13T22:26:08 | 2020-05-30T14:00:38 | Java | UTF-8 | Java | false | false | 366 | java | package com.dnevi.expression.validator.validation;
import lombok.Getter;
@Getter
public class ValidatorContext {
private ValidationResult validationResult;
public ValidatorContext() {
this.validationResult = new ValidationResult();
}
public void addError(ValidationError result) {
th... | [
"nevistic.dario@nsoft.com"
] | nevistic.dario@nsoft.com |
243543ad9c32b0bd7cbfddf9769b165aef93603b | c3db5ec091fb7abc1bb6d1237f5aba99661bf50b | /Patterns/Patternbinary.java | 31183379cfac3dcdd89567d5b00e435e53f39c8f | [] | no_license | Blueluelueluelue/JavaLearning | f46b3c20d814465a39c5a16b524d6ab7ccfa3c2f | 67ac2e689dc913d08b908db577fe236b25afefad | refs/heads/master | 2021-05-01T10:50:00.526584 | 2018-03-08T17:42:58 | 2018-03-08T17:42:58 | 121,110,010 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 315 | java | import java.lang.*;
import java.util.Scanner;
class Patternbinary
{
public static void main(String args[])
{
int i,j,n;
Scanner sc=new Scanner(System.in);
System.out.println("enter the no. of rows");
n=sc.nextInt();
for(i=1;i<=n;i++)
{
for(j=1;j<=i;j++)
System.out.print((i+j-1)%2+" ");
System.out.println();
}
}
}
| [
"tahaking786@gmail.com"
] | tahaking786@gmail.com |
351afc3982b7838f37fd741692936f986a66f001 | 62d9abd0b2945b6b92e35c5044514c31570ec513 | /src/main/java/com/lm/shopping/persistence/mapper/ItemMapper.java | af325548992a37bac534e799651ba91581913a0f | [] | no_license | liborio7/shopping | f48f73dccc72c667fee3735fd39e835dcf4c78a0 | 1702f4131283a39fb38f29b6328d33805e541c54 | refs/heads/master | 2020-04-13T00:14:59.401782 | 2018-12-23T13:18:21 | 2018-12-23T13:18:21 | 162,841,583 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 243 | java | package com.lm.shopping.persistence.mapper;
import com.lm.shopping.persistence.model.Item;
import java.util.List;
public interface ItemMapper {
Integer insert(Item entity);
Item loadById(Item entity);
List<Item> loadAll();
}
| [
"giuseppe.cafarelli@satispay.com"
] | giuseppe.cafarelli@satispay.com |
b38db2e58c55fd7a3ca43795798f27a823a2ec4b | 0a14214ed11d1f0448429f06d03bc3b67aea59af | /core/src/main/java/sneer/bitcoin/core/util/WalletUtils.java | ab50ca0242389323d516a175a55aba901cba7d85 | [] | no_license | sneerteam/Snitcoin | 60add0f3db60f6b0ab52e2e13da3e6b271795e00 | c9564f2603e220d337f226f29fd976a595813704 | refs/heads/master | 2016-09-15T11:36:57.883274 | 2016-05-13T11:25:26 | 2016-05-13T11:25:52 | 39,038,476 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 568 | java | package sneer.bitcoin.core.util;
public class WalletUtils {
public static String formatHash(String address, int groupSize, int lineSize) {
StringBuilder builder = new StringBuilder();
int len = address.length();
for (int i = 0; i < len; i += groupSize) {
int end = i + groupSize;
String part = address.su... | [
"bueno.felipe@gmail.com"
] | bueno.felipe@gmail.com |
6f87d937399ee2a1d3ac58449f0ee1b3c31cbae2 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-large-project/src/test/java/org/gradle/test/performancenull_449/Testnull_44899.java | 09ca1c9a591a1d78a1af934252aeb961cd5e651b | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 308 | java | package org.gradle.test.performancenull_449;
import static org.junit.Assert.*;
public class Testnull_44899 {
private final Productionnull_44899 production = new Productionnull_44899("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
4b007fb76a6f0c692de5b3c21a22d26dd314e9df | 44e1114cd16a233e63f0e065541c47d13d777e20 | /PagaBoleto/src/Boleto.java | 83b303a9210022a8ba92ff30e26f6345be64d298 | [] | no_license | matheusdutra96/PagaBoleto | 5f961393dacc38d4c44b946597966d595163efc9 | f54f05357788747bc1db329bba5b60c00baba07d | refs/heads/master | 2022-11-20T04:04:57.620596 | 2020-07-12T23:31:27 | 2020-07-12T23:31:27 | 279,161,437 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 604 | java | public class Boleto {
private String codigo;
private String data;
private double valorPago;
public Boleto(String c, String d, double v) {
this.codigo = c;
this.data = d;
this.valorPago = v;
}
public String getCodigo() {
return codigo;
}
public void setCodigo(String codigo) {
this... | [
"mathe@LAPTOP-084K0S9A"
] | mathe@LAPTOP-084K0S9A |
0c090d9eecc38221ad7f1f395ffebfa92baf35e2 | 8674b1dd0e305f80b3f7ea55af160244bb7931cc | /src/test/java/runners/MainRunner.java | b13191b3bfe030fdb4124258695adae9a16c6a52 | [] | no_license | ejca1212/WebDriverUniversityFramework | e24e24ee1a113a5906178c507c456a2dc6ee8c6a | 543a90103a523a9e81cd8c29546c959dcbf88a37 | refs/heads/master | 2021-06-10T06:24:41.105706 | 2019-06-05T21:48:28 | 2019-06-05T21:48:28 | 175,291,842 | 0 | 0 | null | 2021-04-26T18:54:16 | 2019-03-12T20:31:47 | HTML | UTF-8 | Java | false | false | 946 | java | package runners;
import com.cucumber.listener.Reporter;
import cucumber.api.CucumberOptions;
import cucumber.api.junit.Cucumber;
import cucumber.api.testng.AbstractTestNGCucumberTests;
import org.junit.runner.RunWith;
import org.testng.annotations.AfterClass;
import utils.AdvanceReport;
import java.io.File;
@RunWi... | [
"ecastillo@hugeinc.com"
] | ecastillo@hugeinc.com |
f61c271e3f783e4f70c2e6146c39baf04369fdde | 6a3041766026860972eb999aa8698efd50b61145 | /src/calculation/Remainder.java | 8d624e5b4c50058b12cf64da0ae33ad76d6fcce0 | [] | no_license | nakguan/baekjoon | d42fc20b6e9af93ed8384f44947cc723ea031050 | 550c18b8865d4049baf71720d04e6f73e6393a4d | refs/heads/master | 2021-01-01T18:18:42.628607 | 2017-08-30T04:34:10 | 2017-08-30T04:34:10 | 98,296,525 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 440 | java | package calculation;
import java.util.Scanner;
public class Remainder {
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int num1 = sc.nextInt();
int num2 = sc.nextInt();
int num3 = sc.nextInt();
System.out.println((num1+num2)%num3);
System.out.println((num1%num3+num2%num3)... | [
"nakguan@gmail.com"
] | nakguan@gmail.com |
450b56c0e5c9343b0ed99ceb63509a85ab3dc219 | 7033053710cf2fd800e11ad609e9abbb57f1f17e | /cardayProject/carrental-service/src/main/java/com/cmdt/carrental/platform/service/model/request/user/UserInfoDto.java | c62bfd1df395dd30dcee1c1dd4272994808afceb | [] | no_license | chocoai/cardayforfjga | 731080f72c367c7d3b8e7844a1c3cd034cc11ee6 | 91d7c8314f44024825747e12a60324ffc3d43afb | refs/heads/master | 2020-04-29T02:14:07.834535 | 2018-04-02T09:51:07 | 2018-04-02T09:51:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,772 | java | package com.cmdt.carrental.platform.service.model.request.user;
import java.io.Serializable;
import javax.validation.constraints.NotNull;
public class UserInfoDto implements Serializable{
private static final long serialVersionUID = 1L;
private Long id; //编号
@NotNull(message="username不能为空")
private String ... | [
"xiaoxing.zhou@cm-dt.com"
] | xiaoxing.zhou@cm-dt.com |
fc4b4301e3a435823800d381234f6ec315303f22 | d36069fc7dea094da8733c1b2d0d83e35b2526bb | /app/src/main/java/com/example/phuongnam/model/User.java | 2a91e2564a4d620ba9fa9b6886f72ba87710bbac | [] | no_license | phancanh07/PhuongNam | 3ba48574288c1471e2682360e2eca6516b9f02ad | 4968a1e84b5d358019c3fcafcc13f14e406e8c5c | refs/heads/master | 2022-12-27T01:09:13.612157 | 2020-10-07T00:50:38 | 2020-10-07T00:50:38 | 301,890,908 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 944 | java | package com.example.phuongnam.model;
public class User {
public String Username;
public String Password;
public String Email;
public String soDT;
public User() {
}
public User(String username, String password, String email, String soDT) {
Username = username;
Password = p... | [
"68606005+toitenduccanh@users.noreply.github.com"
] | 68606005+toitenduccanh@users.noreply.github.com |
41172d92b59147706ca4de3508c9e2be686d3a92 | aad57a23f8b5d5716e5a38b6b163d8cd374dc7ee | /TradeIn/app/src/main/java/com/tt/tradein/mvp/models/Goods.java | e14aca452d464481d88a1eff7f20a68d5f23d517 | [] | no_license | paranoia0618/AndroidStudioLearning | fc47904d4e36095d937005b8ee288389056c0859 | 71c95ebbec57e47e12c93ffc017968a38a7fd837 | refs/heads/master | 2021-09-10T06:19:29.465264 | 2018-03-20T15:42:30 | 2018-03-20T15:42:30 | 114,605,816 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,127 | java | package com.tt.tradein.mvp.models;
import java.util.List;
import cn.bmob.v3.BmobObject;
/**
* Created by tuozhaobing on 16-5-12.
*/
public class Goods extends BmobObject {
private String title;
private String description;
private String new_degree;
private String price;
private String location;... | [
"1947696970@qq.com"
] | 1947696970@qq.com |
a71707432615a467da7c8a806405d942728c05f6 | b7a63588107aae62de36fb390c0222d5722c706e | /TEA102G1/src/com/booking_ing_table/model/Booking_Ing_TableVO.java | 3ee689d2100d142fb3788234156204abff73351f | [] | no_license | si181818/TEA102G1 | 552264f1694338ce4224535cebd0cc009a08d9f2 | 3f1c2f5bbe0233e7e0e88d48b355eb79b22b5102 | refs/heads/master | 2023-08-24T04:37:12.162396 | 2021-10-17T14:53:01 | 2021-10-17T14:53:01 | 331,633,110 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,784 | java | package com.booking_ing_table.model;
import java.io.Serializable;
import java.sql.Date;
import com.booking_fixed_table.model.Booking_Fixed_TableVO;
//ORDER_ID VARCHAR2(100) NOT NULL,
//RS_STATUS NUMBER NOT NULL,
//RS_SIERAL VARCHAR2(100) NOT NULL,
//PRIMARY KEY (ORDER_ID),
public class Booking_Ing_Ta... | [
"si181818@gmail.com"
] | si181818@gmail.com |
2538aa3816f8a9ef1879fc9516c0704705304ee5 | 83291253d179ac079b026c19ccbe07749b158a14 | /core/src/main/java/com/tsilva/MessageProcessingModule2.java | 6debb088e274e6fbd099a712d8fa3fc062ba9a19 | [] | no_license | telmoanastacio/git-hub | 2ce1bfcab029b9dd1ba3d98f82c91204eac459b1 | 460dc38e0bfeb2f05ed76f744b5715f2f98bab43 | refs/heads/master | 2020-04-25T10:44:32.073234 | 2019-02-26T14:16:31 | 2019-02-26T14:16:31 | 172,720,089 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,919 | java | package com.tsilva;
import com.tsilva.demo.DemoData;
import java.util.*;
public class MessageProcessingModule2
{
public MessageProcessingModule2()
{}
public Map<String, Integer> getGlobalStatistics(String user)
{
UrlPathGenerator urlPathGenerator = new UrlPathGeneratorImpl();
UrlCon... | [
"telmo.anastacio@gmail.com"
] | telmo.anastacio@gmail.com |
88977a43d294c0adeaf8c3a34b32a2c13f4f86d0 | 5202174089ea80bf47d5ee8a45be9b1e656d4618 | /Java Basic Prgms/Assignment/Assignment 3/pg2 incomplete/x.java | 070f099e743d0041284c1e84eae168554fb2d23f | [] | no_license | Himalaya293/Training-Himalaya | 680a8a740248e61c61872a9f03ef6945e1ef500f | fe3dee3dc9be3bd44b8fd627432a99de5b5e6ec1 | refs/heads/main | 2023-05-04T01:18:27.500093 | 2021-03-21T20:57:16 | 2021-03-21T20:57:16 | 308,068,425 | 0 | 0 | null | 2021-02-25T07:36:34 | 2020-10-28T15:57:25 | Java | UTF-8 | Java | false | false | 523 | java | import java.util.*;
class x
{
public static void main(String []args)
{
Scanner sc=new Scanner(System.in);
System.out.print("enter k value");
int k=sc.nextInt();
System.out.print("enter n value");
int n=sc.nextInt();
int a[]=new int[n];
for(int i=0;i<a.length;i++)
{
a[i... | [
"73583283+Himalaya293@users.noreply.github.com"
] | 73583283+Himalaya293@users.noreply.github.com |
93bb1c182714c20857f83983a4c4c896e7920c6b | 19bd344a926c3406109b406dac10defec2f52361 | /src/leetcode/leetcode145/Solution.java | 4d3fd96566ddda510b131843ad66dd5c8cbb71be | [] | no_license | Eivense/AlgorithmLearning | 57be7f1680ed38875e4dfcc45d9daef04a698e7a | 7907f22329210c5ab1c9ca934b7a0995713b1b0d | refs/heads/master | 2021-12-15T12:39:42.242758 | 2021-12-04T07:09:42 | 2021-12-04T07:09:42 | 185,633,025 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,582 | java | package leetcode.leetcode145;
import java.util.*;
/**
* Given a binary tree, return the postorder traversal of its nodes' values.
*
* Input: [1,null,2,3]
* 1
* \
* 2
* /
* 3
*
* Output: [3,2,1]
*
* 后根遍历 左右根
*
*/
class TreeNode {
int val;
TreeNode left;
TreeNode rig... | [
"hexplosives96@gmail.com"
] | hexplosives96@gmail.com |
33691a92d8ac0af9464393644291823c0d7255ab | 9baa1d671a07694acc66843bd193858323266152 | /src/test/java/by/itacademy/callservice/CallServiceApplicationTests.java | b2d05fb2b92efaeb6b45f7f29013cceefc2a61a1 | [] | no_license | RyhorPaprauka/CallService | ef71e2f8c6d916c353f346cca7b880e49285b612 | 7231e6bd085b67074dc32768b92feb004be50a9a | refs/heads/master | 2022-02-21T17:39:31.552448 | 2019-10-27T09:01:01 | 2019-10-27T09:01:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 354 | java | package by.itacademy.callservice;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class CallServiceApplicationTests {
@Test
pub... | [
"ryhorpaprauka@gmail.com"
] | ryhorpaprauka@gmail.com |
1a4298f57c7c86bee9eb1d8b9ba7ecdd8174ae12 | 771bc1ef8f433458611bf88d7f998b463eaa0475 | /TH2/UsingMessageDemo/app/src/test/java/com/example/usingmessagedemo/ExampleUnitTest.java | c3888fbf56084b1f8592ecd05bea209cc6d46568 | [] | no_license | truonghuy1011/AndroidStudio | 572c07d5fc211464a224f8c438047fc9ff4603aa | 5a37af83d6dc8255d992b67d9da8ce24da8b66d2 | refs/heads/master | 2023-03-25T01:29:00.958823 | 2021-03-23T05:51:40 | 2021-03-23T05:51:40 | 350,577,642 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 389 | java | package com.example.usingmessagedemo;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
publi... | [
"huyhieu10.11.1999@gmail.com"
] | huyhieu10.11.1999@gmail.com |
42446c98ae589dc24ab5f372fd5b9753a4a1638f | 0eb6dcac0092046bb8d6d1aa3ed1c336f5caa5f8 | /app/src/main/java/com/example/mclondi/wearablegridlistview/MainActivity.java | fb9fd60b635c4257757cc8108ca7c21e41543468 | [] | no_license | MClondi/WearableGridListView | 34ed210b724bad3b3baae15fa4bc9aeddcb1d3c1 | 7572061a714bf8a56086b39b43a26a39cd33c52a | refs/heads/master | 2020-12-25T13:45:29.235642 | 2016-06-16T22:02:53 | 2016-06-16T22:02:53 | 61,328,411 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,037 | java | package com.example.mclondi.wearablegridlistview;
import android.app.Activity;
import android.app.Fragment;
import android.os.Bundle;
import android.support.wearable.view.FragmentGridPagerAdapter;
import android.support.wearable.view.GridViewPager;
public class MainActivity extends Activity {
@Override
prote... | [
"marcjan940@student.polsl.pl"
] | marcjan940@student.polsl.pl |
6398ceccf00b7f34ea1dba23c1b053dac196c717 | b394b47024c9c09bb1000ec5ef40c06afb35fb35 | /Test1/app/build/generated/source/r/debug/com/example/takeimage/R.java | 621ade7ac566a29e55b5ba4b1f2f37bec035dc64 | [] | no_license | siddharth2610/test-apps | 05c6e86525f87936793214fe769d7f015e417f57 | dcda3c321b3efb866addb64a25e975b79e33045a | refs/heads/master | 2021-01-20T18:47:53.180312 | 2016-06-24T10:16:04 | 2016-06-24T10:16:04 | 61,115,398 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 367,502 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.example.takeimage;
public final class R {
public static final class anim {
public static final int abc... | [
"sidgane@iitk.ac.in"
] | sidgane@iitk.ac.in |
10b6af72ebb2b55481d95543128d06797a31a456 | 512c09680191bb58a31185b677d625953059e60c | /app/src/main/java/com/example/student/cs3270a9/CourseRecyclerViewAdapter.java | 55a006733a885f5325536a4c20f0bb2c6e3cac64 | [] | no_license | chardur/CS3270A9 | 850ac98eefd26db90e47ade96728438208c2ff77 | 2762aea7fd2be3ca3c7cbe41f70a2a0d137eb3cf | refs/heads/master | 2020-04-02T10:42:31.565518 | 2018-11-07T20:07:05 | 2018-11-07T20:07:05 | 154,351,059 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,947 | java | package com.example.student.cs3270a9;
import android.support.annotation.NonNull;
import android.support.v4.app.FragmentActivity;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.examp... | [
"charlesdurfee@gmail.com"
] | charlesdurfee@gmail.com |
6d6caebc9086aeb5aea0ed54c2b3bdb6fdf1db27 | 34a5ee54e16f1bcd57e51875d7a21555351540df | /day07/陈豪杰/MyMvp/app/src/main/java/com/example/mymvp/base/BasePresenter.java | b7be552eaa31234ecd8a40b14b745ae443fec120 | [] | no_license | tddch/group2 | a9bc71aa6346f8f99138460b5d84b649408c2f1b | 32299da0d15307c8a8b470c0ed9016a1598eb31a | refs/heads/main | 2023-02-14T19:44:36.240200 | 2021-01-02T13:22:02 | 2021-01-02T13:22:02 | 322,761,173 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,332 | java | package com.example.mymvp.base;
import com.example.mymvp.base.interfaces.IBasePresenter;
import com.example.mymvp.base.interfaces.IBaseView;
import java.lang.ref.WeakReference;
import io.reactivex.disposables.CompositeDisposable;
import io.reactivex.disposables.Disposable;
public class BasePresenter<V extends IBase... | [
"CHJ1322893621@163.com"
] | CHJ1322893621@163.com |
dea967af8ffa4c0f4cdbdc1cfcf0aa464410455c | 3e82f2887bf6bb736b86b0a526951f03069eb7a5 | /springcludefeigndemo/src/main/java/com/example/feign/interceptor/CustomRequestInterceptor.java | 96fc7d896dda0661d1b79dacb1d3c5dff0144927 | [] | no_license | DylanDan/springcloud | 9a0d5df9252fcf4334dbad31bcb2ffe5ac93451d | 4a1f8a2ea745a36592545a1436e15ea8f8010a71 | refs/heads/master | 2021-02-08T14:10:06.134422 | 2020-03-10T00:12:53 | 2020-03-10T00:12:53 | 244,160,291 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 339 | java | package com.example.feign.interceptor;
import feign.RequestInterceptor;
import feign.RequestTemplate;
public class CustomRequestInterceptor implements RequestInterceptor {
@Override
public void apply(RequestTemplate template) {
System.err.println(template.url());
template.header("myHeader", "... | [
"danxin15@gmail.com"
] | danxin15@gmail.com |
bca4c6b8f450c2fb1320230ab86e8870a5c53b82 | d2f1c7cc9642055fed01eab6fae90ad49802de3e | /back-end/src/main/java/io/ramonak/adminka/ui/views/muscleGroup/MuscleGroupView.java | f507807574e714ce2d4ae6624dbad7ca47b1e22c | [
"Unlicense",
"MIT"
] | permissive | KaterinaLupacheva/tabata-app | 5c5d4c168fb6d6006dfe45e16c2b84659c62ac8a | c1a9db3157d17356f1ebc54348d187947e47762f | refs/heads/master | 2023-03-07T04:03:26.018831 | 2022-07-20T20:13:58 | 2022-07-20T20:13:58 | 234,334,098 | 5 | 1 | MIT | 2023-03-04T05:42:46 | 2020-01-16T14:08:16 | JavaScript | UTF-8 | Java | false | false | 2,671 | java | package io.ramonak.adminka.ui.views.muscleGroup;
import com.vaadin.flow.component.Key;
import com.vaadin.flow.component.button.Button;
import com.vaadin.flow.component.button.ButtonVariant;
import com.vaadin.flow.component.grid.Grid;
import com.vaadin.flow.component.orderedlayout.HorizontalLayout;
import com.va... | [
"katerinalupacheva@gmail.com"
] | katerinalupacheva@gmail.com |
69508abe37d518ed2f9354341dc8f9e067199c80 | 86467396f701c7f0e1cf93bfa6ffaff4398a91a4 | /8. oops/5. Inheritance In Constructor/ConsInherit.java | f971576627a52872756e0de83b8a23459484f9ad | [] | no_license | sbhardwaj8717/Complete-Java-Core | 9f2523de1fa9d0a0dff9696cf3db01200b8cb502 | 221d8da6168a8fac26a0c1fe606f9b5f81de1ed8 | refs/heads/master | 2023-04-26T10:53:31.913141 | 2021-05-22T15:30:13 | 2021-05-22T15:30:13 | 297,621,748 | 0 | 2 | null | 2020-10-19T15:25:18 | 2020-09-22T11:01:48 | Java | UTF-8 | Java | false | false | 116 | java | public class ConsInherit {
public static void main(String[] args) {
Class1 cls = new Class1();
}
}
| [
"sbhardwaj8717@gmail.com"
] | sbhardwaj8717@gmail.com |
e884dc3cdc6e2411a1bfe7416d69a7e17d38f33b | 3c3b90f959042308f9ad2e9bcc9aed16a1310621 | /ExerciciosJUnit_Hyago/src/param/CalculoImpostoRenda.java | 503ea0d1cc67cd4079c2a3e55d437e7b8d3b82c1 | [
"MIT"
] | permissive | hyagocarlos/TestedeSoftware | f6049f929a85de3a74e34f1f1966713ec1c5879c | 7d5fe2bf9ddd58e7151de4bd87a946c179035803 | refs/heads/main | 2023-04-09T17:55:39.700055 | 2021-03-25T18:39:26 | 2021-03-25T18:39:26 | 351,538,852 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,320 | java | package param;
public class CalculoImpostoRenda {
/**
* Este método calcula o imposto a ser pago baseado no valor de uma dada compra.
*
* Se 1201 <= valor <= 5000 deve pagar 10% de imposto
* Se 5001 <= valor <= 10000 deve pagar 15% de imposto
* Se valor > 10000 deve pagar 20% de imposto
* Se valo... | [
"hiagocarlosm@gmail.com"
] | hiagocarlosm@gmail.com |
340dac19fe5cd538f3f9d672fb01f5e2e43c149b | c578c66d9a224e7cd754a677fb04f5df300e21bc | /src/main/java/com/node/dto/request/NodeRootRequest.java | 023a2c84b361639c3e727cf76a4bb61d7c57f1cd | [] | no_license | Sergio997/node | a90bc73e55b6899ba1f7c76059e8e38274552ae4 | 44d8004e6547b9a7a401e47f7e9cd4e6e615ef41 | refs/heads/master | 2023-01-12T01:09:04.886261 | 2020-11-10T13:37:17 | 2020-11-10T13:37:17 | 311,668,462 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 92 | java | package com.node.dto.request;
public class NodeRootRequest extends AbstractNodeRequest {
}
| [
"Sergio_Movchan@epam.com"
] | Sergio_Movchan@epam.com |
c27c1269be76c2969278e1af5f003153c1919587 | 58973d2caa4a061fcd9ff3e1d838ff873123a694 | /src/main/db/DB.java | db19ad70baff7e61e3592bd40f081c0c9f3a5188 | [] | no_license | Maksym-Gorbunov/OpenCVApplication | 040ee4946597fb0ba1a53ea3a6450d6c2e46d4e4 | f6a8e72082c81241c13f7ef9b1332ff5c26de7d3 | refs/heads/master | 2020-06-16T17:22:53.560299 | 2019-08-07T20:36:36 | 2019-08-07T20:36:36 | 195,649,492 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,887 | java | package main.db;
import java.util.ArrayList;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
import com.mongodb.*;
import com.mongodb.client.MongoCollection;
import com.mongodb.client.MongoDatabase;
import org.bson.Document;
import java.util.ArrayList;
import java.util.List;
... | [
"maxsverige@hotmail.com"
] | maxsverige@hotmail.com |
c6bbb140d65aec9908d3a272cc565d4bca4f5af9 | 73821e6e1fc1e9d0f59d77a7fcf7e4e4ed55fa95 | /src/main/java/com/tmall/util/Constant.java | 44758ddef3d9d412be7b048b8a62d63a104d62d6 | [] | no_license | Lijunlong/tmall | 78576a4fbe2046d471a461f49cf9800cd6a267a7 | a6c3c3132a2366af2b2f0f20b57f28630ff88329 | refs/heads/master | 2022-06-25T15:03:52.127089 | 2019-10-25T03:09:47 | 2019-10-25T03:09:47 | 200,202,688 | 1 | 0 | null | 2022-06-17T02:22:15 | 2019-08-02T09:02:58 | Java | UTF-8 | Java | false | false | 452 | java | package com.tmall.util;
public class Constant {
//########## 登录 ##########//
public final static int NORMAL = 1;//启用
public final static int DISABLED = 0;//禁用
public final static String SYS_NAME = "SYS";
public final static String DEFAULT_PASSWORD = "123456";//新建用户默认登录密码
public static final String ... | [
"190690229@qq.com"
] | 190690229@qq.com |
45a988c70dd62665cb0c2c773745330cee0e68d0 | 69ac41ba3aceda05a4bdfb84b0e3cb542c00522d | /pricingservice/src/main/java/com/microservices/pricingservice/controller/PageController.java | 389aa0c414c0cd03653fb0aca749e6937da48c26 | [] | no_license | Nanirudh/RetailVehicleApp | 80417ee271bab839c9d726ac9f486fea9dde0610 | 4eaafd30007f2b491553d03dca2b799bc4a69a4c | refs/heads/master | 2022-11-27T03:05:58.433629 | 2022-11-11T05:42:04 | 2022-11-11T05:42:04 | 208,468,945 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 377 | java | package com.microservices.pricingservice.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.servlet.ModelAndView;
@Controller
public class PageController {
@RequestMapping("/price")
public ModelAndView ho... | [
"avirepic@gmail.com"
] | avirepic@gmail.com |
7f170ebbcc7ac340b7d52c29af9f05d688e0a814 | 97e8a4cf2e8ea36369422d8e30b7c3bbc961e7cc | /src/main/java/Sightings.java | 11974a2c34e4450acb5f4768b5f4654ae7154d0a | [
"MIT"
] | permissive | TonaDaphin/Wildlife-tracker | f623b56a72557d6355493f04ab698bfb2dc255dc | 1017e43f940b9b44dcde35c770df0f0e94a17327 | refs/heads/master | 2022-10-04T23:29:45.662211 | 2019-10-02T07:16:58 | 2019-10-02T07:16:58 | 210,219,683 | 0 | 0 | null | 2022-09-08T01:03:01 | 2019-09-22T21:57:21 | HTML | UTF-8 | Java | false | false | 2,572 | java | import java.sql.Time;
import java.util.List;
import java.sql.Timestamp;
import java.util.Objects;
import org.sql2o.*;
public class Sightings {
private String rangerName;
private int id;
private String animal;
private String location;
private Timestamp date;
private Timestamp month;
publi... | [
"tonadaphine77@gmail.com"
] | tonadaphine77@gmail.com |
1631d07a44083d06d430172a2455765df7ceb754 | 8e47241597cbbcf4c5d8ae652128d2c32b0bb97b | /test/miggy/cpu/instructions/bitshift/LSRTest.java | c862d36cc61e2ae46b6663ea897a7acaa8d562a7 | [
"BSD-3-Clause"
] | permissive | sam-ellis/m68k | 91f28d9559fc9c636d90ef9caeeced3fbee4d03a | 50fa972a751e2e15b6152a8113f2ce2fdb8fb0a2 | refs/heads/master | 2023-03-04T09:05:24.080222 | 2023-01-31T09:12:56 | 2023-01-31T09:12:56 | 268,896,249 | 0 | 0 | null | 2020-06-02T19:59:52 | 2020-06-02T19:59:51 | null | UTF-8 | Java | false | false | 2,996 | java | package miggy.cpu.instructions.bitshift;
import m68k.cpu.Size;
import miggy.BasicSetup;
import miggy.SystemModel;
import miggy.SystemModel.CpuFlag;
// $Revision: 21 $
public class LSRTest extends BasicSetup {
public LSRTest(String test) {
super(test);
}
public void testByte() {
setInstruc... | [
"berti@leet.it"
] | berti@leet.it |
24db3ccd3601fc65dbb3e0f80129f29e3f66857e | dd6cb7ae50b32b1e3da26fb566a809a2f0381c2a | /app/src/main/java/com/matos/mygis/database/tables/FCPBJRXSALPRMLNTable.java | e3e93759aed9ae4dc8ae6c40fea53ccf80c0e6b1 | [] | no_license | waindo/pukaltimmobile2015 | 262c953f6351a6985c9022fe2ff8c415a66ea57d | d22624b64c9e3e32792b2e99c059047fd8ba932f | refs/heads/master | 2020-04-05T23:44:36.012401 | 2015-09-03T03:58:03 | 2015-09-03T03:58:03 | 41,479,835 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,448 | java | package com.matos.mygis.database.tables;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.util.Log;
import com.matos.mygis.database.DB;
import com.matos.mygis.database.models.FCPBJRXSALPRMLN;
... | [
"mahakasih@gmail.com"
] | mahakasih@gmail.com |
193872e1d90bc612f8d049bb5af8d0be5e6491a8 | b6acb787a644ab293e5a4c7a711ac7cdfca5d0df | /pgkerneluaa/src/main/java/com/electron/mfs/pg/uaa/config/ApplicationProperties.java | 3a823d8b7a5ca61ac29cf93a7571a3e7b9320ded | [] | no_license | fsfish/electron-backend | 3440089550a5222cfa5fa4855302a2404fa34577 | dff5634d0f8e75c090eca3c66aad3c76883b1edd | refs/heads/master | 2021-05-22T00:27:37.984536 | 2020-03-30T18:16:03 | 2020-03-30T18:16:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 436 | java | package com.electron.mfs.pg.uaa.config;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
* Properties specific to Pgkerneluaa.
* <p>
* Properties are configured in the {@code application.yml} file.
* See {@link io.github.jhipster.config.JHipsterProperties} for a good example.
*/
@C... | [
"philippe.monsan@gmail.com"
] | philippe.monsan@gmail.com |
02516c2ad6d6589b004f6337ae79bb6e6f5130bf | cc2cab7303b5dc416a56698a6af8411beffeb32e | /src/com/github/avexiie/util/Manager.java | e758b8cf3afa803368d08b57f5515175c5d95a34 | [] | no_license | Avexiie/Helpboard | a71ab694f21ea53d7085043271f70133283eed80 | b7ef3186e8bf273485a5aed73d6596d94398c592 | refs/heads/master | 2022-11-30T21:55:17.783204 | 2020-08-15T10:55:38 | 2020-08-15T10:55:38 | 287,728,541 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 236 | java | package com.github.avexiie.util;
import org.bukkit.entity.Player;
/**
* Created by Avexiie on 15-08-2020.
*/
public class Manager {
public static void switchTemporarily(Player player, String board)
{
}
} | [
"noreply@github.com"
] | noreply@github.com |
d6444b64b7c2fb7752516ea4985540f6ed4302bc | 9c920be578074d7c7ce0c3c74763343eab56808e | /src/main/java/tmb/Ibus.java | 25b412f4d68b1916f65933628e3c531d2fab0cdc | [] | no_license | AleixOlleRequena/API-TMB | dd4ccf5e89a52d4c01f155a216acf2515064783b | ae54360e348578b1b69f70c3fcbda8f32e97de6c | refs/heads/master | 2023-08-17T04:09:07.021560 | 2021-09-14T16:06:07 | 2021-09-14T16:06:07 | 370,844,933 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,082 | java | package tmb;
import com.google.gson.annotations.SerializedName;
/**
* Classe creada per poder fer les crides a l'API de TMB sobre el temps d'espera en les parades de bus
*/
public class Ibus {
/**
* Id de la ruta
*/
private String routeId;
/**
* Línia de bus
*/
private String lin... | [
"aleix.olle@students.salle.url.edu"
] | aleix.olle@students.salle.url.edu |
149713e518e489641ae7dca1e40e871597d1b36e | ccd4aa469cddee5725474aecd9cdd771d4b15958 | /readsales.java | e76c0257bccfe8b28c3f4ff5d3de2be645d5f9ac | [] | no_license | khuongtran19/SalesReportProgram-java | 4cda89a0b78d4c97d314a9b8f4a4981286ad091b | 42d56e6d77c2907a515804980b650437fc3da1e7 | refs/heads/master | 2020-04-27T15:59:18.806406 | 2019-03-08T04:14:44 | 2019-03-08T04:14:44 | 174,467,665 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,167 | java | package Project2;
import java.io.*;
import java.util.*;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.nio.charset.StandardCharsets;
import java.nio.file.Files;
public class readsales
{
static ArrayList<Product> products;
static ArrayList<Sales> sales;
public static void main(String[]... | [
"tranvinhkhuong@gmail.com"
] | tranvinhkhuong@gmail.com |
58827ec097145cb1e389f953b180b1fc9cb11b23 | d13da4c870ef74b251d39e898050d2c94475d874 | /src/main/exception/InterruptOperationException.java | 7a7327ec2ad3cee08730e29390449e1721229337 | [] | no_license | Lars9/CashMachine | 080c319996dd0f1c080c7417e516b44d7998edcf | e873c65abcd37e19927af969de7f32ca6b86fcf6 | refs/heads/master | 2020-12-24T16:05:59.672671 | 2015-02-03T13:32:26 | 2015-02-03T13:32:26 | 30,245,314 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 142 | java | package main.exception;
/**
* Created by Александр on 07.10.14.
*/
public class InterruptOperationException extends Exception
{
}
| [
"Sanchezz-89@mail.ru"
] | Sanchezz-89@mail.ru |
ff3ea7c5bcbac81c56008e56021c97d5259ae06e | 97cda285663a8bbf751b39321b695d97b6f69474 | /Wicket/src/wicket/util/listener/IListener.java | 55d775e5b568bfa759b34f8148fb66bcf624b425 | [] | no_license | clustercompare/clustercompare-data | 838c4de68645340546dd5e50b375dcf877591b3e | 163d05bdc5f4a03da8155ffb1f922a9421733589 | refs/heads/master | 2020-12-25T23:10:16.331657 | 2015-12-11T10:37:43 | 2015-12-11T10:37:43 | 39,699,972 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,060 | java | /*
* $Id: IListener.java 1115 2005-02-22 17:48:25 +0000 (Tue, 22 Feb 2005)
* jonathanlocke $ $Revision: 5873 $ $Date: 2005-02-22 17:48:25 +0000 (Tue, 22
* Feb 2005) $
*
* ==============================================================================
* Licensed under the Apache License, Version 2.0 (the "License"... | [
"mail@jan-melcher.de"
] | mail@jan-melcher.de |
8e839c5ecef920eaff3c930df7aee8edf4c8821d | 4e71212628d71e1cd2ab79d8636271ab9cc8a6a3 | /app/src/main/java/com/example/ywb/live/fragment/HomeFragment.java | da4c19c67d01a963450494342850ccf28d066477 | [] | no_license | yangwenbo11/Live | 91b8fa0a8db6701e2b80ce1ef5042af5de8b6d94 | 350b88b8bc21a20c107e3a418e046fe52e45708e | refs/heads/master | 2021-01-21T17:23:21.846144 | 2017-03-19T11:22:37 | 2017-03-19T11:22:37 | 85,274,507 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,190 | java | package com.example.ywb.live.fragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentPagerAdapter;
import android.support.v4.view.ViewPager;
import android.view.LayoutInflater;
import android.view.View;
import android... | [
"18001194140@163.com"
] | 18001194140@163.com |
76f3b172581c862436194528b0c539fb254fa8d8 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/Graylog2--graylog2-server/eac328dc6ccb9286b1b60280e2eab6d12cc2a904/before/ServerBindings.java | 58ffe4be707150fc0425e84172d5a8ef7cc187bd | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,718 | java | /**
* This file is part of Graylog2.
*
* Graylog2 is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Graylog2 is distributed i... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
3880c82f95d5eaed3b3ee9236560b49723202469 | cf64ff59a0292500d65d69fcfb0b42d7e4dba9d8 | /samples/imapi2/interface/src/imapi2fs/IIsoImageManager.java | 99a7ad5816b3f75d867840d5ce9f9441125ae2a0 | [
"BSD-2-Clause"
] | permissive | nosdod/CDWriterJava | 0bb3db2e68278c445b78afc665731e058dc42ea4 | 7146689889d8d50d7162b21ea0b98fc5c2364306 | refs/heads/main | 2023-09-06T01:32:33.614647 | 2021-11-23T15:14:42 | 2021-11-23T15:14:42 | 431,142,538 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,230 | java | package imapi2fs ;
import com4j.*;
/**
* ISO Image Manager: Helper object for ISO image file manipulation
*/
@IID("{6CA38BE5-FBBB-4800-95A1-A438865EB0D4}")
public interface IIsoImageManager extends Com4jObject {
// Methods:
/**
* <p>
* Path to the ISO image file
* </p>
* <p>
* Getter method for ... | [
"mark.dodson@dodtech.co.uk"
] | mark.dodson@dodtech.co.uk |
22ff053ae1bcd6fb03cff8275a86819348812c87 | 0e533585924ec05270ea95b85630b3371cfc5936 | /src/jogotabueiro/Tabuleiro.java | 55199dfde491fd083aced01b7c48c2c1606beb58 | [] | no_license | LuizcasMedeiros/-xadrez-sistema-java | b6be7afb5b781f6e1509050c477e86ec416f9778 | 9fa3516453ae397f592c2e24773553e048a718b2 | refs/heads/master | 2022-12-24T22:53:56.488371 | 2020-09-22T00:17:35 | 2020-09-22T00:17:35 | 297,478,746 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 685 | java | package jogotabueiro;
public class Tabuleiro {
private int linhas;
private int colunas;
private Peca[][] pecas;
public Tabuleiro(int linhas, int colunas) {
this.linhas = linhas;
this.colunas = colunas;
pecas = new Peca[linhas][colunas];
}
public int getLinhas() {
return linhas;
}
public voi... | [
"luizfelipedecastro@gmail.com"
] | luizfelipedecastro@gmail.com |
681a858e62f19413ea4b5366534755e1369d0cf5 | c6d93fa9b3103753f249fa1f7c19d571e14dbdd3 | /src/com/czp/Technological/SwitchTest.java | e767b458812995fa43e9672e7f046bce9968278c | [] | no_license | TianGong42/how2jTest | c80767af3dbb460a81ab32f4dc17f789eb2dab8b | cb62bd33b8cfeda79c0abd3ef941959d5c2232ac | refs/heads/master | 2020-08-04T09:43:54.234374 | 2019-10-27T15:19:52 | 2019-10-27T15:19:52 | 212,094,418 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,103 | java | package com.czp.Technological;
public class SwitchTest {
public static void main(String[] args) {
//如果使用if else
int day = 5;
if(day == 1) {
System.out.println("星期一");
}else if(day == 2) {
System.out.println("星期二");
}else if(day == 3) {
System.out.println("星期三");
}else if(day == ... | [
"375032565@qq.com"
] | 375032565@qq.com |
e5572beda6a55b430d8cbe7a6c82d52d9c7c77c2 | ca00b8f68c7167d344d7126ecb0f86944f42dee8 | /app/src/main/java/id/ac/umn/uts_14910/DBContract.java | 7c2fa78fb53f357661282b15427006d51c4813c1 | [] | no_license | kevinkellyyyy/kellsbooks | 1deaaff21a2fa07f8227dbcdbfc1486f4b5eade6 | afc6e0b945fdbc693d70a61cebb0161e675c1eb9 | refs/heads/master | 2022-11-16T02:10:23.006586 | 2020-07-08T07:35:59 | 2020-07-08T07:35:59 | 278,021,859 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 607 | java | package id.ac.umn.uts_14910;
import android.provider.BaseColumns;
public class DBContract {
private DBContract(){}
public class FavEntry implements BaseColumns{
public static final String TABLE_NAME = "favorites";
public static final String COLUMN_ASIN = "ASIN";
public static final St... | [
"kellyisyanta@gmail.com"
] | kellyisyanta@gmail.com |
f8c9e66ddc22f5612da72982ef8cd5e298032f62 | 6c6202a5159abd43d1bd4a53bfc51a694841e80b | /common/src/main/java/eu/slipo/workbench/common/model/tool/ToolConfigurationSupport.java | 46f763898f5492deb3a07552b41b325794c34453 | [] | no_license | gkostoulas/workbench | 283f251bebc542e3f555366269bf331722ff4aed | 20fea5cee4714f875c582ac4656ab6ae43c092e8 | refs/heads/master | 2021-08-26T04:42:38.603036 | 2017-11-21T16:28:25 | 2017-11-21T16:28:25 | 108,533,197 | 0 | 0 | null | 2017-10-27T10:33:33 | 2017-10-27T10:33:33 | null | UTF-8 | Java | false | false | 1,356 | java | package eu.slipo.workbench.common.model.tool;
import java.util.Map;
import java.util.Properties;
import org.apache.commons.beanutils.BeanUtils;
/**
* An abstract class providing support for common copy/serialize/deserialize functionality.
*/
@SuppressWarnings("serial")
public abstract class ToolConfigurationSuppor... | [
"alexakis@imis.athena-innovation.gr"
] | alexakis@imis.athena-innovation.gr |
a36fc8d640023bd857e3f97f3e12274a205924de | 32c4a431400424ba8af00e5a5dc884f9fa9a46aa | /sample/src/main/java/com/jiechen/example/adapter/rv/MsgSendItemDelegate.java | 2242ab8292d4d2c9f8471d0655bccc81d658d057 | [] | no_license | LingChenJie/BaseAdapter-master | 4e7b8aed391fd7653f7dda32d89ce1afa1e749c7 | 6f483dc5cac41ce214981a5eb547c718df55c57a | refs/heads/master | 2021-01-19T01:45:54.233553 | 2017-04-05T01:30:28 | 2017-04-05T01:30:28 | 87,252,180 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,075 | java | package com.jiechen.example.adapter.rv;
import android.widget.ImageView;
import android.widget.TextView;
import com.jiechen.base.recyclerview.base.ItemViewDelegate;
import com.jiechen.base.recyclerview.base.ViewHolder;
import com.jiechen.example.R;
import com.jiechen.example.bean.ChatMessage;
/**
* Created by JieCh... | [
"976918915@qq.com"
] | 976918915@qq.com |
664228253086c700395b93aaf2d82035af5646e3 | 03fad19941b9e854b33babaa741c4a2069adfcf5 | /src/main/java/myapp/App.java | eb654220e73bbd77fb47f6f0a8580b2715b28d45 | [] | no_license | ManikantaR/SimpleMavenDockerApp | fc1417a6934523d7eb5dde45b89cbc99e0c53764 | 7a6f4eab5fed9fb605dcd3881151020e197b3967 | refs/heads/master | 2023-06-01T03:42:41.453624 | 2021-06-20T05:06:56 | 2021-06-20T05:06:56 | 378,562,663 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 486 | java | package myapp;
import org.apache.commons.codec.digest.DigestUtils;
public class App {
public static void main(String[] args) {
if (args.length < 1) {
System.err.println("Please provide an input!");
System.exit(0);
}
System.out.println("Original string: " + args[... | [
"Manikanta.r@gmail.com"
] | Manikanta.r@gmail.com |
c51c2403c56fb5d43a55fb9466319574d0594b6c | 94d283670973e4ad4a8065888cf07e67a32f935f | /MATEDA/src/pe/edu/pucp/inf/mateproyecto/dao/DAOSupplier.java | e2569867d8ca6da88cdb59563ee308f2759acd6a | [] | no_license | Andres20141684/LP2-TA-Java | c6f12a907336999da46730dcec16fdb4a432ef08 | 262e6b34dc9bb1c56abe0cd1e0e13d2ffad812af | refs/heads/master | 2020-06-08T18:15:36.763672 | 2019-06-23T03:41:48 | 2019-06-23T03:41:48 | 193,280,567 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 593 | 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 pe.edu.pucp.inf.mateproyecto.dao;
import java.util.ArrayList;
import pe.edu.pucp.inf.mateproyecto.model.bean.Supplier;
/**
*... | [
"alexander.floresb@pucp.pe"
] | alexander.floresb@pucp.pe |
1e3781128f1504a3ac25d33ad458704d17e12ebc | 970d08c945cd230494aa23e896c42908f8607828 | /LK-Medias/LK-Medias-ejb/src/java/session/GenreFacadeLocal.java | be3df419b2713c011348215c68bb1954de14d712 | [] | no_license | jessux/ejb-crud-java | 1805f4220e2531e54e4a75eb328598bfb8d5bb2d | 68f711224f3c58ecf550ae3a49c635a1e4986cdc | refs/heads/master | 2020-12-24T18:54:42.141554 | 2016-04-26T08:24:17 | 2016-04-26T08:24:17 | 56,622,241 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 557 | 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 session;
import database.Genre;
import java.util.List;
import javax.ejb.Local;
/**
*
* @author root
*/
@Local
public inter... | [
"root@localhost.localdomain"
] | root@localhost.localdomain |
66446fff0348c3c3517246d4f73dd05e46037a4a | 0725f5f0f101dc2db6c8bfc82cb9196ff4ab11f4 | /src/test/java/com/hxb/oldBook/OldbookApplicationTests.java | ba9bd9b9a7bf49ce5d8386d325ddeb8a7aad10a3 | [] | no_license | hxb6/oldBook | 7d76e6d8078926c944f8bc492ae4fafd81aa1bb0 | b906745fe78aeefc7dee15553cdb8afa351ef67e | refs/heads/master | 2020-03-08T01:42:19.822668 | 2018-06-02T01:28:35 | 2018-06-02T01:28:35 | 127,838,111 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 333 | java | package com.hxb.oldBook;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class OldbookApplicationTests {
@Test
public void contextLoa... | [
"1442467176@qq.com"
] | 1442467176@qq.com |
79d06b0a9d3d3bd4af5580d9940f38f0c451d0a0 | fd2966533dbb508fa8711bf7526b0198b469982a | /gama/src/br/com/gama/implementacao/TesteAluno.java | dcbad47cb64034f4bf8527bb55333c7f478b22bf | [] | no_license | MarciaPSantos/wsremoto | c478b39e16c23094cc503cc8024b810104596df9 | a6ffd4a7d2b2db7db7edb70c66297ce2865b3c24 | refs/heads/main | 2023-03-24T01:42:30.124573 | 2021-03-23T21:06:14 | 2021-03-23T21:06:14 | 349,073,750 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 1,859 | java | package br.com.gama.implementacao;
import javax.swing.JOptionPane;
import br.com.gama.modelo.Aluno;
import br.com.gama.modelo.Endereco;
public class TesteAluno {
public static void main(String[] args) {
Endereco endereco = new Endereco();
endereco.setLogradouro("AVENIDA ITAQUERA");
endereco.setNumero("358... | [
"santos.marciap@gmail.com"
] | santos.marciap@gmail.com |
88e3922a520e564fda043d9a9aa1ae090b73091c | 3efa417c5668b2e7d1c377c41d976ed31fd26fdc | /src/br/com/mind5/masterData/materialGroupOwner/info/MatoupowMerger.java | f64d0ace3bd1389b96a5b1c6da570b0d040583e7 | [] | no_license | grazianiborcai/Agenda_WS | 4b2656716cc49a413636933665d6ad8b821394ef | e8815a951f76d498eb3379394a54d2aa1655f779 | refs/heads/master | 2023-05-24T19:39:22.215816 | 2023-05-15T15:15:15 | 2023-05-15T15:15:15 | 109,902,084 | 0 | 0 | null | 2022-06-29T19:44:56 | 2017-11-07T23:14:21 | Java | UTF-8 | Java | false | false | 3,021 | java | package br.com.mind5.masterData.materialGroupOwner.info;
import java.util.List;
import br.com.mind5.business.ownerList.info.OwnelisInfo;
import br.com.mind5.info.InfoMerger;
import br.com.mind5.info.InfoMergerBuilder;
import br.com.mind5.masterData.materialGroup.info.MatoupInfo;
import br.com.mind5.security.username.... | [
"mmaciel@mind5.com"
] | mmaciel@mind5.com |
3d4166334c888b85b6af3f7d8e5696b4103562b5 | 9f4666748e02f02130161529e4f7e39439fadd94 | /Lecture-2/src/com/codingblocks/Patterns_diamond.java | 145ee1cec79baa4fbd523149a018b6f68d5c45bd | [] | no_license | dalalsunil1986/crux | cb816402351030882cb1aa3c25348e8af3157369 | 7f8166e722eb8a9377f153dea56e3c7aa90f6d75 | refs/heads/master | 2023-04-01T10:07:35.251357 | 2021-04-04T07:35:43 | 2021-04-04T07:35:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 753 | java | package com.codingblocks;
import java.util.Scanner;
public class Patterns_diamond {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
int n = input.nextInt();
for(int i=0; i<=n/2; i++){
for(int s=0; s<n/2-i;s++){
System.out.print("... | [
"kunalkushwaha453@gmail.com"
] | kunalkushwaha453@gmail.com |
40372f6cb368e3aa81bb3e6690dada668cc53406 | 91c5abc8361349e82d948e7698889f39583a87b6 | /src/main/java/com/firedata/prodavnica/repository/package-info.java | 3220c414c7688e113d9088cd28550a64e0b22969 | [] | no_license | Marko-Mijovic/prodavnica-aplikacija | 04d0c449dc836f3825fcad9ac9459d37a2071ed8 | e2eb240036cbb337f1fcc28a913f919d0a79c79e | refs/heads/master | 2021-07-17T16:11:07.568271 | 2019-06-11T21:24:04 | 2019-06-11T21:24:04 | 191,450,449 | 0 | 0 | null | 2020-07-17T07:23:07 | 2019-06-11T21:13:27 | Java | UTF-8 | Java | false | false | 85 | java | /**
* Spring Data JPA repositories.
*/
package com.firedata.prodavnica.repository;
| [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
5a6e16413139deaeb180a2303b1b907d7fb45ff9 | 0119956d9576c17f8b5b6ad1c9bd5c7a92f6d7ce | /src/test/java/cure4j/series/MovieTest_miracle_universe.java | 40fca60b72e82b7f6e2ea9150abd6369097bcce4 | [] | no_license | fukaiyas/Cure4j | 6da3ce00e607cfd6a4e42db52f0075261632a856 | 303f51d172c07d2521424f56feca926b1237bb42 | refs/heads/master | 2023-08-23T11:24:46.723937 | 2023-08-14T13:27:50 | 2023-08-14T13:27:50 | 161,884,252 | 0 | 0 | null | 2023-09-09T23:21:19 | 2018-12-15T08:11:16 | Java | UTF-8 | Java | false | false | 601 | java | package cure4j.series;
import org.junit.jupiter.api.Test;
import java.time.LocalDate;
import static org.junit.jupiter.api.Assertions.assertEquals;
public class MovieTest_miracle_universe {
Movie miracleUniverse = Movie.miracleUniverse;
@Test
void 各種プロパティ(){
assertEquals("映画プリキュアミラクルユニバース", mir... | [
"yasuyuki.fukai@gmail.com"
] | yasuyuki.fukai@gmail.com |
7a0419734bf544bf32fdf35db8226d86e670cabb | 97a63dd78575b969051e1daa6e09dded5f096b7a | /app/exceptions/ResourceException.java | 36c793a29ca6880e3ecfb853be19bbb1666e5be5 | [
"Apache-2.0"
] | permissive | alphaadidas/RestfulPlayJava | 94cd1a1aaf029dfa93c7197fd567c3d738013e87 | f3ae6ef6167de0a68d01507fcb042d63b4c48cc8 | refs/heads/master | 2021-01-18T15:22:20.526634 | 2014-12-03T23:55:23 | 2014-12-03T23:55:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 129 | java | package exceptions;
/**
* @author: gmatsu
*/
public class ResourceException extends Exception {
private int statusCode;
}
| [
"github@emeraldworks.com"
] | github@emeraldworks.com |
7e4924a746fcfe14d6b1a00564511c103616374c | aca84426225bb65286bb4158704cf069f72ab28d | /src/daigl/Livre.java | 1563d33d501e1b51b27f5354fd97fa1186511e2b | [] | no_license | erazordoraemon/test-repo | f1e483ff82266c5d8775f6f3f0eabc5d10cb9be3 | 2436d74695f727003990bea8cef80ffe601a1867 | refs/heads/master | 2016-09-06T04:12:39.022095 | 2012-10-25T08:43:39 | 2012-10-25T08:43:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 746 | java | package daigl;
public class Livre {
private String titre;
private double prix;
private int nbExemplaires;
public Livre(String titre, double prix) {
this(titre, prix, 1);
}
public Livre(String titre, double prix, int nb) {
this.titre = titre;
this.prix = prix;
this.nbExemplaires = nb;
}
public doubl... | [
"mallonneau@TER203-38.INFO"
] | mallonneau@TER203-38.INFO |
ee06b36f22a2461b42d55bafbfc5ac4cf35dee27 | 46ab9e77ba81421da965f20fa22898b9375a6b1f | /metrix-connector-api/src/test/java/metrix/connector/api/Product.java | 244b6de1b2ce41de46e618188e678802ba134e83 | [] | no_license | sandbox9/metrix | e1f7340476af7bdd33f7dab9e526afc90385c5e2 | c0d5690a0b616784f09e49ab1dad9134341f4dc7 | refs/heads/master | 2021-01-10T22:11:28.243740 | 2015-02-26T01:36:04 | 2015-02-26T01:36:04 | 30,007,983 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 417 | java | package metrix.connector.api;
import java.io.Serializable;
/**
* Created by chanwook on 2015. 2. 4..
*/
public class Product implements Serializable {
private int productId;
public Product(int productId) {
this.productId = productId;
}
public int getProductId() {
return productId;
... | [
"chanwook.god@gmail.com"
] | chanwook.god@gmail.com |
ddb41b2af8b4b698b2fe64b8c2f49bdaf669ec9a | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/19/19_f6b6fbffc8a7db52d170d491212cc9cb340f2470/extractor/19_f6b6fbffc8a7db52d170d491212cc9cb340f2470_extractor_s.java | dbd018d658be37915e5ab44ee002ae12130d1f1a | [] | 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 | 8,511 | java | import java.util.*;
import java.security.*;
import java.io.*;
import javax.swing.text.rtf.RTFEditorKit;
import javax.swing.text.*;
public class extractor{
private Vector<String> dirStack;
private int type;
private String license = "";
private String path = "";
private List<Str... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
97d6f8093b8c87ec4d40ae6f18f015ce97715c00 | 74f1b94b7bc2b9af268cc7e8cd9e92747aabb013 | /SpringHibernate/src/main/java/com/ws/spring/service/UserService.java | c9ad378fe4ca696203129cb606b0d67f9ccd3fe7 | [] | no_license | SnackMen/SpringInAction | 8ee3ff37768d008812c430a23b1f2e8793ef0455 | 310e6ef38f2fa0e1d437e4365678cc0dc92d1e92 | refs/heads/master | 2021-01-10T22:52:07.922680 | 2016-10-21T17:01:52 | 2016-10-21T17:01:52 | 70,344,196 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 408 | java | package com.ws.spring.service;
import com.ws.spring.model.User;
import java.util.List;
/**
* Created by laowang on 16-10-20.
*/
public interface UserService {
User findById(int id);
User findBySSO(String sso);
void saveUser(User user);
void updateUser(User user);
void deleteUserBySSO(String sso... | [
"vipkia@sina.cn"
] | vipkia@sina.cn |
0203b792b91ea5426b682fac15f667f74726d600 | 4700a6b2937ef736e2f1d909c12551c2101048d1 | /szserver/defcon4/src/main/java/com/saferzone/defcon4/susbma/usbmanage/service/SusbmaUsbManageService.java | 0698c882371aca3eec0c19a687b6ab5c2f4f8eed | [] | no_license | chkim716/secureusb | a0e0406c8169e61527c59ba34b15b7283f9aaa2d | 6edfe4dd1618d2049359c4246733af7c56d7b225 | refs/heads/master | 2023-01-14T11:37:07.670948 | 2020-11-13T01:09:33 | 2020-11-13T01:09:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,774 | java | /**
*
*/
package com.saferzone.defcon4.susbma.usbmanage.service;
import java.util.List;
import java.util.UUID;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.saferzone.defcon4.common.cmdclient.CmdClientTargetVO;
import com.saferzone.defcon4... | [
"ejkim@saferzone.com"
] | ejkim@saferzone.com |
3788dc1b61553f33f530512c88a252eaaa45808f | 8803e73957b609e8f4b38026b549611260d5adb0 | /src/main/java/com/gmail/imshhui/easy/TwoSum.java | b125b12eec438cbd9bdb04b218c056826098c01d | [
"MIT"
] | permissive | xbest/leetcode | a35ff5bd8552f2e4c6562b02abdb6ee697f61b1f | 36bb5455de9ec0e3e3c3f6f81e548fbeca4e23e0 | refs/heads/master | 2023-05-25T23:00:02.097397 | 2023-05-10T12:37:47 | 2023-05-10T12:37:47 | 141,574,785 | 0 | 0 | MIT | 2020-10-13T06:42:12 | 2018-07-19T12:14:55 | Java | UTF-8 | Java | false | false | 1,962 | java | package com.gmail.imshhui.easy;
import java.util.HashMap;
import java.util.Map;
import java.util.Objects;
/**
* Given an array of integers, return indices of the two numbers such that they add up to a specific target.
* <p>
* You may assume that each input would have exactly one solution, and you may not use the s... | [
"imshhui@gmail.com"
] | imshhui@gmail.com |
fb6c3c6fb857deb9f46db037ca363186309aad29 | 135b0dac62c3766420595f4dbb95da9e878ff4b8 | /chapter1/src/chapter1/HW1.java | 735660d208bebb48fa2d7eeb272a2e6e956fd9fc | [] | no_license | Tulu-Kim/JAVA-Training | e89873b47a6ec6d9fd2bb2ce9b646cfa1a73094f | 5382fe7558c2788f736af00482727d52b5aa87b5 | refs/heads/master | 2023-07-28T08:03:07.771971 | 2021-09-16T10:27:19 | 2021-09-16T10:27:19 | 402,721,077 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 698 | java | package chapter1;
//숫자4개를 입력받아서 그 합을 구하는 프로그램//
import java.util.Scanner;
public class HW1 {
public static void main(String[] ar) {
int a,b,c,d;
int result;
Scanner s =new Scanner(System.in);
System.out.println("첫번째 수를 입력하시오");
a=s.nextInt();
System.out.println("두번째 수를 입력하시오");
b=s.nextInt();/... | [
"aaa@DESKTOP-G20913L"
] | aaa@DESKTOP-G20913L |
fa7e2fc93b449894258eef37e7faa9e44144e296 | 371654bfa40fde89f6e97092dd2b462e0fab6d13 | /visualization-system/src/main/java/china/jdl/visualizationsystem/vo/Bar2VO.java | a62a1f31082218612415d2d70f64db77321e38f9 | [] | no_license | xianghelanneijiangshuijiao/bs | 947aaa68110875e982e907fde2afc2d52d7ecf33 | 15fdb277bc2f0d72156ef789188acb5dcb47965d | refs/heads/master | 2023-04-30T12:05:12.430783 | 2021-05-13T07:38:51 | 2021-05-13T07:38:51 | 366,973,751 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 181 | java | package china.jdl.visualizationsystem.vo;
import lombok.Data;
import java.util.List;
@Data
public class Bar2VO {
private List<Integer> age;
private List<Integer> count;
}
| [
"2812691353@qq.com"
] | 2812691353@qq.com |
0c7192f6bf8eec741b0c4c6efd32a3d2ca639e43 | 8145261ab0a5b5d59cf8e74985880a092195e858 | /shijingsh-ai-math/src/main/java/com/shijingsh/ai/math/algorithm/correlation/similarity/TanimotoSimilarity.java | cbacca7edf3e7389aa2aa3d3b4ce75dfbf20e2b6 | [
"Apache-2.0"
] | permissive | shijingsh/shijingsh-ai2 | 2a02da7aa17d2e6feb69f12a9b873f4554b2d074 | 1d51bea3472d86a71a934de2f866c09ab2b4fa06 | refs/heads/master | 2023-04-01T00:31:59.004605 | 2021-04-02T02:58:53 | 2021-04-02T02:58:53 | 282,335,073 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,761 | java | package com.shijingsh.ai.math.algorithm.correlation.similarity;
import java.util.List;
import com.shijingsh.ai.math.algorithm.correlation.AbstractCorrelation;
import com.shijingsh.ai.math.algorithm.correlation.MathSimilarity;
import com.shijingsh.ai.math.structure.vector.MathVector;
import com.shijingsh.core.u... | [
"liukefu2050@sina.com"
] | liukefu2050@sina.com |
846f13902ce68d15aed874d84a67cec08573562c | f8130317e2f1ed308480ae3d51e9514d048de6d9 | /libraries/test_session_current/src/main/java/androidx/media3/session/MediaSessionProviderService.java | b2f552261a5f11a03dd06730a518947d57635156 | [
"Apache-2.0"
] | permissive | LiteKite/media | 5bb3c5de8c6f598f1d06ef2506e29398a732b55b | e6242690ffbd661fcf1fdc5e063d11dda3dfbd61 | refs/heads/main | 2023-08-27T05:57:00.831460 | 2021-10-27T16:44:44 | 2021-10-27T16:52:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 38,714 | java | /*
* Copyright 2018 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 applica... | [
"andrewlewis@google.com"
] | andrewlewis@google.com |
4cb25f0f31f1f7ca350f0442340617114e91faa5 | 21eaf75965dd6a3b36a2a34e670db83b16b53444 | /lancet-weaver/src/main/java/me/ele/lancet/weaver/internal/util/TextUtils.java | f1fda18cdd5f035d7e40927c48465fe5dda03e07 | [
"Apache-2.0"
] | permissive | TellH/lancet | 2c3c308fc7983e435f59b2c5f6f0d1c1b008a271 | 883ee14d7bfdef63a1484107447481a06cbb42e3 | refs/heads/master | 2018-11-07T12:16:02.450982 | 2018-08-28T04:46:03 | 2018-08-28T04:46:03 | 121,001,069 | 1 | 1 | null | 2018-02-10T09:10:24 | 2018-02-10T09:10:24 | null | UTF-8 | Java | false | false | 288 | java | package me.ele.lancet.weaver.internal.util;
/**
* Created by leo.zhong on 2018/5/7.
*/
public class TextUtils {
public static boolean isEmpty(CharSequence s) {
if (s == null) {
return true;
} else {
return s.length() == 0;
}
}
}
| [
"leo.zhong@bytedance.com"
] | leo.zhong@bytedance.com |
a6ccb23f368e81bb52173261c91b231a8292c0b4 | 9173e0f203d63c57a0d06498f3ea8c9c97051404 | /CRMLite/src/com/cs/crm/crmlite/Reminder.java | e1b428ab3c0b6ba9423fed731b7b0134b5938505 | [] | no_license | abhyudayc/crmlite | c8d68de61204112c250060214e272f5adabbf8ca | 926b2ca30f425ef070ac2dc850558f0282934421 | refs/heads/master | 2020-06-27T00:23:37.586489 | 2019-07-31T06:59:51 | 2019-07-31T06:59:51 | 199,797,780 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,930 | java | package com.cs.crm.crmlite;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpS... | [
"abhyuday.chattopadhyay@outlook.com"
] | abhyuday.chattopadhyay@outlook.com |
d0b61c93355d6777b8982c03a2f04e62ad9de13d | b0f9e4bd69f0568ea5e7013a38a0a9d077152106 | /src/main/java/com/crud/tasks/service/MailCreatorService.java | 7c73c5b763879cb64b62f2b2261d6ae022fe95e2 | [] | no_license | JanHulanicki/KodillaM32 | 290602943181f40dcc83967ad8e1bf60247de7e3 | 755ffceb426731ef71aa50cb913b4a1628b9b499 | refs/heads/master | 2022-04-17T22:45:15.796251 | 2020-04-17T16:32:58 | 2020-04-17T16:32:58 | 255,876,625 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,033 | java | package com.crud.tasks.service;
import com.crud.tasks.config.AdminConfig;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Service;
import org.thymeleaf.TemplateEngine;
import org.thymeleaf.context.Contex... | [
"jan_hulanicki@poczta.onet.pl"
] | jan_hulanicki@poczta.onet.pl |
ee5d0c8a28a593b04418722c3e4911ee9bb910db | f447eae25c6f7342b5213b9d032743b931993d20 | /src/com/arpablue/physical/ULM2D.java | eceb102ae51ca3975f5fa51030a82a971123b2f5 | [
"MIT"
] | permissive | augusto-flores-arpablue-com/arpablue_java | e524bffab740bd6257236a975f526edf8e1faf6e | e3729ed48bfd0da7e73d3cb6d6dfca14c1192d96 | refs/heads/master | 2021-07-18T10:27:21.006715 | 2020-08-20T12:37:09 | 2020-08-20T12:37:09 | 169,479,172 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,103 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.arpablue.physical;
import com.arpablue.arpalib.graphics.FPoint;
/**
*
* @author Administrator
*/
public class ULM2D extends UM{
public void apply() {
setULM(getLocation(), getSpeed(), getDe... | [
"eng.augusto.flores@gmail.com"
] | eng.augusto.flores@gmail.com |
2c6e2c1d84f54150a4888efe95c45857e4930ae4 | 216796424235642919bb172962ac2c7b0979ffc0 | /code/part7/solution/multipletellers/module-info.java | afb53499ac292356763e9654bec9c989d08a4293 | [] | no_license | dhwajad/uberconf2018j9 | dffced2dcc831a4a06d9667fa65e35610f6df491 | 0fee4581862e8a0ac216d70a3c87ba6fbb558736 | refs/heads/master | 2020-03-24T18:05:47.798205 | 2018-07-30T13:55:54 | 2018-07-30T13:55:54 | 142,882,527 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 272 | java | module com.agiledeveloper.multipletellers {
requires com.agiledeveloper.fortuneteller;
provides com.agiledeveloper.fortuneteller.FortuneTeller with
com.agiledeveloper.multipletellers.ReleaseTeller,
com.agiledeveloper.multipletellers.ProcessTeller;
} | [
"Dhwajad.Kulkarni@aig.com"
] | Dhwajad.Kulkarni@aig.com |
5a42470ff9a440e99b9452ad1733745478e3e208 | 622e11d9545ed14941cc7e1008fcb9179f1ad6af | /cryptoUser/src/main/java/com/donat/crypto/user/dto/WalletDto.java | b0c1e70cd6a3787261fc23421342194a5a00d658 | [] | no_license | udvarid/CryptoMicro | a484c7c2003f58959d79f6babd8e06aee6d3ca44 | 332725b9c3f70b0398e3a7b9e3eafba370976913 | refs/heads/main | 2023-08-15T13:10:43.350002 | 2021-10-01T06:38:06 | 2021-10-01T06:38:06 | 327,532,474 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 281 | java | package com.donat.crypto.user.dto;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@NoArgsConstructor
@AllArgsConstructor
@Builder
public class WalletDto {
private String ccy;
private Double amount;
}
| [
"donat.udvari@ericsson.com"
] | donat.udvari@ericsson.com |
4f3a77bd978efff1f0b7dbf89bd0b677518ff7fb | c38c327cb52694891d0895c8770aedf1b58579df | /src/GraphViewPackage/SmartGraphVertex.java | a4e91b98e1f06577493c50d4da25f4967cbc469b | [] | no_license | marcopereira5/webscrapper | fe5bac0f7abaee8c31aba99d5d850a22934100b5 | deb1edcf13b8e61b425a7332c8d7cc7709b9434b | refs/heads/master | 2023-03-12T01:51:26.084632 | 2021-03-02T14:08:41 | 2021-03-02T14:08:41 | 343,794,167 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,203 | java | /*
* The MIT License
*
* Copyright 2019 brunomnsilva.
*
* 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, mo... | [
"64165840+marcopereira5@users.noreply.github.com"
] | 64165840+marcopereira5@users.noreply.github.com |
6a8e64b34f726ace2ca6cfe5a7a3aa9302933b91 | a1826c2ed9c12cfc395fb1a14c1a2e1f097155cb | /hbase-20190101/src/main/java/com/aliyun/hbase20190101/models/RestartInstanceResponseBody.java | 099c0b090036d6d3467d85caee0c18223d3d446c | [
"Apache-2.0"
] | permissive | aliyun/alibabacloud-java-sdk | 83a6036a33c7278bca6f1bafccb0180940d58b0b | 008923f156adf2e4f4785a0419f60640273854ec | refs/heads/master | 2023-09-01T04:10:33.640756 | 2023-09-01T02:40:45 | 2023-09-01T02:40:45 | 288,968,318 | 40 | 45 | null | 2023-06-13T02:47:13 | 2020-08-20T09:51:08 | Java | UTF-8 | Java | false | false | 679 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.hbase20190101.models;
import com.aliyun.tea.*;
public class RestartInstanceResponseBody extends TeaModel {
@NameInMap("RequestId")
public String requestId;
public static RestartInstanceResponseBody build(java.util.Map<String, ?> ma... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
8709e8d993d685f9e5322c5b337aebafd001c03f | 6b721d41b4e5917c98f6bc1873252f75cbdd789f | /org.elundstrom.e4.rcp.testbed/src/org/elundstrom/e4/rcp/testbed/internal/model/CustomModelAssembler.java | 6d34bc00f4669449d6da744d3e487ccb623fc952 | [] | no_license | Lulle74/e4ProofOfConcept | 9deca3f9ba831aa6f1d76e7f2ab76084790d65aa | bd60c3bff8ebb041b64b45e5131c1b8e3e1e99d2 | refs/heads/master | 2020-12-03T03:39:04.464191 | 2017-07-14T08:38:23 | 2017-07-14T08:38:23 | 95,756,661 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,914 | java | package org.elundstrom.e4.rcp.testbed.internal.model;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.inject.Inject;
import org.eclipse.core.runtime.IConfigurationElement;
import org.eclipse.core.runtime.IContributor;
import org.eclipse.core.... | [
"erik.lundstrom@solme.se"
] | erik.lundstrom@solme.se |
04412e158f5942aa53014a8f89d0c4e9c389fc5d | 75dd5d723dd23c9ae4cd26aa62841eef0c668747 | /Data Structure/LINKED LIST/QueueLinkedList.java | 21f5a6cd296caf860fd7191054a315b89fe70ce6 | [] | no_license | LuannaLeonel/Algoritmos | 5cfd6368e19173497af5c203d1bb330bb9cb65bd | d39cdf3dd7fe5e48ef39af7ae72104c60d036a8e | refs/heads/master | 2023-02-08T08:40:04.328714 | 2020-12-30T00:02:04 | 2020-12-30T00:02:04 | 295,567,655 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,891 | java | import java.util.Scanner;
class QueueLinkedList {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
Fila fila = new Fila();
boolean value = true;
String[] entrada;
String operacao = "";
while (value) {
entrada = scan.nextLine()... | [
"luanna.silva@ccc.ufcg.edu.br"
] | luanna.silva@ccc.ufcg.edu.br |
8defb8bfd74708e009a68f2a853bb5d1cf8c84a6 | 95f7f1c808bfd38ae2e567b3b93058f3271a93f1 | /src/org/telosys/tools/eclipse/plugin/config/view/DownloadTaskWithProgress.java | e28277172e40f04f88b7df477f09d0d280ea4290 | [] | no_license | telosys-eclipse-plugin/telosys-tools-plugin | 1d117fadbf41ad8193f8adeaf468155027a4ec1a | e8f90dc26aa5855cf483b396788adf9e9d5adbad | refs/heads/master | 2020-04-06T06:57:21.921417 | 2017-12-12T15:16:55 | 2017-12-12T15:16:55 | 41,675,192 | 9 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,562 | java | package org.telosys.tools.eclipse.plugin.config.view;
import java.io.File;
import java.lang.reflect.InvocationTargetException;
import org.eclipse.core.runtime.IProgressMonitor;
import org.eclipse.jface.operation.IRunnableWithProgress;
import org.eclipse.swt.widgets.Text;
import org.telosys.tools.commons.bundl... | [
"laguerin@LFR002634.corp.capgemini.com"
] | laguerin@LFR002634.corp.capgemini.com |
94f5873d618d91b6bff697f0330b2b356331412f | c31140a66db40fd1cd0df4ebeccbf187c11aee66 | /java8/src/java8/Jungol1669.java | 8b62fc07b8f0eefde52eb7ece36a05c5c8eee4ab | [] | no_license | puzzledPublic/firstRepository | 4a00e51f3748e389277c6409d19e011e33bb4cdc | 8eb4ccf6f2fa45bd10e5ecbf7f3461c07db44c4e | refs/heads/master | 2021-05-24T04:50:34.973158 | 2020-08-30T13:18:54 | 2020-08-30T13:18:54 | 43,477,374 | 1 | 0 | null | 2016-06-13T07:15:59 | 2015-10-01T03:54:41 | Java | UTF-8 | Java | false | false | 3,288 | java | package java8;
import java.util.Scanner;
/*소시지 공장
영훈이가 소시지 공장에 견학을 갔다. 그 소시지공장에서는 하나의 기계가 길이와 너비가 다양한 소시지를 만들어 내고 있었다.
유심히 살펴보니 그 기계는 현재 만들고 있는 소시지의 길이와 너비가 바로 전에 만들었던 소시지의 길이, 너비보다 크거나 같아야만 기계가 쉬지 않고 작동하고 있었다.
만약 현재 만들고 있는 소시지의 길이 또는 너비가 바로 전에 만든 것보다 작다면, 기계가 준비 작업을 하는데 1분이 소요된다는 것을 알았다.
영훈이는 주문 받은 소시지의 길이와... | [
"puzzledPublic@gmail.com"
] | puzzledPublic@gmail.com |
842d4e2071e4bc30f76969a324604331d34a4868 | 4df7f712e8852d73d2f7ed20282f4b90dc163411 | /src/main/java/tutorial/core/repositories/BlogEntryRepo.java | 7639d9b917ee83224b389b9bac4ee826247fb32f | [] | no_license | Rinson81/spangular | 36de340f4c774d5efd1edeba8b5719c16cbc0a82 | 13bf71e47799d04986f7b94220b23bde5fa6160f | refs/heads/master | 2021-08-31T00:33:44.992857 | 2017-12-20T00:39:07 | 2017-12-20T00:39:07 | 114,824,758 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 780 | java | package tutorial.core.repositories;
import tutorial.core.entities.BlogEntry;
import java.util.List;
public interface BlogEntryRepo {
public BlogEntry findBlogEntry(Long id); // Returns the BlogEntry or null if it can't be found
public BlogEntry deleteBlogEntry(Long id); // Deletes the found BlogEntry or retu... | [
"rinsonantonyt@gmail.com"
] | rinsonantonyt@gmail.com |
42e0fea83756adca036bfd5cd2dbdd0ae4a07518 | 6c28eca2c33a275fb0008a51b8e5776a82f5904d | /Code/Hierarchy/src/net/unconventionalthinking/hierarchy/grammar/node/AAnnotationTypeBody.java | 6ebe82e541a18c4724fe7a393b98169ba59990f6 | [] | no_license | UnconventionalThinking/hierarchy | 17dc9e224595f13702b9763829e12fbce2c48cfe | de8590a29c19202c01d1a6e62ca92e91aa9fc6ab | refs/heads/master | 2021-01-19T21:28:29.793371 | 2014-12-19T03:16:24 | 2014-12-19T03:16:24 | 13,262,291 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,238 | java | /* Copyright 2012, 2013 Unconventional Thinking
*
* This file is part of Hierarchy.
*
* Hierarchy is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation, either version 3 of the License, or (at your option) any la... | [
"github@unconventionalthinking.com"
] | github@unconventionalthinking.com |
7aa42097aab93f844ec089177f5be5856387bca4 | a586433d0d67d89d48096f9908b997acb9ab37c6 | /links-slackbot/src/main/java/juja/microservices/links/slackbot/repository/LinksRepository.java | 6ff5ec9d8aeb20984f16468aa9cab1e65f3b8081 | [] | no_license | Benkoff/juja-platform | e6b0669de1190fabaee4c2a861dec00714befeae | f7821b8988d6c36c91d31ae7a36f8d49985c66ff | refs/heads/master | 2021-05-11T10:09:35.781835 | 2017-12-09T10:54:32 | 2017-12-09T10:54:32 | 113,698,890 | 0 | 0 | null | 2017-12-09T20:25:10 | 2017-12-09T20:25:09 | null | UTF-8 | Java | false | false | 125 | java | package juja.microservices.links.slackbot.repository;
public interface LinksRepository {
String addLink(String url);
} | [
"ivshapovalov@gmail.com"
] | ivshapovalov@gmail.com |
45f3b4547d3f8f9260efba9c7de7518af4f11ede | 60e2f29340224117231a1f554cf179ff92b3b844 | /src/main/java/com/example/rohit/zaika_e_gwalior/Adapterworship.java | c44b4e2b565370a616d6ba14a4abce382fba952b | [] | no_license | rshivam08/Zaika-E-Gwalior | ca6df9816878ce5d5400c917e0d5d52fdcd71329 | 055ebc30a24bd7e85deb6785c630c19cffdec5f9 | refs/heads/master | 2020-06-30T17:15:53.434944 | 2019-12-06T10:33:59 | 2019-12-06T10:33:59 | 200,894,316 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,794 | java | package com.iiitm.android.zaika_e_gwalior;
/**
* Created by rohit on 18/9/17.
*/
public class Adapterworship {
int image;
String name1,name2,name3,name4,name5,name6,name7,name8;
Adapterworship(int image,String name1,String name2,String name3,String name4,String name5,String name6,String name7,String n... | [
"shivamrathore307@gmail.com"
] | shivamrathore307@gmail.com |
c022da1e0bde9ae2be813b6e00450d6471abbf89 | da2c713a3bc120d3d05767f478b520b3e8709dc6 | /PR023/app/src/androidTest/java/joshu/pr023/ApplicationTest.java | cca75344516a8e93307aacda25ac1280810052b1 | [] | no_license | joshua440/android | 4c26a6583b3527cb6cdd4ddfa3a1abea036427dd | 8a7d3ece7f93322ba64724fb037f6617f61ffdc3 | refs/heads/master | 2021-01-10T09:20:23.498691 | 2016-01-13T12:27:24 | 2016-01-13T12:27:24 | 43,419,245 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 342 | java | package joshu.pr023;
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() {
super(Appli... | [
"joshua_440@hotmail.com"
] | joshua_440@hotmail.com |
712e944e0e6949a4a903a5dc33ca5e60ff47b7d7 | 3b0eeff35bd9375f88f543bbd6484e3f1cfcbfa0 | /src/main/java/com/gildedrose/storeitem/StoreItem.java | 048857b75bb2facd21c785c3ec7519c54466eb29 | [] | no_license | nchandlersmith/gilded-rose | 453b60b844e982b9f3358bf13c8ed555a074f55b | 9f1cedc823f46285f2797109d2bb50b48bb1ecb1 | refs/heads/main | 2023-02-08T01:14:17.710811 | 2020-12-10T03:31:21 | 2021-01-04T21:47:35 | 310,968,298 | 0 | 0 | null | 2021-01-04T21:47:36 | 2020-11-08T02:09:56 | Java | UTF-8 | Java | false | false | 4,084 | java | package com.gildedrose.storeitem;
import com.gildedrose.Item;
import com.gildedrose.rule.calculatequality.RuleCalculateQuality;
import com.gildedrose.rule.calculatesellin.RuleCalculateSellIn;
import com.gildedrose.rule.qualitybounds.RuleQualityBounds;
import java.util.Objects;
public class StoreItem extends Item {
... | [
"35344387+nchandlersmith@users.noreply.github.com"
] | 35344387+nchandlersmith@users.noreply.github.com |
a7c0cc44209c3640d2dfb13b24064404e0679d7c | e537ba086c937c29345979c6bd9b087e02bc0432 | /HMS/src/sample/DatabaseDeletion.java | 83d953d508448010501785907b4ee096057d243e | [] | no_license | imranzaheer612/OOP-project | 4ba8cc6023a8bbd5f5c38c09403968ae9455ad5e | 592c285f787634b70108be1d6ec1de92745fb44b | refs/heads/master | 2021-03-29T11:40:47.896212 | 2020-06-15T17:04:04 | 2020-06-15T17:04:04 | 247,950,999 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,963 | java | package sample;
import javafx.scene.control.TextField;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.time.temporal.ChronoUnit;
class DatabaseDeletion {
Connection connection = DatabaseConnection.connector();
/*
* this will move the... | [
"noreply@github.com"
] | noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.