blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 132
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cf8b5c82c834ff6fb02a9a2e8975ec14f3b7ca62 | c1e567661854bf2b61555ec1a18d3c0e67be9fdb | /src/algorithm/sort/MusicVideo.java | adaa2d25a21f1229d5901a07e03296198648a37f | [] | no_license | daroguzo/dataStructureAndAlgorithm | de5b8c3167a6a0bc951ad2c1593dc169c04b312d | 6bcaddd34c502ecf232cf24b466a2e7b01b08b0d | refs/heads/master | 2022-09-13T07:50:40.455558 | 2022-09-04T12:10:08 | 2022-09-04T12:10:08 | 211,848,230 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,192 | java | package algorithm.sort;
import java.util.Arrays;
import java.util.Scanner;
public class MusicVideo {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
int m = sc.nextInt();
int[] arr = new int[n];
for (int i = 0; i < n; i++)... | [
"kjw2122@naver.com"
] | kjw2122@naver.com |
15c3abca8fd736e52cdceeb213ff6ebbe5019128 | 0e2673f6fc468886f319c01fa9d2373e43050521 | /src/com/jda/Algorithms/Nibble.java | 7944e97e71bd5fe37cfd75e8544b6c14ffc3c80b | [] | no_license | vinaysowmya/BasicJavaPrograms | 2207ffdf7088778aca8ea2d50a51d971edc2f81f | 16773332edaf6f7cc2833e92d049506164db4384 | refs/heads/master | 2020-03-22T07:31:33.862491 | 2018-07-16T10:34:59 | 2018-07-16T10:34:59 | 139,705,989 | 0 | 0 | null | 2018-07-24T06:10:11 | 2018-07-04T10:18:37 | Java | UTF-8 | Java | false | false | 474 | java | package com.jda.Algorithms;
import com.jda.utility.utility;
public class Nibble {
public static void main(String args[])
{
utility util=new utility();
System.out.println("Enter the number");
int num=util.inputInteger();
int value=util.nibble(num);
System.out.println(value);
boolean rslt=util.powOfTwo(va... | [
"Sowmya.Saragadam@jda.com"
] | Sowmya.Saragadam@jda.com |
fa5707ee8c5b6becfadfd93f7398f4b903db978d | 13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3 | /crash-reproduction-new-fitness/results/LANG-35b-1-24-Single_Objective_GGA-IntegrationSingleObjective-/org/apache/commons/lang3/time/DateUtils_ESTest_scaffolding.java | 0d9115e9a62a002014e0a447cb99b663df6020cf | [
"MIT",
"CC-BY-4.0"
] | permissive | STAMP-project/Botsing-basic-block-coverage-application | 6c1095c6be945adc0be2b63bbec44f0014972793 | 80ea9e7a740bf4b1f9d2d06fe3dcc72323b848da | refs/heads/master | 2022-07-28T23:05:55.253779 | 2022-04-20T13:54:11 | 2022-04-20T13:54:11 | 285,771,370 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,989 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Mon May 18 01:58:11 UTC 2020
*/
package org.apache.commons.lang3.time;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.jun... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
bfa717297f7cd22aac1b11afc2b1580b13358966 | ab0cecfd6e447b0e2516370a7c2b18a3a127e1e3 | /DebateAppWEB/src/data/IssCatDAO.java | eb8241c938e3c7b0a877e7473161d5333d2e233e | [] | no_license | Teratopia/DebateApp | 755339569a5b3afd747e0a729a97c1d795818de2 | 5f40eb621531f43019415a52400a2c5b74451184 | refs/heads/master | 2021-01-11T23:08:16.999813 | 2017-03-07T01:13:14 | 2017-03-07T01:13:14 | 78,551,232 | 0 | 0 | null | 2017-02-10T02:17:20 | 2017-01-10T16:21:22 | JavaScript | UTF-8 | Java | false | false | 1,931 | java | package data;
import java.util.Collection;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import org.springframework.transaction.annotation.Transactional;
import com.fasterxml.jackson.databind.ObjectMapper;
import entities.IssCat;
public class IssCatDAO implements IssCatDAOI ... | [
"kylewoodennis@gmail.com"
] | kylewoodennis@gmail.com |
7c82c54257a9f747a5560c3c6452e1fa12aa7048 | fd9c4b739baca62ad77c7139b24c6cef3ed57ba1 | /src/main/java/io/spring/movieportal/model/user/UserStatus.java | 8855966fc2f7e5b1f91161d1e671e9f6b7e74237 | [] | no_license | mihairatiu/spring-movie-portal | bb11d42921f2283b8e3655dd8f6d2fe39c3d10f4 | 28eef390c5dcbd645d28f0e73e4d70443f810317 | refs/heads/master | 2021-01-14T13:57:27.099475 | 2015-07-14T07:01:38 | 2015-07-14T07:01:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 259 | java | package io.spring.movieportal.model.user;
public enum UserStatus {
regular(0),
registered(1),
unknown(-1);
private int code;
UserStatus(int code) {
this.code = code;
}
public int code() {
return code;
}
}
| [
"mihai.g.ratiu@gmail.com"
] | mihai.g.ratiu@gmail.com |
2c3a0a656641f2c0ca15b0a7422fc641efcc226e | dff07fc0e2542c367ff3cc34c149aed582121d90 | /src/com/company/lesson10/tools/Drum.java | 48f895b0ecd1d11b8ba0d47489d283cf2a5aa713 | [] | no_license | vladddooonnn96/vladddooonnn | e6e833a0d102882634783e4515b5730ca5da712d | e8f95f023fa27e18df2d44ae16e6727572a1cb14 | refs/heads/master | 2021-04-29T17:33:12.308962 | 2018-03-19T15:02:58 | 2018-03-19T15:02:58 | 121,659,888 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 929 | java | package com.company.lesson10.tools;
import java.util.Objects;
public class Drum implements Tool {
private double size;
public Drum(double size) {
this.size = size;
}
public double getSize() {
return size;
}
public void setSize(double size) {
this.size = size;
}
... | [
"madara110@mail.ru"
] | madara110@mail.ru |
44ebbcf128b4cd515dbbeccbc2b874fda3b129a2 | 2d8bf23b8c1f93c4aa049400704b6e2ae745f28b | /src/Additionals.java | 9d70e7f280510dc4dd72a842baba5b86e1ff800e | [
"BSD-2-Clause"
] | permissive | bablushaw23/StringCalculator | 21bee6a1006c3ae73b4cd33b8d447bbe8e4269b7 | f9f12a597efb94b86cf513427cafce142d0c51f1 | refs/heads/master | 2020-04-13T08:55:11.623208 | 2018-12-25T16:19:48 | 2018-12-25T16:19:48 | 163,096,004 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,175 | java | import java.text.DecimalFormat;
public class Additionals {
public String replacePartOfString(int startingIndex, int endingIndex, String dataToReplace, String data) throws Exception {
String newData = "";
String rightPart = "";
String leftPart = data.substring(0, startingIndex);
if (... | [
"bablushaw23@github.com"
] | bablushaw23@github.com |
5b83cb1ab283f57dff08ae4bbf514aa46f6408c2 | 05cf0c027427fd3c4091746f0176915950c7db92 | /Module_main/vehicleslibrary/src/main/java/com/mbcq/vehicleslibrary/fragment/trunkdeparture/TrunkDepartureBean.java | 22a88da01ed2b3ad30d957d4b223230a664e8f30 | [] | no_license | surpreme/ChuanQiLians | 5da2d7a8da0b1a7326f6174af28fcd8c6d92bc19 | 6ebd27e20840da52fd201c03f4be66da56f7696d | refs/heads/master | 2023-02-13T00:25:30.947783 | 2021-01-14T10:07:18 | 2021-01-14T10:07:18 | 288,069,965 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 11,608 | java | package com.mbcq.vehicleslibrary.fragment.trunkdeparture;
public class TrunkDepartureBean {
/**
* id : 289
* vehicleState : 1
* vehicleStateStr : 发货
* companyId : 2001
* ecompanyId : 2001
* inoneVehicleFlag : DB1003-20201221-003
* contractNo : DB1003-20201221-003
* sendOpe... | [
"1740747328@.com"
] | 1740747328@.com |
baef796465b10b7e98b9b977ebd7c2a028b11ae2 | 3fbd667a4b1fb85ac4ab54d845eb9fe9ef5d6cef | /mskl-facade/mskl-dao/src/main/java/com/mskl/dao/model/MsklPromotionInfo.java | 4bf55a5e80d96eeebfd2e46b8f1eefaa4e19098f | [] | no_license | ivivisoft/mskl | 05e21d99478c7b87c102751d1d5cb947e4731334 | ead6b47495c18a645a4f9f1dcc8b7d05cb4a5062 | refs/heads/master | 2021-01-10T10:27:28.033716 | 2016-04-15T09:32:34 | 2016-04-15T09:32:34 | 54,645,217 | 0 | 1 | null | 2016-04-06T03:09:18 | 2016-03-24T13:47:46 | Java | UTF-8 | Java | false | false | 2,017 | java | package com.mskl.dao.model;
import java.util.Date;
public class MsklPromotionInfo {
private Long id;
private String promotionName;
private String infoChannel;
private String infoTitle;
private String bannerUrl;
private String contentUrl;
private Short sort;
private Date createDa... | [
"yangxu@jinlianchu.com"
] | yangxu@jinlianchu.com |
1c42e7efdc05bf9988feab46d009261ebf54ee60 | 93ac298897fb0b8df30882028254e48857684217 | /lecture/src/jdbc1/StudentDAO3.java | 5d2d4f752be76e01bc31c6afea07052c3c3b1c5f | [] | no_license | KimJye/jsp_practice | 976361f908bc06691f02fcc408a7009f782fc294 | 8e9b871b9d4d817a99bb6e2737cdbfd5e58ba8e4 | refs/heads/master | 2021-04-06T19:25:24.423360 | 2018-11-07T04:08:13 | 2018-11-07T04:08:13 | 124,510,993 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,966 | java | package jdbc1;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
public class StudentDAO3 {
public static Student createStudent(ResultSet resultSet) throws SQLException{
Student student = new S... | [
"eoeogudgud@naver.com"
] | eoeogudgud@naver.com |
4990cd9e25e04d2b9361520ad68b9062c0ef272f | 295cce6b04479d313eb3a7ef4f294a812a949441 | /Algorithmie et Complexité/TP1/AC_tp1_donnees/Tri.java | 4d51e3a4e6f4dac6a64bf434406adafb44d3bd72 | [] | no_license | Starbeuck/ESIR1 | fa204c6f065ac62c133f508b600324579ba60f61 | 9d39d75770ad6ee7a31d5a11736b31df42be836f | refs/heads/master | 2020-05-25T22:54:35.662881 | 2017-06-26T19:49:10 | 2017-06-26T19:49:10 | 93,241,530 | 0 | 1 | null | null | null | null | ISO-8859-1 | Java | false | false | 1,765 | java | public class Tri {
/*Tri le tableau t via la méthode "Tri par insertion"
* cf TD1 exo 2
*/
public static void triInsertion(int[] t){
//A FAIRE
}
/*Tri le tableau t via la méthode "Tri fusion"
* cf TD2 exo 5
*/
public static void triFusion(int[] t){
if (t.length>0)
triFusion(t, 0, t.length-1);
}
... | [
"keroullasolenn@gmail.com"
] | keroullasolenn@gmail.com |
3df443f9505bc1e5074bdbed1a57197817523b80 | f378ddd47c8b7de6e9cf1d4228c84f73e9dc59f1 | /projetos/LearnEnglishApp/src/program/SoundEngine.java | 3920ab891249adcac345fc88784c6e8582b8873e | [] | no_license | charles-marques/dataset-375 | 29e2f99ac1ba323f8cb78bf80107963fc180487c | 51583daaf58d5669c69d8208b8c4ed4e009001a5 | refs/heads/master | 2023-01-20T07:23:09.445693 | 2020-11-27T22:35:49 | 2020-11-27T22:35:49 | 283,315,149 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,161 | java | /*
* SoundEngine.java 1.1 2012/6/1
*
* Copyright (c) 2012 Northeastern University Software Engineering College
* Software International 1001 Group Three
*
* All rights reserved.
*/
package program;
import java.io.BufferedInputStream;
import java.io.FileInputStream;
import javazoom.jl.player.Player;
/**
* A... | [
"suporte@localhost.localdomain"
] | suporte@localhost.localdomain |
601c60543abb23ae6a528a4acdc99758ad76089f | 2a787fecf28d7eb23cde07896ccf148cecfda830 | /app/src/main/java/citycircle/com/Adapter/Camadapter.java | db171276f3ea667000fa3d8ab81a3ea1379ab9b1 | [] | no_license | 643063150/CityCircle | fe2b5683d828ea402fb45a0de204bdccb45a556b | b1cde0ccb481e0a5e18a28486e417e5086cafe65 | refs/heads/master | 2020-12-24T07:43:24.221453 | 2016-10-27T06:16:22 | 2016-10-27T06:16:22 | 50,401,339 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,663 | java | package citycircle.com.Adapter;
import android.content.Context;
import android.graphics.Color;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import com.nostra13.universali... | [
"643063150@qq.com"
] | 643063150@qq.com |
a4d989df589e5e1d62a896e9d8d843e521ffdf64 | 9585e5bc766340e79f719dd99bbe600f0dff2fec | /week08/Animal/src/AnimalMain.java | 9351a7670ab039dede33accd78100f0431d66445 | [] | no_license | green-fox-academy/szutsj | 5e2a1aa8b5c371d2e762270ffdc6071e7fc32e19 | 59843c328881a394aced973bb7214681be65ea3a | refs/heads/master | 2020-04-04T06:55:09.575527 | 2019-05-05T20:50:29 | 2019-05-05T20:50:29 | 155,761,729 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 464 | java | public class AnimalMain {
public static void main(String[] args) {
Animal cat = new Animal();
Animal dog = new Animal();
Animal bird = new Animal();
System.out.println(cat.toString());
System.out.println(dog.toString());
System.out.println(bird.toString());
cat.drink();
dog.eat();
... | [
"judit.szuts.mob@gmail.com"
] | judit.szuts.mob@gmail.com |
8195da99594ab8715da42308758a1eea9451fb87 | 63b308d7fa8e5920a208f61505d6ae6dd5eda6b1 | /src/main/java/com/example/generator/StateFlat.java | 962869de80241dd7857cc148cf2c1ad4a3e00449 | [] | no_license | Arsenii020194/demo | 8c1bf99323814b2503429d1f3f3e160ca2eed53f | 32bd2e4ff96b335c86f98bb3c9444f2029a32b7a | refs/heads/master | 2021-06-08T13:27:22.153413 | 2016-11-20T02:22:36 | 2016-11-20T02:22:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,082 | java | package com.example.generator;
import java.io.IOException;
import java.util.Random;
import com.example.DemoApplication;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
/**
* Clas... | [
"arsenii.kuteinitsyn@gmail.com"
] | arsenii.kuteinitsyn@gmail.com |
5f476d787ad09c0999679ed5d72d9ceeb6ab4550 | bff1e5c051b2210fd988931131c754eb687ce0dd | /loadbeans/src/main/java/com/mine/api/impl/TestConstructorInject.java | 20d6d620a2e90b103ca124e01beeafaf078ee0c0 | [] | no_license | s-nail/spring-learning | a0fd9d19887a9a8c7f7adc43c302419ea6a43922 | 1c3e5c86ee62bb0346f2cd6c9511bf0d65c1038e | refs/heads/master | 2022-07-15T05:08:22.507010 | 2021-01-04T08:58:08 | 2021-01-04T08:58:08 | 184,968,210 | 0 | 0 | null | 2022-06-17T02:48:27 | 2019-05-05T02:29:54 | Java | UTF-8 | Java | false | false | 703 | java | package com.mine.api.impl;
public class TestConstructorInject {
private String name;
private Integer age;
/**
* <constructor-arg name="name" value="zhangsan"/>
* @param name
*/
public TestConstructorInject(String name) {
super();
this.name = name;
System.out.prin... | [
"1945227880@qq.com"
] | 1945227880@qq.com |
97db254c8a8ab8f016f23bf671b6450fc165f78c | ad6746706a47f697c30bdbdd82e87c0f3b9ab21b | /LoginFx/src/sample/BarChartController.java | d89bf7c5127c07e6f6c3e9fa01b47ccab46efb65 | [] | no_license | connorbridle/predicting-nutritional-value | bb1b96b9a83a060403b483f1fe18f175e87297a4 | 3b43b58c958593b3c9132ef6d5174327c8a3c9a5 | refs/heads/master | 2020-03-23T16:36:19.907411 | 2018-07-21T14:41:43 | 2018-07-21T14:41:43 | 141,819,583 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,140 | java | package sample;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.fxml.FXMLLoader;
import javafx.fxml.Initializable;
import javafx.scene.Node;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.scene.chart.BarChart;
import javafx.scene.chart.CategoryAxis;
import javafx.scene.cha... | [
"cbridle121@googlemail.com"
] | cbridle121@googlemail.com |
23df749ce318e1c061e3133cbd34df2a928697a6 | aff159c4270ddb6c552f5ce7a1f342b6eedc56bf | /src/org/jetbrains/android/run/DebugLauncher.java | bc0c49448d4f8721a6ac71ec0fcb16f0608e0ad6 | [] | no_license | vahitserifsaglam1/idea-android | 3cca03d29484e76e1e82e9371753ec2c82442131 | 2701198a7aca2104e48d5f1f6dbe0746f6b53446 | refs/heads/master | 2020-03-30T08:35:18.326364 | 2008-12-26T14:13:06 | 2008-12-26T14:13:06 | 33,262,248 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 145 | java | package org.jetbrains.android.run;
/**
* @author coyote
*/
public interface DebugLauncher {
void launchDebug(String debugPort);
}
| [
"jkudel@mail.ru@db6d6eb8-cd3e-0410-97d0-afb2eff4f138"
] | jkudel@mail.ru@db6d6eb8-cd3e-0410-97d0-afb2eff4f138 |
0887d1af5e3db0912ec2da53105d67d9e5bddbf4 | b9c33f168da503abaedbe12dbcc5c5f73c5b2a6f | / tpalus --username racezhang/Palus/toyexperiment/arrayexamples/VarInfo.java | 0c569a135a41f69f2840cf259bab5b881f2c24ae | [] | no_license | minhtran83/tpalus | cc48a3eac611edfa39a656f611ddef902268659b | 0b88621116df77a0fc0b895ce5457fe1771a36af | refs/heads/master | 2021-05-29T01:22:09.689712 | 2011-05-23T02:33:08 | 2011-05-23T02:33:08 | 35,160,330 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 290 | java | // Copyright 2010 Google Inc. All Rights Reserved.
package arrayexamples;
/**
* @author saizhang@google.com (Your Name Here)
*
*/
public class VarInfo {
public VarInfo(VarInfoName name, ProlangType type, ProlangType retType, VarComparability comp, VarInfoAux aux) {
}
}
| [
"racezhang@454cb45b-5f8a-43e4-73d6-c6a0c25fc75f"
] | racezhang@454cb45b-5f8a-43e4-73d6-c6a0c25fc75f |
9a70972679d0538cfcfa081bce2c72f54361a02e | cc109222071be2d7286b60ae823cdedd6916a735 | /Ticketing_Management_System/src/com/tolo/tabcs/server/dao/SecondBalanceDao.java | 93ed4701373689b1555f7614d654dda07b6df64a | [] | no_license | 2724869229/Ticket-management-System | e0283d9978aae504dc198ab8d91cd7d60012d114 | e49ce2c9e4dc82d84387cb81acdd7e99855d0fcd | refs/heads/master | 2021-05-30T09:57:45.102094 | 2014-08-31T05:09:29 | 2014-08-31T05:09:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 108 | java | package com.tolo.tabcs.server.dao;
public interface SecondBalanceDao {
Boolean getResult(int branchId);
}
| [
"279962296@qq.com"
] | 279962296@qq.com |
ace350903a14e679a1e6e9e22460e07d731987e7 | dfa884601814bec2a1e6bd34a5de6fd73ab3d814 | /src/main/java/com/solarmc/eclipse/util/RemappingUtils.java | 820dfeb7a9b3e689afdc1a37db831ed1cab92000 | [] | no_license | Solar-MC/solar-eclipse | aefddec7dc6a0c80ba41c0560d464454bbf23331 | f26df9db9a5ad21038debe5daffdf5e8fd9a47fe | refs/heads/master | 2023-05-07T05:50:25.978703 | 2021-05-28T10:31:27 | 2021-05-28T10:31:27 | 370,492,933 | 17 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,575 | java | package com.solarmc.eclipse.util;
import com.solarmc.eclipse.bytecode.SolarClassRemapper;
import com.solarmc.eclipse.util.lunar.PatchInfo;
import net.fabricmc.tinyremapper.*;
import org.cadixdev.lorenz.MappingSet;
import org.cadixdev.lorenz.io.TextMappingsWriter;
import org.cadixdev.lorenz.model.*;
import org.objectwe... | [
"haydenv06@gmail.com"
] | haydenv06@gmail.com |
3f9a26210fc6670268bbaa7fb402096522ecbfff | 696228c0b07ea207310f97cfb94fd661722aa74a | /MyPrograms/src/main/java/folder/RemoveDuplicates.java | b6cb16dc10d83790e928da9f444a5defe67b2898 | [] | no_license | ramalakshmi95/MyPrograms | db5de04ddfffc02a95704121963efd2623c6bbb0 | 1c8dcb0aa49d1349c8f05ee89e09b78074b72a03 | refs/heads/master | 2023-05-12T00:14:09.711285 | 2019-09-28T16:45:34 | 2019-09-28T16:45:34 | 207,124,575 | 0 | 0 | null | 2023-05-09T18:15:44 | 2019-09-08T14:28:35 | Java | UTF-8 | Java | false | false | 1,671 | java | package folder;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import java.util.TreeSet;
public class RemoveDuplicates
{
public static void main(String[] args)
{
int[] arr= {10,20,10,30,50,20,... | [
"jayashrishankaran04@gmail.com"
] | jayashrishankaran04@gmail.com |
5b10407a4ee7945599b2289750105134458dca57 | c11e6fa67b1aa9e6f144b4032d8ae474fa961ac0 | /src/org/usfirst/frc/team558/robot/scale_Paths/doubleCenterRightFrontArc.java | 22b382ba212d52e94e8d5d6fb13d3475f233ca46 | [] | no_license | m4nik1/SnapBack2018 | 4ce99af6b7e615c6cb790d3e8ab32ebca5f8c40e | 38dbd920b5ba3bab7002fef59190cc28c01a5d7e | refs/heads/master | 2020-03-09T15:36:16.190862 | 2018-05-11T20:25:38 | 2018-05-11T20:25:38 | 128,863,231 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,751 | java | package org.usfirst.frc.team558.robot.scale_Paths;
import org.usfirst.frc.team558.robot.util.*;
public class doubleCenterRightFrontArc extends SrxTrajectory{
// WAYPOINTS:
// (X,Y,degrees)
// (2.58,13.18,0.00)
// (7.58,13.18,0.00)
public doubleCenterRightFrontArc() {
super();
this.highGea... | [
"maniksoomro@gmail"
] | maniksoomro@gmail |
842ffa2df08351b50d561a8eb2fc4c70dbcdd6fc | 952e6c8e6a2cc1f48cc6e7f0defb952c8f9ab58a | /backend/src/main/java/com/udacity/gradle/builditbigger/backend/MyEndpoint.java | 5570f98b1c577f3bca36a17c3c7db00014f289b8 | [] | no_license | kae-udacity/build-it-bigger | 3c22e945cee9d35bfbc7d27a50142506833e4ef6 | 13e0c5773ca1072443cf1844369d492ce566c69e | refs/heads/master | 2021-09-02T20:18:17.580689 | 2018-01-03T21:22:10 | 2018-01-03T21:22:10 | 115,810,819 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,214 | java | /*
For step-by-step instructions on connecting your Android application to this backend module,
see "App Engine Java Endpoints Module" template documentation at
https://github.com/GoogleCloudPlatform/gradle-appengine-templates/tree/master/HelloEndpoints
*/
package com.udacity.gradle.builditbigger.backend;
im... | [
"kennethrogers.kr@gmail.com"
] | kennethrogers.kr@gmail.com |
2db2524239b5c7414a545739218ff357d24a0364 | e155926f97c3bebd9352126d92a1d00826972d11 | /Java/Interfaces/Exercicio1/BicicletaEstrada.java | 3ba5d51f4b5fac399e11c8e59643b49b41b87e0d | [] | no_license | jefethibes/Aulas | 3f941cf4903d239b882cc48883c3b28fb786c99f | 8662da4ae641a216848fd2ba66eac39999351e08 | refs/heads/master | 2021-06-20T06:23:13.535635 | 2021-04-29T01:01:45 | 2021-04-29T01:01:45 | 200,735,696 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 446 | java | package Exercicio1;
public class BicicletaEstrada implements Bicicleta {
public int qtdMarchas() {
return 18;
}
public String tipoFreio() {
return "Boracha";
}
public String modelo() {
return "Estrada";
}
public String marca() {
return "Caloi";
}
... | [
"jefepatytony@gmail.com"
] | jefepatytony@gmail.com |
65766a6fe0a684cba10d487b3869c05af238e716 | 04178323a2f54947fae5a792ebbdb47037c49658 | /src/main/java/lk/ijse/dep/web/api/CustomerServlet.java | 89dd0f4ae7e505ac6ee49b7c46ac999a8c8787b5 | [] | no_license | dep-6-playground/layerd-architecture-pos | be92af554784ae5416ba1e79108cd55ce6bee7d6 | 5653ce8ec681f1390d570c394d724714a606cd08 | refs/heads/master | 2023-03-02T23:33:29.612844 | 2021-01-19T00:32:29 | 2021-01-19T00:32:29 | 334,323,612 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,273 | java | package lk.ijse.dep.web.api;
import lk.ijse.dep.web.business.BOFactory;
import lk.ijse.dep.web.business.BOTypes;
import lk.ijse.dep.web.business.custom.CustomerBO;
import lk.ijse.dep.web.dto.CustomerDTO;
import lk.ijse.dep.web.exception.HttpResponseException;
import lk.ijse.dep.web.exception.ResponseExceptionUtil;
i... | [
"d.c.0729439631@gmail.com"
] | d.c.0729439631@gmail.com |
8c2c93db670425ce2611477c84cbd4fd6cf4d820 | 6c23b389b2eadd9df942a6464cb9bf8cbac68416 | /src/demos/robot/MouseSignZorro.java | 4e8c4ee6fe84ef500959a7a03876a69c0b7b4406 | [] | no_license | DF4ze/ArduiBot_Java | 13e407c0f3ea698344c1f845f274706c15219b2b | 548b1a16064fad13bfb46ab4d76982b5724fc781 | refs/heads/master | 2021-01-17T15:36:21.645420 | 2016-04-19T21:41:04 | 2016-04-19T21:41:04 | 25,223,107 | 0 | 0 | null | 2014-10-27T23:36:24 | 2014-10-14T19:33:38 | Java | ISO-8859-1 | Java | false | false | 1,207 | java | package demos.robot;
import java.awt.AWTException;
import java.awt.Robot;
/**
* Déplacer le curseur de la souris sur l'écran
* Exemple de zorro
* fobec.com 2010
*/
public class MouseSignZorro {
public MouseSignZorro() throws AWTException {
Robot robot = new Robot();
/**
... | [
"CDI12@31010B6014537.balma.stagiaires.ad.afpanet"
] | CDI12@31010B6014537.balma.stagiaires.ad.afpanet |
6c5508fd1ff5dac7a870aab167902b1a23b66e87 | 027e93461d4034f04e0ce7f2c1a9a08011ea2c8e | /club/src/test/java/org/zerock/club/security/JWTTests.java | 64e925f9bef8a8cc1369919d992403bbe253c62b | [] | no_license | jinyedo/SpringBoot-Study | 787198833be2d1846de892036796c7da9cd371fc | 91647c2b31281d3ce6ac5d933386241c18201749 | refs/heads/master | 2023-04-15T03:31:21.061906 | 2021-04-20T04:16:32 | 2021-04-20T04:16:32 | 348,406,069 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 845 | java | package org.zerock.club.security;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.zerock.club.security.util.JWTUtil;
public class JWTTests {
private JWTUtil jwtUtil;
@BeforeEach
public void testBefore() {
System.out.println("testBefore..........");
... | [
"whereyedo@naver.com"
] | whereyedo@naver.com |
70534b5d58958643ef8f60da17df60aad006088c | 9a9309e2254cc1343d3f492b704d1b3518736c17 | /src/main/java/lt/java/uzduotys/uzduotishelpme/LabelRepository.java | 3c530faf5be7836118a372a59e528943cc5685c5 | [] | no_license | leskauskas/9-swing-rest-api | 30c45b05d50bc20a99a3d9257caef52be7d83a67 | 960eea3ec743c6daea32f9e7d0da530fd6be9045 | refs/heads/master | 2021-08-28T16:29:46.694969 | 2017-12-12T18:59:33 | 2017-12-12T18:59:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 452 | java | package lt.java.uzduotys.uzduotishelpme;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.repository.query.Param;
import java.util.List;
public interface LabelRepository extends JpaRepository<Label, Long>{
List<Label> findAllById(@Param("id") Long id);
List<Label>... | [
"leskauskas25@gmail.com"
] | leskauskas25@gmail.com |
36f8522820778261bb50de8b3f85a1988a6f09ed | f3d5667d71bf4aea5104ac789547b15241499b2f | /app/src/main/java/com/gsy/ml/prestener/message/EaseChatPrestener.java | 670f4908e5c96a443de91922d92cf03c8593c406 | [] | no_license | ax3726/MaiLi | c55c3482c0fe2e7e646fc1f3a0dbe1a01eb1f73c | cefb0d66f4b2ce838e420d0354a1ab4e74b19ee2 | refs/heads/master | 2021-07-14T11:48:56.104111 | 2018-09-14T09:43:40 | 2018-09-14T09:43:40 | 135,269,966 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,033 | java | package com.gsy.ml.prestener.message;
import com.gsy.ml.common.Api;
import com.gsy.ml.common.Link;
import com.gsy.ml.common.MaiLiApplication;
import com.gsy.ml.model.common.HttpErrorModel;
import com.gsy.ml.model.message.EaseChatFragmentModel;
import com.gsy.ml.prestener.common.ILoadPVListener;
import java.util.HashM... | [
"15970060419lma"
] | 15970060419lma |
3bb666941213d2d99d675cda83fbf84f291597b2 | 22c0ea86a3a73dda44921a87208022a3871d6c06 | /Source/com/tv/xeeng/base/protocol/messages/json/BanTruongJSON.java | ac3f0df81fb947965d55bc667a5ef4fd8b998dbd | [] | no_license | hungdt138/xeeng_server | e9cd0a3be7ee0fc928fb6337e950e12846bd065a | 602ce57a4ec625c25aff0a48ac01d3c41f481c5a | refs/heads/master | 2021-01-04T14:06:51.158259 | 2014-08-01T09:52:00 | 2014-08-01T09:52:00 | 22,504,067 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,225 | java | package com.tv.xeeng.base.protocol.messages.json;
import org.json.JSONObject;
import org.slf4j.Logger;
import com.tv.xeeng.base.common.LoggerContext;
import com.tv.xeeng.base.common.ServerException;
import com.tv.xeeng.base.protocol.messages.BanTruongRequest;
import com.tv.xeeng.base.protocol.messages.BanTruongRespon... | [
"hungdt138@outlook.com"
] | hungdt138@outlook.com |
99811091c1ce0262801474f35df8c73f7741b127 | 9718b7f879a48815dd52c715ef1f2cbc4fd1bd02 | /Profiler/src/eu/artist/migration/pt/user/BenchmarkPanel.java | 836233c70ff6e09a76da807a7c31e53412a1f6b6 | [
"Apache-2.0"
] | permissive | cloudperfect-project/CloudPerfect | 55d81bfb15995460674d6f31424dd97d52e502ad | c76e1d5cd9fdef110122b9f31070d8e23b4273eb | refs/heads/master | 2020-12-02T23:01:42.736477 | 2019-01-10T15:24:22 | 2019-01-10T15:24:22 | 96,218,711 | 4 | 5 | null | 2017-09-15T14:13:36 | 2017-07-04T13:00:36 | HTML | UTF-8 | Java | false | false | 4,413 | java | /*
* Copyright 2014 ICCS/NTUA
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in ... | [
"fotais@mail.ntua.gr"
] | fotais@mail.ntua.gr |
c4dcd59809987e93c5518222dd2d098a7bf37d53 | 17c1f7fc8f73990da33becfb03484232b71f006a | /src/main/java/gg/bayes/challenge/service/impl/CombatLogLineProcessorImpl.java | a7f69c854fffe83e5126ed05f06d2cf8ae8f9cce | [] | no_license | degez/bayes-java-code-challenge-1 | cd8dc6ca0873645150178e0109bc5123103bd684 | 86ef939fca804e34884b2e9c790a7175322163d9 | refs/heads/master | 2022-06-06T16:43:46.032885 | 2020-05-07T04:36:13 | 2020-05-07T04:36:13 | 261,949,706 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,815 | java | package gg.bayes.challenge.service.impl;
import gg.bayes.challenge.exception.InvalidTimeFormatException;
import gg.bayes.challenge.service.CombatLogLineProcessor;
import gg.bayes.challenge.service.model.HeroDamageAction;
import gg.bayes.challenge.service.model.HeroItemsAction;
import gg.bayes.challenge.service.model.H... | [
"degezz@gmail.com"
] | degezz@gmail.com |
c99a0d87103339024b8afcb0f4aa516c70fd993b | 2caa2e42bc1b985a3899e90db94df429e40590ba | /src/main/java/com/jeffpeng/jmod/forgeevents/JMODAddBuffsEvent.java | 5a37715e6e02a7e312f19cdc9b7954a7612ee50b | [
"MIT"
] | permissive | donniereese/JMOD | 3848d356e129d8394b8a249b9fcf7d6a543776d3 | 5e3d739a92a7ea7ddef61ed98bf879bcd7a37a9d | refs/heads/master | 2021-04-10T00:33:58.886134 | 2017-03-21T10:26:51 | 2017-03-21T10:26:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 281 | java | package com.jeffpeng.jmod.forgeevents;
import java.util.Map;
import net.minecraft.potion.Potion;
public class JMODAddBuffsEvent extends JMODForgeEvent {
public Map<String,Potion> buffMap;
public JMODAddBuffsEvent(Map<String,Potion> buffMap){
this.buffMap = buffMap;
}
}
| [
"sk@urbanhosting.de"
] | sk@urbanhosting.de |
11f1b6a1e29d3bf0c1ca75d25f913a95277f7d8d | 28d51728bc334ba93c20405073758e44e308c6e1 | / jssp-and-immunes/JSSP_inmune/src/ch17/fig17_09_10/ReadTextFile.java | 1122a56c6759153cba475e5d7f37fabae797c218 | [] | no_license | blackynay/jssp-and-immunes | 9f3cffa36508bf587a5215e3b39520a16f12bcea | 82261db52998242cc64889691713de12b051b96b | refs/heads/master | 2021-01-10T14:13:12.203644 | 2012-10-26T01:22:05 | 2012-10-26T01:22:05 | 47,899,849 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,435 | java | // Fig. 17.09: ReadTextFile.java
// This program reads a text file and displays each record.
package ch17.fig17_09_10;
import java.io.File;
import java.io.FileNotFoundException;
import java.lang.IllegalStateException;
import java.util.NoSuchElementException;
import java.util.Scanner;
import ch17.fig17_04.Acco... | [
"epsilon1530@gmail.com"
] | epsilon1530@gmail.com |
3bf80e6866b2ecd189db88dbd767ad3047ad825d | 6ba99b06cb794aaebc87b4a0aefcbdf7471c2f8c | /src/main/java/com/geektry/console/framework/HandlerInterceptorImpl.java | ba80d19082279cffe220edd910c2f1def3e92594 | [] | no_license | geektry/console | cb367cbea0fdd28c7955edeacf3959bb7569a4b5 | 6c89d8d50471d501b6530e7e3334f713a4fcbda1 | refs/heads/master | 2020-04-05T04:26:32.630831 | 2019-01-15T12:40:40 | 2019-01-15T12:40:40 | 156,551,562 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,882 | java | package com.geektry.console.framework;
import org.springframework.stereotype.Component;
import org.springframework.web.method.HandlerMethod;
import org.springframework.web.servlet.HandlerInterceptor;
import org.springframework.web.servlet.ModelAndView;
import javax.servlet.http.Cookie;
import javax.servlet.http.HttpS... | [
"495337349@qq.com"
] | 495337349@qq.com |
1e03e7dd7fdaac8c9d7f0b9c4af614b6adf03281 | adb88a1a5547fce4657d5329ba0b8dc07840e569 | /FreeWalker/libraries/volley/src/main/java/com/android/volley/RequestQueue.java | bad1666afd050aca40193101965dd289bd97a439 | [] | no_license | YanyeZhang/Volley-Gson-OkHttp | 73db1e75d8ef4decf4467843824222680c805da3 | 254986cf40afa838bb4de6ad4f0b439d109beab9 | refs/heads/master | 2016-08-12T09:10:51.481224 | 2015-11-17T07:03:00 | 2015-11-17T07:03:00 | 44,713,982 | 10 | 2 | null | null | null | null | UTF-8 | Java | false | false | 11,782 | java | /*
* Copyright (C) 2011 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... | [
"419776494@qq.com"
] | 419776494@qq.com |
b3984e68547fd20e4e2e91e0795c36517c54bda1 | e7765fef3d90e6ee59cbba5bdea3e8f028239c38 | /src/com/start/netty/httpfile/HttpProxyConfig.java | b618248bafa1fb8384a0771d8944a71d0fad560d | [] | no_license | BrightStarry/socket | 55cda3ed428b99bae80cc95fb52f14f4ee05fa32 | 0ef606b6b692b9b4d499815cc6c8c6e6bd5e2c0e | refs/heads/master | 2021-01-20T10:20:57.384051 | 2017-05-05T07:08:35 | 2017-05-05T07:08:35 | 90,347,533 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 479 | java | package com.start.netty.httpfile;
/**
* <br>
* 类 名: HttpCallerConfig <br>
* 描 述: http属性配置参数 <br>
*/
public class HttpProxyConfig {
/**
* 最大连接数
*/
public static int MAX_TOTAL_CONNECTIONS = 800;
/**
* 每个路由最大连接数
*/
public static int MAX_ROUTE_CONNECTIONS = 400;
/**
* 连接超时时间
*/
public static int CON... | [
"970389745@qq.com"
] | 970389745@qq.com |
d8223c72798b1d372262f44099d80c20516279d0 | c591166f577f4eb3b5281167ea7c8b5cec7b204e | /src/main/java/com/tekwill/java/fundamentals/triviaspringboot/TriviaSpringBootApplication.java | 7d792e58c42b8a116de8715f8c25c1592d56ac46 | [
"MIT"
] | permissive | alexica3000/trivia-spring-boot | 0fa83578b8a2f643b259b937e9b3c2303c51a994 | 7bc58cd6363c803be69d25edde774dbd3b4e16cf | refs/heads/main | 2023-03-19T03:35:41.515825 | 2021-03-08T21:19:26 | 2021-03-08T21:19:26 | 344,262,033 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,736 | java | package com.tekwill.java.fundamentals.triviaspringboot;
import com.tekwill.java.fundamentals.triviaspringboot.engine.TriviaAdmin;
import com.tekwill.java.fundamentals.triviaspringboot.engine.TriviaGame;
import lombok.extern.slf4j.Slf4j;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot... | [
"sanatateacom@gmail.com"
] | sanatateacom@gmail.com |
49e0e2478bad820ad53fa4cd6e61540453e3e41b | 5d8eb6f4f93c50b38ceaad7813d5d625faacf37d | /app/src/main/java/lcs/android/creature/health/BodyPart.java | 9592bababae9ba191b0d6285ab68bf836278ec8d | [] | no_license | sidav/LCS-android | 376d692e6d5b2d5568417d14eb56efcb47657783 | 77d39f7fdc6255133b5510cf1b29794576b605b7 | refs/heads/master | 2020-04-02T06:10:01.649140 | 2018-10-22T12:21:11 | 2018-10-22T12:21:34 | 154,133,595 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 956 | java | package lcs.android.creature.health;
import java.util.EnumSet;
import java.util.Set;
import lcs.android.util.DefaultValueKey;
// import org.eclipse.jdt.annotation.NonNullByDefault;
/** Parts of the body.
* @author addie */
public enum BodyPart implements DefaultValueKey<Set<Wound>> {
ARM_LEFT("left a... | [
"vkovun@phoenixit.ru"
] | vkovun@phoenixit.ru |
b1e07c02e67bae51d92cec2e97c9a61a460b46d7 | bea97ead6a2f17f47b793838f3197715ab915fd2 | /src/se450finalproject/Item.java | 8bae8bb98df35b5f171c221b769a5af806a00f08 | [] | no_license | ericalunkle/SE450 | 9a108fc7557a5babad3e27a4c44ca5b44a7b226b | 24ecaa95f530f339b76db958259b004aea045d3c | refs/heads/master | 2020-04-20T22:24:39.886621 | 2019-02-04T19:57:45 | 2019-02-04T19:57:45 | 169,138,385 | 0 | 0 | null | 2019-02-04T19:55:49 | 2019-02-04T19:48:30 | null | UTF-8 | Java | false | false | 692 | java | package se450finalproject;
public class Item {
private String itemId;
private int price;
public Item(String itemId, int price) throws InvalidDataException{
super();
setItemId(itemId);
setPrice(price);
}
public String getItemId() {
return itemId;
}
public void setItemId(String itemId... | [
"31661664+ericalunkle@users.noreply.github.com"
] | 31661664+ericalunkle@users.noreply.github.com |
277d09b5f4afcbadffb2f7da2051d4f458e9b341 | a4cb372ced240bf1cf0a9d123bdd4a805ff05df6 | /spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/system/DiskSpaceHealthIndicatorTests.java | 1d151e882544dab1bf13ed1e13a4147d427376c9 | [] | no_license | ZhaoBinxian/spring-boot-maven-ben | c7ea6a431c3206959009ff5344547436e98d75ca | ebd43548bae1e35fff174c316ad154cd0e5defb3 | refs/heads/master | 2023-07-18T12:53:49.028864 | 2021-09-07T04:55:54 | 2021-09-07T04:55:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,690 | java | /*
* Copyright 2012-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... | [
"zhaobinxian@greatyun.com"
] | zhaobinxian@greatyun.com |
1c157f639b60b0ddde79bd8131d2fa4353371f95 | abc8c713d508aa0809eb3e053d239c4133bc6671 | /src/main/java/com/laver/design/pattren/creational/builder/CourseActualBuilder.java | 70ee4f04d84abbed6da950185e7f423d7a5ad389 | [] | no_license | Laverrr/design_pattern | 16f31f3872cec0c218661d440ae3e79dea77bfd3 | f9285d624ea3e702c30a5b05f63173716a0fc754 | refs/heads/master | 2020-04-09T08:47:41.960620 | 2018-12-20T12:19:50 | 2018-12-20T12:19:50 | 160,208,465 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 799 | java | package com.laver.design.pattren.creational.builder;
public class CourseActualBuilder extends CourseBuilder {
private Course course = new Course();
@Override
public void buildCourseName(String courseName) {
course.setCourseName(courseName);
}
@Override
public void buildPPT(String cou... | [
"447205752@qq.com"
] | 447205752@qq.com |
54e999c5bccfaba7ab398155649c6ca46826de2f | 3bf35d9b6edd150d7fea0df16a21487dda826303 | /app/src/main/java/com/example/mwx337293/splash/Splash.java | 0d5c467af83eb6e4f091f0179574e7bc18b45111 | [] | no_license | mohamedmagdy710/Splash | 211278ee2f68baf4fdf9141ac0e4232163c51020 | cc02e60672f2662ef5badb84b8fd69ab81689a6b | refs/heads/master | 2020-09-20T18:44:39.279325 | 2016-08-23T21:01:54 | 2016-08-23T21:01:54 | 66,291,886 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 942 | java | package com.example.mwx337293.splash;
import android.content.Intent;
import android.os.Handler;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.Window;
import android.view.WindowManager;
public class Splash extends AppCompatActivity {
privat... | [
"mWX337293@china.huawei.com"
] | mWX337293@china.huawei.com |
c09f1bdbd2b14e05f7b5bb13d0b91fb08bbdc242 | 58822b5c6c22bc6ac9e301989b068c714d177587 | /src/main/java/aws/example/s3/GetObject.java | a68c24c6658550a413c99ea191b3e0b6a7b22011 | [] | no_license | bofei222/s3examples | 5f52bf5f526a9c9f8be822241b347edbcac70ef7 | 406f8fab26153dcbcb4b899f874a2bd9273d22a7 | refs/heads/master | 2020-04-15T04:30:26.115649 | 2019-04-19T03:01:38 | 2019-04-19T03:01:38 | 163,961,785 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,091 | java | //snippet-sourcedescription:[GetObject.java demonstrates how to get an object within an Amazon S3 bucket.]
//snippet-keyword:[Java]
//snippet-keyword:[Code Sample]
//snippet-keyword:[Amazon S3]
//snippet-keyword:[getObject]
//snippet-service:[s3]
//snippet-sourcetype:[full-example]
//snippet-sourcedate:[]
//snippet-sou... | [
"bofei222@163.com"
] | bofei222@163.com |
f13ff7d65826134abb36754dc29029a76fbb884f | 4aa085345ba4a154d51b23969cabfd00e906eda5 | /JAVA/BinarySearchTrees/src/com/abhisheksingh/Main.java | e0e4143faefc0df671bf15af48677ccaf4498a19 | [] | no_license | abhishekxix/Programs | f2f807c84daa550333d9abec64e01d0d41e2dc2a | cf3c98bef6558df3ffa7839eb9258b30c6cdade9 | refs/heads/main | 2023-03-09T18:45:11.728929 | 2021-02-26T15:15:36 | 2021-02-26T15:22:24 | 341,647,945 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,444 | java | package com.abhisheksingh;
import java.util.ArrayList;
public class Main {
public static void main(String[] args) {
/* BinarySearchTree binarySearchTree = new BinarySearchTree(5);
binarySearchTree.insert(1);
binarySearchTree.insert(2);
binarySearchTree.insert(3);
binarySear... | [
"abhisheksinghxix@gmail.com"
] | abhisheksinghxix@gmail.com |
c34e1dc0f1ac71a843eba3c9b3505878d22d3469 | 5b194292814eef63440a6782ea37dcafc1509295 | /src/main/java/com/satori/giftlist/repository/DaoImpl/UserDaoImpl.java | ff9bcc01057df36dc54ff2477b30312a302d302c | [] | no_license | LadislavBrecka/GiftList-GenericDAO | 9a7c4e40686c4d42c69fcefd2469542075d09e2a | a619c394b3988d467cedcbe867a101a789a11e57 | refs/heads/master | 2023-02-24T00:13:21.866868 | 2021-01-25T18:11:48 | 2021-01-25T18:11:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 524 | java | package com.satori.giftlist.repository.DaoImpl;
import com.satori.giftlist.domain.User;
import com.satori.giftlist.repository.DaoApi.BaseDao;
import com.satori.giftlist.repository.DaoApi.UserDao;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import ja... | [
"lacoobrecka@gmail.com"
] | lacoobrecka@gmail.com |
836f7b5a1520e4adcce2c218223ce83a13264ceb | 1dc52c46fa5ea18a3dc4565467cb364a5829a0db | /lacuna/lacuna-core/src/test/java/cx/corp/lacuna/core/windows/WindowsRawMemoryWriterTest.java | 230bf5478ee8d8acc22a4ac985b54a1fdd9d1e67 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | huudev/lacuna | f6aba984b1e575844fe7b395d1015646667eacf8 | 9a22ca30bb7a592cf775a3737b9ae3c4fd593406 | refs/heads/master | 2023-03-16T07:02:37.288715 | 2019-01-20T22:46:39 | 2019-01-20T22:46:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,539 | java | package cx.corp.lacuna.core.windows;
import cx.corp.lacuna.core.MemoryAccessException;
import cx.corp.lacuna.core.ProcessOpenException;
import cx.corp.lacuna.core.domain.NativeProcess;
import cx.corp.lacuna.core.domain.NativeProcessImpl;
import cx.corp.lacuna.core.windows.winapi.WriteProcessMemory;
import org.junit.Be... | [
"joona.o.heikkila@gmail.com"
] | joona.o.heikkila@gmail.com |
cf31bd258098823f6877020e18de22f6a0ee3bd7 | f1a1ec177622016519634ee9a81fc3fa2b2d1964 | /app/src/main/java/com/bikeapp/xueyi/fragment/WeatherFragment.java | 4608f32b4d756c68581d752028db07ccc0b8c575 | [] | no_license | xueyigithub/MyBikeApp | 9375fc360c1af75fe30097eb0156e91df87f9659 | e05e34560b8fdf692874f1bf95d48aefafb6ca24 | refs/heads/master | 2021-01-10T01:20:46.259481 | 2016-01-11T04:32:55 | 2016-01-11T04:32:55 | 48,795,101 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 971 | java | package com.bikeapp.xueyi.fragment;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.webkit.WebView;
import android.webkit.WebViewClient;
import com.bikeapp.xueyi.mybikeapp.R;
import butterkn... | [
"494431829@qq.com"
] | 494431829@qq.com |
933c0142b28a7c7584a770ffa0c5b57493e0bee7 | 4799f218836969a659815086034d3ff449f2162a | /src/com/rsc/erp/utils/parse/cognos/SplitHtmlReportFileHandlingUtils.java | a4aaa455df0fc368202d46352b2ea603eed929d3 | [] | no_license | pjpalath/CognosSalesforceIntegration | 950756a7d8ec07e37a0b20f81124b5d9abd1f40a | 08f30e6df82003d89d9848eaf258d48e2a68a785 | refs/heads/master | 2021-01-17T10:49:44.249902 | 2017-03-06T02:22:17 | 2017-03-06T02:22:17 | 84,020,497 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,967 | java | /**
*
*/
package com.rsc.erp.utils.parse.cognos;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
import java.util... | [
"PAUL PALATHINGAL"
] | PAUL PALATHINGAL |
de2293c2a90e8c84e744722ca6d12717056fb5c0 | f2fcbf6704eaf09e600ea20d31434d6e530e2115 | /app/src/test/java/com/duanlei/game2048/ExampleUnitTest.java | a549af6b5d307a13fece055278f4273da6aaea9c | [] | no_license | nspduanlei/Game2048 | 13cf35e9f76c39774e0c1f9d90209afeeb8bdb61 | 4d6b8cd5a4ba488e71110acf6ba4342648e0e8f0 | refs/heads/master | 2021-01-10T05:49:09.363244 | 2016-01-11T02:35:43 | 2016-01-11T02:35:43 | 48,742,018 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 313 | java | package com.duanlei.game2048;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
} | [
"455483293@qq.com"
] | 455483293@qq.com |
668c7a7aa090b67ec3947182c06eb98e5648d344 | 6b12d45bd7e2765bd394626d9b85e462f52c3764 | /src/main/java/com/japcdev/contactbook/repository/ContactRepositoryImpl.java | 43408c4c1cd107f0e693af6b5412a071dccbb605 | [] | no_license | japc78/udemy-javaEE-servlet-jpa-contact-list-spring | efc75bf710ebc6ce2324d5c3221b7e8746ea2aa9 | 5f6eaac028a8d043e20babb75648c9f4253e5435 | refs/heads/main | 2023-07-20T06:31:35.197212 | 2021-08-31T19:19:19 | 2021-08-31T19:19:19 | 401,443,549 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,901 | java | package com.japcdev.contactbook.repository;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.stereotype.Repository;
import com.japcdev.contactbook.model.Contact;
@Repository
public class ContactReposit... | [
"japc.grafico@gmail.com"
] | japc.grafico@gmail.com |
8d49ef00777c6898d1b7fe763d7d69108ef22012 | d1afec3b8d17475176b515d971d2333273e75fc5 | /webAppMundoVideo/src/java/cr/ac/una/prograiv/video/controller/PeliculasServlet.java | da80c05762475442dceacd2c84ff9d7dcbc94e64 | [] | no_license | Josueroman12/webAppVideo | b61937d143ceca90f543177294dc7e92af58cd20 | b5ea2e5d61f916a1e616f62baa8594128ab523f5 | refs/heads/master | 2016-09-13T13:46:03.717451 | 2016-05-16T04:56:59 | 2016-05-16T04:56:59 | 58,901,251 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,865 | 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 cr.ac.una.prograiv.video.controller;
import com.google.gson.Gson;
import cr.ac.una.prograiv.video.bl.PeliculasBL;
imp... | [
"Josue Roman@pc"
] | Josue Roman@pc |
a213be5ba5dff5ae31d822be4bbe57651ff286fc | 246fafcfa6c354b5bc147cb306d22de866ee06c6 | /Integration/trunk/com.bluexml.side.Integration.m2.warPatchArchetype34d/src/main/resources/archetype-resources/src/main/java/Exemple.java | a962f43f73b7bc211c89d4c86ef1339527e889e4 | [] | no_license | moreljunior/SIDE | 16f8bf0588bc99bccde3fb451d43a7fa7e45f37b | 9e1b0fb7d0ea1743780ffb06fccc69e8225afd5e | refs/heads/master | 2021-01-15T10:24:45.571699 | 2013-04-12T07:41:33 | 2013-04-12T07:41:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 134 | java | #set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
package ${package};
public class Exemple {
}
| [
"dabad@c4e9bb49-730a-0410-b52d-bc9a0859fdfe"
] | dabad@c4e9bb49-730a-0410-b52d-bc9a0859fdfe |
021dd6fdcae698be6c3190c3a327d12d7b63bb23 | b49ee04177c483ab7dab6ee2cd3cabb44a159967 | /dgroupDoctorCompany/src/main/java/com/dachen/dgroupdoctorcompany/entity/BaseCompare.java | 82805f7e25acb5caa649fba09a8208d171a7719a | [] | no_license | butaotao/MedicineProject | 8a22a98a559005bb95fee51b319535b117f93d5d | 8e57c1e0ee0dac2167d379edd9d97306b52d3165 | refs/heads/master | 2020-04-09T17:29:36.570453 | 2016-09-13T09:17:05 | 2016-09-13T09:17:05 | 68,094,294 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 171 | java | package com.dachen.dgroupdoctorcompany.entity;
import java.io.Serializable;
/**
* Created by Burt on 2016/5/20.
*/
public class BaseCompare implements Serializable{
}
| [
"1802928215@qq.com"
] | 1802928215@qq.com |
6cf12d40cc1fb053abc1a606bb1a0468f7e37576 | 763701ac870fc5d1c6247f3a733939631919a477 | /ServidorCentral/src/logica/Colaborador.java | e15ae4e1f6da958f523e69be4fcba1cb45cc6ca9 | [] | no_license | matteo95g/Tarea-Final-tprog-2017 | 4354f2d1caa970fdab8dddba4876d87e84bafb8c | 23a8315f67b8fe34d3ec199a64b872133df0fff5 | refs/heads/master | 2021-08-24T11:23:05.198959 | 2017-12-09T14:20:57 | 2017-12-09T14:20:57 | 113,674,879 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,705 | java | package logica;
import java.util.Calendar;
import java.util.HashMap;
import java.util.Map;
public class Colaborador extends Usuario {
private Map<Integer, Colaboracion> colaboraciones;
private Map<String, Comentario> comentarios;
public Colaborador(String nickname, String nombre, String apellido, String correoE... | [
"matteo.guerrieri@fing.edu.uy"
] | matteo.guerrieri@fing.edu.uy |
98c464ee6ae8dad9b398b290ec3090daf810dc7c | 3314bde6ee6f141ff4634bff6fc9a3978d10cca2 | /src/main/java/sticklings/util/Location.java | 44f79a6a87b2de016f78e28945bb880d5db89c4d | [] | no_license | Sticklings/Sticklings-Game | bbce40f92df2c6e0729d895c6f3bc3377b96e968 | 5079dc50c4a8afd8f81bf0de7484973997957d45 | refs/heads/master | 2020-07-28T17:44:02.698795 | 2016-11-04T05:40:09 | 2016-11-04T05:40:09 | 67,479,603 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,061 | java | package sticklings.util;
/**
* Represents a location in 2D space
*/
public class Location {
public double x;
public double y;
/**
* Creates a new locatoin at 0,0
*/
public Location() {
this(0, 0);
}
/**
* Creates a new location at the given coords
*
* @param x The x coord
*... | [
"steven.schmoll@gmail.com"
] | steven.schmoll@gmail.com |
f505c938ba5a9e043e105c93484978b0db6a5c15 | 6050281ed07ac7e541a6b57d142fd382eb2f2d05 | /app/src/main/java/de/host/connectionmanagerapp/activityFragments/SshSessionFragment.java | abd4a8d93af50657b105794151126d5626f4e375 | [] | no_license | mobile-systeme-team-j/Connection-Manager-App | b89fdf8f95cb2453665c5f92ab6afc2055f5c6e2 | db62a2f5b5b29fd3dc2834347941f4a202c36e25 | refs/heads/master | 2020-05-20T13:08:38.429446 | 2019-06-23T22:06:41 | 2019-06-23T22:06:41 | 185,590,135 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 15,167 | java | package de.host.connectionmanagerapp.activityFragments;
import android.Manifest;
import android.app.Activity;
import android.content.pm.PackageManager;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextUtils;
import android.text.TextWat... | [
"phillip.kuehling@web.de"
] | phillip.kuehling@web.de |
c8d882720834a08c1270e4da1d341a0c8b52233a | 88d32b4434e5d64e14787efa426e7cdc742ee221 | /Web-Automation/src/com/sgtesting/pageobjectmodel/Assignment4.java | 4a096586f6325fd2db8309c4bc5c0aa90f949605 | [] | no_license | reethureddy007/TestAutomation | 7790efa04080c04ed19e5a2f50939a58f7b57803 | 220a8541bef3f67147f61e3dc9db2dec4ca733c1 | refs/heads/master | 2023-09-04T19:28:10.847558 | 2021-11-05T09:48:43 | 2021-11-05T09:48:43 | 424,888,299 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,807 | java | package com.sgtesting.pageobjectmodel;
import java.time.Duration;
import org.openqa.selenium.Alert;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
public class Assignment4 {
public static WebDriver oBrowser=null;
public static MainPmg oPage=null;
public static void main(Str... | [
"reethureddy007@gmail.com"
] | reethureddy007@gmail.com |
b0a90a3ce2453da11f875fa58e825888a3e93f9d | e55947f7834bfef4f71e116e0557ab92cdf89a47 | /Pass-One/ProjectThree/Globals.java | ea08ea24b33103009cc0ef65974e69a618c5d455 | [] | no_license | honya99/Systems-Software | 9e1e2aea4a0e8615d7f41dcaf6457ae3182f1ea8 | 7687ccf3a01e5af55de64086116eb13d97ef92f0 | refs/heads/master | 2020-04-10T10:11:59.263678 | 2018-12-08T16:37:53 | 2018-12-08T16:37:53 | 160,954,845 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 295 | java | /* Honya Elfayoumy
Systems Software COP3404 - Reddivari
November 3, 2018 */
class Globals {
public String knownAddress;
public String labelName;
/*private Global(String add, String labelna) {
this.knownAddress = add;
this.labelName = labelna;
}
*/
} | [
"honyaelfayoumy@gmail.com"
] | honyaelfayoumy@gmail.com |
c6dde016520f73ea5ff21370a6f5d2e683da10ff | 5fe0f962d7876cb587e44623237cd3e19f018bf9 | /trace-log-pom/trace-framework/src/main/java/com/candao/trace/framework/annotation/JsonExclusionStrategys.java | 0c1311c8d70a4ba2435fb0f56d99eb3f6e1d90b1 | [] | no_license | rucky2013/tarce-log | d81cbda799f671e1912a3fba869df74d1d54f28c | 225dd324e38a5ad234affd72280215459adabf6f | refs/heads/master | 2021-06-24T17:25:30.135860 | 2017-09-12T11:00:14 | 2017-09-12T11:00:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 545 | java | package com.candao.trace.framework.annotation;
import com.google.gson.ExclusionStrategy;
import com.google.gson.FieldAttributes;
/**
* josn排除策略
*
*/
public class JsonExclusionStrategys {
/**
* 排除标记有@JsonExcludable字段的策略
*/
public static ExclusionStrategy skipFieldExclusionStrategy = new ExclusionStrategy() {... | [
"jemore@can-dao.com"
] | jemore@can-dao.com |
1219d17936de77a256b8884f4814ea34eee3408f | 08a95d58927c426e515d7f6d23631abe734105b4 | /Project/bean/com/dimata/harisma/form/masterdata/FrmDocMasterActionParam.java | c596f2f2620f4081ff0a48192e336e7cde09f550 | [] | no_license | Bagusnanda90/javaproject | 878ce3d82f14d28b69b7ef20af675997c73b6fb6 | 1c8f105d4b76c2deba2e6b8269f9035c67c20d23 | refs/heads/master | 2020-03-23T15:15:38.449142 | 2018-07-21T00:31:47 | 2018-07-21T00:31:47 | 141,734,002 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,014 | java | /* Created on : 30 September 2011 [time] AM/PM
*
* @author : Ari_20110930
* @version : [version]
*/
/*******************************************************************
* Class Description : FrmCompany
* Imput Parameters : [input parameter ...]
* Output : [output ...]
******************************... | [
"agungbagusnanda90@gmai.com"
] | agungbagusnanda90@gmai.com |
e29f6938310d6a527d1ca0ff3f5470f66d5ed49b | 3ab1dcce96d16e388ca1a0913f8df396718d54a6 | /src/main/java/me/kalpha/natural/configs/ResourceServerConfig.java | 19240accd16ecd3a6753ef9849eb8581578e4631 | [] | no_license | kalphageek/natural | 0a8bb80214871f46bfcfe31bb4b64c74184ce86f | 6f3baa637782e1536a11caa4c1090bcebe47db75 | refs/heads/master | 2022-07-22T14:45:17.212757 | 2020-05-10T23:53:03 | 2020-05-10T23:53:03 | 260,661,684 | 0 | 0 | null | 2020-05-10T23:53:04 | 2020-05-02T10:18:28 | HTML | UTF-8 | Java | false | false | 1,493 | java | package me.kalpha.natural.configs;
import org.springframework.context.annotation.Configuration;
import org.springframework.http.HttpMethod;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.oauth2.config.annotation.web.configuration.EnableResourceServe... | [
"kalphageek@outlook.com"
] | kalphageek@outlook.com |
d328d6f907d904223514ee24ea0db9a66b54fc7b | e15d3776ef2c024e8985c1d92007471d63231529 | /app/src/main/java/com/hrobbie/netchat/rts/doodle/Transaction.java | 60bf09551720c02cd8a6a8d3b051f17a76cbaa4f | [] | no_license | HRobbie/NetChat | 88928a0dbde08c558a6880f7302da78e101ea7bf | 74f01fa958c5f569390becf6106650743a71a6cb | refs/heads/master | 2021-01-02T08:58:22.787210 | 2017-08-07T02:50:24 | 2017-08-07T02:50:24 | 98,604,581 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,092 | java | package com.hrobbie.netchat.rts.doodle;
import android.util.Log;
import java.io.Serializable;
/**
* Created by huangjun on 2015/6/24.
*/
public class Transaction implements Serializable {
public interface ActionStep {
byte START = 1;
byte MOVE = 2;
byte END = 3;
byte REVOKE = 4;... | [
"hwwyouxiang@163.com"
] | hwwyouxiang@163.com |
5306d4da0597d642503ee71142064211f4484442 | b28cd15d937184ac1749110a04095cbb8a2906a9 | /_ Essentials/src/net/eduard/essentials/command/WhiteListAddCommand.java | a85227969c72bb36506c1730f316b16d87a08939 | [] | no_license | ScoltBr/plugins | 9a061ebe283390756d5ce58ebe134223e4120d15 | f3e7a589b1bfe059d87de64c757fd6c43382fe36 | refs/heads/master | 2020-04-21T18:33:10.505101 | 2019-01-25T23:47:09 | 2019-01-25T23:47:09 | null | 0 | 0 | null | null | null | null | WINDOWS-1250 | Java | false | false | 891 | java |
package net.eduard.essentials.command;
import org.bukkit.Bukkit;
import org.bukkit.OfflinePlayer;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import net.eduard.api.lib.manager.CommandManager;
public class WhiteListAddCommand extends CommandManager {
public WhiteListAddCommand() {
... | [
"eduardkiller@hotmail.com"
] | eduardkiller@hotmail.com |
cdbd9abddf890c2f6c54df9e6d313a098aae1fbe | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.mm/classes.jar/com/tencent/mm/r/a/l.java | 47a986c26a424849d0ad3711eb8321bf18441302 | [] | no_license | tsuzcx/qq_apk | 0d5e792c3c7351ab781957bac465c55c505caf61 | afe46ef5640d0ba6850cdefd3c11badbd725a3f6 | refs/heads/main | 2022-07-02T10:32:11.651957 | 2022-02-01T12:41:38 | 2022-02-01T12:41:38 | 453,860,108 | 36 | 9 | null | 2022-01-31T09:46:26 | 2022-01-31T02:43:22 | Java | UTF-8 | Java | false | false | 3,524 | java | package com.tencent.mm.r.a;
import com.tencent.matrix.trace.core.AppMethodBeat;
import com.tencent.mm.protocal.protobuf.esc;
import com.tencent.mm.protocal.protobuf.kd;
import i.a.a.b;
import java.util.LinkedList;
public final class l
extends esc
{
public String msg;
public int ret;
public fi... | [
"98632993+tsuzcx@users.noreply.github.com"
] | 98632993+tsuzcx@users.noreply.github.com |
d6e58a85ab5d928d4bfdc56e1da93f148e1fe7cf | 68de9ba2dc1ed171fe42b6fdbc18f747a8220a7c | /pagamento/src/main/java/com/pierredev/repositories/VendaRepository.java | a9ebe7989116bed1827958976f04e826b5448aa2 | [] | no_license | pierreEnoc/ms-vendas-3 | 0feb2aa30ba43ec97f95d964337a860eea0e84b5 | 333b32e856981aeb1bf81791137e8c5504b58536 | refs/heads/main | 2023-03-29T07:10:15.048975 | 2021-04-07T02:27:37 | 2021-04-07T02:27:37 | 355,265,197 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 273 | java | package com.pierredev.repositories;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.pierredev.entities.Venda;
@Repository
public interface VendaRepository extends JpaRepository<Venda, Long> {
}
| [
"pierre.enoc@gympass.com"
] | pierre.enoc@gympass.com |
992d65068c62fc938d5258b9939f8ea397aad8d8 | 1b8de8d639aa19bc6a2680388372a19f7392a7c5 | /src/main/java/pages/HomePage.java | 9871579ba58d8c5145acccacaeb20ae5b5b1204f | [] | no_license | hakanakc/testAutomationUniSelenium | 9398043d8126236c1239fc3ef2d9ea63828b9d8d | 2fb50d19a484331087bacfcc35242aaa9e72dc1d | refs/heads/master | 2023-06-05T00:29:38.861654 | 2021-06-30T23:48:42 | 2021-06-30T23:48:42 | 379,637,060 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,225 | java | package pages;
import org.openqa.selenium.Alert;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
public class HomePage {
private WebDriver driver;
// asagi satiri silmeyi dene
// private By formAuthenticationLink = By.linkText("Form Authentication");
public HomePage(WebDriver dri... | [
"akkayahakan3448@gmail.com"
] | akkayahakan3448@gmail.com |
4f79b06657d40297f008915e7f2bf1ab25a7fd00 | b69111a18d0f3bfdde9cf1e48d2a724182bb4f8d | /src/main/java/Locators/BasicPageLocators.java | 34a135f1202bc3e11afca2decda00f7df20f19e5 | [] | no_license | LDubych/PageObjectTests | 5a6e689dcbcb716be0476ef7d765452231876d84 | 348de5930fca59197a726ca2f8268afee06457d4 | refs/heads/master | 2020-04-11T19:16:59.341594 | 2018-12-16T17:34:13 | 2018-12-16T17:34:13 | 162,028,895 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 192 | java | package Locators;
public interface BasicPageLocators {
String SEARCH_FIELD_ID = "search_field";
String SEARCH_BUTTON_ID = "search_button";
String CART_TOTAL_ID = "cart-total";
}
| [
"liudmyla.dubych@gmail.com"
] | liudmyla.dubych@gmail.com |
53d5f842da6f6349edcb8a935fa7b7337162d864 | 4b0bf4787e89bcae7e4759bde6d7f3ab2c81f849 | /aliyun-java-sdk-ens/src/main/java/com/aliyuncs/ens/model/v20171110/DeleteVSwitchResponse.java | 8cca9ef31422ae2923d48bb25a2a5135a880576f | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-java-sdk | a263fa08e261f12d45586d1b3ad8a6609bba0e91 | e19239808ad2298d32dda77db29a6d809e4f7add | refs/heads/master | 2023-09-03T12:28:09.765286 | 2023-09-01T09:03:00 | 2023-09-01T09:03:00 | 39,555,898 | 1,542 | 1,317 | NOASSERTION | 2023-09-14T07:27:05 | 2015-07-23T08:41:13 | Java | UTF-8 | Java | false | false | 1,212 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
161beff2d29e4c35b5b817b17e6f9b14eeff73c6 | dd4188444d5c1c7388d4e83415f18436fee19973 | /cloud-alibaba-microservice-commons/src/main/java/prev/fengb/cloud/commons/model/BaseResponse.java | 65136bddc46a156b8fdce2f8d4ff63c398a29e00 | [] | no_license | fengbiao-hub/cloud-alibaba-microservice-parent | 8249fc8bf5d165d31502ad954fd73a27c2811fc6 | 12bf6b0a0307d636571baa7e5f92d4f800f93e3f | refs/heads/main | 2023-01-13T06:56:52.483027 | 2020-11-10T09:33:37 | 2020-11-10T09:33:37 | 311,517,626 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 794 | java | package prev.fengb.cloud.commons.model;
import java.io.Serializable;
import lombok.Data;
/**
* 基础响应类
*
* @author fengb
* @date 2020年11月10日 上午10:42:34
*/
@Data
public class BaseResponse implements Serializable {
/**
* 序列号
*/
private static final long serialVersionUID = 1L;
/** 响应码 */... | [
"211682875@qq.com"
] | 211682875@qq.com |
28de8d1705caa18da5115b67093ee561cf101827 | ab49c7489179837a49ece683273682b302de87ea | /com/syntax/ckass05/Height.java | 495508e3af30146662817cca8fb41d843b35be06 | [] | no_license | keo703/JavaBatch8 | a469b1f410bcb671d017bfaf3866215c408f93f9 | 45bc25440095d49f2f1d3d14db9a7700349272d3 | refs/heads/main | 2023-01-05T14:48:37.405844 | 2020-10-23T01:07:41 | 2020-10-23T01:07:41 | 304,908,890 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 889 | java | package com.syntax.ckass05;
import java.util.Scanner;
public class Height {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int quiz;
int midTerm;
int finalTest;
int finalScore;
System.out.println("Please type your quiz number");
quiz = scan.nextInt();
System.out.pr... | [
"keoma703@gmail.com"
] | keoma703@gmail.com |
02ceb59f02966c3d3f8cb39e15f28a0be67cff1b | a1fd98920f0811eb02a59c1e354a2cb6cc44dea0 | /in/test/SampleApp.java | 3da13aad8ae68497185bb62bd2b60d769631aa32 | [
"MIT"
] | permissive | mepcotterell/elcScriptedGrader | 97fa6bf2ba91270a3c2fd8d9eec3047a4e6efd2f | 8ca007a841eb17b57ff63a6bb2b885c30326f96a | refs/heads/master | 2021-01-01T18:27:48.867716 | 2012-02-29T17:12:17 | 2012-02-29T17:12:17 | 3,582,390 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 893 | java | /* SampleApp.java
*
* This is a short description...
*
* Pretend that the Academic Honesty Statement is here!
*/
import static java.lang.System.in;
import static java.lang.System.out;
import java.util.Scanner;
/** A sample application
*/
public class SampleApp {
/** Scanner for keyboard input
*/
... | [
"mepcotterell@gmail.com"
] | mepcotterell@gmail.com |
c82ce99f52f9bb9a5c58cea5291541da413a3ad9 | 1b9878b1defb914f5f65cb14ee3ef9eb292988c3 | /cooper-webserver/src/main/java/jdepend/webserver/web/WebRelationGraphUtil.java | d7b1c178a81fdde321503ca20cf6f696b290ff84 | [
"Apache-2.0"
] | permissive | tokyobs/cooper | 116303ca5e3852d86db5df069cafd36c92732587 | baac23d8372a4ece5c103a815b2a573a55ee59cb | refs/heads/master | 2022-01-07T10:56:50.155287 | 2019-04-28T08:14:33 | 2019-04-28T08:14:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,593 | java | package jdepend.webserver.web;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import jdepend.model.Element;
import jdepend.model.Relation;
import net.sf.json.JSONArray;
public class WebRelationGraphUtil {
static RelationGraphData getGraphData(Collection<Relation> relati... | [
"wangdg@neusoft.com"
] | wangdg@neusoft.com |
7220052e5c36ad5386395cd7bc61f3666c2b7edb | 36492979a56583e6c77c86f40d325b6c789c2c51 | /example/android/app/src/main/java/com/example/gps_example/MainActivity.java | a2fdbd420241fa45127ed577a5426f1d8571e32a | [
"MIT"
] | permissive | muarachmann/flutter_gps | 3012d96528885af9ac093e773d16cc9e3c2434b7 | 4a1700064c9ad754f2971e2ccca3326cd3285169 | refs/heads/master | 2023-05-01T18:54:42.732082 | 2021-05-27T16:01:33 | 2021-05-27T16:01:33 | 371,420,332 | 0 | 1 | MIT | 2021-05-27T15:25:45 | 2021-05-27T15:25:44 | null | UTF-8 | Java | false | false | 368 | java | package com.example.gps_example;
import android.os.Bundle;
import io.flutter.app.FlutterActivity;
import io.flutter.plugins.GeneratedPluginRegistrant;
public class MainActivity extends FlutterActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
Gene... | [
"cjl_spy@163.com"
] | cjl_spy@163.com |
4f8f0dadc0f612788f05d1cdd73093ab993ba151 | d7df3b8cd2cd25a75c9891e6c73e26d7fb9fb322 | /testbuild/JavaZip.java | d542a3fe35fde7ffe612bd1eb74a5680b8c6449f | [] | no_license | aaronsamuel137/zipout | 097444e672cfb418d099532f8d4796b602c407c0 | 9f162ad92785a5bacaa1c761151ccdfb7c930f36 | refs/heads/master | 2020-05-18T19:48:58.345836 | 2013-07-08T21:18:54 | 2013-07-08T21:18:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,815 | java |
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStream;
// Our code must be able to do this
public class JavaZip
{
public static void main(String[] args)
{
byte[] buffe... | [
"aaron.davis@readytalk.com"
] | aaron.davis@readytalk.com |
d848c71c0f106364d05ca9eee583347418ad84a4 | 72643c62ff940ce8acbbb2443c77df8c5f13194a | /src/marvelsgroup/Printer.java | d0de09f6ee4dfdd3f4062f86bb666ab15da00f3c | [] | no_license | pranavacharekar/Pharmacy-Management | d65fb553209fabefd32e798da3cfe4c64e400761 | 984264b7725f732ab7c7ae2df78412b6ecb1c80b | refs/heads/master | 2020-03-18T19:47:02.546228 | 2018-05-28T15:16:32 | 2018-05-28T15:16:32 | 135,177,305 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,546 | 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 marvelsgroup;
import javax.swing.*;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;... | [
"pranav.acharekar@gmail.com"
] | pranav.acharekar@gmail.com |
30af34ead8ab58b061597e2020aa9c09f23f6bce | 70448098958ff376e2f96cf798e76e593341e18f | /MVCProj06-DataRendering/src/main/java/com/nt/bo/EmployeeBO.java | 2681840eeeaf49f9fda7d24a06ce344e37032692 | [] | no_license | 8341849309/spring-mvc | 285fca9bf0a4f8100bab8ff5dd79ff4875d3f28c | c7bec3000ae439dce4f7fa9305d5bfdd7c1141b3 | refs/heads/master | 2023-05-23T20:18:51.253857 | 2021-06-18T14:40:01 | 2021-06-18T14:40:01 | 349,339,808 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 271 | java | package com.nt.bo;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NonNull;
@Data
@AllArgsConstructor
public class EmployeeBO {
private int empId;
@NonNull
private String ename;
private float salary;
private String addrs;
}
| [
"hp@venkat"
] | hp@venkat |
203a9fffbdd7cf28335f53139712df74bddac7b5 | 6707354eea7d590a2ab0b30ca86dd21dfa69d22a | /Avve/src/main/java/avve/textpreprocess/PartOfSpeechTagger.java | 4054218c88c57d5d12e7df2afb0bb1fefe2bb008 | [] | no_license | sermo-de-arboribus/Avve | bcb1b3d4ba594f4d4163fcfed9717e5e7762fb33 | 8c7fb3bc319fe6cffbf1c37f4e316bdb0daaad74 | refs/heads/master | 2020-09-14T02:41:10.432143 | 2018-10-20T15:05:26 | 2018-10-20T15:05:26 | 94,465,722 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,568 | java | package avve.textpreprocess;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.HashMap;
import java.util.Locale;
import java.util.ResourceBundle;
import java.util.SortedMap;
import org.apache.commons.cli.CommandLine;
import org.ap... | [
"sermo_de_arboribus@seznam.cz"
] | sermo_de_arboribus@seznam.cz |
09f2c20e6d5eeb6572170529cc6d17f1233d0875 | efb7efbbd6baa5951748dfbe4139e18c0c3608be | /sources/org/bitcoinj/store/BlockStore.java | deaa30f90abd984af4b60addf9b1c885cb958fa0 | [] | no_license | blockparty-sh/600302-1_source_from_JADX | 08b757291e7c7a593d7ec20c7c47236311e12196 | b443bbcde6def10895756b67752bb1834a12650d | refs/heads/master | 2020-12-31T22:17:36.845550 | 2020-02-07T23:09:42 | 2020-02-07T23:09:42 | 239,038,650 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 537 | java | package org.bitcoinj.store;
import org.bitcoinj.core.NetworkParameters;
import org.bitcoinj.core.Sha256Hash;
import org.bitcoinj.core.StoredBlock;
public interface BlockStore {
void close() throws BlockStoreException;
StoredBlock get(Sha256Hash sha256Hash) throws BlockStoreException;
StoredBlock getChai... | [
"hello@blockparty.sh"
] | hello@blockparty.sh |
7ec5376149473a133d974963b5557a2169b08e05 | 7f3f9be71479f48b6dbc75f8180f4540f590a48d | /src/main/java/com/eduspace/dao/email/interfac/EmailLogDaoI.java | c1aa787ea40c85e5f816725f06491982b5236b98 | [] | no_license | hechenwe/uutool | d721521f9c1b87de79633230f45ddcf49c2fb6c2 | b8e66f22d3d89ba9d43d3445641aa6dcf227af58 | refs/heads/master | 2021-01-17T14:51:22.941572 | 2016-08-08T09:14:43 | 2016-08-08T09:14:43 | 55,034,318 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,271 | java | package com.eduspace.dao.email.interfac;
import java.util.List;
import com.eduspace.entity.email.EmailDayTypeStat;
import com.eduspace.entity.email.EmailLog;
import com.sooncode.jdbc.DaoI;
public interface EmailLogDaoI extends DaoI<EmailLog> {
/**
* 获取 产品的编号 集
* @param requestDate 短信发送日期
... | [
"hechen@e-eduspace.com"
] | hechen@e-eduspace.com |
a6a173d99f935379c5e9617505a68ad33edba8ad | 674be2c771960c6a3a3a25f081c97acc484e2e01 | /CleanCoders/kr/4. Function (2)/src/main/java/NumberPrinter.java | 6c851ce02b3deb135a3655b9fa264c8ab2979f13 | [] | no_license | gaonK/TIL | 58c2486a060f11bb264fd93affd9c0da03005771 | eca1ee782d1fd8d2aa8361977a599624c78d0581 | refs/heads/master | 2021-07-06T19:23:54.385715 | 2020-10-28T22:19:06 | 2020-10-28T22:19:06 | 202,530,683 | 14 | 2 | null | null | null | null | UTF-8 | Java | false | false | 971 | java | public class NumberPrinter {
private int linesPerPage;
private int columns;
NumberPrinter(int linesPerPage, int columns) {
this.linesPerPage = linesPerPage;
this.columns = columns;
}
public void printNumber(int[] primes, int numberOfPrimes) {
int pagenumber = 1;
int pageoffset = 1;
while... | [
"gaon.kim.dev@gmail.com"
] | gaon.kim.dev@gmail.com |
627736cdabf03cb8d1924f9235c91aafe00218d2 | 85c8a4b7df9d5bcc2918724e34708a6c28556b14 | /app-service/src/main/java/com/chenyifaer/app/entity/dto/WechatTokenDTO.java | 6dd64eb013d34cbd6a2431b85f21047766d30285 | [] | no_license | wudonghe1996/chenyifaer-shop | 9b38f59a81bc08a129ad15aa4d838ebea66c0c9b | ca51946af31dec7b154c5b0de685c1408761ccdd | refs/heads/master | 2022-06-24T06:17:07.753068 | 2020-05-09T03:58:27 | 2020-05-09T03:58:27 | 178,018,127 | 1 | 1 | null | 2022-06-17T02:05:40 | 2019-03-27T15:02:41 | Java | UTF-8 | Java | false | false | 879 | java | package com.chenyifaer.app.entity.dto;
import lombok.Data;
import lombok.experimental.Accessors;
/**
* _____ _ __ ___ ______ ________ ____ ______ ____
* / ____| | \ \ / (_) ____| / /____ |___ \____ |___ \
* | | | |__ ___ _ _\ \_/ / _| |__ __ _ ... | [
"1044717927@qq.com"
] | 1044717927@qq.com |
395163433bc93c53dc8efb9f4c033cde414d30ce | e7f1fd3f136c7c3be12b4a47fdc8dd92ae8fde9c | /dropwizard-0.7-opentracing/src/main/java/io/opentracing/contrib/dropwizard/ServerRequestTracingFilter.java | 9e1b4572daf45b6d874bfde41e68f52dacbcc36c | [
"Apache-2.0"
] | permissive | kcamenzind/dropwizard-opentracing | 9ea8e4f85c92d7eab85d2c511e3ea8a13109fad9 | 9b06d1dd1bb7c9f9fdd786a881578e3f0da88cd3 | refs/heads/master | 2021-01-17T17:45:40.648805 | 2016-07-28T22:28:04 | 2016-07-28T22:28:04 | 63,451,594 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,850 | java | package io.opentracing.contrib.dropwizard;
import com.sun.jersey.spi.container.ContainerRequest;
import com.sun.jersey.spi.container.ContainerRequestFilter;
import io.opentracing.Span;
import io.opentracing.SpanContext;
import io.opentracing.propagation.TextMapReader;
import io.opentracing.contrib.dropwizard.DropWiz... | [
"kacamenzind@gmail.com"
] | kacamenzind@gmail.com |
be63fc65fa2d8f4d3441b65d0c6b877bc1851a1f | 55d7bfd04f4fe32560831afdd87e395487ea5013 | /TravelAgency-master/app/src/main/java/com/luispc/travelangency/JSONParser.java | 006ff2f1e564a758a2321c08fcfa4c75eacf510a | [] | no_license | guti2510/agenciadeviajes | 5129647abea62ca4173eda6c9c61b6f740987f8c | 5cc15d54d4e3e06c038be4432fd46e9fa2ba6b26 | refs/heads/master | 2016-09-01T19:47:50.989294 | 2015-04-23T22:34:04 | 2015-04-23T22:34:04 | 34,147,768 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,258 | java | package com.luispc.travelangency;
import android.util.Log;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.client.ClientProtocolException;
import org.apache.http.client.entity.UrlEncodedFormEntity;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.cli... | [
"juanjo10guti@gmail.com"
] | juanjo10guti@gmail.com |
b492aaa59dbd03dedad3fba94be1a6e025469909 | dde7a97243c5154067826e2724e5a2fcc356fff9 | /src/main/java/com/tts/techtalenttwitter/repository/RoleRepository.java | d6b8b896ed77e0ea382b973a9fd7e1e2070443e2 | [] | no_license | jodlr/TechTalentTwitter | 9250aaf80c4d2d09a3aec02870f107afab44bc9e | 9db5644e5c0a9d3dd85538d7fd0642f27ce1fc68 | refs/heads/main | 2023-03-13T22:25:48.003070 | 2021-03-02T15:10:19 | 2021-03-02T15:10:19 | 343,812,482 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 313 | java | package com.tts.techtalenttwitter.repository;
import javax.management.relation.Role;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface RoleRepository extends CrudRepository<Role, Long> {
Role findByRole(String role);
} | [
"johndelarosa_netplus@yahoo.com"
] | johndelarosa_netplus@yahoo.com |
1a1aebd1d1d616356f96db4d90520202559a6fac | 654bd368f6641f8f1f0cf75f80bdd143670f1856 | /src/com/hjcrm/system/service/ITodayNoteService.java | 038173debce2488fc324e6a54a42e41785d0b95b | [] | no_license | fuchen1994/CRM-1 | b10ed49a990d484f5df97f29ea242116662468b3 | 5bb5103827abeb0042e5bde62d243fb2cc013a67 | refs/heads/master | 2020-07-09T09:09:39.088452 | 2018-11-10T01:03:06 | 2018-11-10T01:03:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 584 | java | package com.hjcrm.system.service;
import java.util.List;
import com.hjcrm.system.entity.Todaynote;
/**
* 今日目标接口
* @author likang
* @date 2016-10-25 下午4:20:38
*/
public interface ITodayNoteService {
/**
* 增加/修改今日目标
* @param todaynote
* @author likang
* @date 2016-10-25 下午4:22:48
*... | [
"947752894@qq.com"
] | 947752894@qq.com |
dc0d61b718ae63f061999535118a89494f84fa19 | df3339eb3f0eb86025adafbdbcd349f5355a016b | /app/src/main/java/com/example/zues/healthok/HealthOK.java | 418b927f4e94c4585ffed9010d45d3f08f0084e8 | [] | no_license | saurabhrt/PrivateProject | d81978f26c76322c24d10b6aefba8dc89d3064a7 | 00591e33e7e00709a135460313d24e7225e3228e | refs/heads/master | 2020-06-24T01:15:40.861783 | 2017-12-06T06:16:40 | 2017-12-06T06:16:40 | 96,913,660 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 351 | java | package com.example.zues.healthok;
import android.app.Application;
import com.beardedhen.androidbootstrap.TypefaceProvider;
/**
* Created by Abhay-Jaiswal on 7/16/2016.
*/
public class HealthOK extends Application {
@Override
public void onCreate() {
super.onCreate();
TypefaceProvider.regi... | [
"saurabhramtripathi2011@gmail.com"
] | saurabhramtripathi2011@gmail.com |
f2091d435887de7014aa723996800fcef6c13080 | 0df9448f6ce7775280f77d3844abc75566254745 | /app/src/androidTest/java/id/ac/poliban/mi/nia/mycrud/ExampleInstrumentedTest.java | e27acddc853d295a87ea1f73f4773a6c4ee8995e | [] | no_license | niakarlida/MyCRUD | 084bdce3e62fd9af20335dd662e9ac5f85f3d527 | 6448e7b04a6db916da70b35b0896343372a29d2c | refs/heads/master | 2020-12-07T12:54:00.593993 | 2020-01-09T06:00:50 | 2020-01-09T06:00:50 | 232,726,045 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 725 | java | package id.ac.poliban.mi.nia.mycrud;
import android.content.Context;
import androidx.test.InstrumentationRegistry;
import androidx.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Android device.
... | [
"niakarlida@gmail.com"
] | niakarlida@gmail.com |
3798e28c3c96fb95b39128ebfc4d4a400686624b | 92cef46b7f9890f8e3ed2a00f02f10208eca02dc | /ffmpeg-cmd/src/androidTest/java/com/m4399/ffmpeg_cmd/ExampleInstrumentedTest.java | e37538df341e5f6fc55874a54f6dc49ca9e3ce5e | [] | no_license | GeJieZhang/ffmpeg_video | e1ab23dfd4f109f88d125111d370dad3683bc08b | 1d79deb4a90cfb4f3c8ce300cd28b988603be9dd | refs/heads/master | 2020-05-21T05:09:17.157082 | 2019-05-10T09:26:51 | 2019-05-10T09:26:51 | 185,914,698 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 754 | java | package com.m4399.ffmpeg_cmd;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented change_code, which will execute on an And... | [
"1241577948@qq.com"
] | 1241577948@qq.com |
1c0f87de16da696f63aaebc97edc0140c4cfd544 | 20eb62855cb3962c2d36fda4377dfd47d82eb777 | /newEvaluatedBugs/Jsoup_45_buggy/mutated/1697/QueryParser.java | 3c607dbfe3369274cc8466f15609dd85da2f9e96 | [] | no_license | ozzydong/CapGen | 356746618848065cce4e253e5d3c381baa85044a | 0ba0321b6b1191443276021f1997833342f02515 | refs/heads/master | 2023-03-18T20:12:02.923428 | 2020-08-21T03:08:28 | 2020-08-21T03:08:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,279 | java | package org.jsoup.select;
import java.util.ArrayList;
import java.util.List;
import java.util.regex.Pattern;
import org.jsoup.helper.StringUtil;
import org.jsoup.helper.Validate;
import org.jsoup.parser.TokenQueue;
/**
* Parses a CSS selector into an Evaluator tree.
*/
class QueryParser {
private final static ... | [
"justinwm@163.com"
] | justinwm@163.com |
5f9b2ca880fdbd45ffd862111e4db90e776f841a | a636c3956252dcc6cc1687ce6b3676c25898e360 | /ritmvb-middleware/src/test/java/com/ritmvb/middleware/dao/AboutDAOTest.java | 7ebeed7db8726001410c12764927ea6238c101a5 | [] | no_license | michaeljohnbarton/ritmvb | ff9b9d0c1109fe0c753c602fdd3a8379b8cfb44a | 8d743ed159a782717f3550d33d7a74c20f83acd9 | refs/heads/main | 2023-02-02T12:46:14.280161 | 2020-12-18T23:18:43 | 2020-12-18T23:18:43 | 257,116,663 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,443 | java | package com.ritmvb.middleware.dao;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.anyString;
import static org.mockito.Mockito.when;
import java.util.Arrays;
import java.util.List;
import com.ritmvb.middleware.ex... | [
"mjb7480@rit.edu"
] | mjb7480@rit.edu |
34986c90d4a67e6d5abd67330ba03c321d2fb935 | 964e7f9e14b3801de40be091bc621e807e907d7a | /Tema03/Ejercicio07/Ejercicio7.java | 8e7c71a38749ff3f1e3c062ddc8f8653be6383ad | [] | no_license | jorgegarcia1996/ejercicios-de-programacion | 1cb6a7daa8bfc540bcaa2c0ae0035745511dc147 | 80ccc831f2332ba383090863e37b62ea490057a6 | refs/heads/master | 2020-03-29T19:17:36.223500 | 2019-02-12T11:53:25 | 2019-02-12T11:53:25 | 150,255,678 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 757 | java | /**
* Ejercicio 7 del Tema 3
* Calcular el total de una factura a partir de una base imponible que se pide
* por pantalla
*
* @author Jorge García Molina
*/
public class Ejercicio7 {
public static void main(String[] args) {
System.out.println("Calcular el total de una factura a partir de la base" +
" impon... | [
"jorgetrapiche1996@gmail.com"
] | jorgetrapiche1996@gmail.com |
805c4eaee162cd998f07d20f930825c2b0368eac | 8d7f30ce917cbdbcf3bdbc158759750d16cefa7a | /device/src/main/java/me/pixka/device/c/Updatefw.java | a1c1eacf408f4af97b55bb64dabe064d0bbe6a1c | [] | no_license | kykub/device | 651cd3d828f2a7bd4a4eef8e8a1f9032a644f628 | be54efc02ff83da29bcab14f431cc4b0ad104602 | refs/heads/master | 2021-01-01T05:46:27.658257 | 2017-02-12T03:13:39 | 2017-02-12T03:13:39 | 77,663,821 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,197 | java | package me.pixka.device.c;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.nio.file.Files;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpHeaders;
import org.... | [
"ky@pixka.me"
] | ky@pixka.me |
c867f960d9cf6842d7d4a607a3dd850eed14f140 | 6e73b59c4a871d8c8c668745191bf837d123fba2 | /paoding-rose-web/src/main/java/net/paoding/rose/web/paramresolver/ParamMetaData.java | 40e4536aaa72e1eb70c20980603b6a08213ec51b | [
"Apache-2.0"
] | permissive | fushengzhang/paoding-rose | 65137229de2cc1a8565d0a768ecd0e69c09c07d0 | db1723c553ab1c4232dc3d4b6e9e3f47f31682f0 | refs/heads/master | 2020-04-09T07:31:51.878449 | 2019-03-22T04:55:04 | 2019-03-22T04:55:04 | 160,159,788 | 3 | 0 | Apache-2.0 | 2018-12-03T08:47:01 | 2018-12-03T08:47:01 | null | UTF-8 | Java | false | false | 2,069 | java | /*
* Copyright 2007-2009 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... | [
"qieqie.wang@gmail.com"
] | qieqie.wang@gmail.com |
501eff0fe021cf450048756f27c38f6218dba908 | e26a8434566b1de6ea6cbed56a49fdb2abcba88b | /model-setr-types/src/generated/java/com/prowidesoftware/swift/model/mx/dic/StayOnSideType1Code.java | 4b5ef77e28cecf8020d04c199c8b0b3ca1633bb6 | [
"Apache-2.0"
] | permissive | adilkangerey/prowide-iso20022 | 6476c9eb8fafc1b1c18c330f606b5aca7b8b0368 | 3bbbd6804eb9dc4e1440680e5f9f7a1726df5a61 | refs/heads/master | 2023-09-05T21:41:47.480238 | 2021-10-03T20:15:26 | 2021-10-03T20:15:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,105 | java |
package com.prowidesoftware.swift.model.mx.dic;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for StayOnSideType1Code.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>
* <pre>
* <simpleType name... | [
"sebastian@prowidesoftware.com"
] | sebastian@prowidesoftware.com |
b2d2f2ec5c5017b9e82590a83e2d036d3f276eea | d0ff6cdb489f127f081bfd0682f3366de47b6a34 | /control-ws/src/main/java/com/control/ws/xmpp/providers/SOAPProvider.java | 85dc2346b93079ac9f1c1ba4502f89b32bc77f65 | [] | no_license | yurifariasg/upnp-cloud | 2f214f617e86a9fd863e387e7996581bc1645734 | b1987f3c4efa949d9ffcb773882c961a5ec7d80b | refs/heads/master | 2021-01-17T11:04:54.810042 | 2016-09-06T02:01:45 | 2016-09-06T02:01:45 | 45,313,616 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,053 | java | /**
*
* Copyright 2013-2014 UPnP Forum All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of conditio... | [
"yurifariasg@gmail.com"
] | yurifariasg@gmail.com |
c5ddfafb42e010308803ceeacfad0c6a9c05ee94 | e3758c7b1481da8e39ac4aab01f45639e15a5dc7 | /app/src/main/java/com/moreclub/moreapp/main/ui/adapter/SignInterLiveAdapter.java | 77479f9225b62c4048033f870caf3f36ce17d717 | [] | no_license | leigong2/more | c8e55112aed36164f5190187e615a9dbbf07e96b | 1163a55906f738e0a9fc4aa6805508af50ebb5d0 | refs/heads/master | 2020-04-10T13:13:20.048111 | 2018-12-09T14:37:18 | 2018-12-09T14:40:47 | 161,044,367 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,018 | java | package com.moreclub.moreapp.main.ui.adapter;
import android.content.Context;
import android.content.Intent;
import android.support.v4.app.ActivityCompat;
import android.support.v4.app.ActivityOptionsCompat;
import android.view.View;
import com.bumptech.glide.Glide;
import com.moreclub.common.adapter.RecyclerAdapter;... | [
"mwangzhilong@163.com"
] | mwangzhilong@163.com |
187fe00b00fdd605f52de522aa94886a74de1cb3 | 511bfba8fbbbd8b1bb35d6f0144639c2f54ab7ed | /TTMS/src/com/ttms/view/MainView.java | a47a347342976dea78c016efbc7d7681568de185 | [] | no_license | Hss533/TTMS | d241cf83c5db24202180c19841f4993809a19d39 | c8a8ee3cf28f2f0cb624eefbdc7a3e54b83ac5d5 | refs/heads/master | 2021-04-12T04:42:07.908883 | 2018-04-22T03:32:40 | 2018-04-22T03:32:40 | 125,829,055 | 11 | 2 | null | 2018-04-21T17:49:33 | 2018-03-19T08:56:40 | Java | WINDOWS-1252 | Java | false | false | 5,436 | java | package com.ttms.view;
import java.awt.BorderLayout;
import java.awt.EventQueue;
import java.awt.Graphics;
import java.awt.Image;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import com.ttms.test.MovieView;
import javax.swing.GroupLayout;
import javax.sw... | [
"1097260937@qq.com"
] | 1097260937@qq.com |
c24de3205e692cd804cd89083093797db5c84e74 | 0b096090957a9ea957a283c3e6bb0da22de8c627 | /src/main/java/com/mycompany/myapp/config/DatabaseConfiguration.java | 79bda1b3a78a19d467144921aa30c52935ed9803 | [] | no_license | asjrosabal/gradleJH | d554fe653a8b236a14b58de94f022ec3702d132d | 06b3ab27e5c29dc98cea4595a8d364f475653962 | refs/heads/master | 2023-08-14T04:43:32.726769 | 2021-10-08T13:23:41 | 2021-10-08T13:23:41 | 414,981,085 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,699 | java | package com.mycompany.myapp.config;
import io.r2dbc.spi.ConnectionFactory;
import java.sql.SQLException;
import java.time.Duration;
import java.time.Instant;
import java.time.LocalDateTime;
import java.time.ZoneId;
import java.time.ZoneOffset;
import java.time.ZonedDateTime;
import java.util.ArrayList;
import java.uti... | [
"asjrosabal@gmail.com"
] | asjrosabal@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.