blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
237180bc241a1496bfc5a1cd2f0f26ea84f1b560 | 0e6557a73a00f0684a9f40f7f300f78dd633379b | /app/src/main/java/com/febriaroosita/swt/RemoveInflectionalParticle.java | ef9448df9c9eed241ee639694c878506f7b446a7 | [] | no_license | febriaroo/ieditor | 6b031f7d00c160dce23dac81eeca7014d821558a | eaa4b31697fddf83390630bacfd93fed3dbfba02 | refs/heads/master | 2021-01-21T13:07:40.866586 | 2015-12-16T20:37:27 | 2015-12-16T20:37:27 | 42,501,497 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 932 | java | package com.febriaroosita.swt;
/**
* Created by febria on 11/4/15.
*/
public class RemoveInflectionalParticle implements VisitorInterface
{
public void visit(CContext context)
{
String result = this.remove(context.currentWord.toLowerCase());
if (result != context.currentWord && !result.equal... | [
"febriaroosita@gmail.com"
] | febriaroosita@gmail.com |
36376a496dbaaaa5a32b7227a2db20dfd48b8f8c | 0731c2ca08057d9939e32255304c1f6ba7eb233a | /app/src/main/java/com/fantomsoftware/groupbudget/data/db/DBBudgetUsers.java | ab009bb6784bd282c35b79da6ba7ff361e1898e2 | [] | no_license | FantomNexx/group-budget | 972f833d43eae6543297c627fa991e4cbfdf85c0 | d6b660f0c375d8aff438960fc6971806d08923ed | refs/heads/master | 2021-01-22T03:54:33.135722 | 2017-05-26T06:46:35 | 2017-05-26T06:46:35 | 92,414,109 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,090 | java | package com.fantomsoftware.groupbudget.data.db;
import android.content.ContentValues;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteStatement;
import android.util.SparseArray;
import com.fantomsoftware.groupbudget.data.BudgetUser;
import java.util... | [
"av@W0_AV.office.listatsoftware.com"
] | av@W0_AV.office.listatsoftware.com |
8d4140dcb7f3ec8a8cc906cea6deae43b9edd46c | 521444cc87659ea9b68c024a094ba4294baca37f | /src/main/java/onlineShop/model/SalesOrder.java | 3c1e1e7c45d0771571e80219d9972694de4fbbcc | [] | no_license | DrGao93/go-shop | ca9724de9614b309a2350d06d4e1199b47931bcc | 2c632be13fbd2c7f69f845357035356f262fbe42 | refs/heads/master | 2022-12-20T20:40:22.524334 | 2019-11-26T01:41:11 | 2019-11-26T01:41:11 | 224,074,385 | 0 | 0 | null | 2022-12-16T00:02:07 | 2019-11-26T01:20:48 | Java | UTF-8 | Java | false | false | 1,374 | java | package onlineShop.model;
import java.io.Serializable;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.OneToOne;
import javax.persistence.Table;
@Entity
@Table(name = "salesorder")
public class Sa... | [
"ykgaojianan@gmail.com"
] | ykgaojianan@gmail.com |
a2db351a3d943223a14033633bf8966778a9da88 | 2e3d33539cd224dfd2310efd00e293349237eeed | /src/Expression.java | af8497c016ce9b74fb80cb8ebe0c15cb0337efc7 | [] | no_license | SivkovaJu/CompilerDevelopmentBasics_lab3 | 12869872daf2668ed25c1fa5e1f78329129b51b0 | a146bd00f6bbc0bfb67ec508e7467be3ae27170c | refs/heads/master | 2020-05-31T12:02:57.214136 | 2019-06-04T20:24:19 | 2019-06-04T20:24:19 | 190,271,783 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 695 | java | import java.util.ArrayList;
class Expression {
// <Выражение> ::= <Ун.оп.> <Подвыражение> | <Подвыражение>
static ASTNode analyze() {
ArrayList<ASTNode> children = new ArrayList<>();
ASTNode unaryNode = unaryOperator();
if (unaryNode != null) children.add(unaryNode);
ASTNode ... | [
"mamikonyan.n@yandex.ru"
] | mamikonyan.n@yandex.ru |
b4c70a534cf5cfdf9082bcf7354fde0b580291d4 | fdda62df0de70da5c2223a27af8cd4971934a4ff | /src/test/java/ueh/marlon/springessentials/service/AnimeServiceTest.java | 4f6b3ceb61c3011e5f67f2d786e56699f050b4cc | [] | no_license | marlonsouza/spring-essentials | 4a53fe5e8ad4cd53aa9e00ae9199e86ef0637976 | 44052d1e7ca45dda3321a927f61db090ff676d9f | refs/heads/main | 2023-06-16T12:47:51.562311 | 2021-07-18T19:27:27 | 2021-07-18T19:27:27 | 387,248,968 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,443 | java | package ueh.marlon.springessentials.service;
import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatCode;
import java.util.Collections;
import java.util.List;
import java.util.Optional;
import org.assertj.core.api.Assertions;
import org.junit.jupiter.api.Bef... | [
"marlon.souuza@gmail.com"
] | marlon.souuza@gmail.com |
ab601c014296e02b401e9c4ad68df41c9d806105 | 3bf191ed7b059c1402ebcfeb8d0204d0e04b5b6e | /src/test/java/com/siyuan/repository/TextMessageRepositoryTest.java | 9f3b54c3ee71d6aab9dd07bdc02ec03719b3b857 | [] | no_license | SkullFang/siyuanback | 1b5e892b7eb7ff27da1d30b2fa5c0528e1fce959 | d5d94f319ca7d6215d37aee26af7ed94b3e43114 | refs/heads/master | 2021-08-10T12:45:04.143161 | 2017-11-12T15:40:25 | 2017-11-12T15:40:25 | 110,195,244 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,972 | java | package com.siyuan.repository;
import com.siyuan.dataobject.TextMessage;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.j... | [
"248482914@qq.com"
] | 248482914@qq.com |
4834f5713b8419a29d45f89e98f391826c329c0e | b2880df51c8886bf9596fd0639fdd25f19ec5f88 | /src/main/java/hu/me/iit/Felevesfeladat/CarsRepositoryMemoryImpl.java | e165d9dd882c0b30586ac01ae2f29bf30fdc2dd3 | [] | no_license | SchmidtBence/Webalk_Felevesfeladat | 3df967d7fa015819d987665d1e56fffa3919ea22 | f05f463145b6286bcd36c654aaab79e003e619fc | refs/heads/master | 2023-09-05T04:56:27.903321 | 2021-10-10T19:25:24 | 2021-10-10T19:25:24 | 415,678,811 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,222 | java | package hu.me.iit.Felevesfeladat;
import org.springframework.stereotype.Component;
import java.util.ArrayList;
import java.util.List;
@Component
public class CarsRepositoryMemoryImpl implements CarsRepository {
private final List<CarsDto> cars=new ArrayList<>();
private int findCarById(Long id) {
in... | [
"schmidt.bence@student.uni-miskolc.hu"
] | schmidt.bence@student.uni-miskolc.hu |
b7d14e9b361bedadd704ebae1b1342dda7fc395a | 11c428d2a73f6fbb44dadbf927950eb889f5d449 | /JavaApp/src/javaapp/Dropper.java | 5be6e3031f58df253df8d5eaf32a71d57867e860 | [] | no_license | jordan-beasley/JavaApp | 1e4279b9551ef58f1c38d1c4fba77dd22586a102 | 4544518ca187a05c89c9278ffad8f4bdbf35a5b5 | refs/heads/master | 2021-03-27T20:08:01.906739 | 2018-05-01T17:39:30 | 2018-05-01T17:39:30 | 121,298,699 | 0 | 0 | null | 2018-04-24T19:45:13 | 2018-02-12T20:36:02 | Java | UTF-8 | Java | false | false | 3,458 | java | package javaapp;
import java.awt.image.RenderedImage;
import java.io.File;
import java.io.IOException;
import javafx.embed.swing.SwingFXUtils;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.fxml.FXMLLoader;
import javafx.scene.Cursor;
import javafx.scene.SnapshotParameters;
import jav... | [
"jordan.beasley@smail.astate.edu"
] | jordan.beasley@smail.astate.edu |
176d68a5c0bbc297d73cc962b3f3d82e3615a7c3 | 32a48469f0ca52829fe73340a4711df97d926245 | /src/main/java/com/flickrfeed/flickrfeed/service/SearchFlickrFeedService.java | ac0a8ff7d67c555ef6074bf57fe267b2bc2c2f2c | [
"Apache-2.0"
] | permissive | sanusiharun/flickr-feed | 5eecdabdb280bfe3460e6948e7e9f351cbf1b150 | ac421ac455d8121fbb8501e3d2d5f24f4a303141 | refs/heads/main | 2023-05-06T17:58:46.778738 | 2021-05-23T14:26:40 | 2021-05-23T14:26:40 | 369,698,665 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,299 | java | package com.flickrfeed.flickrfeed.service;
import java.util.List;
import java.util.stream.Collectors;
import org.modelmapper.ModelMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframew... | [
"sanusiharun@gmail.com"
] | sanusiharun@gmail.com |
b1a11460b0e97d39f0cfd3d08ed000549ed8dcb5 | d3075fe3f2132f578c44e5f33f169a537ce37ba6 | /app/src/main/java/com/luying/androidkeepalive/MainActivity.java | ef735112c7a9320a4263f9c1916abb75fa6d106e | [] | no_license | luying6/AndroidKeepAlive | 32eb0b7068b3275b7451460d79d731d86fe716c7 | 94fca705abd0e97e7eb5d2e735aecd982aec789a | refs/heads/master | 2020-12-02T22:43:46.457733 | 2017-07-04T04:00:03 | 2017-07-04T04:00:03 | 96,173,789 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 900 | java | package com.luying.androidkeepalive;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(s... | [
"2225745210@qq.com"
] | 2225745210@qq.com |
9c680f007ac604ea033dc6993b997955cfcfb832 | e054742ee33485916f2af0b386168fce47c798b9 | /src/main/java/com/vanity/iqbal/objects/UserComment.java | 390dabab24741cc09a5de8352543c47a3c351543 | [] | no_license | AzeemGhumman/iqbal-demystified-android-app | b6d907897b03b10520315651d2acc09a52f54a87 | 0050c574c87ae63dedaf3fd9e808d92b2eb583d5 | refs/heads/master | 2020-03-07T03:30:41.237603 | 2018-05-07T03:56:24 | 2018-05-07T03:56:24 | 127,237,761 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,113 | java | package com.vanity.iqbal.objects;
import android.content.Context;
import android.widget.Toast;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.ArrayList;
import java.util.List;
/**
* Created by aghumman on 4/30/2018.
*/
public class UserComment {
privat... | [
"azeemghumman3@gmail.com"
] | azeemghumman3@gmail.com |
dc8d8684c9c1ebdce10be522be811736b07507bd | 3fdbb519ac27000809816061ff57dabcc598b507 | /spring-boot/spring-boot-06-jdbc/spring-boot-jdbc-template/src/test/java/com/soulballad/usage/springboot/SpringBootJdbcTemplateApplicationTests.java | 1f40b64e08dbbded7f6722da9a98d81a34ca576f | [] | no_license | mengni0710/spring-usage-examples | 412cf7c6604b9dbb0cea98480d0e106e558384ec | e90011d08219a90831e2abc68e689247d371daa7 | refs/heads/master | 2023-05-09T08:16:28.524308 | 2020-09-22T11:57:24 | 2020-09-22T11:57:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 368 | java | package com.soulballad.usage.springboot;
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 SpringBootJdbcTemplateApplicationTests {
... | [
"soda931vzr@163.com"
] | soda931vzr@163.com |
df186fe152ba60e159dfccb7c20e7c3fbfb877ba | f33747daeaca3ffc69f82d5a3f2f8808410c67d7 | /app/src/androidTest/java/com/example/ruinan/audiodemo/ExampleInstrumentedTest.java | 6f855f70cbb08dc8edb727407067fada798f5dff | [] | no_license | ruinan/AudioDemo | 7d75e6bacd87029dc5bbf1ddc4559ef6edb203d1 | b8f61d25a2d05d7081de9375bddfa76a52caf50d | refs/heads/master | 2021-01-21T22:34:55.206430 | 2017-09-02T00:06:34 | 2017-09-02T00:06:34 | 102,161,586 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 760 | java | package com.example.ruinan.audiodemo;
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.*;
/**
* Instrumentation test, which will execute on an... | [
"run7@pitt.edu"
] | run7@pitt.edu |
2e8684a9faf8b73a7d71b9db463511927aa5e0c8 | 913c4e1e8c04eea98041f6417157d66eed928958 | /PartnerSdk/src/main/java/com/microsoft/store/partnercenter/invoices/InvoiceSummaryOperations.java | c37970a0f7718758e1346aff63b894276e7614ef | [
"MIT"
] | permissive | jboulter11/Partner-Center-Java-SDK | f2477d31b1aa1600824abbffdd1c9da7a895995f | 3790c99559492a390082e801d04e70950ff3275c | refs/heads/master | 2020-03-17T19:13:22.082049 | 2018-05-30T22:28:57 | 2018-05-30T22:28:57 | 133,850,400 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,815 | java | // -----------------------------------------------------------------------
// <copyright file="InvoiceSummaryOperations.java" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
// -----------------------------------------------------------------------
package com.mi... | [
"amolda@microsoft.com"
] | amolda@microsoft.com |
7b7eb57ac5e78471a7602addd97e6274be7e0ba4 | eefc217dece6d8aaeb12c3d3345bee2b34dc1893 | /src/main/java/de/bausdorf/avm/tr064/examples/GetDeviceLog.java | d87a0bd4ebec8d781d082fdce7dacae0f13da68c | [
"Apache-2.0"
] | permissive | robbyb67/FritzTR064 | b99f15656271eaa99891fae025716ee620260e08 | 81c0b392a8ec3740c72991878266e69e98bedb28 | refs/heads/master | 2022-09-14T13:19:41.819100 | 2016-07-11T15:17:10 | 2016-07-11T15:17:10 | 34,384,929 | 2 | 3 | null | 2016-02-20T22:25:56 | 2015-04-22T10:48:14 | Java | UTF-8 | Java | false | false | 3,224 | java | package de.bausdorf.avm.tr064.examples;
/***********************************************************************************************************************
*
* javaAVMTR064 - open source Java TR-064 API
*===========================================
*
* Copyright 2015 Marin Pollmann <pollmann.m@gmail.com>
*
... | [
"robert.bausdorf@directline.de"
] | robert.bausdorf@directline.de |
ebce7089e7be9e1b6a5f260060c78f876c0b3d97 | bebf7b76021de1f427ce495bb8873b160edb1758 | /VanFood/src/com/google/gwt/sample/vanfood/client/LoginServiceAsync.java | 570b1775680610817f06ab29f7d831e2e2944a2a | [] | no_license | lisa16/VanFood | 0d746017e3c74428e3f813353c19b246274bc1f5 | e4554d69261145bdbd6e077b6c258018d31b2981 | refs/heads/master | 2021-01-18T13:59:29.345553 | 2014-11-26T19:01:22 | 2014-11-26T19:01:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 207 | java | package com.google.gwt.sample.vanfood.client;
import com.google.gwt.user.client.rpc.AsyncCallback;
public interface LoginServiceAsync {
void login(String requestUri, AsyncCallback<LoginInfo> callback);
}
| [
"mariocimet@gmail.com"
] | mariocimet@gmail.com |
914a4e7fb696a6737fb63b34896f4c0d9a02b8e7 | 8257deaa27ef51b081085b023cd8755e13b0cdd4 | /src/main/java/in/poovi/dao/BusRouteDAO.java | 8edeeb13603264a7504ab045755488ec7e97acb7 | [] | no_license | csys-fresher-batch-2021/busticketapp-poovitha | 07de737c5ac87f69b986ceae7527c31822c2bf75 | 1816da5927fc82e002bb752c28fbd4d616aabca8 | refs/heads/main | 2023-06-15T03:04:51.105968 | 2021-07-05T11:16:48 | 2021-07-05T11:16:48 | 364,485,229 | 0 | 2 | null | 2021-07-05T11:16:49 | 2021-05-05T06:46:17 | Java | UTF-8 | Java | false | false | 56 | java | package in.poovi.dao;
public interface BusRouteDAO {
} | [
"poovithayamini228@gmail.com"
] | poovithayamini228@gmail.com |
6bafbfd8751e72487e6d77a4f0cf883b020e1c61 | 499bc80d591bacfd986226e4eff88e0d4cae05a7 | /src/main/java/dad/javafx/triangulo/TrianguloView.java | de398b27d0d8beeaf332a23d3f784824e26d2826 | [] | no_license | Frank777181/GeometriaFX | 3c9338f2476c41db33efc701a617586104f68bf6 | 3cc0a9f0f26f6d7968f02e1fa5c5d6cedf50d370 | refs/heads/master | 2020-09-11T14:36:27.016804 | 2019-11-16T12:50:33 | 2019-11-16T12:50:33 | 222,098,459 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,801 | java | package dad.javafx.triangulo;
import dad.javafx.recursosFormas.Triangulo;
import javafx.geometry.HPos;
import javafx.geometry.Pos;
import javafx.scene.control.Label;
import javafx.scene.control.TextField;
import javafx.scene.layout.GridPane;
import javafx.scene.paint.Color;
public class TrianguloView extends GridPane... | [
"fran.14111996@gmail.com"
] | fran.14111996@gmail.com |
a1e1dd1805b5a0c8ba12a3ade64e770e846eb36a | 6f57c0168f957969c3e2a66517127e66491ba12b | /RouteDistTimeComp/app/src/main/java/com/linroutingsystems/routedisttimecomp/EstablishURLConnection.java | e95810ac66e56aea9959a44ec9bf201138a75d93 | [] | no_license | hhlin2017/DistAndTimeParsing | 7ccb4de5936d2d85ffbd6408997b45ad6c0632d3 | b05846ca1ef0f77e9a3e20e38f74e59621f7c859 | refs/heads/master | 2021-05-30T15:36:40.904395 | 2016-02-12T05:32:52 | 2016-02-12T05:32:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,783 | java | package com.linroutingsystems.routedisttimecomp;
import android.os.AsyncTask;
import android.util.Log;
import org.json.JSONObject;
import java.io.*;
import java.net.*;
import java.util.*;
import java.util.concurrent.ExecutionException;
import com.linroutingsystems.routedisttimecomp.JSONParser;
/**
* Created by C... | [
"lin.hsiaohong@gmail.com"
] | lin.hsiaohong@gmail.com |
83f59678a8e8d5d6d14cd8b75df2eaf19fa27754 | e99fc850ec95972474402980fcdb5902c1de1a24 | /ProjetoMicroservice/src/main/java/service/controller/ProjetoController.java | 9fcd968a6b6ae05fef6b02aad99d0c5789511740 | [] | no_license | ThiagoHDS/Microservices | 87ba68cd206ce4aca7074b76006aedeebda4498c | aae59deef7b978b7271db5a82a7c1701574a1682 | refs/heads/main | 2023-08-13T02:20:27.639754 | 2021-10-10T21:25:42 | 2021-10-10T21:25:42 | 415,703,775 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,599 | java | package service.controller;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVaria... | [
"noreply@github.com"
] | ThiagoHDS.noreply@github.com |
8d89ab3b4d7910d6ac79704558074b0b941692e3 | 4457c60b4a7740123c141f8d37a6990dc7957bb1 | /WebForumImplementation/src/formbeans/RegisterForm.java | fdac4edbb67d21d062a023ab3bd082b6dea56bd8 | [] | no_license | juntakuo/Web-Application-Development | 74767e3eb42a82111e5e020a655c7473ba127398 | a97b5bb0082574943b4556c2e8ae02cb5ecf3a58 | refs/heads/master | 2021-01-25T10:00:44.170899 | 2014-02-26T19:45:24 | 2014-02-26T19:45:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,394 | java | /* Student Name: Tsu-Hao Kuo
* andrewID: tkuo
* Date: Mar. 2, 2013
* Course number: 08764/15637/15437
*/
package formbeans;
import java.util.ArrayList;
import java.util.List;
import org.mybeans.form.FormBean;
public class RegisterForm extends FormBean {
private String firstName;
private String... | [
"juntakuo@gmail.com"
] | juntakuo@gmail.com |
ae318f2728fd67402c660eb12f101f052a6a1ea7 | ed369d6250eae41621cdf35ca68cf327c075a7e7 | /WaitTest.java | ba454b4884aa4635e25e4dd03014ff9b65b34061 | [] | no_license | RamyaSivamani/basicprgm | 6bd59825d8204e73bd167b79c993e110dfc2085e | 348c176b23b9e7cf62fac8391499b285b290ce9d | refs/heads/master | 2021-06-21T01:55:04.137395 | 2017-08-17T14:06:44 | 2017-08-17T14:06:44 | 100,610,042 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 754 | java | class Customer{
int amount=10000;
synchronized void withdraw(int amount){
System.out.println("going to withdraw...");
if(this.amount<amount){
System.out.println("Less balance; waiting for deposit...");
try{wait();}catch(Exception e){}
}
this.amount-=amount;
System.out.println("withdraw completed... | [
"ramya.s@KGFSL.COM"
] | ramya.s@KGFSL.COM |
c52719be807d6f89e0029681b4bc8588cc5a2b22 | c2bc17ac50f9fe8629362fe2e1da707d0ad44113 | /OlioEsimerki3/Pelikortti2.java | ea1304ad7c6a7ec57060bdb248d535d64731a598 | [] | no_license | bekshoi/ltdns20 | a1b56d8aa271b7edb921c5ec8209da2746b51cb9 | c338c4fd1f1fe84dce14a5917c07409d0b45ba66 | refs/heads/master | 2023-02-09T07:31:43.431108 | 2020-12-29T07:30:15 | 2020-12-29T07:30:15 | 306,302,237 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 1,795 | java | /*********************************************
Nimi:Pelikortti2
Tekija:
Pvm:
Kuvaus: Luokka yksittäistä, perittyä pelikorttia varten.
Riippuvuudet: -
!HUOM! Tiedostonimi on eri kuin luokan nimi
*********************************************/
/* Otetaan mukaan kirjastot, jotka sisältävät tarvittavat valmiit luokat. */
im... | [
"1907089@edu.karelia.fi"
] | 1907089@edu.karelia.fi |
b2cc64bb277de32b1d665713324a14f842484630 | 9bac6b22d956192ba16d154fca68308c75052cbb | /icmsint-ejb/src/main/java/hk/judiciary/icmsint/model/sysinf/inf/gfpij2d/VideoCT.java | 06b7435c5caf15fc271c24a7de4f5e214878dd57 | [] | no_license | peterso05168/icmsint | 9d4723781a6666cae8b72d42713467614699b66d | 79461c4dc34c41b2533587ea3815d6275731a0a8 | refs/heads/master | 2020-06-25T07:32:54.932397 | 2017-07-13T10:54:56 | 2017-07-13T10:54:56 | 96,960,773 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 6,649 | java | //
// 此文件是由 JavaTM Architecture for XML Binding (JAXB) 引用实现 v2.2.8-b130911.1802 生成的
// 请访问 <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// 在重新编译源模式时, 对此文件的所有修改都将丢失。
// 生成时间: 2017.07.11 时间 05:59:54 PM CST
//
package hk.judiciary.icmsint.model.sysinf.inf.gfpij2d;
import javax.xml.bind.anno... | [
"chiu.cheukman@gmail.com"
] | chiu.cheukman@gmail.com |
0835c9691ceaebca697714f4248294a48191101b | f1495bdedbc32c05cd4e87fff13a9997eaa6f925 | /jfwAptOrm/src/main/java/org/jfw/apt/orm/core/defaultImpl/LongHandler.java | 0023cb1694b5f36c39ce580fdb92c8e906daa1aa | [] | no_license | saga810203/jFrameWork | 94e566439583bc7fcfa4165ddc9748ba2ad6d479 | ba1d96c5b4b73fee1759011f74c3271c2f94e630 | refs/heads/master | 2020-05-21T22:43:19.604449 | 2017-03-30T04:04:21 | 2017-03-30T04:04:21 | 62,480,201 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 426 | java | package org.jfw.apt.orm.core.defaultImpl;
import org.jfw.apt.orm.core.ColumnWriterCache;
import org.jfw.apt.out.ClassWriter;
public class LongHandler extends WLongHandler{
@Override
public String supportsClass() {
return "long";
}
@Override
public ColumnWriterCache init(String valEl, boolean use... | [
"pengjia@isoftstone.com"
] | pengjia@isoftstone.com |
2bb4e4298a3d781e1d8edf144f0cfa4e2a541745 | d8fe03e4cdcd61959ce741381392812504ac0e97 | /src/main/java/com/example/demo/dal/dto/AppUserDto.java | 249dcafa0667066b9cdf490686c21a6bf022a5c0 | [] | no_license | zsdani/demo | 87a8c0164289326f9485ecfaad5cceb0cb5de782 | beaa39f59a56d69c4eed4b6d81f75fbbcd475f0a | refs/heads/master | 2023-03-20T19:56:40.935361 | 2021-03-16T18:26:51 | 2021-03-16T18:26:51 | 345,634,081 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 847 | java | package com.example.demo.dal.dto;
import com.example.demo.dal.entities.EntityStatus;
import com.example.demo.dal.entities.Owner;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@AllArgsConstructor
@NoArgsConstructor
public class AppUserDto {
private long id;
priva... | [
"zsikla.dani@gmail.com"
] | zsikla.dani@gmail.com |
614e679bf773e8009c6cd412326f22a9f7400acd | 5228790b1beca7d0399f5ee3d59b21fe5c495379 | /lol-adapter/src/test/java/com/qamar4p/lol_adapter/ExampleUnitTest.java | 8f1cf10ec5d9f911d80906c470731e1effab6af8 | [] | no_license | Qamar4P/LolAdapter | 94684b1f2baa27d5f1363a05deab5f9f91293519 | 8c953cb378907d18a46533f1aeb56ead32dd0a40 | refs/heads/master | 2021-09-11T17:41:32.556906 | 2018-04-10T11:20:32 | 2018-04-10T11:20:32 | 123,103,985 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 401 | java | package com.qamar4p.lol_adapter;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public voi... | [
"qamar1dev@gmail.com"
] | qamar1dev@gmail.com |
00b4c967e41dc42a905ebd9a214f88cf052f7566 | aac14359790d82e0801fe66f03b8cb396d7d8888 | /AirportApp/src/main/java/com/glider/model/Journey.java | c4079d947380d653b3b3de4096d753605c921e93 | [] | no_license | sathishkumar95/SpringCorePractice | c50f55596bbe795064beb9b5cdab0160b1f4fe49 | 6ce3047522c053e1ccc6f0979893dbe60b3e42f7 | refs/heads/master | 2021-04-06T11:02:09.169682 | 2018-03-08T07:07:07 | 2018-03-08T07:07:07 | 124,351,132 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 495 | java | package com.glider.model;
public class Journey {
Flight flight=null;
City source=null;
City destination = null;
public Journey(Flight flight, City source, City destination) {
this.flight = flight;
this.source = source;
this.destination = destination;
}
public Flight ... | [
"noreply@github.com"
] | sathishkumar95.noreply@github.com |
f4b611fb6d50de5603913e4bea655e77ae7d2728 | 88683597b7916d353e1cae3064e2ab293230a39f | /src/main/java/com/sandbox/util/IO.java | 691df8cbbf6e333af897d8cdbe90b5c56b99cfb9 | [] | no_license | sakuna63/Sandbox | d79590bd07813e1ee7564939bdfaba34003562f6 | 99da080181fbc6fff4c53b241e1e2f5396fa7ef8 | refs/heads/master | 2016-09-07T20:27:29.655913 | 2014-12-25T05:44:03 | 2014-12-25T05:44:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 132 | java | package com.sandbox.util;
public final class IO {
public static void p(Object msg) {
System.out.println(msg);
}
}
| [
"saku.ni63@gmail.com"
] | saku.ni63@gmail.com |
1d8a83453bf2b2056b622d2cde1e0c5ee1ae6f01 | cdf6eed76ce00c1d828272d87ab733569737044f | /CanadaFoodGuideWorkSpace/foodguide/src/main/java/com/canadafoodguide/spring/dao/FoodsDaoImpl.java | 19670b503394ab2603bcdfbf350e985fc571b875 | [] | no_license | muhammadrezaulkarim/RestAPIUsingJavaSpringMVCForCloud | 43e1200c0fed2581173d19a2e44373726c8f3994 | 6dff27ebc1aaf7137e37ca32c71d690132bd2bde | refs/heads/master | 2021-09-03T20:07:14.943429 | 2018-01-11T16:18:19 | 2018-01-11T16:18:19 | 117,011,145 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,627 | java | package com.canadafoodguide.spring.dao;
import java.util.ArrayList;
import java.util.List;
import org.springframework.context.ApplicationContext;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import org.springframework.data.mongodb.core.MongoOperations;
import org.springframework.... | [
"mrkarim@gmail.com"
] | mrkarim@gmail.com |
5752bfbf1342336aa32d186a91cd50c0984449ea | 4c427790bac6b58af78be7e5ea21f306bf2e24e4 | /spring-boot-project/spring-boot-tools/spring-boot-configuration-processor/src/test/java/org/springframework/boot/configurationprocessor/ImportBeanTests.java | a7ac43f3ef76c449a46151ebe2bf0d36e83232d2 | [
"Apache-2.0"
] | permissive | helloworldless/spring-boot | a4730d956b6bc58e31df81e96f8b472c4cc0958d | 55f939e93b929057e84175297a96a64f9c4dd9f0 | refs/heads/master | 2022-12-23T14:35:25.926505 | 2020-09-15T15:35:00 | 2020-09-15T15:35:00 | 290,907,435 | 0 | 0 | null | 2020-08-27T23:56:09 | 2020-08-27T23:56:08 | null | UTF-8 | Java | false | false | 3,276 | 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... | [
"pwebb@vmware.com"
] | pwebb@vmware.com |
5145ab2fec3b3e9f3dc2806960195eac38a25683 | 543f48c1bc0341522d37212f92f575abc84c20c4 | /src/main/java/com/zong/pay/facade/account/enums/AccountFundDirectionEnum.java | 682909fe3c347433bd01ea700a9c0927cdd84c59 | [] | no_license | zongyeqing/pay-facade-account | 1fa22d1829ee14305edb2200fb285243f3d18307 | ae2fc17028d4b42aaba5864abbba1f5515976977 | refs/heads/master | 2021-01-20T07:41:15.076803 | 2017-08-27T13:07:56 | 2017-08-27T13:07:56 | 101,553,036 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,244 | java | package com.zong.pay.facade.account.enums;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* 账户资金变动方向
* @author 宗叶青 on 2017/8/22/20:06
*/
public enum AccountFundDirectionEnum {
ADD("加款", 123),
SUB("见款", 321),
FROZEN("冻结", 321),
UNFROZEN("解冻... | [
"614652958@qq.com"
] | 614652958@qq.com |
1b5120c33510ebecd348759cebaa5792817ee9fe | 43ea91f3ca050380e4c163129e92b771d7bf144a | /services/vpc/src/main/java/com/huaweicloud/sdk/vpc/v2/model/NeutronCreateFirewallGroupRequestBody.java | f21362b2ab9dc6474d61c7e2043fa108eb87f007 | [
"Apache-2.0"
] | permissive | wxgsdwl/huaweicloud-sdk-java-v3 | 660602ca08f32dc897d3770995b496a82a1cc72d | ee001d706568fdc7b852792d2e9aefeb9d13fb1e | refs/heads/master | 2023-02-27T14:20:54.774327 | 2021-02-07T11:48:35 | 2021-02-07T11:48:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,650 | java | package com.huaweicloud.sdk.vpc.v2.model;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonValue;
import com.huaweicloud.sdk.vpc.v2.model.NeutronCreateFirewallG... | [
"hwcloudsdk@huawei.com"
] | hwcloudsdk@huawei.com |
38505736eedbe05743a39125ebde24823c62d49d | 358eb638825f1628cfc7f0ac94750958be6a2bf7 | /src/main/java/com/want/mq/biz/MongoHessianService.java | 998fb60691bd98dbed9fbc83ed73990769a645ad | [] | no_license | daofuzhang/want-rabbitmq-email | 080036a22ade1ff064301629af4145d203da592d | 9ba516905458e7aba48438d99b3f14121f428b37 | refs/heads/master | 2020-04-29T01:41:23.550916 | 2019-03-15T03:00:28 | 2019-03-15T03:00:28 | 175,738,375 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 337 | java | package com.want.mq.biz;
import java.util.Map;
public interface MongoHessianService {
public <T> void insertByName(T obj,String docName);
public void insert(Map<String,Object> content,String docName);
public void insertJson(String json,String docName);
public void insertJsonCollection(String json,Stri... | [
"daofu_zhang@163.com"
] | daofu_zhang@163.com |
1c10166a647af34534784d8fc824ce83f10b95d1 | 6486478f3399dafffd285ea5935c872d35f41bb6 | /src/javafactura/businessLogic/econSectors/Pendente.java | 4762b6d915122bbe7d170dc6852e0756a118154f | [] | no_license | mendess/JavaFactura | 35c0de0c93677e6d4a0797da4c10b8bf381202c0 | 1ad5c491f4a07dc84ae42a1f12ec17fe09512a73 | refs/heads/master | 2021-09-15T06:22:13.677886 | 2018-05-27T21:56:26 | 2018-05-27T21:56:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 819 | java | package javafactura.businessLogic.econSectors;
/**
* Pendente.
* {@inheritDoc}
*/
public final class Pendente extends EconSector {
private static final long serialVersionUID = -2701674423006137578L;
/**
* The singleton instance of this sector
*/
private static final Pendente instance = new Pe... | [
"pedro.mendes.26@gmail.com"
] | pedro.mendes.26@gmail.com |
4585b52fcc6d342f5f2fd6fc3d5070ad9aed597a | f207d7cb8f78543e199dfb036e3ca195d4d5e637 | /src/main/java/pl/coderslab/dao/DayNameDao.java | a3aabdf5b49772a676a3c8d45e6e6daca21fb649 | [] | no_license | MarcinK88/ZaplanujJedzonko | 0da435d065e909e50f9d8805f18a846ee362a54d | b142f9c44d3f39cecec63f74f3a3bf9711499ad7 | refs/heads/develop | 2022-09-08T06:08:23.887681 | 2019-09-18T13:10:34 | 2019-09-18T13:10:34 | 202,129,243 | 0 | 0 | null | 2022-06-21T01:39:41 | 2019-08-13T11:25:02 | Java | UTF-8 | Java | false | false | 1,192 | java | package pl.coderslab.dao;
import pl.coderslab.model.DayName;
import pl.coderslab.utils.DbUtil;
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 DayNameDao {
// Zapytania SQL
... | [
"marcin3216@gmail.com"
] | marcin3216@gmail.com |
c4a79e44d7dad1669088b3689da59eb44b5fe777 | 0e13fca7fe6fd360181008bafff4f0f14fb3aa6d | /src/main/java/net/guidogarcia/storm/wordcount/WordSplitterBolt.java | 3cdf2041bf4dc1bf2972640f35a4de3bd6cb3e90 | [] | no_license | palmerabollo/storm-examples | dd9d1cadb2a0da52d04d159fd02dd37f94910efa | ff13aad5349df38947b85e01e0823a532d4ea011 | refs/heads/master | 2021-01-10T05:19:45.463044 | 2016-03-30T07:11:51 | 2016-03-30T07:11:51 | 55,040,323 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 799 | java | package net.guidogarcia.storm.wordcount;
import backtype.storm.topology.BasicOutputCollector;
import backtype.storm.topology.OutputFieldsDeclarer;
import backtype.storm.topology.base.BaseBasicBolt;
import backtype.storm.tuple.Fields;
import backtype.storm.tuple.Tuple;
import backtype.storm.tuple.Values;
public class W... | [
"guido.garciabernardo@telefonica.com"
] | guido.garciabernardo@telefonica.com |
73ee40eac5de94096f1ffa14ab7d6f1a47924684 | 3c5c7742007ee3d8e39d0a25477391daca206bfd | /src/main/java/com/employee/model/autowire/CDPlayer.java | 00bd6943b18ee64f8ea58cc3be10b9495e783a71 | [] | no_license | babureddy/springmvc | 649f73106aefbb8a10c4e8f75f71aae8342c89ad | aefe25f81e872c1e962ed0cd3b7c86adf408bcf4 | refs/heads/master | 2020-03-31T13:10:15.183795 | 2018-10-09T12:09:34 | 2018-10-09T12:09:34 | 152,244,352 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 65 | java | package com.employee.model.autowire;
public class CDPlayer {
}
| [
"noreply@github.com"
] | babureddy.noreply@github.com |
eeec1054114cf954b870a27d58c88f5535c99f9e | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XWIKI-13141-1-8-SPEA2-WeightedSum:TestLen:CallDiversity/com/xpn/xwiki/store/XWikiHibernateStore_ESTest.java | e36787d015418c8344599d382311499bb646978d | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,481 | java | /*
* This file was automatically generated by EvoSuite
* Sun Jan 19 10:32:24 UTC 2020
*/
package com.xpn.xwiki.store;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.shaded.org.mockito.Mockito.*;
import static org.evosuite.runtime.EvoAssertions.*;
import com.xpn.xwiki.XWikiConte... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
0a34658680c3a6b63aab5f4affbb1d5bc2dabf5a | 8cb041c954a99464ddb57b1fa1c228f1d1b10b22 | /MyFactoryPatternDemo/app/src/main/java/com/example/root/myfactorypatterndemo/LaysOnionAndChesse.java | 513d04d6569234ff06b7f381e9a6c46fb314f925 | [] | no_license | saurabhsircar11/Experiments | d9bd8398159056b3004160c927023913738b2249 | aff382becd8b6adc7d47a1626142e5c63b966bfe | refs/heads/master | 2020-06-11T10:02:33.533460 | 2016-12-07T05:47:50 | 2016-12-07T05:47:50 | 75,698,781 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 295 | java | package com.example.root.myfactorypatterndemo;
/**
* Created by root on 6/12/16.
*/
public class LaysOnionAndChesse implements Chips {
@Override
public String makeChips() {
return "You selected LaysOnionAndChesse please click on next to build your customized order";
}
}
| [
"saurabhsircar11@gmail.com"
] | saurabhsircar11@gmail.com |
a6a3ab1d56736fb1f7e9086c1b3ec7a8bbf093b0 | 1b1fba5adfbef7ef059399acf388e555dc940cab | /src/main/java/com/example/demo/error/normal/IError.java | 7689ad1c79e4c6480d65579d91e3739fe662b59c | [
"MIT"
] | permissive | QinghangPeng/SpringBootDemo | dcf3b508eba6fe5531aeb737ed3e046647c365ef | a40353eb2bd4b2b31baf983591310cbe5c0df5c7 | refs/heads/master | 2022-06-22T20:58:58.802808 | 2019-08-30T08:11:14 | 2019-08-30T08:11:14 | 176,133,068 | 2 | 0 | MIT | 2022-06-17T02:09:30 | 2019-03-17T17:04:34 | Java | UTF-8 | Java | false | false | 156 | java | package com.example.demo.error.normal;
public interface IError {
String getNamespace();
String getErrorCode();
String getErrorMessage();
}
| [
"hao.peng@nx-engine.com"
] | hao.peng@nx-engine.com |
73d939f69ac4eca252fa641ac202016708d54cd9 | 42b67fc7d117b7579edc3c11f1177deb9a9cfec0 | /src/test/java/io/github/dwin357/leetcode/thirties/threeFour/SolutionTest.java | 0657a3ea85dd5774f6007e2ca159cc286635da8f | [] | no_license | Dwin357/LeetProblems | a8d3a659ea8f8a1ad7681ea06cabade9c384fa25 | 72fd2dd0cb425245873e204bcb758c77592a3a28 | refs/heads/master | 2022-01-11T16:34:01.552557 | 2021-12-31T05:37:11 | 2021-12-31T05:37:11 | 191,839,179 | 0 | 0 | null | 2021-11-11T22:56:49 | 2019-06-13T22:04:41 | Java | UTF-8 | Java | false | false | 1,364 | java | package io.github.dwin357.leetcode.thirties.threeFour;
import org.junit.Test;
import static org.junit.Assert.assertArrayEquals;
public class SolutionTest {
@Test
public void example_1() {
int[] given = new int[]{5,7,7,8,8,10};
int target = 8;
int[] expected = new int[]{3,4};
... | [
"debby@ascending-prime.attlocal.net"
] | debby@ascending-prime.attlocal.net |
d1317a3fcd2b6e5a47d246e6144d47536fe58a7a | 73659737eb051e4abad1b5487623db2b796f970d | /hello/hello.java | a42d6dddc6fb3c7861829e43abced2c1881ff20f | [] | no_license | asap2007/test | 7e2748360b539e2402d6603c27c77e9c307ec2d7 | 208e575834c5d62ad77c1cf85d15d3ea7a49cb12 | refs/heads/master | 2021-01-01T06:05:22.724633 | 2015-07-10T03:08:15 | 2015-07-10T03:08:15 | 38,860,471 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 660 | java | package hello;
import java.io.*;
public class hello {
public static void main(String[] args) throws IOException {
// TODO Auto-generated method stub
System.out.println("Hello, World");
for(int i=0; i<args.length; i++){
System.out.println(args[i]);
}
BufferedReader in = new BufferedReader(ne... | [
"a@b.c"
] | a@b.c |
7a90141b7cd996c527e9b8fdac897081666defac | 44fd65965e421fe5870199bb7f71dee5dd95103a | /app/src/main/java/com/myeotra/driver/ui/fragment/offline/OfflineFragment.java | 4f259f6b47af99b7acfb23c12b6c9b049738f591 | [] | no_license | jack-iml/myeotra_driver | 22bf1ec1dce9ebbd5853835c30eb8462a75f631b | a9922988e3eaea5968bd3e1f40c9fffb43ae1dd0 | refs/heads/master | 2022-07-15T02:28:27.159539 | 2020-05-17T06:48:47 | 2020-05-17T06:48:47 | 264,598,964 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 3,477 | java | package com.myeotra.driver.ui.fragment.offline;
import android.content.Context;
import android.content.Intent;
import android.text.TextUtils;
import android.view.Gravity;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import android.widget.Toast;
import androidx.drawerlayou... | [
"jack.ingeniousmindslab@gmail.com"
] | jack.ingeniousmindslab@gmail.com |
9f62a6ef47f3f67a2910d9c9469339e019851dac | 21279bcaf53d9626eb0b91d5bb107b22e2b65407 | /core/provisioning-java/src/test/java/org/apache/syncope/core/provisioning/java/MailTemplateTest.java | 37c37d1b7b78b3054630eb8a3284c73524faa7c9 | [
"Apache-2.0"
] | permissive | kannandev/syncope | 1c0e6a71f566d07a341325e2c65e1cced9329ab5 | 7e0d6775047d2bf66fa9978f4a5385ab3f5b45fb | refs/heads/master | 2021-01-22T08:02:02.028940 | 2017-05-26T14:02:25 | 2017-05-26T14:04:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,092 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | [
"ilgrosso@apache.org"
] | ilgrosso@apache.org |
844018a9af53ea0351e7b96bdec5c75b57df9b79 | 38f7da2b61f573eee1736eaaf1ae1e9ca8f808fd | /src/com/molorane/college/model/Module.java | 0d5d3ae1d01c56eab062d7e07a1d58cd6e8de59d | [] | no_license | molorane/College | 9e5d034a3858a7810ee4bc205036c77a88aa2b24 | 0d9ca3a2668e984868f504a10b40d378c02d17b8 | refs/heads/master | 2021-01-05T06:12:14.759915 | 2020-02-16T14:51:16 | 2020-02-16T14:51:16 | 240,908,879 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,447 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.molorane.college.model;
/**
* @author Mothusi Molorane
*/
public class Module{
private String moduleCode;
priva... | [
"molorane.mothusi@gmail.com"
] | molorane.mothusi@gmail.com |
df788342c24213b81a7b34ed8c207b7d34332537 | 483a230f71931cdc137e22549d4223aa0ba1ca43 | /broker/src/main/java/md/utm/fcim/broker/connection/RequestHandler.java | 8f110f9b50ee998660d4b00c5bae5ab5955ba4cc | [] | no_license | vadimeladii/Pad_Lab1 | 67155e7ec28fe4ea2a6dd0378cb7838fe53d1b43 | 083320b2d1cbf7e66ea0731806b920c8bbb513ef | refs/heads/master | 2021-07-11T07:32:21.081063 | 2017-10-17T05:09:37 | 2017-10-17T05:09:37 | 104,765,141 | 0 | 1 | null | 2017-10-17T05:09:38 | 2017-09-25T15:03:42 | Java | UTF-8 | Java | false | false | 5,071 | java | package md.utm.fcim.broker.connection;
import md.utm.fcim.broker.channel.ChannelService;
import md.utm.fcim.common.dto.Message;
import md.utm.fcim.common.enums.UserType;
import md.utm.fcim.common.repository.MessageRepository;
import md.utm.fcim.common.repository.impl.MessageRepositoryImpl;
import java.io.IOException;... | [
"vadimeladii@gmail.ru"
] | vadimeladii@gmail.ru |
16439b86479cb26d015943e5dc42e70a7d4b45a7 | c294f1c3c9e48caf3f70b285c26e5f9f5233a78c | /sm-core/src/main/java/com/salesmanager/core/business/modules/cms/customer/digitalocean/DOSpaceCustomerImageFileManager.java | 21cf6e363d7131d3b6c8c8c00b8433b95ff2c477 | [
"Apache-2.0"
] | permissive | msfci/shopizer | 1b537161d712e4a15711cb5fa0303ff85232c005 | 272f3c2a252c56abf1f8e2d1b76d90a167b2d7dd | refs/heads/master | 2023-01-20T17:43:48.347944 | 2020-11-21T19:42:04 | 2020-11-21T19:42:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,290 | java | package com.salesmanager.core.business.modules.cms.customer.digitalocean;
import com.amazonaws.auth.EnvironmentVariableCredentialsProvider;
import com.amazonaws.client.builder.AwsClientBuilder;
import com.amazonaws.services.s3.AmazonS3;
import com.amazonaws.services.s3.AmazonS3ClientBuilder;
import com.amazonaws.servi... | [
"mostafa.saied.fci@gmail.com"
] | mostafa.saied.fci@gmail.com |
9f6bac1c6ef8db8ea2860254ab737e3e8a1a1be9 | dd46a308aa24e504bb4605549321adf88c058a88 | /FinalProject/openhack/src/test/java/edu/cmpe275/group275/openhack/controller/controllerTests.java | 420092e10b2f3347118fd3cb462cdb235bc9b780 | [] | no_license | cy19890513/cmpe275TermProject | 7fc3e8a140b7196bd8df19759e6f65fdadc19c58 | 9829f5ec0bb0f38f58e96b1dbf38ce6f834d74fd | refs/heads/master | 2022-12-22T09:58:11.989811 | 2019-05-22T05:48:25 | 2019-05-22T05:48:25 | 187,977,161 | 0 | 0 | null | 2022-12-10T05:38:34 | 2019-05-22T06:33:09 | JavaScript | UTF-8 | Java | false | false | 84 | java | package edu.cmpe275.group275.openhack.controller;
public class controllerTests {
}
| [
"hanhan@hanhans-MacBook-Air.local"
] | hanhan@hanhans-MacBook-Air.local |
aa8ac24516d77f2e10192e45fe07381a8ae7d348 | 95b79cebe06e5ee67c70edab55afaea0b9642993 | /edabit-challenges/src/medium/failedpassed/FailedPassed.java | e666fb1ffbbf9367f7e430a733bfdc4b1b2f580a | [] | no_license | WaltersAsh/Edabit-Programming-Challenges | 3c0e8f1c50175c5094c684aacf5b4b8ccbee6690 | 0986667f28d9809ef31ff5b3cf415efd69aff12d | refs/heads/main | 2023-01-20T17:15:11.052657 | 2020-11-30T00:32:43 | 2020-11-30T00:32:43 | 316,119,918 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 556 | java | package medium.failedpassed;
/**
* Medium Edabit Challenge Answer - "You FAILEDPASSED the Exam"
* https://edabit.com/challenge/BxnxYJGQ9MMQn2EfR
*
* @author Justin Joe
*/
public class FailedPassed {
public static String gradePercentage(String userScore, String passScore) {
String s = "";
if (... | [
"justin.aw.joe@gmail.com"
] | justin.aw.joe@gmail.com |
20a02a0ce90b96d1e42d17b7f245abdff2801425 | beff3f5e14fdc4ac4d411d5a4bf516bf0d04726d | /src/main/java/com/projectmaking/Repository/NoPassword.java | 437007682f1459308a4f39f22ebe245e222aec49 | [] | no_license | Kenish/CRUDShopSpring | e49757394a0da07029dcb00da0cf89bc89b44e50 | 341f48b842ecbcbbf2ab6f69f4747874de528dd3 | refs/heads/master | 2020-05-21T17:39:28.850939 | 2018-01-12T09:36:58 | 2018-01-12T09:36:58 | 62,468,237 | 0 | 0 | null | 2016-08-28T15:46:20 | 2016-07-02T20:16:08 | Java | UTF-8 | Java | false | false | 408 | java | package com.projectmaking.Repository;
import com.projectmaking.Model.User;
import org.springframework.data.rest.core.config.Projection;
@Projection(name = "NoPassword",types = User.class)
public interface NoPassword {
String getUsername();
String getFirstName();
String getLastName();
String getCoun... | [
"przemo9712@gmail.com"
] | przemo9712@gmail.com |
ba61a9d0e890e0074934a484bf574663ad99af1f | 884056b6a120b2a4c1c1202a4c69b07f59aecc36 | /java projects/queue/result/Queue/traditional_mutants/java.lang.String_toString()/AOIS_62/Queue.java | 785ad87f55e66f28ef8b0f4d5f089f776d771ae9 | [
"MIT"
] | permissive | NazaninBayati/SMBFL | a48b16dbe2577a3324209e026c1b2bf53ee52f55 | 999c4bca166a32571e9f0b1ad99085a5d48550eb | refs/heads/master | 2021-07-17T08:52:42.709856 | 2020-09-07T12:36:11 | 2020-09-07T12:36:11 | 204,252,009 | 3 | 0 | MIT | 2020-01-31T18:22:23 | 2019-08-25T05:47:52 | Java | UTF-8 | Java | false | false | 1,765 | java | // This is mutant program.
// Author : ysma
public class Queue
{
private java.lang.Object[] elements;
private int size;
private int front;
private int back;
private static final int capacity = 2;
public Queue()
{
elements = new java.lang.Object[capacity];
size = 0;
... | [
"n.bayati20@gmail.com"
] | n.bayati20@gmail.com |
1075edc53d2fdca84d52fb98f2b575c7e00077ff | c9c868fba9147383c660d961e14854f80854f621 | /src/main/java/org/drill/utils/IdGen.java | dd5fa65d026728cc933a1a34b2c7e93bfba7d48a | [] | no_license | GZ315200/bladeApi | 64b86f85a90824c3a6fec9b3da8e7a088217ca87 | c6c067615d07ecc45872735a997baad53c53e481 | refs/heads/master | 2021-10-09T06:39:20.268591 | 2018-12-22T16:47:16 | 2018-12-22T16:47:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,552 | java | /**
* Copyright © 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*/
package org.drill.utils;
import org.apache.shiro.session.Session;
import org.apache.shiro.session.mgt.eis.SessionIdGenerator;
import org.springframework.context.annotation.Lazy;
import org.springframewo... | [
"="
] | = |
8f3d2c07bb68a3e20fc833a59feae66f91db1219 | 4f7a53e1bf6f15f5e3553faf4b24238f641b56da | /src/main/java/stepic/algs_csc_base_1/module_4/DynamicLISB.java | 3fadcca7b82b38bff0131085ce69a347452c43d3 | [] | no_license | Whoosh/Workouts | 3b6f409fe068f2ecba65f052d9c574d5043e96d5 | 178b42a74b8a4f7f4f9d5a21c01bcd8b6b20ca4c | refs/heads/master | 2022-09-04T11:57:41.222144 | 2020-07-02T09:06:21 | 2020-07-02T09:06:21 | 44,842,185 | 2 | 0 | null | 2022-09-01T22:36:12 | 2015-10-23T22:39:50 | Java | UTF-8 | Java | false | false | 2,111 | java | package stepic.algs_csc_base_1.module_4;
import java.io.IOException;
/**
* Created by whoosh on 11/30/15.
*/
public class DynamicLISB {
public static void main(String[] args) throws IOException {
final long count = nextLong();
long val;
long[] elements = new long[(int) count];
... | [
"whoosh.s@gmail.com"
] | whoosh.s@gmail.com |
c6aa623ba44ff77a0d3cff5d466072594d245d59 | b1329cf1a7ac4524a8796f189677f82aa95fb15b | /DemoApp/src/test/java/LibraryTest.java | b30b0c81386f49e0d2fad86e6dcca414446e6dff | [] | no_license | shansgup/DemoCIRepo | 52236b506433c9179886d06e53f80445d7ec65a9 | 712f04ce4f8e3c65e22ba6072df5c8a0fbea9496 | refs/heads/master | 2021-01-19T04:20:51.135452 | 2016-07-20T10:10:22 | 2016-07-20T10:11:41 | 63,766,541 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 484 | java | import org.junit.Test;
import static org.junit.Assert.*;
/*
* This Java source file was auto generated by running 'gradle init --type java-library'
* by 'shansgup' at '7/19/16 4:26 PM' with Gradle 2.13
*
* @author shansgup, @date 7/19/16 4:26 PM
*/
public class LibraryTest {
@Test public void testSomeLibraryM... | [
"shansgup@DIN52003373.corp.capgemini.com"
] | shansgup@DIN52003373.corp.capgemini.com |
fe3bd12f3f477c5aac26f5015be35759a4dbe811 | 0a8e84b18a5d328a4926ca5a2d0325b9471c9a72 | /tmql4j-core/src/main/java/de/topicmapslab/tmql4j/exception/TMQLExtensionRegistryException.java | 3465d8c0af6b5dcc92468acc8155488d85dbd623 | [] | no_license | tmlab/tmql | 5b2204c416852661320ee449fb501dd194c128e0 | 45a537d433ba3ab45808f1aa6446ba5ac2bcfb8e | refs/heads/master | 2021-01-10T02:40:07.473546 | 2011-04-29T09:16:50 | 2011-04-29T09:16:50 | 36,683,495 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,545 | java | /*
* TMQL4J - Javabased TMQL Engine
*
* Copyright: Copyright 2010 Topic Maps Lab, University of Leipzig. http://www.topicmapslab.de/
* License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.html
*
* @author Sven Krosse
* @email krosse@informatik.uni-leipzig.de
*
*/
pa... | [
"hoyer@localhost"
] | hoyer@localhost |
4c86331ba50469cab2f7d1b0396ba911d843a818 | 93ca46d502c26c360a827a847a58a6ccb3204381 | /test8-speedup/Speedup.java | 9260d9cc43586b7520eb67ff7418703423fe3f50 | [] | no_license | ezio-sperduto/esercizi-java-avanzato-thread | 63cd912532eae3b1aa4f370f7da57765ab4d7ca7 | 11f44e6310ff4453a697265c6474dd9f9be0bad6 | refs/heads/master | 2020-05-25T07:17:56.052405 | 2019-05-31T12:40:07 | 2019-05-31T12:40:07 | 187,682,242 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,157 | java | public class Speedup{
static boolean primo(int p){
for(int d=2;d<p;d++)
if(p%d==0)
return false;
return true;
}
static int simulazioneSincrona(int from, int to){
int tot=0;
for(int i=from;i<to;i++)
if(primo(i))
tot++;
return tot;
}
static int simulazioneAsincrona(int from, int to)... | [
"Ezio@MacBook-Pro-di-Ezio.local"
] | Ezio@MacBook-Pro-di-Ezio.local |
6e38bba6ce939811b6b08523f6fdaa7bb945f9ca | 16acbfef911f570e3fb7d961386082e8a16e2f64 | /app/src/main/java/com/pdm00057616/gamenews/activities/LoginActivity.java | f53057a66cb3da17def0cf349fdc8717529f55f8 | [] | no_license | petrlr14/Parcial_2 | b0cf68b213986e9ed42e92d34e0fa662bf097fba | 3a41d488ef112f48767ab44f1b962c9ed279990f | refs/heads/master | 2020-03-18T22:53:55.162484 | 2018-06-17T05:27:25 | 2018-06-17T05:27:25 | 135,371,774 | 9 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,766 | java | package com.pdm00057616.gamenews.activities;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.design.widget.TextInputEditText;
import android.support.v7.app.AppCompatActivity;
import android.widget.Button;
import android.widget.ProgressBar;
import android.widget.RelativeLayo... | [
"00057616@uca.edu.sv"
] | 00057616@uca.edu.sv |
34b6a317e7c5d8574120d28bb1958f5fc757120b | f03e106caa068bbb7015257b220bb4d938167a7f | /AppLibrary/src/main/java/com/example/applibrary/utils/IntentUtils.java | a0261934b5b70fcb634ffc073afa95c6257ec9e1 | [] | no_license | chentt521520/hss_20190808_1.0.1 | 38082ad4e84ec90401c97edae8d1c50ec20c876e | 563febae0886f46a2c7f6946e71661c77ff9f581 | refs/heads/master | 2020-07-03T03:30:51.961110 | 2019-08-20T02:11:01 | 2019-08-20T02:11:01 | 201,768,245 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 11,260 | java | package com.example.applibrary.utils;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
//跳转
public class IntentUtils {
//activity跳转标记 所有标记key或者作为一个int参数传递时可用此默认而不用intentActivityInt
public static final String intentActivityFlag = "activityFl... | [
"15129858157@163.com"
] | 15129858157@163.com |
8c751c175b70c6766c08be0163a492be8656acd5 | 535446d55b51e9411046c411aeaca91804b343d1 | /src/com/adventofcode/word/Word.java | 88d0a0eaa39c3bc80aa00ee2e4adcca642425fd1 | [] | no_license | uvRen/adventofcode | a6a3cea19c80a89b6d5472e888aa9e8eb7cd0763 | 0228c06622613cede61d9a3890868c7856488852 | refs/heads/master | 2021-01-12T10:14:04.743835 | 2017-12-15T17:34:56 | 2017-12-15T17:34:56 | 76,391,965 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,954 | java | package com.adventofcode.word;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import com.adventofcode.util.Pair;
public class Word {
private String word;
private List<Pair> letters;
public Word() {
letters = new ArrayList<Pair>();
}
public Word(... | [
"berntsson_san@hotmail.com"
] | berntsson_san@hotmail.com |
3cb6868ee02a289115a03fd29cfbd78a1babd066 | 34033d21a8c09c9be11791b331950e4faed35718 | /src/Coalesce.Services/API/src/main/java/com/incadencecorp/coalesce/services/api/datamodel/EnumValuesRecord.java | 0cac0c3c2b91fd892e2dac1760ea11c39b962d92 | [
"Apache-2.0"
] | permissive | Tsigie/coalesce | 2acbf37d8a13f23304a73b8e8dc11d8ba39e03bd | 40abb9ea538130b05bb43b18913bc0c77f7e9b06 | refs/heads/master | 2020-06-18T19:56:55.247400 | 2019-06-28T02:20:16 | 2019-06-28T02:20:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,925 | java | /*
* Copyright 2017 - InCadence Strategic Solutions Inc., All Rights Reserved
*
* Notwithstanding any contractor copyright notice, the Government has Unlimited
* Rights in this work as defined by DFARS 252.227-7013 and 252.227-7014. Use
* of this work other than as specifically authorized by these DFARS Claus... | [
"dclemenzi@incadencecorp.com"
] | dclemenzi@incadencecorp.com |
778baade0c5b0b825fd236daef62cab36dc1fa8a | 9a54f84a6f8e050db238af9300762761ccdbabd3 | /icemall-common/src/main/java/com/blackpanda/common/xss/SQLFilter.java | 2f4fe52f14b9f3b5ffc5a0712e63d655c0cfe637 | [
"Apache-2.0"
] | permissive | BlackPandai/icemall | 78606e4436b4051761990efc70449be20b3bebf2 | acd2e1bc1ee6d60d1dbdff2cb0ea63c47db31004 | refs/heads/main | 2023-02-05T20:03:49.774881 | 2021-01-02T01:57:14 | 2021-01-02T01:57:14 | 324,111,640 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,229 | java | /**
* Copyright (c) 2016-2019 人人开源 All rights reserved.
*
* https://www.renren.io
*
* 版权所有,侵权必究!
*/
package com.blackpanda.common.xss;
import com.blackpanda.common.exception.RRException;
import org.apache.commons.lang.StringUtils;
/**
* SQL过滤
*
* @author Mark sunlightcs@gmail.com
*/
public class SQLFilter... | [
"1540282472@qq.com"
] | 1540282472@qq.com |
b35b5ab9f0d77de47da32cae215cf554cf2850dc | de01cb554c2292b0fbb79b4d5413a2f6414ea472 | /algorithms/Hard/968.binary-tree-cameras.java | 5d0fe58e07f275a4efc128e0dd60cdc59077811d | [] | no_license | h4hany/yeet-the-leet | 98292017eadd3dde98a079aafcd7648aa98701b4 | 563d779467ef5a7cc85cbe954eeaf3c1f5463313 | refs/heads/master | 2022-12-10T08:35:39.830260 | 2020-09-02T23:12:15 | 2020-09-02T23:12:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,527 | java | /*
* @lc app=leetcode id=968 lang=java
*
* [968] Binary Tree Cameras
*
* https://leetcode.com/problems/binary-tree-cameras/description/
*
* algorithms
* Hard (37.66%)
* Total Accepted: 21.6K
* Total Submissions: 57.5K
* Testcase Example: '[0,0,null,0,0]'
*
* Given a binary tree, we install cameras on t... | [
"kevin.wkmiao@gmail.com"
] | kevin.wkmiao@gmail.com |
3849a82cd98825167d1107d4a97b2bc1c79a0a21 | 26337dcc36e3f42d81e8a9bce13ee79e0244255f | /DataDrivenFrameworkProject/src/Assertion/Compare.java | ba088f4c7e7887a8411774b2c2c7789b00b3ce62 | [] | no_license | shraddhatiwari33/DataDrivenFrameworkProject | 966481320cfe7d026ad8c648f1ea33bea725e440 | 94fef3c55d80b15efb1f184df7423a731f66b814 | refs/heads/master | 2020-04-03T05:04:31.700970 | 2018-10-28T04:12:00 | 2018-10-28T04:12:00 | 155,033,714 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 510 | java | package Assertion;
import org.openqa.selenium.WebDriver;
public class Compare {
public static boolean validatePageURL(WebDriver driver, String expURL)
{
boolean flag = false;
if(driver.getCurrentUrl().equalsIgnoreCase(expURL))
{
flag = true;
}
return flag;
}
public static bool... | [
"shraddhatiwari33@gmail.com"
] | shraddhatiwari33@gmail.com |
73996bf44facb438d73fa4912951fa228f4b5abb | f43d5de70d14179639192e091c923ccd27112faa | /src/com/codeHeap/generics/generalizedMethods/tuplesStaticImport/FiveTuple.java | 7e7e7eeab557c0b5924cd336f3166e85a51b038e | [] | no_license | basumatarau/trainingJavaCore | 2c80d02d539fc6e2e599f6e9240e8f6543ef1bdf | 1efc944b77b1ac7aea44bee89b84daa843670630 | refs/heads/master | 2020-04-04T23:13:47.929352 | 2019-01-09T09:51:35 | 2019-01-09T09:51:35 | 156,351,368 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 408 | java | package com.codeHeap.generics.generalizedMethods.tuplesStaticImport;
public class FiveTuple<A, B, C, D, E> extends FourTuple<A, B, C, D> {
private final E objE;
public FiveTuple(A objA, B objB, C objC, D objD, E objE) {
super(objA, objB, objC, objD);
this.objE = objE;
}
@Override
... | [
"basumatarau@gmail.com"
] | basumatarau@gmail.com |
c98321425d93f34a8a25044ec6b66b016ba599f7 | fc160694094b89ab09e5c9a0f03db80437eabc93 | /java-speech/samples/snippets/generated/com/google/cloud/speech/v1/speech/streamingrecognize/AsyncStreamingRecognize.java | c95255847ed5cbc601d92676a2139bfa8e8689b6 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | googleapis/google-cloud-java | 4f4d97a145e0310db142ecbc3340ce3a2a444e5e | 6e23c3a406e19af410a1a1dd0d0487329875040e | refs/heads/main | 2023-09-04T09:09:02.481897 | 2023-08-31T20:45:11 | 2023-08-31T20:45:11 | 26,181,278 | 1,122 | 685 | Apache-2.0 | 2023-09-13T21:21:23 | 2014-11-04T17:57:16 | Java | UTF-8 | Java | false | false | 2,060 | java | /*
* Copyright 2023 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | [
"noreply@github.com"
] | googleapis.noreply@github.com |
c570ee2064f16c4f5a9d557b075242c5c9a04694 | b5e0efc45d5502177268483397a031475b672bd5 | /s4e-backend/src/main/java/pl/cyfronet/s4e/ex/product/ProductDeletionException.java | 41f2e1d55050470a94969668dbb643de09242c44 | [
"Apache-2.0"
] | permissive | cyfronet-fid/sat4envi | 8f9a08a924362e751c2cf5f5a06f97ffd8988620 | 02908e9d457a4f1f4f6356760268142e178b4554 | refs/heads/master | 2022-08-21T11:25:50.424798 | 2022-07-06T12:48:02 | 2022-07-08T08:41:59 | 149,281,301 | 2 | 2 | Apache-2.0 | 2022-07-08T08:42:00 | 2018-09-18T12:01:10 | Java | UTF-8 | Java | false | false | 1,236 | java | /*
* Copyright 2020 ACC Cyfronet AGH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | [
"jswk@users.noreply.github.com"
] | jswk@users.noreply.github.com |
93941e94e1a64d9e565cdbd6d16c5fec8b5da3b3 | b410d557f42e05ac8e7e40f40a71f74cabd8d4af | /Quran_mp3/app/src/main/java/example/quran/saida/quran_mp3/RecyclerViewActivity.java | e309975bbeae7a3ab20d2ba85c6875955e8ffd35 | [] | no_license | Saida100/Quran_mp3 | 5179dd209b77fde49a6c4380d747e3118db08560 | 18a7fe25318a4399252f4298593198416c23d4c7 | refs/heads/master | 2020-06-18T17:57:53.820544 | 2019-07-12T19:57:55 | 2019-07-12T19:57:55 | 196,390,570 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,805 | java | package example.quran.saida.quran_mp3;
import android.app.SearchManager;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import andro... | [
"saida.aliyeva.2017@list.ru"
] | saida.aliyeva.2017@list.ru |
ffe4dc904410f8d868b7abec830b78665d03a2d6 | ce658643940f547c3ef2a089b319934dc4bca31d | /src/bcms/URLMarvel.java | 6d8e36b661b779c059d681174c1fdef3985de54d | [] | no_license | bcmes/HTTP | 7790700a6f0727df27e5a0ac3a0fa233a81a2e0f | 5c768729cd0b5f08928228e261c3c9139675064e | refs/heads/master | 2021-10-08T02:15:24.796809 | 2017-04-02T02:14:59 | 2017-04-02T02:14:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,907 | java | package bcms;
public final class URLMarvel {
//URL = protocolo://domínio:porta/caminho/recurso?query_string#fragmento
private static final String protocolo = "http://";
private static final String dominio = "gateway.marvel.com";
private static final String porta = ":80";
private static final String caminho = "/v1... | [
"brunomeloesilva@gmail.com"
] | brunomeloesilva@gmail.com |
40456a83fba6dbf9bbfddc10ebab6d4bf32cc0d6 | e9298d5377f4d3f20cc070e6657a33ee1dcb90c6 | /src/pokemon/view/PokedexPanel.java | 6c3b10f35d6a271b298470a23d60f7a9ec121edd | [] | no_license | thatsmellything/Pokemons | d7bec86ecfcc4ccc721c83a40b0358bac72aa0f3 | 86402460f3f82a844b5ba038e0f5711bb83244aa | refs/heads/master | 2020-04-20T21:35:02.975642 | 2019-03-07T16:41:40 | 2019-03-07T16:41:40 | 169,113,454 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,113 | java |
package pokemon.view;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import pokemon.controller.PokedexController;
import java.io.*;
public class PokedexPanel extends JPanel
{
private PokedexController appController;
private SpringLayout appLayout;
private JButton saveButton;
private JButton... | [
"thesmelliestman@gmail.com"
] | thesmelliestman@gmail.com |
528af716073f7f4300bd785eca29776e00610a14 | 2cf67a191608a03501f89178c955cb8c5a554e81 | /workspace/2DLightLife/gen/game/first/lightlife/BuildConfig.java | 083562d80d86808041ea1e4fa87aa84506022745 | [] | no_license | Neshri/LightLife | 9f136ae21996f285f0e592c148b3f65656a545bf | 0747fd6c20de27f7ef39d9be35c1a959b604bc87 | refs/heads/master | 2021-01-20T11:13:14.563383 | 2018-03-24T19:21:22 | 2018-03-24T19:21:22 | 25,133,714 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 262 | java | /*___Generated_by_IDEA___*/
package game.first.lightlife;
/* This stub is only used by the IDE. It is NOT the BuildConfig class actually packed into the APK */
public final class BuildConfig {
public final static boolean DEBUG = Boolean.parseBoolean(null);
} | [
"anton.lundgren94@gmail.com"
] | anton.lundgren94@gmail.com |
c47ba6f2b9902dfaa0c1d190204d7c879c273bfb | 702f49a40c9fadfea61aa580fc05d8926cb78557 | /app/src/main/java/edu/handong/csee/java/hw2/converters/TONToGConverter.java | 001b5b9db0b1a4d714d5a911dd7e0146e2a18c3a | [] | no_license | jihyunmoon98/2021-21900255-Java-Lab08 | 75f1f1ce0e2cdcecac250b7884a5544037091578 | 683d8f8b69f4b910abf73e868ce219cd03cbb3e1 | refs/heads/main | 2023-04-19T09:12:32.914931 | 2021-05-06T14:20:23 | 2021-05-06T14:20:23 | 364,920,637 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 923 | java | package edu.handong.csee.java.hw2.converters;
/**
* homework 2 one of converter program
* it use the Convertible interface
*
* @author Jihyun Moon
* @since 2021.04.13
*/
public class TONToGConverter implements Convertible{
private double outputValue;
private double inputValue;
/**
... | [
"user@DESKTOP-OHUODR5"
] | user@DESKTOP-OHUODR5 |
577e0a4028501e73e17d478f6107d8bdce34b207 | 2dbc7aad8370aaba8ec31185e496d822253a3ead | /Data Structures and Algorithms/Progressions/src/test/TestProgressions.java | 3b2a2b3bbfe94fe14f72705b4903e9d450da7882 | [] | no_license | JuanDanielCR/JavaPractices | 892789eea7d63d38c72ffbfd04702edd867473aa | a643ca30043c860f9ed54fd9236ef5509a7d2c8d | refs/heads/master | 2020-04-06T05:09:48.257863 | 2017-01-27T21:18:16 | 2017-01-27T21:18:16 | 44,283,344 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,253 | java | package test;
import sources.*;
/** Test program for the progression hierarchy. */
public class TestProgressions {
public static void main(String[ ] args) {
AbstractProgression prog;
// test ArithmeticProgression
System.out.print("Arithmetic progression with default increment: ");
prog = new ArithmeticProgr... | [
"castilloreyesjuan@gmail.com"
] | castilloreyesjuan@gmail.com |
5d975cd0d497e7684b557fd0b5a2af0673cf19de | 884483ca2ec2b06cd5d397c0b21d84cd3363e7dc | /app/src/main/java/com/lijiankun24/databindingpractice/common/util/Consts.java | 6bcea95a1a235af788bb179217ffd1cccfef61ae | [] | no_license | lijiankun24/DataBindingPractice | 3733cf61d9168fb0fb404d475355f367a27e5197 | f373e64cdbf2ba6025b323f3b0768d063b6d3fac | refs/heads/master | 2021-01-19T20:35:03.475108 | 2017-06-04T16:07:52 | 2017-06-04T16:07:52 | 88,522,919 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 424 | java | package com.lijiankun24.databindingpractice.common.util;
/**
* Consts.java
* <p>
* Created by lijiankun on 17/5/2.
*/
public class Consts {
public static final String github = "https://github.com/lijiankun24";
public static final String weibo = "http://weibo.com/lijiankun24";
public static final St... | [
"lijk@rd.netease.com"
] | lijk@rd.netease.com |
643c73efb540206389e5e6acdbfc0691af404556 | 6fb646d78ce13fa54e3174bbc88ef48bc8572374 | /src/main/java/htsjdk/samtools/util/DelegatingIterator.java | 9d5174a93628bee9181ce4ebd7b55ed7c9306f52 | [
"LGPL-2.0-or-later",
"Apache-2.0",
"MIT",
"LicenseRef-scancode-public-domain"
] | permissive | EGA-archive/ega-htsjdk | c6f59622c38f63f6fe35e5184e4b800f51cf9970 | 0e82a068bd9f4c94d9258c2ae3f9d7ec0a13d673 | refs/heads/master | 2021-05-02T13:20:30.830849 | 2020-02-26T14:25:27 | 2020-02-26T14:25:27 | 120,757,605 | 0 | 3 | Apache-2.0 | 2020-02-26T14:25:28 | 2018-02-08T12:18:04 | Java | UTF-8 | Java | false | false | 883 | java | package htsjdk.samtools.util;
import java.util.Iterator;
/**
* Simple iterator class that delegates all method calls to an underlying iterator. Useful
* for in-line subclassing to add behaviour to one or more methods.
*
* @author Tim Fennell
*/
public class DelegatingIterator<T> implements CloseableIterator<T> {... | [
"asenf@asenf-virtual-machine"
] | asenf@asenf-virtual-machine |
41df3929b0d8dccbef309fae26e5cb29e34198aa | f321db1ace514d08219cc9ba5089ebcfff13c87a | /generated-tests/random/tests/s9/7_okhttp/evosuite-tests/okhttp3/internal/tls/OkHostnameVerifier_ESTest.java | 8be0b63cfe127fa51c1e3f8aeea2ed07f8ffe805 | [] | no_license | sealuzh/dynamic-performance-replication | 01bd512bde9d591ea9afa326968b35123aec6d78 | f89b4dd1143de282cd590311f0315f59c9c7143a | refs/heads/master | 2021-07-12T06:09:46.990436 | 2020-06-05T09:44:56 | 2020-06-05T09:44:56 | 146,285,168 | 2 | 2 | null | null | null | null | UTF-8 | Java | false | false | 5,333 | java | /*
* This file was automatically generated by EvoSuite
* Fri Mar 22 18:10:52 GMT 2019
*/
package okhttp3.internal.tls;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.shaded.org.mockito.Mockito.*;
import static org.evosuite.runtime.EvoAssertions.*;
import java.security.cert.Cert... | [
"granogiovanni90@gmail.com"
] | granogiovanni90@gmail.com |
2d33aa2497059c65cc3c292dcba8793df6ba7903 | 5c64004c54c4a64035cce2224bdcfe450e6f9bab | /si-onem2m-src/IITP_IoT_2_7/src/main/java/net/herit/iot/onem2m/resource/Subscription.java | d01e2b6e8d0e529086a60185dd618a19571b0996 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | uguraba/SI | 3fd091b602c843e3b7acc12aa40ed5365964663b | 9e0f89a7413c351b2f739b1ee8ae2687c04d5ec1 | refs/heads/master | 2021-01-08T02:37:39.152700 | 2018-03-08T01:28:24 | 2018-03-08T01:28:24 | 241,887,209 | 0 | 0 | BSD-2-Clause | 2020-02-20T13:13:19 | 2020-02-20T13:12:20 | null | UTF-8 | Java | false | false | 22,355 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.0... | [
"hubiss.lab@gmail.com"
] | hubiss.lab@gmail.com |
83390abf138da4b670ee76f80474055e9b2bd171 | 74f1d9c4cecd58262888ffed02101c1b6bedfe13 | /src/main/java/com/chinaxiaopu/xiaopuMobi/model/Partner.java | e3eed5447ebd3744b565e1095f8e8b041b2fdc4e | [] | no_license | wwm0104/xiaopu | 341da3f711c0682d3bc650ac62179935330c27b2 | ddb1b57c84cc6e6fdfdd82c2e998eea341749c87 | refs/heads/master | 2021-01-01T04:38:42.376033 | 2017-07-13T15:44:19 | 2017-07-13T15:44:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,715 | java | package com.chinaxiaopu.xiaopuMobi.model;
import com.fasterxml.jackson.annotation.JsonFormat;
import java.util.Date;
public class Partner extends BaseEntity{
private Integer id;
private Long mobile;
private String realName;
private Integer sex;
private Integer schoolId;
private String sc... | [
"ellien"
] | ellien |
cd8266a02c121f409f96e7de573c4e491272b5a5 | c1b7012444e7ed0f5ceca4617780f4ae27266af1 | /pluginHostSdkLib/src/main/java/com/twofortyfouram/locale/sdk/host/model/PluginErrorEdit.java | 4f900e822b3f2231230d5270c1ad8ffb293a9367 | [
"LicenseRef-scancode-generic-cla",
"Apache-2.0"
] | permissive | twofortyfouram/android-monorepo | 120f732d6e2572273c76e3e12acfcec465bd0c83 | 4023d30d5b44b2fd15206c3435829e999e7bbd02 | refs/heads/master | 2022-02-20T16:50:20.061944 | 2022-02-04T14:53:32 | 2022-02-04T20:00:54 | 131,845,238 | 10 | 0 | NOASSERTION | 2022-02-04T20:00:55 | 2018-05-02T12:08:42 | Java | UTF-8 | Java | false | false | 4,495 | java | /*
* android-plugin-host-sdk-for-locale
* https://github.com/twofortyfouram/android-monorepo
* Copyright (C) 2008–2018 two forty four a.m. LLC
*
* 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
* Lice... | [
"git@carterjernigan.com"
] | git@carterjernigan.com |
46c2c7181fc9d1172ec40cdca250f344c83e29cd | dd4d66ae4721d6d0dc28706a7457aa59aefba669 | /src/main/java/com/tj/vo/OrderVO.java | 4ea47c20491322ba0b38c554e87e1d0b1796d5ec | [] | no_license | tan-jin-mm/tanjin_shopping | 37d24d704e0318e70172c4b1296c82d828230924 | 30bab20c175e3309332941abb5c5d2feb7ba9850 | refs/heads/master | 2020-04-14T19:41:20.350868 | 2019-01-10T11:30:34 | 2019-01-10T11:30:34 | 164,067,626 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,490 | java | package com.tj.vo;
import org.omg.CORBA.PRIVATE_MEMBER;
import java.math.BigDecimal;
import java.util.List;
public class OrderVO {
private Long orderNo;
private BigDecimal payment;
private Integer paymentType;
private String paymentTypeDesc;
private Integer postage;
private Integer status;
priv... | [
"532688846@qq.com"
] | 532688846@qq.com |
2bd4ad6a5c4a47385d172af7ff896c8e1e4a7226 | 1263b9a6c181c0a38f85c1d62a8675787f7f4469 | /app/build/generated/ap_generated_sources/debug/out/com/example/tsinghuadaily/Fragment/Variety/SchoolDepartmentFragment_ViewBinding.java | 34f44a13ade4f20a522846d04cbc1f5b9cab0e10 | [] | no_license | rubbybbs/TsinghuaDaily-FrontEnd | a49bba407798af3a577ccf66c5fdb1731c9a9249 | 90a9105d46c4b53898103ee1a1f7617bfe26ef60 | refs/heads/master | 2022-11-06T08:08:34.555592 | 2020-06-23T10:12:45 | 2020-06-23T10:12:45 | 263,909,336 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,455 | java | // Generated code from Butter Knife. Do not modify!
package com.example.tsinghuadaily.Fragment.Variety;
import android.view.View;
import android.widget.ScrollView;
import androidx.annotation.CallSuper;
import androidx.annotation.UiThread;
import butterknife.Unbinder;
import butterknife.internal.Utils;
import com.examp... | [
"37182072+LeisurelyLucio@users.noreply.github.com"
] | 37182072+LeisurelyLucio@users.noreply.github.com |
ecf5e30dd18bb7a018aa3cbfdda948e4aab47061 | 09d0ddd512472a10bab82c912b66cbb13113fcbf | /TestApplications/TF-BETA-THERMATK-v5.7.1/DecompiledCode/Fernflower/src/main/java/org/telegram/messenger/_$$Lambda$MessagesStorage$MA7HhVEAT2vamXfRirkyxddYYBE.java | 9dff36cf99776f63259a858e3c1d7301d7b15a9c | [] | no_license | sgros/activity_flow_plugin | bde2de3745d95e8097c053795c9e990c829a88f4 | 9e59f8b3adacf078946990db9c58f4965a5ccb48 | refs/heads/master | 2020-06-19T02:39:13.865609 | 2019-07-08T20:17:28 | 2019-07-08T20:17:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 816 | java | package org.telegram.messenger;
import java.util.ArrayList;
// $FF: synthetic class
public final class _$$Lambda$MessagesStorage$MA7HhVEAT2vamXfRirkyxddYYBE implements Runnable {
// $FF: synthetic field
private final MessagesStorage f$0;
// $FF: synthetic field
private final ArrayList f$1;
// $FF: synt... | [
"crash@home.home.hr"
] | crash@home.home.hr |
fbd7de1286f8129edeb172c30fe84160f092d4d3 | c4ba505a84489b396052719df6535cd71c50d297 | /src/main/java/com/example/udmeyassigment/UdmeyAssigmentApplication.java | 241d4bbee026bbb60af317d73fe9a2866287de22 | [] | no_license | atikurrehman/Spring-boot-CRUD | 7fdaf5f5893a892794bc4212657cb88b46264cbf | b8e38e2c8cb7381ca44651d7401b1b291ea59e4b | refs/heads/master | 2022-10-20T07:29:48.494123 | 2020-06-06T13:31:32 | 2020-06-06T13:31:32 | 269,098,413 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 846 | java | package com.example.udmeyassigment;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.Bean;
import springfox.documentation.builders.RequestHandlerSelectors;
import springfox.documentation.spi.Documentat... | [
"atikurrehmank@gmail.com"
] | atikurrehmank@gmail.com |
1bceea1f79c9ccf357d4e2e6f23a83476ba8e2ec | 7254da2ff65befe063cf6ff8c2034f61b021a3bb | /Android/app/src/main/java/com/cashierapp/Activities/History/HistoryActivity.java | 6b346eeb930ba0bcd842343c3817d19efafc5a78 | [] | no_license | tmsm1999/Embedded-Systems-Project | 2aa25bdb8a7794d58160b9352e88bdafe236ba5d | 5a13cb3dcaec4c44e6339f6509e156512a9743c2 | refs/heads/master | 2023-05-24T07:38:21.884645 | 2021-06-06T19:23:52 | 2021-06-06T19:23:52 | 345,667,316 | 0 | 0 | null | 2021-06-05T15:37:05 | 2021-03-08T13:33:47 | HTML | UTF-8 | Java | false | false | 5,044 | java | package com.cashierapp.Activities.History;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.MenuItem;
import androidx.annotation.NonNull;
import androidx.appcompat.app.ActionBar;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Tool... | [
"yosbialves@icloud.com"
] | yosbialves@icloud.com |
595fd139e51bc0c3ed4823c0efa85a9ab237f8d9 | 39f0ca0e7bc9c6f04daa249b86633e85f4f243b3 | /AndroidSDK/SensoroBeacon_v4/src/com/sensoro/beacon/core/ZoneConfig.java | c70654644d156b53456570449634a46169ea4212 | [] | no_license | wutongke/Android-SDK | 08033c14f5c68a799a741bd255a9a8b6b6af4f13 | 7429edfb870cf9ec64b7abaf4fce5644095435fe | refs/heads/master | 2021-01-22T10:03:05.496246 | 2014-04-23T05:05:45 | 2014-04-23T05:05:45 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,645 | java | package com.sensoro.beacon.core;
import java.util.HashMap;
import android.os.Parcel;
import android.os.Parcelable;
class ZoneConfig implements Parcelable {
HashMap<String, String> param;
String id;
Act act;
long _date; // sdk内部使用的更新时间
public Act getAct() {
return act;
}
public void setAct(Act act) {
th... | [
"tangrisheng@sensoro.com"
] | tangrisheng@sensoro.com |
a1651ac84140d97c30047f4e45a8fe24d33b28f5 | 744772d63fbff21300ed3a02cefb9f20efe3fe1f | /yimirong/app/src/main/java/cn/app/yimirong/view/VpSwipeRefreshLayout.java | 046d2b83bf6665699a1c910ec826c242c950b551 | [] | no_license | heijue/cmibank | 821471a6aba22ecc87fa464d83b1f1483eb7dba6 | 07db394c840a3b5a2895eb8610bbe568c3af984b | refs/heads/master | 2020-03-14T12:12:12.617344 | 2018-04-30T14:51:46 | 2018-04-30T14:51:46 | 131,606,420 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,596 | java | package cn.app.yimirong.view;
import android.content.Context;
import android.support.v4.widget.SwipeRefreshLayout;
import android.util.AttributeSet;
import android.view.MotionEvent;
/**
* Created by xiaor on 2016/6/29.
*/
public class VpSwipeRefreshLayout extends SwipeRefreshLayout {
private float startY;
private... | [
"863221102@qq.com"
] | 863221102@qq.com |
5efed7acc8e3f45c3d811c3818d5add7e00ea2b4 | a49cf29dd1eaf21a9691f04997415affdd29bc37 | /src/main/java/com/taikang/crm/workbench/model/TranHistory.java | 72179965723db485b6fcb88bce061035cb8b373c | [] | no_license | caoruiqun/crm_springboot | 96763871ac293df1c61c8446c23fb311b202fb7f | 41ba3534c25b0d2e0d468b96611e60ad2aeb4b38 | refs/heads/master | 2020-07-27T12:47:26.289056 | 2019-11-18T16:08:01 | 2019-11-18T16:08:01 | 209,094,408 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,320 | java | package com.taikang.crm.workbench.model;
public class TranHistory {
private String id;
private String stage;
private String money;
private String expectedDate;
private String createTime;
private String createBy;
private String tranId;
//扩展可能性
private String possibility;
public String getPossibility() {
... | [
"zs@bjpowernode.com"
] | zs@bjpowernode.com |
687dbb6d1d30efbe55a79b9cd2d6ef5bd57ea9d3 | 623122ce2c9f0cdf5e9db73d4d0abf9625544c6a | /google_webapp_test/src/com/esiee/cloud/FiltreNameSpace.java | cbf5d6c073618e22b619ccced121cad3f1eb495b | [] | no_license | nguyeti/googleWebApp | e45fc6b3609296440eaee128ac2197593ba85ee1 | 2d1a8f46578dd66d297f524a71459309abf18bc6 | refs/heads/master | 2016-09-05T17:10:04.323863 | 2014-01-20T13:40:01 | 2014-01-20T13:40:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 924 | java | package com.esiee.cloud;
import java.io.IOException;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import com.google.appengine.api.NamespaceManager;
p... | [
"nguyen.timothee@gmail.com"
] | nguyen.timothee@gmail.com |
27509a434033037165cebb4f0e2604ee9505621d | 4b6abf361aef64c68d284778523027cc4d164255 | /lapuss/AbstrInt/src/InterMethod/NotGetToFishing.java | 5ee95d625b1afedf9d1a35d1590f6b600870fedb | [] | no_license | dzmitryDubrovin/intelisoftJava | 68c43fe388e8df1571c29d155d9b3b1447a5be33 | 2518fb0e203e9f4fc8e42ef42b77d537c412aef9 | refs/heads/master | 2020-05-19T23:33:32.233545 | 2015-05-25T18:50:51 | 2015-05-25T18:50:51 | 33,134,222 | 1 | 2 | null | null | null | null | WINDOWS-1251 | Java | false | false | 214 | java | package InterMethod;
import Inter.Fishing;
public class NotGetToFishing implements Fishing {
@Override
public String fishing() {
// TODO Auto-generated method stub
return "парам пам пам";
}
}
| [
"lapuss1984@gmail.com"
] | lapuss1984@gmail.com |
a4f53d58cfa22529fcd6276eb17e6d623363e088 | 61f6cb106cd5a9e37f8839d91935fdd598f6dd8e | /app/src/main/java/com/moringaschool/wallview/adapters/MoviePageAdapter.java | 8ee1ce0ff43053760472d2d555a9b2d5391a71c6 | [
"MIT"
] | permissive | L-Karimi/Movie-App | dab4a4b01c6dbfb4b16df2cd4afbe187318e8bce | ed8fa20f009790604e7be4c275083ba7b1ed7a4b | refs/heads/master | 2023-02-16T16:39:27.551624 | 2021-01-18T05:44:02 | 2021-01-18T05:44:02 | 330,565,808 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 974 | java | //package com.moringaschool.wallview.adapters;
//
//import androidx.fragment.app.Fragment;
//import androidx.fragment.app.FragmentManager;
//import androidx.fragment.app.FragmentPagerAdapter;
//
//import com.moringaschool.wallview.model.Result;
//import com.moringaschool.wallview.ui.MovieDetailFragment;
//
//import jav... | [
"shemnyatti@gmail.com"
] | shemnyatti@gmail.com |
c847145ea05bfd46a8411efb04540241b11e1a06 | 8ff940f59ec60cab09989634f8cbcf1e1542d11d | /src/java/com/hieutkse/testngdemo/controllers/MainController.java | cd8f0cd1aa18833400f92bba15195a899ffdc17b | [] | no_license | hieutk-se/TestNGDemo | 020d6e36a083212fedf075a041b1dbcabe2dc54e | eb1f6e67bb8c4dd6f741eeb634319c1cd16bcd89 | refs/heads/main | 2023-05-13T19:21:31.700904 | 2021-06-06T00:37:27 | 2021-06-06T00:37:27 | 374,014,005 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,739 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.hieutkse.testngdemo.controllers;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.a... | [
"hieutk.se@gmail.com"
] | hieutk.se@gmail.com |
a66746d610bd9cf91e3157407a1258f9bbcbff2b | 62284b5acbaaad6385d04444435f0b2a5c76689a | /src/ckt/Base.java | 7272b9450b3c3f37ed0d301a6dac1ec4b2a7cdf2 | [] | no_license | yyun2016/AppSioeye | 313a222e003370be5c0f69d1b0f2d2680d119766 | 6b5cbf37a0de772581e48a5818cba54995534da2 | refs/heads/master | 2021-01-01T06:57:47.188365 | 2018-05-09T09:42:32 | 2018-05-09T09:42:32 | 97,563,121 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 470 | java | package ckt;
import com.android.uiautomator.core.UiDevice;
import com.android.uiautomator.testrunner.UiAutomatorTestCase;
public class Base extends UiAutomatorTestCase {
public UiDevice device = UiDevice.getInstance();
public String runcase = this.getClass().getName().replace("ckt.Testcase.", "");
public static Co... | [
"yun.yang@outlook.com"
] | yun.yang@outlook.com |
2dcf8f1965ae326c0e9ce65c9ab93ed017a77c18 | 11987f54e36b81e0bb8066a77917dfe02c02f2d8 | /app/src/main/java/com/example/fountian/csdn_my_code/MainActivity.java | 791608c327b806e9a5566a747aa7581b2372b0f5 | [] | no_license | fountain2/CSDN_MY | 35c2cae51a346ee9ea2749ea86d02c776c7b2920 | 0f63d553d184d29f4a5091c59284417b3ac05078 | refs/heads/master | 2021-01-12T04:54:35.209176 | 2017-01-21T15:27:47 | 2017-01-21T15:27:47 | 77,809,475 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,859 | java | /*
android:parentActivityName=".MainActivity"
在manifest.xml文件中指定Activity的父Activity
*/
package com.example.fountian.csdn_my_code;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.Menu;
import android.view.MenuItem;
import android.view.ViewConfiguration;
import android.widg... | [
"fountian0001@gmail.com"
] | fountian0001@gmail.com |
8362b6a15f2c970eb31d07379c3f5e2e78a2a112 | 1879e6a48011841145616e21c00d67bf8e517b2c | /app/src/main/java/com/example/voicecalendar/TimePickerFragment.java | 41fea31bd2a400f286195a7019b402b2679b0ca4 | [] | no_license | ManaliSeth/VoiceCalendarApp | e1822f231a352ade62fd2ac47cbf5d3fe573eb5e | 34bce21eb8145e398168181ca253d591cd03269c | refs/heads/master | 2022-04-23T03:04:39.906332 | 2020-04-13T10:11:43 | 2020-04-13T10:11:43 | 255,252,824 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 918 | java | package com.example.voicecalendar;
import android.app.Dialog;
import android.app.TimePickerDialog;
import android.os.Bundle;
//import android.support.annotation.NonNull;
//import android.support.annotation.Nullable;
//import android.support.v4.app.DialogFragment;
import android.text.format.DateFormat;
import java.ut... | [
"sethmanali@gmail.com"
] | sethmanali@gmail.com |
796d28346d3f2bac0186b0a30652d972b8890408 | 8619413033364c29afa22cde4240a54ed45c074b | /camarido_new/src/main/java/com/yunqi/clientandroid/http/request/CurrentOrderRequest.java | da359538c49ae5231c73818170b7023557cf7d80 | [] | no_license | mengwei3832/camarido_new_huozhu | 2b7e64566b36db6642ab36cf027b8f074e1ac716 | 59141a0f99c098118cafba6ecc761f147810b3bf | refs/heads/master | 2020-06-01T20:29:51.873277 | 2017-06-13T06:43:22 | 2017-06-13T06:43:22 | 94,083,673 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,226 | java | package com.yunqi.clientandroid.http.request;
import android.content.Context;
import com.google.gson.reflect.TypeToken;
import com.yunqi.clientandroid.entity.FocusonRoute;
import com.yunqi.clientandroid.entity.PerformListItem;
import com.yunqi.clientandroid.http.response.NullObject;
import com.yunqi.clientandroid.http... | [
"mengwei1405@gmail.com"
] | mengwei1405@gmail.com |
924a234261024338fe32be74903b68abab69d828 | 6e532ea954070466b816c45cf4ae3f96b377185e | /src/com/sabel/Testklasse.java | 9d0fea6251653eeb38ba6e3e3a86c220bb65f77a | [] | no_license | r41ns4n/Heizkraftwerk | e5c18669254d2ebff1d1faddbdc8edcd94a7518d | 4b499ce87ca59971c873aa334c5f4bcc92ed68a4 | refs/heads/master | 2021-05-07T23:02:33.050290 | 2017-10-18T09:05:13 | 2017-10-18T09:05:13 | 107,383,619 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 130 | java | package com.sabel;
public class Testklasse {
public static void main(String[] args) {
} // END MAIN
} // END TESTKLASSE
| [
"rain.san@gmx.de"
] | rain.san@gmx.de |
c33a1b6f5b06fd35fb1a79a1077515857ef8e9ad | 15ad192b37a7ea005de3963572310c0f6f6ebc90 | /atp-core/src/main/java/com/lsh/atp/core/enums/HoldStatus.java | fc835912cdfffd727a50d441a642b92475ba5f3e | [] | no_license | peterm10g/ok-atp | a93e10553363f0a5b1d1672547c779dbe794e19d | f805feb4e95e1cfa12f3d7c7a92e05feb6b4214f | refs/heads/master | 2021-07-14T17:58:34.189201 | 2017-10-20T08:07:39 | 2017-10-20T08:07:39 | 107,648,275 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 487 | java | package com.lsh.atp.core.enums;
/**
* Created by zhangqiang on 17/7/21.
*/
public enum HoldStatus {
PREHOLD(1,"新建"),
DEDUCTION(2,"扣减"),
RESTORE(3,"还原"),
SUB_RESTORE(4,"部分还原");
private int key;
private String name;
HoldStatus(int key, String name) {
this.key = key;
t... | [
"peter@peterdeMacBook-Pro.local"
] | peter@peterdeMacBook-Pro.local |
54ed697a974dd5883b0b70c061e602ec25f2b31c | 12b14b30fcaf3da3f6e9dc3cb3e717346a35870a | /examples/commons-math3/mutations/mutants-LogNormalDistribution/91/org/apache/commons/math3/distribution/LogNormalDistribution.java | 6aec97c5d61f46bb8438e2c5de2562cc6036c55c | [
"BSD-3-Clause",
"Minpack",
"Apache-2.0"
] | permissive | SmartTests/smartTest | b1de326998857e715dcd5075ee322482e4b34fb6 | b30e8ec7d571e83e9f38cd003476a6842c06ef39 | refs/heads/main | 2023-01-03T01:27:05.262904 | 2020-10-27T20:24:48 | 2020-10-27T20:24:48 | 305,502,060 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,672 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"kesina@Kesinas-MBP.lan"
] | kesina@Kesinas-MBP.lan |
c8e8e4c45d8d95a4b5039984c2d17024488ccc72 | 5c99e8e6a4357f004fc295484e47dc48091d1bf0 | /SemiProject/src/member/controller/IdCheckServlet.java | 1503fda87f755040f9ac0146e026373bfddabf38 | [] | no_license | SemiProject-WorkingHolidayba/semiProject | d9d2ee1d91290b2ea46f7f2ccd4a52f4d26a9698 | 07c25f8c9e04e8de7eb3f5727efb7c5aa51f89ea | refs/heads/master | 2022-11-22T03:38:03.362626 | 2020-07-01T05:52:52 | 2020-07-01T05:52:52 | 272,646,480 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,505 | java | package member.controller;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import m... | [
"HP@DESKTOP-7M939PD"
] | HP@DESKTOP-7M939PD |
efe743cf54accde4134c816d9bc87671c308215d | 1e0cdbce539fa18bdeaeb5ac3a8a398a669bd63f | /src/main/java/com/yihuyixi/vendingmachine/adapter/ChannelCheckAdapter.java | 836ccd70c69dd59c48cc944329d6044dd75910e3 | [] | no_license | alpha8/vendingmachine | 34c73d642adc6f674cfc6f641eb472620cbadd87 | ac848bd6fcd5a7dd9995404fc78d66f219383edc | refs/heads/master | 2021-07-22T03:50:08.434015 | 2020-06-21T03:24:27 | 2020-06-21T03:24:27 | 187,000,193 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,407 | java | package com.yihuyixi.vendingmachine.adapter;
import android.content.Context;
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.yihuyixi.vendingmachine.R;
import com... | [
"alpha8@vip.qq.com"
] | alpha8@vip.qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.