blob_id stringlengths 40 40 | __id__ int64 225 39,780B | directory_id stringlengths 40 40 | path stringlengths 6 313 | content_id stringlengths 40 40 | detected_licenses list | license_type stringclasses 2
values | repo_name stringlengths 6 132 | repo_url stringlengths 25 151 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 70 | visit_date timestamp[ns] | revision_date timestamp[ns] | committer_date timestamp[ns] | github_id int64 7.28k 689M ⌀ | star_events_count int64 0 131k | fork_events_count int64 0 48k | gha_license_id stringclasses 23
values | gha_fork bool 2
classes | gha_event_created_at timestamp[ns] | gha_created_at timestamp[ns] | gha_updated_at timestamp[ns] | gha_pushed_at timestamp[ns] | gha_size int64 0 40.4M ⌀ | gha_stargazers_count int32 0 112k ⌀ | gha_forks_count int32 0 39.4k ⌀ | gha_open_issues_count int32 0 11k ⌀ | gha_language stringlengths 1 21 ⌀ | gha_archived bool 2
classes | gha_disabled bool 1
class | content stringlengths 7 4.37M | src_encoding stringlengths 3 16 | language stringclasses 1
value | length_bytes int64 7 4.37M | extension stringclasses 24
values | filename stringlengths 4 174 | language_id stringclasses 1
value | entities list | contaminating_dataset stringclasses 0
values | malware_signatures list | redacted_content stringlengths 7 4.37M | redacted_length_bytes int64 7 4.37M | alphanum_fraction float32 0.25 0.94 | alpha_fraction float32 0.25 0.94 | num_lines int32 1 84k | avg_line_length float32 0.76 99.9 | std_line_length float32 0 220 | max_line_length int32 5 998 | is_vendor bool 2
classes | is_generated bool 1
class | max_hex_length int32 0 319 | hex_fraction float32 0 0.38 | max_unicode_length int32 0 408 | unicode_fraction float32 0 0.36 | max_base64_length int32 0 506 | base64_fraction float32 0 0.5 | avg_csv_sep_count float32 0 4 | is_autogen_header bool 1
class | is_empty_html bool 1
class | shard stringclasses 16
values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9b6a3199d6194ebe78270d33922c285f288e3a63 | 18,073,222,418,346 | 07138f2489a77b56fc2185163f2f6437fe63fafe | /src/main/java/cl/uchile/dcc/scrabble/types/ILogicOperable.java | 396671df18cad22ba6940c25d49bd9c2eb8597ad | [
"CC-BY-4.0"
] | permissive | drizak/scrabble-drizak | https://github.com/drizak/scrabble-drizak | 5db4e42c2becbeb6f6f8ce0a580fb3a1f5587edb | 6f665fc496b7fc05d5b25e09b14c0015fa111b47 | refs/heads/main | 2023-06-24T22:01:47.095000 | 2021-07-26T00:29:27 | 2021-07-26T00:29:27 | 366,188,829 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cl.uchile.dcc.scrabble.types;
/**
* Interface for logic operations
* NOT, AND and OR
*/
public interface ILogicOperable {
/**
* Method to be called to perform a NOT operation
* @return the negation of the caller object
*/
ILogicOperable not();
/**
* Method to be called to pe... | UTF-8 | Java | 1,708 | java | ILogicOperable.java | Java | [] | null | [] | package cl.uchile.dcc.scrabble.types;
/**
* Interface for logic operations
* NOT, AND and OR
*/
public interface ILogicOperable {
/**
* Method to be called to perform a NOT operation
* @return the negation of the caller object
*/
ILogicOperable not();
/**
* Method to be called to pe... | 1,708 | 0.666862 | 0.666862 | 55 | 30.054546 | 25.306427 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.236364 | false | false | 5 |
fbfa586ba4f1dc1e77fc80846431d2f788328ae5 | 20,143,396,679,875 | f13378482f10e0990289cf96693bb6821286bc3b | /bundle2/src/main/java/com/guillaume/osgi/bundle2/service/impl/Bundle2ServiceImpl.java | 64340cada8c7e82e977d82355d4047e21f8a51d6 | [] | no_license | grebesche/testOSGI | https://github.com/grebesche/testOSGI | 4edde6e4c6828268df33ac081f60e0b5d4db47c4 | 7c5ca9b13dbbea89c4e9ad626c7dbeda3e9dcd85 | refs/heads/master | 2021-01-17T20:07:31.221000 | 2014-12-20T23:23:18 | 2014-12-20T23:23:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.guillaume.osgi.bundle2.service.impl;
import com.guillaume.osgi.bundle2.service.Bundle2Service;
public class Bundle2ServiceImpl implements Bundle2Service {
@Override
public String addTestAtTheEnd(String string) {
return string + "Test";
}
}
| UTF-8 | Java | 260 | java | Bundle2ServiceImpl.java | Java | [] | null | [] | package com.guillaume.osgi.bundle2.service.impl;
import com.guillaume.osgi.bundle2.service.Bundle2Service;
public class Bundle2ServiceImpl implements Bundle2Service {
@Override
public String addTestAtTheEnd(String string) {
return string + "Test";
}
}
| 260 | 0.796154 | 0.776923 | 11 | 22.636364 | 24.001034 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.727273 | false | false | 5 |
b3ddc77c14e9f17c7ac0e4ebf92c6d1911188545 | 21,784,074,186,096 | 7be60c1a9b36a45def442b7e4b8830f702dd24e6 | /src/pt/c03ensaios/linnaeus/IAnimalData.java | a7d313a3d69831ccde88234cfa67c95210b4e38d | [] | no_license | fernandolocos/Santanbooks | https://github.com/fernandolocos/Santanbooks | 00d659742d8fe1a6ea1739bde009bd46a3cc3227 | 769ebd7820567107d270e2941bfc94aeced9623b | refs/heads/master | 2020-04-11T13:54:39.489000 | 2011-05-31T19:24:22 | 2011-05-31T19:24:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pt.c03ensaios.linnaeus;
import anima.annotation.ComponentInterface;
import anima.component.ISupports;
/**
* This component supplies simplified data from a single animal.
*
* @author Oscar dos Santos Esgalha Neto
* @author Wesley Tetsuya Schabert Takiguti Ide
*
*/
@ComponentInterface("<http:... | UTF-8 | Java | 1,055 | java | IAnimalData.java | Java | [
{
"context": "lified data from a single animal.\r\n * \r\n * @author Oscar dos Santos Esgalha Neto\r\n * @author Wesley Tetsuya Schabert Takiguti Ide\r",
"end": 233,
"score": 0.9998885989189148,
"start": 204,
"tag": "NAME",
"value": "Oscar dos Santos Esgalha Neto"
},
{
"context": " @... | null | [] | package pt.c03ensaios.linnaeus;
import anima.annotation.ComponentInterface;
import anima.component.ISupports;
/**
* This component supplies simplified data from a single animal.
*
* @author <NAME>
* @author <NAME>
*
*/
@ComponentInterface("<http://purl.org/dcc/pt.c03ensaios.linnaeus.IAnimalData>")
... | 1,002 | 0.660663 | 0.656872 | 46 | 20.934782 | 20.898724 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.847826 | false | false | 5 |
b6a52c4da3319fb3fcad1e00b4326584300b654a | 28,810,640,639,263 | 6f64d4550c0b14ba99a0ed8993502cb96b408565 | /src/main/java/com/silensoft/micromock/mockdb/jdbcdriver/value/ValueMatcherImpl.java | c6515cd8f668879377ae34d58d5fbd8d7e66f62c | [] | no_license | mock-db/mock-db-jdbc-driver | https://github.com/mock-db/mock-db-jdbc-driver | 68dc17a59b453f1cf50cdc8ee3cf5677444d8dd1 | f7bf4372d95a2f59a5058e0ee0109d3ca756f024 | refs/heads/master | 2020-12-06T18:55:18.818000 | 2020-01-08T09:47:10 | 2020-01-08T09:47:10 | 232,530,191 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.silensoft.micromock.mockdb.jdbcdriver.value;
import org.jetbrains.annotations.NotNull;
public class ValueMatcherImpl implements ValueMatcher {
private final @NotNull Value value;
public ValueMatcherImpl(final @NotNull Value newValue) {
value = newValue;
}
@Override
public bo... | UTF-8 | Java | 418 | java | ValueMatcherImpl.java | Java | [] | null | [] | package com.silensoft.micromock.mockdb.jdbcdriver.value;
import org.jetbrains.annotations.NotNull;
public class ValueMatcherImpl implements ValueMatcher {
private final @NotNull Value value;
public ValueMatcherImpl(final @NotNull Value newValue) {
value = newValue;
}
@Override
public bo... | 418 | 0.729665 | 0.729665 | 17 | 23.588236 | 23.850166 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.294118 | false | false | 5 |
d913e3bfd075405a7229548b943fb2cc14c0b320 | 21,028,159,889,174 | ad86859941fb0710d4081fc9e21eb269d1c5a493 | /App/src/GUI/CombineCFTsController.java | 7ca2dbebfe90b78c0b29af307911e8ca69fef299 | [] | no_license | Florian233/Bachelor-Thesis | https://github.com/Florian233/Bachelor-Thesis | 10f4c93f422ae6024dbdd580244525e5ca43ba1c | 3acf5fc735ab9a107f3ff1e5105176795b437a54 | refs/heads/master | 2022-07-30T02:49:16.060000 | 2020-05-24T09:49:47 | 2020-05-24T09:49:47 | 266,484,602 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package GUI;
import DatabaseConnection.NameIDQueryResult;
import Integrator.DatabaseReading;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.fxml.FXMLLoader;
import javafx.fxml.Initializable;
import javafx.fxml.J... | UTF-8 | Java | 6,832 | java | CombineCFTsController.java | Java | [] | null | [] | package GUI;
import DatabaseConnection.NameIDQueryResult;
import Integrator.DatabaseReading;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.fxml.FXMLLoader;
import javafx.fxml.Initializable;
import javafx.fxml.J... | 6,832 | 0.652511 | 0.650315 | 184 | 36.114132 | 32.964458 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.543478 | false | false | 5 |
47859d215e9d50bf305e4fabeb7547faa65da3aa | 26,886,495,296,734 | 6db87ce33a600f94ecca87f814ab400938518321 | /app/drones/flightcontrol/messages/StartFlightControlMessage.java | e9b096b429c1f898faa21e1db10fbadb30e6138e | [
"MIT"
] | permissive | brecht-d-m/cros-core | https://github.com/brecht-d-m/cros-core | cfc853f24a1d40f18c819c46926721de76d670db | 7d473066e9cdf295e3b0dfe2f6fbb1fb69a30d73 | refs/heads/master | 2020-12-26T01:18:04.533000 | 2015-10-02T09:49:09 | 2015-10-02T09:49:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package drones.flightcontrol.messages;
import java.io.Serializable;
/**
* Sent to FlightControl to start it.
*
* Created by Sander on 18/03/2015.
*/
public class StartFlightControlMessage implements Serializable {
}
| UTF-8 | Java | 222 | java | StartFlightControlMessage.java | Java | [
{
"context": "ent to FlightControl to start it.\n *\n * Created by Sander on 18/03/2015.\n */\npublic class StartFlightContro",
"end": 135,
"score": 0.9949824810028076,
"start": 129,
"tag": "NAME",
"value": "Sander"
}
] | null | [] | package drones.flightcontrol.messages;
import java.io.Serializable;
/**
* Sent to FlightControl to start it.
*
* Created by Sander on 18/03/2015.
*/
public class StartFlightControlMessage implements Serializable {
}
| 222 | 0.761261 | 0.725225 | 11 | 19.181818 | 21.092085 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 5 |
65423e2349ec38bb6c6dc2f54f03839057fca4cb | 8,022,998,939,340 | 112d8d1221ec749ec9372cf81d19f1bbc052f69d | /Blue Team Progress/src/Cryptography.java | 7e02d19744c37a01b2f0d75e5cac93cc61986338 | [] | no_license | amit39766/workspace | https://github.com/amit39766/workspace | 31ff8ffbe56b1f46bede668cb83b7b0d1a73463d | 7b4bf6a8efd2c5d56eeb22c6478ebf7d2b18e8be | refs/heads/master | 2021-01-11T18:51:10.494000 | 2017-01-21T10:57:55 | 2017-01-21T10:57:55 | 79,639,992 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class Cryptography {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner sc=new Scanner(System.in);
int b=sc.nextInt();
int n=165000;
int prime[]=new int[15100];
boolean[] isPrime = new boolean[n+1];
for (int i = 2; i <= n; i++) {
... | UTF-8 | Java | 880 | java | Cryptography.java | Java | [] | null | [] | import java.util.Scanner;
public class Cryptography {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner sc=new Scanner(System.in);
int b=sc.nextInt();
int n=165000;
int prime[]=new int[15100];
boolean[] isPrime = new boolean[n+1];
for (int i = 2; i <= n; i++) {
... | 880 | 0.480682 | 0.461364 | 32 | 26.4375 | 17.505245 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.15625 | false | false | 5 |
5153bbf7c9bfde8e4920e7defeda33760be1508f | 3,246,995,320,051 | a8e092c1f877317f54882d66ccf5e6c5148fcce3 | /src/main/java/global/GlobalConst.java | de248956b597d4c35e5a0a9b01fb910f867f605d | [] | no_license | shikhar1sharma/Columnar_DB | https://github.com/shikhar1sharma/Columnar_DB | 6f8401dac9f57f3663422037be2071dddbe16602 | c913bd18bf1cee5026b22238d2255a3b2201000f | refs/heads/master | 2021-09-09T06:17:19.604000 | 2018-03-14T05:21:21 | 2018-03-14T05:21:21 | 125,158,868 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package global;
public interface GlobalConst {
public static final int INVALID_PAGE = -1;
public static final int MAX_NAME = 50;
public static final int HASH_TABLE_SIZE = 20;
public static final int MINIBASE_PAGESIZE = 1024;
public static final int BITS_PER_PAGE = MINIBASE_PAGESIZE * 8;
}
| UTF-8 | Java | 311 | java | GlobalConst.java | Java | [] | null | [] | package global;
public interface GlobalConst {
public static final int INVALID_PAGE = -1;
public static final int MAX_NAME = 50;
public static final int HASH_TABLE_SIZE = 20;
public static final int MINIBASE_PAGESIZE = 1024;
public static final int BITS_PER_PAGE = MINIBASE_PAGESIZE * 8;
}
| 311 | 0.717042 | 0.684887 | 9 | 33.555557 | 22.206661 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 5 |
5ff5ea5592a5617672431b87b12647206018603d | 3,281,355,070,400 | f48d99f49b63023cf8afea4d053f103caa62afa9 | /src/test/java/com/cbt/tests/NavigationTests.java | 8f88c9badd919689285bd33040e703536e562242 | [] | no_license | Mizgin1993/BasicNavigationTests | https://github.com/Mizgin1993/BasicNavigationTests | fc334d72683b1aa67431209b40b49a03d514eac7 | d314128d531888b51e160bc6b9f259253adfb9b5 | refs/heads/master | 2020-09-04T00:46:43.534000 | 2019-11-05T00:19:05 | 2019-11-05T00:19:05 | 219,621,759 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cbt.tests;
import com.cbt.utilities.BrowserFactory;
import com.cbt.utilities.StringUtility;
import org.openqa.selenium.WebDriver;
public class NavigationTests {
/*
1. Openbrowser
2. Go to website https://google.com
3. Savethetitleinastringvariable
4. Gotohttps://etsy.com
5. Savethetitleinastringv... | UTF-8 | Java | 2,220 | java | NavigationTests.java | Java | [] | null | [] | package com.cbt.tests;
import com.cbt.utilities.BrowserFactory;
import com.cbt.utilities.StringUtility;
import org.openqa.selenium.WebDriver;
public class NavigationTests {
/*
1. Openbrowser
2. Go to website https://google.com
3. Savethetitleinastringvariable
4. Gotohttps://etsy.com
5. Savethetitleinastringv... | 2,220 | 0.651351 | 0.635586 | 66 | 32.636364 | 16.737398 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.69697 | false | false | 5 |
d3dd66f86210058ab580f7b88417f48e79c03bb0 | 15,358,803,050,647 | 60eab9b092bb9d5a50b807f45cbe310774d0e456 | /dataset/cl1/src/java/org/apache/commons/lang/StringUtils.java | 8ff26fe84f05dcdbc3af44590b6e826e3c3ffa3d | [
"Apache-1.1",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | SpoonLabs/nopol-experiments | https://github.com/SpoonLabs/nopol-experiments | 7b691c39b09e68c3c310bffee713aae608db61bc | 2cf383cb84a00df568a6e41fc1ab01680a4a9cc6 | refs/heads/master | 2022-02-13T19:44:43.869000 | 2022-01-22T22:06:28 | 2022-01-22T22:14:45 | 56,683,489 | 6 | 1 | null | false | 2019-03-05T11:02:20 | 2016-04-20T12:05:51 | 2018-01-26T06:44:05 | 2019-03-05T11:02:16 | 22,421 | 3 | 0 | 0 | Java | false | null | /* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the ... | UTF-8 | Java | 60,758 | java | StringUtils.java | Java | [
{
"context": "sion. For written\n * permission, please contact apache@apache.org.\n *\n * 5. Products derived from this software may",
"end": 1387,
"score": 0.9997642636299133,
"start": 1370,
"tag": "EMAIL",
"value": "apache@apache.org"
},
{
"context": "vaCore library.</p>\n *\n *... | null | [] | /* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the ... | 60,563 | 0.522911 | 0.51924 | 1,847 | 31.895506 | 24.166639 | 107 | false | false | 0 | 0 | 0 | 0 | 69 | 0.002271 | 0.368165 | false | false | 5 |
5894faafb509e2f8d12db5f40900af0bd3ab20ce | 11,519,102,325,826 | 6ed482a6b3c9716f585d04b965a75964c8efd35d | /java/l2trunk/gameserver/templates/SoulCrystal.java | 0d3c71a67e0f94e5ec2e3c7565be0761e66bc8c9 | [] | no_license | VitaliiBashta/Trunk | https://github.com/VitaliiBashta/Trunk | 0796d1be73f0ced917fd3ebf725403f30ebb6a84 | 9f58afca0deb4e6f69fc89e3b47b5fc02d2a31e9 | refs/heads/master | 2021-10-24T20:56:55.327000 | 2019-03-28T15:36:37 | 2019-03-28T15:36:37 | 155,664,256 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package l2trunk.gameserver.templates;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
@XmlAccessorType(XmlAccessType.FIELD)
public class SoulCrystal {
@XmlAttribute(name = "item_id")
private int itemId;
@XmlA... | UTF-8 | Java | 1,347 | java | SoulCrystal.java | Java | [] | null | [] | package l2trunk.gameserver.templates;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
@XmlAccessorType(XmlAccessType.FIELD)
public class SoulCrystal {
@XmlAttribute(name = "item_id")
private int itemId;
@XmlA... | 1,347 | 0.618411 | 0.617669 | 55 | 23.49091 | 18.903461 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.418182 | false | false | 5 |
9667c64b7dc089f577f4e3045aba35201d670ea1 | 9,148,280,363,138 | ea9fcece6f1de87b6b7f8780781b56da54f8019e | /src/main/java/com/CE/automation/services/FileService.java | d11a9418d79dc13afbb9009cfd0222594c249980 | [] | no_license | srikanth-katukam/CloudElements-automation | https://github.com/srikanth-katukam/CloudElements-automation | 9bf9189db7a4015fba2a1304d569a90ddecbeea5 | e30e2ca1a0787525927e5366a849af0aa82a06ae | refs/heads/master | 2020-03-28T17:31:54.243000 | 2018-09-14T14:22:53 | 2018-09-14T14:22:53 | 148,798,611 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.CE.automation.services;
import com.CE.automation.dto.FileDTO;
/**
* Created by Skatukam on 09/12/2018.
*/
public interface FileService {
String getFiles(String targetFilePath);
String getFileId(String targetFilePath);
String uploadFiles(FileDTO fileDTO);
int deleteFile(String targetF... | UTF-8 | Java | 556 | java | FileService.java | Java | [
{
"context": " com.CE.automation.dto.FileDTO;\n\n/**\n * Created by Skatukam on 09/12/2018.\n */\npublic interface FileService {",
"end": 102,
"score": 0.9904232621192932,
"start": 94,
"tag": "NAME",
"value": "Skatukam"
}
] | null | [] | package com.CE.automation.services;
import com.CE.automation.dto.FileDTO;
/**
* Created by Skatukam on 09/12/2018.
*/
public interface FileService {
String getFiles(String targetFilePath);
String getFileId(String targetFilePath);
String uploadFiles(FileDTO fileDTO);
int deleteFile(String targetF... | 556 | 0.764389 | 0.75 | 26 | 20.384615 | 22.288454 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 5 |
d0f1b5a6062c7a69217c1a4d669b196bb3bf5edc | 962,072,722,037 | f5142adbcaf0cffbff3088f905d4793ad1cc4ad4 | /src/main/java/com/framework/service/sys/DepartService.java | 8d92b4341302a8b10edc8088db0de77f2148a068 | [] | no_license | qinghua79/mis | https://github.com/qinghua79/mis | a2508c772a98bbf52b57755fedb036f6c0b573a2 | 39001db16c1654e7f5ff45c2ea3a2e7fbf5d49d9 | refs/heads/master | 2020-03-19T02:57:04.888000 | 2019-01-07T02:58:31 | 2019-01-07T02:58:31 | 135,678,780 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.framework.service.sys;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.framework.controller.message.Tree;
import com.framework.entity.param.TreeNode;
import com.framework.entity.sys... | UTF-8 | Java | 448 | java | DepartService.java | Java | [] | null | [] | package com.framework.service.sys;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.framework.controller.message.Tree;
import com.framework.entity.param.TreeNode;
import com.framework.entity.sys... | 448 | 0.825893 | 0.825893 | 18 | 23.888889 | 22.260799 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.611111 | false | false | 5 |
f957fa7265370f8291114b0b7f0411c365f50405 | 23,579,370,512,079 | eda5c547b4b1e56c523e1df4698fc9a39ce5364c | /scan_eat_api/src/main/java/com/codev/scan_eat_api/Utils.java | 88c10344075e61ece7ab9215e8a102366c800557 | [] | no_license | Eriwyr/scan_eat_api | https://github.com/Eriwyr/scan_eat_api | 21041ba28944855d1906e0cfc47df2d04b1920ef | 9259856c6b7d0a1b17d6f0ac24cff22c7886d064 | refs/heads/master | 2020-04-09T18:50:55.674000 | 2019-02-10T17:58:44 | 2019-02-10T17:58:44 | 160,525,296 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.codev.scan_eat_api;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLConnection;
public class Utils {
public static JSONObject getJsonResponseFromUrl... | UTF-8 | Java | 793 | java | Utils.java | Java | [] | null | [] | package com.codev.scan_eat_api;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLConnection;
public class Utils {
public static JSONObject getJsonResponseFromUrl... | 793 | 0.708701 | 0.708701 | 26 | 29.5 | 24.709465 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 5 |
4e5de2c9f0be7a85410b9df7fb2541091a7e58f5 | 16,071,767,688,072 | ceba54f090d548873db37734ff6538dcda711cd2 | /src/com/sds/icto/couplediary/domain/MemberVo.java | 469c23052d41a0951cbd86692178ed5a8383b5c7 | [] | no_license | won9277/CoupleDiary | https://github.com/won9277/CoupleDiary | 3199e0030950208e5d30d81427ccfc9a22835cfe | cea89256a8d6354d118c7a59299fc7d1b202491f | refs/heads/master | 2021-01-10T01:54:55.038000 | 2015-05-28T07:51:41 | 2015-05-28T07:51:41 | 36,403,033 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sds.icto.couplediary.domain;
public class MemberVo {
private Long no;
private String name;
private String member_id;
private String password;
private String gender;
private String couple_id;
public Long getNo() {
return no;
}
public void setNo(Long no) {
this.no = no;
}
public String getNa... | UTF-8 | Java | 918 | java | MemberVo.java | Java | [
{
"context": "ber_id;\n\t}\n\tpublic String getPassword() {\n\t\treturn password;\n\t}\n\tpublic void setPassword(String password) {\n\t",
"end": 586,
"score": 0.5030196309089661,
"start": 578,
"tag": "PASSWORD",
"value": "password"
},
{
"context": "d setPassword(String password) {\n... | null | [] | package com.sds.icto.couplediary.domain;
public class MemberVo {
private Long no;
private String name;
private String member_id;
private String password;
private String gender;
private String couple_id;
public Long getNo() {
return no;
}
public void setNo(Long no) {
this.no = no;
}
public String getNa... | 922 | 0.698257 | 0.698257 | 47 | 18.531916 | 13.600455 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.574468 | false | false | 5 |
84b4c1d410d66ad7e45e2568ca4eab46ef739780 | 20,684,562,526,353 | bc0f40b0b5251f577d1fd2307dfc10aba91286d4 | /src/main/com/iappsam/forms/RecapitulationLine.java | 9b80779b3a69fade6d9f4f5cdd4c3ce8aced6059 | [
"MIT"
] | permissive | jultra/CMSC-198-IAPPSAM-System | https://github.com/jultra/CMSC-198-IAPPSAM-System | 358065adc493547a69c8edcfdce964206aafd489 | c505f349385233593ab16aa5de85aef908a71983 | refs/heads/master | 2020-09-23T16:25:34.676000 | 2011-09-19T14:03:21 | 2011-09-19T14:03:21 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.iappsam.forms;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name = "Recapitulation_Line")
public class RecapitulationLine implements Serializable {
/**
*
*/
... | UTF-8 | Java | 1,471 | java | RecapitulationLine.java | Java | [] | null | [] | package com.iappsam.forms;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name = "Recapitulation_Line")
public class RecapitulationLine implements Serializable {
/**
*
*/
... | 1,471 | 0.681169 | 0.668253 | 77 | 17.103895 | 17.670567 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.194805 | false | false | 5 |
28d47aff00a2d1ab722543bfaca2bb5ae16e29ec | 9,852,655,000,566 | e5ce51ce04c93dfb80e6a0990f2f92a1f5a65164 | /CACAO2018/src/abstraction/eq3PROD/TestMaladies.java | 59e6815c1f4e0da33b290ec22e3d060aac3fa4a2 | [] | no_license | Carlivoix/CACAO2018 | https://github.com/Carlivoix/CACAO2018 | 90e23dc7849264904ab1e2bca42a561425a8a0b1 | f19dc3a21d5b2bf595a7fbc20879022acdee42cc | refs/heads/master | 2020-03-08T21:11:46.562000 | 2018-07-09T14:33:07 | 2018-07-09T14:33:07 | 128,401,623 | 1 | 0 | null | true | 2018-04-06T13:56:18 | 2018-04-06T13:56:18 | 2018-04-06T12:17:55 | 2018-04-06T12:17:54 | 282 | 0 | 0 | 0 | null | false | null | package abstraction.eq3PROD;
/**
* Code de test d'une maladie
* @author Grégoire
*/
public class TestMaladies {
public static void main(String[] args) {
Maladie maladie = new Maladie(0.042, 0.10, 4, "Flemmingite aigüe");
for (int i = 0 ; i < 500 ; i++) {
maladie.setMaladieActive();
if (maladie.mala... | UTF-8 | Java | 402 | java | TestMaladies.java | Java | [
{
"context": "ROD;\n\n/**\n * Code de test d'une maladie\n * @author Grégoire\n */\n\npublic class TestMaladies {\n\t\n\tpublic static",
"end": 83,
"score": 0.9998454451560974,
"start": 75,
"tag": "NAME",
"value": "Grégoire"
}
] | null | [] | package abstraction.eq3PROD;
/**
* Code de test d'une maladie
* @author Grégoire
*/
public class TestMaladies {
public static void main(String[] args) {
Maladie maladie = new Maladie(0.042, 0.10, 4, "Flemmingite aigüe");
for (int i = 0 ; i < 500 ; i++) {
maladie.setMaladieActive();
if (maladie.mala... | 402 | 0.6425 | 0.6075 | 19 | 20.052631 | 24.519539 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.368421 | false | false | 5 |
96097f24c07fb27085d9b2156d4636b28510cc1d | 24,369,644,441,178 | 2a4b730fc95dd17d4d378339bfa60cbe6bdde98b | /shared-trade-center/src/main/java/com/boss/trade/strategy/pay/impl/JDWalletPayStrategy.java | d5f85559a1de8273c8318e355c506eb46513d4dd | [] | no_license | itechBlog/boss | https://github.com/itechBlog/boss | b4c9b4c127cd322afde83de0bbc4fecef082cfcf | c2cb30d5938065e1ad0bef7088c3681b4d695c3b | refs/heads/master | 2018-11-12T10:51:43.121000 | 2018-09-16T04:52:32 | 2018-09-16T04:52:32 | 141,710,185 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.boss.trade.strategy.pay.impl;
import com.boss.trade.dto.PayRequestDTO;
import com.boss.trade.dto.PayResponseDTO;
import com.boss.trade.strategy.pay.PayStrategy;
import org.springframework.stereotype.Component;
/**
* 京东钱包
* Created by zhouwu on 2018/8/18.
*/
@Component
public class JDWalletPayStrategy i... | UTF-8 | Java | 557 | java | JDWalletPayStrategy.java | Java | [
{
"context": "k.stereotype.Component;\n\n/**\n * 京东钱包\n * Created by zhouwu on 2018/8/18.\n */\n@Component\npublic class JDWalle",
"end": 256,
"score": 0.9996347427368164,
"start": 250,
"tag": "USERNAME",
"value": "zhouwu"
}
] | null | [] | package com.boss.trade.strategy.pay.impl;
import com.boss.trade.dto.PayRequestDTO;
import com.boss.trade.dto.PayResponseDTO;
import com.boss.trade.strategy.pay.PayStrategy;
import org.springframework.stereotype.Component;
/**
* 京东钱包
* Created by zhouwu on 2018/8/18.
*/
@Component
public class JDWalletPayStrategy i... | 557 | 0.735883 | 0.723133 | 25 | 20.959999 | 20.965649 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.28 | false | false | 5 |
f9289e905bea2ab4cabacffba1327645b008161e | 7,284,264,586,112 | 0c7a9f750b5c2c1818f34c25bf1df5328fd4adac | /src/test/java/sandbox/clientSidePerformance/dynatrace/LoginTest.java | 242300b8684e51aae9e47b055381cc1b30d2cdf6 | [] | no_license | roydekleijn/testshop | https://github.com/roydekleijn/testshop | efa7962511d6ab21941e76e49fdb5505ae271f5c | 67ddf5f94b05c18349adfeaf1c838e6d42b0bae6 | refs/heads/master | 2020-04-18T01:46:14.608000 | 2013-08-28T14:23:30 | 2013-08-28T14:23:30 | 10,765,686 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sandbox.clientSidePerformance.dynatrace;
import org.openqa.selenium.By;
import org.testng.annotations.Test;
// Reference: http://www.softwareishard.com/blog/firebug/automate-page-load-performance-testing-with-firebug-and-selenium/
@Test
public class LoginTest extends DriverBase {
public void loginDynatrac... | UTF-8 | Java | 625 | java | LoginTest.java | Java | [
{
"context": "\n driver.findElement(By.id(\"email\")).sendKeys(\"tester@test.com\");\n driver.findElement(By.id(\"passwd\")).sendKe",
"end": 500,
"score": 0.999920666217804,
"start": 485,
"tag": "EMAIL",
"value": "tester@test.com"
},
{
"context": " driver.findElement(By.id(\... | null | [] | package sandbox.clientSidePerformance.dynatrace;
import org.openqa.selenium.By;
import org.testng.annotations.Test;
// Reference: http://www.softwareishard.com/blog/firebug/automate-page-load-performance-testing-with-firebug-and-selenium/
@Test
public class LoginTest extends DriverBase {
public void loginDynatrac... | 621 | 0.7344 | 0.7344 | 21 | 28.761906 | 30.794102 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 5 |
d216ae1ce6c4ff8f07a076f99e54b470349d4ba3 | 4,020,089,446,867 | 6b1d08583890be39b0cb5fd21b2142dff6b9cc38 | /JAJWD_IF/src/membersvibility/TestVisibilityOrAccess.java | 01b16b43a43678facdd40b4412e8a0dc4eb00d92 | [] | no_license | gapacurar/jajwdmarch2019 | https://github.com/gapacurar/jajwdmarch2019 | fd791000638aebc51a56a94a9667d677513016d3 | 1fdb2027f2d1505b69c810853ff18b5f10c9a771 | refs/heads/master | 2020-05-27T08:53:44.179000 | 2019-08-21T13:09:34 | 2019-08-21T13:09:34 | 188,555,745 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Testes access or visibility specifiers
*/
package membersvibility;
import membersvibility.packageone.Alpha;
import membersvibility.packageone.Beta;
import membersvibility.packagetwo.Gamma;
/**
* Testes access or visibility specifiers
* @author gheor
*/
public class TestVisibilityOrAccess {
... | UTF-8 | Java | 831 | java | TestVisibilityOrAccess.java | Java | [
{
"context": "Testes access or visibility specifiers\r\n * @author gheor\r\n */\r\npublic class TestVisibilityOrAccess {\r\n\r\n ",
"end": 271,
"score": 0.9994466304779053,
"start": 266,
"tag": "USERNAME",
"value": "gheor"
}
] | null | [] | /*
* Testes access or visibility specifiers
*/
package membersvibility;
import membersvibility.packageone.Alpha;
import membersvibility.packageone.Beta;
import membersvibility.packagetwo.Gamma;
/**
* Testes access or visibility specifiers
* @author gheor
*/
public class TestVisibilityOrAccess {
... | 831 | 0.636582 | 0.616125 | 32 | 23.96875 | 18.118505 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 5 |
fd472489d9ecfbd8e38af47729ac0a74f6fd86f6 | 33,586,644,289,262 | 7d9b96af362ead5d793f4a1644c355a413804875 | /ConnectFour/ConnectFour.java | 389e7bff271ebf405c055a1d869a2f14d4c92eff | [] | no_license | pm26690/Undergraduate-Projects | https://github.com/pm26690/Undergraduate-Projects | 381a4a1bfdaf3a77cd576395115bd0de707adf34 | 75725ed1d559e0db72a8f1fa37eb906aa6f4e6d4 | refs/heads/master | 2020-04-18T19:28:28.990000 | 2019-01-26T20:48:07 | 2019-01-26T20:48:07 | 167,712,670 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
import java.lang.Math;
public class ConnectFour {
// stores the master copy of the board in a two dimen. integer array 6 rows
// by 7 columns, this should be copied wherever used to avoid overwriting the
// master copy of the gameBoard.
int [][] gameBoard = new int[6... | UTF-8 | Java | 53,945 | java | ConnectFour.java | Java | [
{
"context": "TIONAL INSPIRATION FROM A FUNCTION USED\r\n * BY Lukas Vermeer, NONE OF IT IS COPIED, BUT MY CALLS HAVE A SIMILA",
"end": 7558,
"score": 0.999902069568634,
"start": 7545,
"tag": "NAME",
"value": "Lukas Vermeer"
},
{
"context": "hich this function is located: https:/... | null | [] | import java.util.Scanner;
import java.lang.Math;
public class ConnectFour {
// stores the master copy of the board in a two dimen. integer array 6 rows
// by 7 columns, this should be copied wherever used to avoid overwriting the
// master copy of the gameBoard.
int [][] gameBoard = new int[6... | 53,938 | 0.446177 | 0.434554 | 1,346 | 38.078011 | 26.95719 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.496285 | false | false | 5 |
e488aafd3263454862ee007f5cf70c6a49c6e587 | 5,351,529,306,680 | 881b817954eebd863848021cda155fdb28101129 | /src/com/red/shop/servlet/UserLoginServlet.java | 61c6f25ae6d9692c212fff39832b1e9a7a684689 | [] | no_license | majunm/TestServiceDemo | https://github.com/majunm/TestServiceDemo | 4f530b738d1cc447a490689823f341b7563752f3 | 89e1b1df27232d409c221fe482d7398889cccc93 | refs/heads/master | 2018-01-10T04:56:06.683000 | 2015-06-06T08:43:46 | 2015-06-06T08:43:46 | 36,973,245 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.red.shop.servlet;
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 com.red.s... | UTF-8 | Java | 1,921 | java | UserLoginServlet.java | Java | [
{
"context": "ption {\n\t\tString username = request.getParameter(\"username\");\n\t\tString password = request.getParameter(\"pass",
"end": 989,
"score": 0.9837030172348022,
"start": 981,
"tag": "USERNAME",
"value": "username"
},
{
"context": "\n\t\t}\n\t\tUser user = new User();\n\... | null | [] | package com.red.shop.servlet;
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 com.red.s... | 1,923 | 0.727569 | 0.725938 | 75 | 23.52 | 20.619318 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.64 | false | false | 5 |
c222837d6e4d871a50934346f5e6552700ee7099 | 33,483,565,059,376 | 9b8752f392549662b06a51d83151daaa835d83b9 | /TopID/app/src/main/java/nl/vanlaar/bart/topid/Model/IdeeënLijst.java | ad62f91df02b82b3f47ad7dd1355c363859226fd | [] | no_license | SaxionHBO-ICT/topicus-ict-solutions-deventer | https://github.com/SaxionHBO-ICT/topicus-ict-solutions-deventer | 1e838a671dff8290a5b83d0d78540ba707030c85 | 9b8aa622f684d6bcae1f0b8fee86b76706661363 | refs/heads/master | 2021-01-17T12:58:11.286000 | 2016-06-23T20:17:09 | 2016-06-23T20:17:09 | 59,110,423 | 0 | 0 | null | false | 2016-06-23T20:03:06 | 2016-05-18T11:43:45 | 2016-05-25T08:48:45 | 2016-06-23T20:03:06 | 3,338 | 0 | 0 | 0 | Java | null | null | package nl.vanlaar.bart.topid.Model;
import java.util.ArrayList;
import nl.vanlaar.bart.topid.R;
/**
* Een lijst van ideeën/opmerkingen met een singleton constructor
*/
public class IdeeënLijst {
private static IdeeënLijst instance = new IdeeënLijst();
private ArrayList<Idee> ideeën = new ArrayList<>();
... | UTF-8 | Java | 3,753 | java | IdeeënLijst.java | Java | [
{
"context": "y user\n private User ingelogteUser = new User(\"Gabe\", R.drawable.gabenewell, 40);\n\n private Ideeën",
"end": 441,
"score": 0.9833886027336121,
"start": 437,
"tag": "NAME",
"value": "Gabe"
},
{
"context": " IdeeënLijst() {\n //dummy data\n User Sa... | null | [] | package nl.vanlaar.bart.topid.Model;
import java.util.ArrayList;
import nl.vanlaar.bart.topid.R;
/**
* Een lijst van ideeën/opmerkingen met een singleton constructor
*/
public class IdeeënLijst {
private static IdeeënLijst instance = new IdeeënLijst();
private ArrayList<Idee> ideeën = new ArrayList<>();
... | 3,753 | 0.638315 | 0.632144 | 96 | 37.822918 | 52.140034 | 236 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.791667 | false | false | 5 |
ae6ae7bbfd0909970106cd4a4069cfddf27af344 | 6,279,242,255,457 | 4c3c97385d6e806a5e225131e2bb745a6552a8d1 | /VRPTW/src/vrptw/Edge.java | 5f9f88f1db2d922bf7ae97f8b2b1bf9ef58da312 | [] | no_license | FarziaAfroze/VRPTW-GA | https://github.com/FarziaAfroze/VRPTW-GA | 5e2ca0421c11e2e790278ee66d18dc088d188e5e | 4fd50bc8bf0a43cf84c2cc13211012e687b2ffb3 | refs/heads/master | 2021-01-09T20:20:33.078000 | 2016-08-12T18:58:40 | 2016-08-12T18:58:40 | 65,089,894 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* 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 vrptw;
/**
*
* @author DR
*/
public class Edge {
private Vertex start;
private Vertex end;
double cost;
pu... | UTF-8 | Java | 857 | java | Edge.java | Java | [
{
"context": " the editor.\n */\npackage vrptw;\n\n/**\n *\n * @author DR\n */\npublic class Edge {\n private Vertex start;",
"end": 221,
"score": 0.9756371378898621,
"start": 219,
"tag": "USERNAME",
"value": "DR"
}
] | null | [] | /*
* 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 vrptw;
/**
*
* @author DR
*/
public class Edge {
private Vertex start;
private Vertex end;
double cost;
pu... | 857 | 0.578763 | 0.578763 | 48 | 16.854166 | 17.514267 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 5 |
0d3cf21e76c7f4d522ec76dedbc175b29b1acbec | 8,864,812,514,705 | f3c658866874ad24eb77891f0294f2ce080f784b | /app/src/main/java/com/openclassrooms/entrevoisins/service/DummyNeighbourApiService.java | e84ef94c307309703e29e7c01717e00e0281db51 | [] | no_license | laborieDev/p3_entre_voisins | https://github.com/laborieDev/p3_entre_voisins | f28b396fedaaca95868020b1dbd64ee7c097f542 | 9a68df39b00115ee265bb8388a17a4e18a32dd4b | refs/heads/main | 2023-09-04T14:41:48.606000 | 2021-11-24T17:50:54 | 2021-11-24T17:50:54 | 407,653,245 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.openclassrooms.entrevoisins.service;
import com.openclassrooms.entrevoisins.model.Neighbour;
import java.util.ArrayList;
import java.util.List;
/**
* Dummy mock for the Api
*/
public class DummyNeighbourApiService implements NeighbourApiService {
private List<Neighbour> neighbours = DummyNeighbou... | UTF-8 | Java | 1,579 | java | DummyNeighbourApiService.java | Java | [] | null | [] | package com.openclassrooms.entrevoisins.service;
import com.openclassrooms.entrevoisins.model.Neighbour;
import java.util.ArrayList;
import java.util.List;
/**
* Dummy mock for the Api
*/
public class DummyNeighbourApiService implements NeighbourApiService {
private List<Neighbour> neighbours = DummyNeighbou... | 1,579 | 0.632679 | 0.632679 | 70 | 21.557142 | 22.669449 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.242857 | false | false | 5 |
39b6220b09e38b234e66ace2214a243c8f0c8311 | 32,959,579,052,104 | b0cfcb57532b14fc4fbbebc4f80741a52fc0dbbb | /src/main/java/com/mvc/dao/ProduitRepository.java | 83c57a6c641556efdb23fb31011558b76ca768f2 | [] | no_license | tariqanas/MVSPR | https://github.com/tariqanas/MVSPR | 9953577fbbbaf62dd5a94040b10687120ba9685c | 84694c38e6f78e1a7b4fae45b5a04b228c4cd93e | refs/heads/master | 2020-04-14T09:45:40.289000 | 2019-01-06T00:04:25 | 2019-01-06T00:04:25 | 163,768,233 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mvc.dao;
import com.mvc.entities.Produit;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query... | UTF-8 | Java | 553 | java | ProduitRepository.java | Java | [] | null | [] | package com.mvc.dao;
import com.mvc.entities.Produit;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query... | 553 | 0.793852 | 0.793852 | 15 | 34.866665 | 27.664337 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 5 |
1f51cdbff8d8099805319a4d070f0e392cc2be49 | 5,325,759,485,395 | 3f04b6ed8a2607959821a89e4ce53867a5573246 | /src/com/comprehensiveAlarm/dao/AlarmSceneMapper.java | a0b4c49eaa5cfc62de822d30f08512e8c4eceaeb | [] | no_license | szp1996/ComprehensiveAlarm | https://github.com/szp1996/ComprehensiveAlarm | 79d58fe2f230c5dcdb4ea00842bdb14510d725a8 | 86ed9cfc4aac29f848cbefd7e84a3ceeaf7cdc02 | refs/heads/master | 2022-11-20T20:04:44.668000 | 2020-07-27T15:05:19 | 2020-07-27T15:05:48 | 272,612,482 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.comprehensiveAlarm.dao;
import com.comprehensiveAlarm.jo.AlarmSceneQueryEntity;
import com.comprehensiveAlarm.jo.AlarmSceneQueryParam;
import com.comprehensiveAlarm.po.AlarmScene;
import com.comprehensiveAlarm.po.AlarmSceneExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public ... | UTF-8 | Java | 1,622 | java | AlarmSceneMapper.java | Java | [] | null | [] | package com.comprehensiveAlarm.dao;
import com.comprehensiveAlarm.jo.AlarmSceneQueryEntity;
import com.comprehensiveAlarm.jo.AlarmSceneQueryParam;
import com.comprehensiveAlarm.po.AlarmScene;
import com.comprehensiveAlarm.po.AlarmSceneExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public ... | 1,622 | 0.784483 | 0.784483 | 51 | 28.568628 | 29.897377 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.509804 | false | false | 5 |
6f965be47109990128e2f404c6994ebac3d165d9 | 13,889,924,239,167 | 15fb1f97b6c30a89c4df989455d5481d0b82c975 | /src/main/java/io/renren/modules/device/service/FellowarrivalService.java | 3e8c7a274f68cb2bed9daea02fcb69ccf42a512f | [
"Apache-2.0"
] | permissive | fff0613/graduatework | https://github.com/fff0613/graduatework | c8bd31f7b027c67f1bd35b434abf39e6305e9894 | ff5a5d49401aa65d02ead10d03903931798b0a35 | refs/heads/master | 2023-06-21T22:26:21.371000 | 2021-07-21T14:30:27 | 2021-07-21T14:30:27 | 388,142,653 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.renren.modules.device.service;
import com.baomidou.mybatisplus.extension.service.IService;
import io.renren.common.utils.PageUtils;
import io.renren.modules.device.entity.FellowarrivalEntity;
import java.util.Map;
/**
*
*
* @author chenshun
* @email sunlightcs@gmail.com
* @date 2021-04-18 12:49:17
... | UTF-8 | Java | 458 | java | FellowarrivalService.java | Java | [
{
"context": "ity;\n\nimport java.util.Map;\n\n/**\n * \n *\n * @author chenshun\n * @email sunlightcs@gmail.com\n * @date 2021-04-1",
"end": 258,
"score": 0.9993161559104919,
"start": 250,
"tag": "USERNAME",
"value": "chenshun"
},
{
"context": "til.Map;\n\n/**\n * \n *\n * @author c... | null | [] | package io.renren.modules.device.service;
import com.baomidou.mybatisplus.extension.service.IService;
import io.renren.common.utils.PageUtils;
import io.renren.modules.device.entity.FellowarrivalEntity;
import java.util.Map;
/**
*
*
* @author chenshun
* @email <EMAIL>
* @date 2021-04-18 12:49:17
*/
public int... | 445 | 0.770742 | 0.740175 | 19 | 23.052631 | 24.383932 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 5 |
9a36d44207159786a320cd5fcc32f141ee58f756 | 19,378,892,492,747 | 13c3e71a6e1bf953acd8130b191f1b3553e88883 | /src/main/java/hello/controller/BookController.java | 2e83ac74c5bd16e1e61c35f52d92ca68df15b506 | [] | no_license | theBowja/GradleTrash | https://github.com/theBowja/GradleTrash | 483b17c35d562df28ee02a7d44e58a9a2ce22b66 | 66b61c8cb66a236448381797b67ea4ed2d9d2cb6 | refs/heads/master | 2021-01-10T22:59:02.984000 | 2016-10-13T19:21:34 | 2016-10-13T19:21:34 | 70,435,489 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hello.controller;
import org.springframework.web.bind.annotation.RestController;
import hello.client.Book;
import hello.client.BookStoreInterface;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springf... | UTF-8 | Java | 4,402 | java | BookController.java | Java | [] | null | [] | package hello.controller;
import org.springframework.web.bind.annotation.RestController;
import hello.client.Book;
import hello.client.BookStoreInterface;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springf... | 4,402 | 0.69264 | 0.686506 | 113 | 37.964603 | 27.340828 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.026549 | false | false | 5 |
a68f24a6390a8b6a1256646c4153a6d93b5ae417 | 28,235,115,068,619 | e9affefd4e89b3c7e2064fee8833d7838c0e0abc | /aws-java-sdk-s3/src/main/java/com/amazonaws/services/s3/model/transform/BucketNotificationConfigurationStaxUnmarshaller.java | 4b837d2a3089cd44ab86dd1998b444358698bbff | [
"Apache-2.0"
] | permissive | aws/aws-sdk-java | https://github.com/aws/aws-sdk-java | 2c6199b12b47345b5d3c50e425dabba56e279190 | bab987ab604575f41a76864f755f49386e3264b4 | refs/heads/master | 2023-08-29T10:49:07.379000 | 2023-08-28T21:05:55 | 2023-08-28T21:05:55 | 574,877 | 3,695 | 3,092 | Apache-2.0 | false | 2023-09-13T23:35:28 | 2010-03-22T23:34:58 | 2023-09-13T22:30:40 | 2023-09-13T21:56:58 | 4,866,710 | 3,998 | 2,861 | 114 | null | false | false | /*
* Copyright 2015-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "lice... | UTF-8 | Java | 3,920 | java | BucketNotificationConfigurationStaxUnmarshaller.java | Java | [] | null | [] | /*
* Copyright 2015-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "lice... | 3,920 | 0.684184 | 0.679592 | 86 | 44.581394 | 35.796085 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.534884 | false | false | 5 |
8473c17db1503007501544d1e25634bdb92a97be | 28,235,115,067,985 | 97c7ac8b8ab9161d788537cb85ca4274523c1d05 | /big.igs.md/src/main/java/model/table/MdDataIdentificationSpatrepModel.java | 0bfe6808663373c0874487083012a0fa898d12a1 | [] | no_license | asroboy/sigma_migrasi | https://github.com/asroboy/sigma_migrasi | 1e635dc92b814e92e428f4f6b1b33d86cf000658 | c4ad4dfa2d3db27616db9a63566b00d0c559e88d | refs/heads/master | 2020-04-18T11:25:18.787000 | 2019-01-25T06:56:08 | 2019-01-25T06:56:08 | 167,499,107 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* 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 model.table;
import java.math.BigDecimal;
/**
*
* @author wallet
*/
public class MdDataIdentificationSpatrepModel {
... | UTF-8 | Java | 916 | java | MdDataIdentificationSpatrepModel.java | Java | [
{
"context": ";\n\nimport java.math.BigDecimal;\n\n/**\n *\n * @author wallet\n */\npublic class MdDataIdentificationSpatrepModel ",
"end": 261,
"score": 0.8925503492355347,
"start": 255,
"tag": "USERNAME",
"value": "wallet"
}
] | null | [] | /*
* 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 model.table;
import java.math.BigDecimal;
/**
*
* @author wallet
*/
public class MdDataIdentificationSpatrepModel {
... | 916 | 0.751092 | 0.751092 | 34 | 25.941177 | 27.130341 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.323529 | false | false | 5 |
94d2a785c5be0f6ef8ae8b6ec3e67e2320c97063 | 30,090,540,895,404 | 79b743176f3762b3b3cb789b4b65e1a6b94037b4 | /app/src/main/java/com/example/administrator/stardemo/global/Global.java | a03d055094ae81e755d4c9a07c53779bb5c48fa6 | [] | no_license | thanhtunguong/stardemo | https://github.com/thanhtunguong/stardemo | 115aad3e5e3ab291ef8069567f9c284a4856ca95 | 7aab5a41d002a662cbcc7e1d1e02dbe35dc00fc1 | refs/heads/master | 2020-11-30T00:30:25.198000 | 2017-06-28T09:52:58 | 2017-06-28T09:52:58 | 95,654,012 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.administrator.stardemo.global;
import android.Manifest;
import android.app.Activity;
import android.content.pm.PackageManager;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.design.widget.Snackbar;
import android.support.v4.app.ActivityCompat;
import android.support.v... | UTF-8 | Java | 8,205 | java | Global.java | Java | [] | null | [] | package com.example.administrator.stardemo.global;
import android.Manifest;
import android.app.Activity;
import android.content.pm.PackageManager;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.design.widget.Snackbar;
import android.support.v4.app.ActivityCompat;
import android.support.v... | 8,205 | 0.650579 | 0.645704 | 206 | 38.830097 | 32.884842 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.587379 | false | false | 5 |
9daff592a5ce0966e6bb8e803cc497ed3622fb89 | 11,287,174,081,352 | c9b8b867a2f6321c0be0d69fbdb98561368d9c6b | /Class02-Encapsulation/src/Apresentacao/Principal.java | 3202976abbb6ea6416805fb5befbb153b8e70b69 | [] | no_license | guiauolim/second_period_college | https://github.com/guiauolim/second_period_college | d21ca3ccc4b961f1400147bac32ce9a6d09bae45 | 35467960afd9d6a917522bff777adf7085c3c090 | refs/heads/master | 2023-03-05T04:17:13.790000 | 2021-02-12T19:05:17 | 2021-02-12T19:05:17 | 338,407,365 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Apresentacao;
import java.util.Scanner;
import Negocio.Autor;
import Negocio.Livro;
public class Principal {
public static void main(String[] args) {
Scanner leitor = new Scanner(System.in);
Livro objLivro = new Livro();
try {
System.out.print(" Digite o titulo: ");
objLivro.setTitulo(leitor... | ISO-8859-1 | Java | 914 | java | Principal.java | Java | [] | null | [] | package Apresentacao;
import java.util.Scanner;
import Negocio.Autor;
import Negocio.Livro;
public class Principal {
public static void main(String[] args) {
Scanner leitor = new Scanner(System.in);
Livro objLivro = new Livro();
try {
System.out.print(" Digite o titulo: ");
objLivro.setTitulo(leitor... | 914 | 0.631057 | 0.631057 | 36 | 24.027779 | 22.554239 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.333333 | false | false | 5 |
be55d1dd4b73bce038b85102ad48876e8cd91f00 | 17,033,840,333,772 | a6c7495df211bc96a16ae085ccd92f45b17ca07a | /Java/RemoveDuplicates.java | bdbde35fbfae41e1d0fea247bcdac98683f96cdf | [] | no_license | ragaDani/Leetcode-practice | https://github.com/ragaDani/Leetcode-practice | 459e8e6cf9b11e35549aea9a3c8ca19f950b3da0 | c753ca760f6a7744dc5c30bcf0db8df571a44e8b | refs/heads/master | 2023-09-01T01:28:48.229000 | 2023-08-29T07:44:52 | 2023-08-29T07:44:52 | 199,554,569 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.List;
import java.util.SortedSet;
import java.util.TreeSet;
class RemoveDuplicates {
public int removeDuplicates(int[] nums) {
SortedSet<Integer> numSet = new TreeSet<>();
for(int num: nums){
numSet.add(num);
}
List<Integer> setArr = numSet.stream().toLi... | UTF-8 | Java | 853 | java | RemoveDuplicates.java | Java | [] | null | [] | import java.util.List;
import java.util.SortedSet;
import java.util.TreeSet;
class RemoveDuplicates {
public int removeDuplicates(int[] nums) {
SortedSet<Integer> numSet = new TreeSet<>();
for(int num: nums){
numSet.add(num);
}
List<Integer> setArr = numSet.stream().toLi... | 853 | 0.540446 | 0.512309 | 32 | 25.6875 | 18.952965 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.25 | false | false | 5 |
95c319b746db436c49228a1a509627aea0fc28ab | 5,179,730,614,828 | d9620742c91b892d39c6b3fc36e734c32a173ebb | /src/main/java/java2bash/java2bash/common/BashString.java | 356b01269f746a67ba1b350c9629a66c4599f556 | [
"Apache-2.0"
] | permissive | basilmusa/java2bash | https://github.com/basilmusa/java2bash | 5abe7edb96e49dd69023c879fe5a933ba397c108 | 0140b625fc24df78087e03fabbfec1996a4fcf21 | refs/heads/master | 2021-01-10T14:03:11.973000 | 2020-04-23T11:37:10 | 2020-04-23T11:37:10 | 53,976,653 | 0 | 0 | Apache-2.0 | false | 2020-10-13T07:50:39 | 2016-03-15T20:34:54 | 2020-04-23T11:37:45 | 2020-10-13T07:50:37 | 68 | 0 | 0 | 1 | Java | false | false | package java2bash.java2bash.common;
public class BashString {
private final String rawString;
private final EscapeMethod escapeMethod;
private BashString(String rawString, EscapeMethod escapeMethod) {
this.rawString = rawString;
this.escapeMethod = escapeMethod;
}
public String getRawString() {
return r... | UTF-8 | Java | 1,782 | java | BashString.java | Java | [] | null | [] | package java2bash.java2bash.common;
public class BashString {
private final String rawString;
private final EscapeMethod escapeMethod;
private BashString(String rawString, EscapeMethod escapeMethod) {
this.rawString = rawString;
this.escapeMethod = escapeMethod;
}
public String getRawString() {
return r... | 1,782 | 0.724467 | 0.723345 | 75 | 22.76 | 21.683075 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.76 | false | false | 5 |
156b30024a77681091c40df931e4186a833eb692 | 27,118,423,551,280 | e16290f578fcfe8824f18b4b75ff5f0083f5ecdf | /Lustro/app/src/main/java/com/example/ojas/lustro/SignUpActivity.java | 8cdacecbf43c6db1d28a1a75ab703654c19619d3 | [] | no_license | ojasthakur/LustroX | https://github.com/ojasthakur/LustroX | 1f996f27d52a98388d0ee6707cd7b910d4653620 | 99a9bfd707437e5ee12fb7e3ec971f07f50031e1 | refs/heads/master | 2021-01-01T19:36:57.949000 | 2017-07-28T08:23:54 | 2017-07-28T08:23:54 | 98,626,836 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.ojas.lustro;
import android.app.ProgressDialog;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.widget.Button;
import android.... | UTF-8 | Java | 4,228 | java | SignUpActivity.java | Java | [] | null | [] | package com.example.ojas.lustro;
import android.app.ProgressDialog;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.widget.Button;
import android.... | 4,228 | 0.631031 | 0.630795 | 124 | 33.088711 | 32.98558 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 5 |
f3cd98fbedd6f0dcc0e668dbca671003a1155fc8 | 2,585,570,358,575 | 6d4f159a121bff13d9847d34fc9c6060235e6cd7 | /gather/src/Map/TreeMap/TreeSet2.java | 81834e9cef3c58a2a92ec908fd29ff8ad10435fb | [] | no_license | shyheng/java | https://github.com/shyheng/java | d243af4067c1b49f90ed22fcc2ded327715d6469 | 497c49dc9ab4a3ca6ba0e993b1a18cd9352b7c17 | refs/heads/main | 2023-01-12T01:31:11.040000 | 2020-11-08T09:13:16 | 2020-11-08T09:13:16 | 310,501,502 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Map.TreeMap;
import java.util.TreeSet;
public class TreeSet2 {
public static void main(String[] args) {
user p = new user(12);
// System.out.println(p);//person[age=12]
user c1 = new user(32);
user c2 = new user(23);
user c3 = new user(56);
user c4 = new user... | UTF-8 | Java | 1,583 | java | TreeSet2.java | Java | [] | null | [] | package Map.TreeMap;
import java.util.TreeSet;
public class TreeSet2 {
public static void main(String[] args) {
user p = new user(12);
// System.out.println(p);//person[age=12]
user c1 = new user(32);
user c2 = new user(23);
user c3 = new user(56);
user c4 = new user... | 1,583 | 0.5273 | 0.495886 | 63 | 20.238094 | 13.971302 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.460317 | false | false | 5 |
32452ab20805501ecf5623d704ea3345dbd1d8cb | 2,585,570,355,083 | 0f4731cf83ada044f7f3f55279fdd259a5249ee0 | /src/main/java/com/transn/houtai/controller/AdminController/LiuyanController.java | c4a6d2e7a0706dc695187c2c865e50cad6fbd52d | [] | no_license | xuxiaohe/coreservice | https://github.com/xuxiaohe/coreservice | 9958c9d0d346bfcd4684d05e400dd88d984ff354 | a1ffa05a1d20f517a9da3f7b92175269f3eb736a | refs/heads/master | 2021-01-13T15:20:45.865000 | 2017-02-15T02:51:24 | 2017-02-15T02:51:24 | 76,429,069 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.transn.houtai.controller.AdminController;
import com.transn.houtai.domain.Categorys;
import com.transn.houtai.domain.Liuyan;
import com.transn.houtai.domain.News;
import com.transn.houtai.service.AdminUserService;
import com.transn.houtai.service.LiuyanService;
import com.transn.houtai.util.Config;
import ... | UTF-8 | Java | 4,260 | java | LiuyanController.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by xuxiaohe on 2016/12/20.\n */\n@Controller\n@RequestMapping(\"/",
"end": 947,
"score": 0.999586284160614,
"start": 939,
"tag": "USERNAME",
"value": "xuxiaohe"
}
] | null | [] | package com.transn.houtai.controller.AdminController;
import com.transn.houtai.domain.Categorys;
import com.transn.houtai.domain.Liuyan;
import com.transn.houtai.domain.News;
import com.transn.houtai.service.AdminUserService;
import com.transn.houtai.service.LiuyanService;
import com.transn.houtai.util.Config;
import ... | 4,260 | 0.676611 | 0.674224 | 146 | 27.698629 | 25.242487 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.60274 | false | false | 5 |
2bc79145fb9663a9b163f2d1cd50a6527297c005 | 5,970,004,604,138 | eb0f9cb3efdcb9690604f49fdeccca31ddca6a79 | /src/MainWindow.java | 02860de8e9ed06507d9d0ef5b70462a740b53d70 | [] | no_license | AnApresyan/CS120A_Group_Project_Monopoly | https://github.com/AnApresyan/CS120A_Group_Project_Monopoly | 2c2194bd3b0d7a154745bb86d2a54d6c3a74fe26 | 62cf88ca1a5c2589f66d7ea854e493e52e257a52 | refs/heads/main | 2023-07-11T02:52:13.010000 | 2022-05-22T19:02:27 | 2022-05-22T19:02:27 | 355,605,054 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
import java.awt.event.*;
import java.awt.*;
import javax.swing.*;
import javax.swing.border.*;
import javax.swing.event.ChangeEvent;
import javax.swing.event.ChangeListener;
public class MainWindow extends JFrame implements ActionListener{
private Monopoly game;
priva... | UTF-8 | Java | 69,083 | java | MainWindow.java | Java | [] | null | [] | import java.util.ArrayList;
import java.awt.event.*;
import java.awt.*;
import javax.swing.*;
import javax.swing.border.*;
import javax.swing.event.ChangeEvent;
import javax.swing.event.ChangeListener;
public class MainWindow extends JFrame implements ActionListener{
private Monopoly game;
priva... | 69,083 | 0.537194 | 0.529928 | 1,769 | 38.052006 | 26.769257 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.66026 | false | false | 9 |
e9a301c10d2a33cf940b59adef4d2aadb94cf7e4 | 19,774,029,455,383 | 3dd47899c572679eb36516c5390b7d16b3ccdbe8 | /netty-http-client/src/main/java/com/mastfrog/netty/http/client/NioChannelFactory.java | 3a2e645d85d4b214b79300fd64eb3280f93e3d12 | [
"MIT"
] | permissive | timboudreau/netty-http-client | https://github.com/timboudreau/netty-http-client | 962576cdc8bcd7bfe6d70a3834ce9984418bb57b | 41e9dab3f927122be92d165c8f1fb5882b3bcd2d | refs/heads/master | 2023-08-03T14:38:39.872000 | 2023-02-21T09:24:00 | 2023-02-21T09:24:00 | 9,882,334 | 278 | 124 | null | false | 2017-05-16T20:39:13 | 2013-05-06T08:14:17 | 2017-05-08T18:15:31 | 2017-05-16T20:39:13 | 384 | 178 | 74 | 4 | Java | null | null | /*
* The MIT License
*
* Copyright 2014 Tim Boudreau.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, mo... | UTF-8 | Java | 4,157 | java | NioChannelFactory.java | Java | [
{
"context": "/*\n * The MIT License\n *\n * Copyright 2014 Tim Boudreau.\n *\n * Permission is hereby granted, free of char",
"end": 55,
"score": 0.999872088432312,
"start": 43,
"tag": "NAME",
"value": "Tim Boudreau"
},
{
"context": ".channels.spi.SelectorProvider;\n\n/**\n *\n * @a... | null | [] | /*
* The MIT License
*
* Copyright 2014 <NAME>.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, ... | 4,145 | 0.687996 | 0.687034 | 114 | 35.464912 | 31.984968 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.587719 | false | false | 9 |
59375622736a88d963da306d6b5a10f8baaaae00 | 3,805,341,025,130 | bb50a3e8b2df0eecf197f2eed3c1afe7447e4bbd | /AL/workspace/AL/src/Proxy/Browser.java | 729432a63d3510ddbb550c76cc062a8202da0ef8 | [] | no_license | Zahco/s7 | https://github.com/Zahco/s7 | 4268b9cccbe0d6b9cf769c3bfaba26acdb6d5665 | d8be7b27060f62384571dfe0482963c8f5e9bf3c | refs/heads/master | 2021-01-17T07:37:46.684000 | 2016-12-27T09:35:46 | 2016-12-27T09:35:46 | 68,685,813 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Proxy;
import java.util.ArrayList;
import java.util.List;
public class Browser {
List<IWebImage> images;
public void loadPage() {
images = new ArrayList<IWebImage>();
for (int i = 0; i < 50; ++i) {
images.add(new WebImageLoader("http://image.com/image-" + i + ".png"));
}
System.out.println("Don... | UTF-8 | Java | 433 | java | Browser.java | Java | [] | null | [] | package Proxy;
import java.util.ArrayList;
import java.util.List;
public class Browser {
List<IWebImage> images;
public void loadPage() {
images = new ArrayList<IWebImage>();
for (int i = 0; i < 50; ++i) {
images.add(new WebImageLoader("http://image.com/image-" + i + ".png"));
}
System.out.println("Don... | 433 | 0.614319 | 0.588915 | 22 | 18.681818 | 17.889526 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.727273 | false | false | 9 |
1fc4e0334396afcb37e799baeba092f4c66aed09 | 26,216,480,414,844 | 1d1097e21d636b29c1b0acb85d70b33bda4faf76 | /src/controlador/GestionvehiculosTerrestre.java | adec2e576ce5bc596496ca2b7e6e6d6f781520f9 | [] | no_license | ghost117729/proyecto | https://github.com/ghost117729/proyecto | abc4ba949f03d2ce9e9fd95ba7cf0d0c6a30ef12 | 627f430a67d7f66ee760ffafdc9cef65390cbc57 | refs/heads/master | 2022-11-14T11:47:00.757000 | 2020-06-30T04:42:42 | 2020-06-30T04:42:42 | 272,551,105 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controlador;
import java.sql.ResultSet;
import java.sql.SQLException;
import gestionBD.Conexion;
import modelo.VehiculosTerrestre ;
public class gestionVehiculosTerrestre {
Conexion cn;
public String crearVehiculosTerrestre (VehiculosTerrestre u) {
String response="";
String cadenaSQL = " inser... | UTF-8 | Java | 2,622 | java | GestionvehiculosTerrestre.java | Java | [] | null | [] | package controlador;
import java.sql.ResultSet;
import java.sql.SQLException;
import gestionBD.Conexion;
import modelo.VehiculosTerrestre ;
public class gestionVehiculosTerrestre {
Conexion cn;
public String crearVehiculosTerrestre (VehiculosTerrestre u) {
String response="";
String cadenaSQL = " inser... | 2,622 | 0.724256 | 0.724256 | 87 | 29.137932 | 48.027573 | 224 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.425287 | false | false | 9 |
eb7e2649fa250e4a4fb9691233b27b923f4401b4 | 31,181,462,625,305 | 0923f841e0053b8ad959426a80382ea442aa5d61 | /src/main/java/it/polimi/ingsw/ps60/serverSide/controller/turn/turnStrategy/ArtemisTurnStrategy.java | 21f01ff7a46938270a902ae4e47614a32e7fc4f0 | [] | no_license | Simone-Ghidoli/ing-sw-2020-Ghidoli-Giannini-Greco | https://github.com/Simone-Ghidoli/ing-sw-2020-Ghidoli-Giannini-Greco | b4fdff5bc7f247bdbe5431f7824360528aecaf8a | b0a777adfa7d3d8bca68d6404fc497315b01b9bd | refs/heads/master | 2022-11-07T09:13:10.335000 | 2020-07-03T20:28:08 | 2020-07-03T20:28:08 | 247,683,165 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.polimi.ingsw.ps60.serverSide.controller.turn.turnStrategy;
import it.polimi.ingsw.ps60.serverSide.model.Cell;
import it.polimi.ingsw.ps60.utils.ListContains;
import java.util.List;
import static it.polimi.ingsw.ps60.GlobalVariables.game;
public class ArtemisTurnStrategy extends BaseTurnStrategy {
/*... | UTF-8 | Java | 2,170 | java | ArtemisTurnStrategy.java | Java | [] | null | [] | package it.polimi.ingsw.ps60.serverSide.controller.turn.turnStrategy;
import it.polimi.ingsw.ps60.serverSide.model.Cell;
import it.polimi.ingsw.ps60.utils.ListContains;
import java.util.List;
import static it.polimi.ingsw.ps60.GlobalVariables.game;
public class ArtemisTurnStrategy extends BaseTurnStrategy {
/*... | 2,170 | 0.492166 | 0.480645 | 52 | 40.75 | 36.330151 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.519231 | false | false | 9 |
0f9e896152923028c3f2dc408f456fdd2fb30b8d | 14,053,133,041,309 | 363c943a9924c6dd4130dbe4de07eaec5081098b | /demo-producer2/src/main/java/com/example/producer2/controller/HelloController.java | 8fdb80c17ce865d26765652a730866cbf9b4558b | [] | no_license | sunshuo21/spring-cloud-demo | https://github.com/sunshuo21/spring-cloud-demo | b19643d665ab972d55342a31173b029e7113eeec | f6c284fd991ba8bb212055101335d20311c1dd49 | refs/heads/master | 2020-07-24T14:40:44.104000 | 2019-09-23T03:15:59 | 2019-09-23T03:15:59 | 207,958,019 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.producer2.controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* @Author: sunshuo
* @Date: 2019/9/10/010 18:38
* @Version: 1.0
*/
@RestController
public class HelloController {
@GetMapping("hello")
pu... | UTF-8 | Java | 419 | java | HelloController.java | Java | [
{
"context": "b.bind.annotation.RestController;\n\n/**\n * @Author: sunshuo\n * @Date: 2019/9/10/010 18:38\n * @Version: 1.0\n *",
"end": 189,
"score": 0.9989650249481201,
"start": 182,
"tag": "USERNAME",
"value": "sunshuo"
}
] | null | [] | package com.example.producer2.controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* @Author: sunshuo
* @Date: 2019/9/10/010 18:38
* @Version: 1.0
*/
@RestController
public class HelloController {
@GetMapping("hello")
pu... | 419 | 0.714628 | 0.673861 | 18 | 22.166666 | 20.704937 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 9 |
699c71806e9f3f70b50547e3855c4266b644078a | 6,940,667,152,287 | a137207dbd9eee6b071ff58be2c341c31bbab3a7 | /src/main/java/xesj/shell/generator/TableView.java | 8dcee2df9a0082ecdaaf58f03152abc002842885 | [] | no_license | xesj/core | https://github.com/xesj/core | 2f72711b1d6df92c7021b88c881819eee9471f19 | 357841375d93523c6d574553b21d8415705c5e5e | refs/heads/master | 2018-03-08T14:57:33.736000 | 2018-03-03T23:08:17 | 2018-03-03T23:08:17 | 21,957,518 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package xesj.shell.generator;
import java.util.ArrayList;
import java.util.List;
import java.util.StringTokenizer;
import xesj.shell.MyException;
import xesj.xml.Line;
/**
* Tábla/view adatok.
*/
class TableView {
/**
* Jelzi hogy a sor <table>-e ? (különben <view>).
*/
boolean isTable;
/**
* <name> ta... | UTF-8 | Java | 2,712 | java | TableView.java | Java | [] | null | [] | package xesj.shell.generator;
import java.util.ArrayList;
import java.util.List;
import java.util.StringTokenizer;
import xesj.shell.MyException;
import xesj.xml.Line;
/**
* Tábla/view adatok.
*/
class TableView {
/**
* Jelzi hogy a sor <table>-e ? (különben <view>).
*/
boolean isTable;
/**
* <name> ta... | 2,712 | 0.583395 | 0.583395 | 94 | 27.574469 | 28.34457 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.414894 | false | false | 9 |
abddf7cb26e210818905a7f513c8aeb8ee1b31e9 | 18,253,611,052,115 | 78b80bd3bbb709c0b899058f33a672db707da778 | /src/main/java/com/pattern/observer/push/ConfigSubObserver.java | 17e3f6077c846418e6a69a9d1be1f5254f0e3d78 | [
"MIT"
] | permissive | caohaibing/java-pattern | https://github.com/caohaibing/java-pattern | 5124645bff9d3b04789b5a4a834ba2770d5abe80 | 1ce3c7efee95f854c1b1389d5316ee28af34090c | refs/heads/master | 2021-01-18T03:21:44.944000 | 2015-10-28T10:08:45 | 2015-10-28T10:08:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pattern.observer.push;
public class ConfigSubObserver implements Observer {
private long id;
public ConfigSubObserver(long id) {
this.id = id;
}
public void receive(String json) {
System.out.println("观察者"+id+"接收消息:" + json);
}
}
| UTF-8 | Java | 270 | java | ConfigSubObserver.java | Java | [] | null | [] | package com.pattern.observer.push;
public class ConfigSubObserver implements Observer {
private long id;
public ConfigSubObserver(long id) {
this.id = id;
}
public void receive(String json) {
System.out.println("观察者"+id+"接收消息:" + json);
}
}
| 270 | 0.707031 | 0.707031 | 15 | 16.066668 | 18.527338 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.933333 | false | false | 9 |
b08caafbd00a62d3be282e89f3ddcbfb796e228d | 13,305,808,719,228 | 4a9219cbc334f81a87fab1a818a735463d47ff12 | /src/main/java/com/github/borsch/crawler/domain/FieldDescription.java | 0cf95fb7e2daaecb7074a4ee8aca9b8baa38f319 | [] | no_license | borsch/base-crawler | https://github.com/borsch/base-crawler | 996bb7d012988fa68b308a80649b250d2602c68c | fe5661d941b3997a91a0f65cea0d4e09190cbdcc | refs/heads/master | 2022-10-05T07:27:44.375000 | 2022-09-14T07:25:40 | 2022-09-14T07:25:40 | 146,701,720 | 0 | 0 | null | false | 2022-09-14T07:25:42 | 2018-08-30T05:50:46 | 2021-12-21T15:44:28 | 2022-09-14T07:25:41 | 76 | 1 | 1 | 0 | Java | false | false | package com.github.borsch.crawler.domain;
import javax.xml.bind.annotation.*;
import java.util.List;
import com.github.borsch.crawler.processors.IPostProcessor;
import com.github.borsch.crawler.processors.PrependPostProcessor;
import com.github.borsch.crawler.processors.RegexPostProcessor;
import com.github.borsch.cr... | UTF-8 | Java | 2,743 | java | FieldDescription.java | Java | [] | null | [] | package com.github.borsch.crawler.domain;
import javax.xml.bind.annotation.*;
import java.util.List;
import com.github.borsch.crawler.processors.IPostProcessor;
import com.github.borsch.crawler.processors.PrependPostProcessor;
import com.github.borsch.crawler.processors.RegexPostProcessor;
import com.github.borsch.cr... | 2,743 | 0.671163 | 0.671163 | 87 | 30.528736 | 24.132221 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.471264 | false | false | 9 |
379b1f6b5d25f566a13770683b89f42f8d4350fb | 2,259,152,843,376 | 47b380b73bf8b147b6c2e0dcc2a1f6cefe95bf84 | /src/juego/Consumible.java | b4abff928cbc03adc14b9b41d9c9599844bd44c2 | [] | no_license | campanella515/ejercioJuego | https://github.com/campanella515/ejercioJuego | 41abb4a1fa9196b2e960865e1fcf14f7ac7ea1c3 | a9c67b8a253cf7d6cf1ca259090b07513036f711 | refs/heads/master | 2022-12-28T18:29:26.840000 | 2020-10-14T17:50:30 | 2020-10-14T17:50:30 | 304,092,547 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package juego;
public class Consumible extends Item{
//atributos generales
private int cantidad;
private int consumible;
//get and set
public int getCantidad() {
return cantidad;
}
public void setCantidad(int cantidad) {
this.cantidad = cantidad;
}
//constructores
public Consumible(){
cantidad=0;
... | UTF-8 | Java | 1,380 | java | Consumible.java | Java | [] | null | [] | package juego;
public class Consumible extends Item{
//atributos generales
private int cantidad;
private int consumible;
//get and set
public int getCantidad() {
return cantidad;
}
public void setCantidad(int cantidad) {
this.cantidad = cantidad;
}
//constructores
public Consumible(){
cantidad=0;
... | 1,380 | 0.705797 | 0.703623 | 56 | 23.642857 | 21.242165 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.964286 | false | false | 9 |
f2d88e9ba506e8c1a002da9bb41d81e1c07ad778 | 29,214,367,582,160 | 4289e34b68f85f9e95b017cd962bfbe68dba9184 | /java/JDBC/jdbc/src/main/java/co/edu/sena/jdbc/basic/interfaceresulset/Ejemplo03.java | 5c9d1becef92e89e5e0eea7293b971ac47a7dfd1 | [
"Apache-2.0"
] | permissive | SENA-CEET/1349397-Trimestre-4 | https://github.com/SENA-CEET/1349397-Trimestre-4 | 744c90e181d3fad7ea7aad8dedfa1e3b4eff71ab | 791b839dab724344326b34be3f884a525376f270 | refs/heads/master | 2021-09-06T11:26:13.102000 | 2018-02-06T01:24:52 | 2018-02-06T01:24:52 | 104,755,063 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package co.edu.sena.jdbc.basic.interfaceresulset;
import java.sql.*;
public class Ejemplo03 {
public static void main(String[] args) throws SQLException {
String url = "jdbc:mysql://localhost:4306?database=observador_de_proyectos";
String usuarioBaseDatos = "pepito";
String passwordDatabas... | UTF-8 | Java | 2,290 | java | Ejemplo03.java | Java | [
{
"context": "de_proyectos\";\n String usuarioBaseDatos = \"pepito\";\n String passwordDatabase = \"123456789\";\n",
"end": 287,
"score": 0.9526314735412598,
"start": 281,
"tag": "USERNAME",
"value": "pepito"
},
{
"context": "os = \"pepito\";\n String passwordDat... | null | [] | package co.edu.sena.jdbc.basic.interfaceresulset;
import java.sql.*;
public class Ejemplo03 {
public static void main(String[] args) throws SQLException {
String url = "jdbc:mysql://localhost:4306?database=observador_de_proyectos";
String usuarioBaseDatos = "pepito";
String passwordDatabas... | 2,291 | 0.59607 | 0.580349 | 65 | 34.23077 | 35.822971 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.630769 | false | false | 9 |
d84ce1bc3529dfd74589433636e23989aeb05517 | 26,560,077,764,369 | cc58a597b95c2d893b0712c01f0a63ae6737f9dc | /src/thss/xh/practice/algorithm/leetcode/ReverseBits.java | 937fc46d70b05dc9cd58fabe1bcc01eef538a8c8 | [] | no_license | xuhao199224/Practice | https://github.com/xuhao199224/Practice | 89677b6bc7861f13c5b15fd758697d0586c845e5 | 809f1c40102d141d95d51b07718d84f95594c487 | refs/heads/master | 2015-08-20T16:37:05.802000 | 2015-07-07T16:58:44 | 2015-07-07T16:58:44 | 30,799,504 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package thss.xh.practice.algorithm.leetcode;
public class ReverseBits {
public static void main(String args[]) {
int n = 1;
System.out.println(reverseBits(n));
System.out.println(Integer.MAX_VALUE);
}
public static int reverseBits(int n) {
int [] bits = new int[32];
for (int i = 0; i < 32;... | UTF-8 | Java | 571 | java | ReverseBits.java | Java | [] | null | [] | package thss.xh.practice.algorithm.leetcode;
public class ReverseBits {
public static void main(String args[]) {
int n = 1;
System.out.println(reverseBits(n));
System.out.println(Integer.MAX_VALUE);
}
public static int reverseBits(int n) {
int [] bits = new int[32];
for (int i = 0; i < 32;... | 571 | 0.50613 | 0.483363 | 24 | 22.833334 | 15.358675 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.125 | false | false | 9 |
a6fd1aa750e12f3109dd296aece839c9d7577e20 | 30,305,289,305,139 | f1cb0ba1a39ee8f1f96e8385119d3a182105e4a6 | /impl/v1_19_R1/src/main/java/de/derfrzocker/feature/impl/v1_19_R1/feature/generator/GlowstoneBlobFeatureGenerator.java | df9a74dc4f0227a0ffb1b9f61b1f2f7dac4e4b73 | [
"MIT"
] | permissive | DerFrZocker/Ore-Control | https://github.com/DerFrZocker/Ore-Control | 70dd8c130d3f0db6aedf61c42e60f37f757427ed | f30f636033fe4147eee96c0b645c7724868f99e1 | refs/heads/main | 2023-08-31T01:34:50.808000 | 2023-08-24T10:16:57 | 2023-08-24T10:16:57 | 194,907,949 | 19 | 13 | MIT | false | 2023-08-24T10:16:59 | 2019-07-02T17:33:56 | 2023-01-08T11:32:21 | 2023-08-24T10:16:57 | 1,710 | 14 | 9 | 2 | Java | false | false | /*
* MIT License
*
* Copyright (c) 2019 - 2022 Marvin (DerFrZocker)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to... | UTF-8 | Java | 3,037 | java | GlowstoneBlobFeatureGenerator.java | Java | [
{
"context": "/*\n * MIT License\n *\n * Copyright (c) 2019 - 2022 Marvin (DerFrZocker)\n *\n * Permission is hereby granted,",
"end": 56,
"score": 0.999822735786438,
"start": 50,
"tag": "NAME",
"value": "Marvin"
}
] | null | [] | /*
* MIT License
*
* Copyright (c) 2019 - 2022 Marvin (DerFrZocker)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to... | 3,037 | 0.77807 | 0.774119 | 74 | 40.040539 | 40.276558 | 230 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.689189 | false | false | 9 |
ad42f5d83d8365f78de0d4642e2271dfad089150 | 22,797,686,430,724 | 06d6c119c5ba4b2e557c266c9d0e6f717ad37bc8 | /src/main/java/org/urish/banjii/model/Camera.java | 3c1f527daaf63351feab4867dd4ab05be73d0ff5 | [] | no_license | urish/banjii | https://github.com/urish/banjii | da02c082fe2654d383523e936916e3f6c472acb4 | 6d2b2490fd06b268a25c1908edd61c20e3dee614 | refs/heads/master | 2020-12-24T17:53:53.304000 | 2012-05-16T16:32:09 | 2012-05-16T16:32:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.urish.banjii.model;
import java.util.Date;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.Map;
import java.util.Queue;
import java.util.Set;
import com.ardor3d.math.Matrix3;
import com.ardor3d.math.Vector3;
import com.ardor3d.ma... | UTF-8 | Java | 5,278 | java | Camera.java | Java | [] | null | [] | package org.urish.banjii.model;
import java.util.Date;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.Map;
import java.util.Queue;
import java.util.Set;
import com.ardor3d.math.Matrix3;
import com.ardor3d.math.Vector3;
import com.ardor3d.ma... | 5,278 | 0.648352 | 0.642478 | 218 | 23.21101 | 21.388102 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.252294 | false | false | 9 |
ba0471852f1aef59ae5dfc5fec5867e6d279fe60 | 9,371,618,669,191 | 15e6cb17426853d70eae4e1de034fdea4b65875a | /strings/DuplicateWords.java | 99de230bd2b837aa231ca9fc2012916ae0faaf9b | [] | no_license | codingeton/JavaCodingPractice | https://github.com/codingeton/JavaCodingPractice | b491b222454dca2ecdcf56bc17fce40629c20d74 | 755ce3b093a5e9f7dce37719b00cdebe08c17eb7 | refs/heads/master | 2022-07-10T01:14:07.796000 | 2019-05-19T12:51:55 | 2019-05-19T12:51:55 | 187,476,003 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package strings;
import java.util.HashSet;
import java.util.Set;
public class DuplicateWords {
public static void printDuplicateWords(String str) {
String[] words = str.split("\\s+");
Set<String> set = new HashSet<>();
Set<String> duplicates = new HashSet<>();
for(String word: words)... | UTF-8 | Java | 586 | java | DuplicateWords.java | Java | [] | null | [] | package strings;
import java.util.HashSet;
import java.util.Set;
public class DuplicateWords {
public static void printDuplicateWords(String str) {
String[] words = str.split("\\s+");
Set<String> set = new HashSet<>();
Set<String> duplicates = new HashSet<>();
for(String word: words)... | 586 | 0.62628 | 0.62628 | 30 | 17.533333 | 18.29159 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.733333 | false | false | 9 |
d7ba26c620bcf84b50a780ddff61b82f0d01be33 | 20,899,310,876,645 | 5266446becfe7256799f652aeaf9d8ef64510e24 | /SkyStone/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/Robot.java | 50a7e9d667ce8b41920e21a9db09eefb1bb0b3ac | [
"BSD-3-Clause"
] | permissive | aadhibala25/StarBots | https://github.com/aadhibala25/StarBots | f45ab65ad6d7c0ca4ed9a264768f87190463e079 | 785856eaba37cf374ad7e9ba506d3752d3b9958e | refs/heads/master | 2020-08-10T08:52:50.046000 | 2020-01-17T02:11:41 | 2020-01-17T02:11:41 | 214,309,669 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.firstinspires.ftc.teamcode;
import com.qualcomm.robotcore.hardware.DcMotor;
import com.qualcomm.robotcore.hardware.DcMotorSimple;
import com.qualcomm.robotcore.hardware.HardwareMap;
import com.qualcomm.robotcore.hardware.Servo;
import com.qualcomm.robotcore.util.ElapsedTime;
import com.qualcomm.robotcore.u... | UTF-8 | Java | 4,140 | java | Robot.java | Java | [] | null | [] | package org.firstinspires.ftc.teamcode;
import com.qualcomm.robotcore.hardware.DcMotor;
import com.qualcomm.robotcore.hardware.DcMotorSimple;
import com.qualcomm.robotcore.hardware.HardwareMap;
import com.qualcomm.robotcore.hardware.Servo;
import com.qualcomm.robotcore.util.ElapsedTime;
import com.qualcomm.robotcore.u... | 4,140 | 0.666184 | 0.653865 | 103 | 39.203884 | 27.984863 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.834951 | false | false | 9 |
e6d205978a23a8391a8adebc412aa43265a49b02 | 3,444,563,796,553 | b272ea8c0f5f0fac08d85f507dcb347b1e1f1341 | /famous-robot/src/main/java/com/noseparte/robot/school/CardGroupRequest.java | 2806e699ccb5ecfb79987a3c8edba9cc51a5f754 | [
"MIT"
] | permissive | xuepomh/Almost-Famous | https://github.com/xuepomh/Almost-Famous | d45fec1eb1513e255c26e9a51b499066273b99e9 | ebe944c8e21697ef71d4fdef0ba3ff332f6de452 | refs/heads/master | 2020-07-27T08:37:42.514000 | 2020-06-15T05:36:49 | 2020-06-15T05:36:49 | 209,032,567 | 0 | 0 | MIT | true | 2020-06-15T05:36:50 | 2019-09-17T11:11:29 | 2019-09-20T01:59:16 | 2020-06-15T05:36:50 | 15,354 | 0 | 0 | 0 | null | false | false | package com.noseparte.robot.school;
import com.noseparte.common.http.RequestSync;
import com.noseparte.common.http.ResponseCallBack;
import com.noseparte.robot.FamousRobotApplication;
import lombok.extern.slf4j.Slf4j;
import org.apache.http.HttpResponse;
/**
* @author Noseparte
* @date 2019/9/17 12:16
* @Descripti... | UTF-8 | Java | 1,226 | java | CardGroupRequest.java | Java | [
{
"context": "port org.apache.http.HttpResponse;\n\n/**\n * @author Noseparte\n * @date 2019/9/17 12:16\n * @Description\n",
"end": 273,
"score": 0.553486704826355,
"start": 272,
"tag": "USERNAME",
"value": "N"
},
{
"context": "rt org.apache.http.HttpResponse;\n\n/**\n * @author Nose... | null | [] | package com.noseparte.robot.school;
import com.noseparte.common.http.RequestSync;
import com.noseparte.common.http.ResponseCallBack;
import com.noseparte.robot.FamousRobotApplication;
import lombok.extern.slf4j.Slf4j;
import org.apache.http.HttpResponse;
/**
* @author Noseparte
* @date 2019/9/17 12:16
* @Descripti... | 1,226 | 0.673013 | 0.661424 | 48 | 24.166666 | 25.477386 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 9 |
0b6b53393e1e333ff0a114cd94530b8da742de0d | 7,722,351,245,729 | 19802a3373d2c044cb036ac8309a46ce0fef30ba | /url-shortener/src/test/java/com/lob/app/url/TestIntegrationContext.java | 24502cd62082cc9592038d98b90f3f0f8916a3f4 | [] | no_license | Lob-dev/Short-Term | https://github.com/Lob-dev/Short-Term | 9c7b925109cad3f7b1ca45f8d6b1e11fbf9ad1a7 | 8de903d5d00a50b912b5bff9ecaf5075cf908afe | refs/heads/main | 2023-07-11T03:25:03.375000 | 2021-08-28T04:51:47 | 2021-08-28T04:51:47 | 361,438,838 | 4 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lob.app.url;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.test.util.TestPropertyValues;
import org.springframework.context.ApplicationContextInitializer;
import org.springframework.context.ConfigurableApplicationContext;
import org.springframework.test.contex... | UTF-8 | Java | 1,591 | java | TestIntegrationContext.java | Java | [
{
"context": "\t\t.withDatabaseName(\"postgres\")\n\t\t\t.withUsername(\"username\")\n\t\t\t.withPassword(\"password\");\n\n\tstatic class Co",
"end": 990,
"score": 0.9990214109420776,
"start": 982,
"tag": "USERNAME",
"value": "username"
},
{
"context": "\")\n\t\t\t.withUsername(\"us... | null | [] | package com.lob.app.url;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.test.util.TestPropertyValues;
import org.springframework.context.ApplicationContextInitializer;
import org.springframework.context.ConfigurableApplicationContext;
import org.springframework.test.contex... | 1,593 | 0.816468 | 0.811439 | 39 | 39.794872 | 29.930843 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.692308 | false | false | 9 |
9ec3cadae6ab712b0efa297ae0aec852b28a8742 | 18,605,798,329,338 | 5286af283dc55262ba78fcb0b2510edd449607cd | /src/test/java/com/janlei/tdd/DpTest.java | 88a6a846f6aabc193613eed478ee55907d7c7935 | [] | no_license | Janlei-CN/algorithm | https://github.com/Janlei-CN/algorithm | dfc334024bb888922d0945e2def2d001d733926a | bd3d10250d18f625d3fa7fcf2aec1f8e05558775 | refs/heads/master | 2020-07-30T08:52:28.094000 | 2020-07-21T15:12:32 | 2020-07-21T15:12:32 | 210,162,604 | 0 | 0 | null | false | 2020-10-14T09:23:44 | 2019-09-22T14:40:52 | 2020-08-31T03:41:01 | 2020-10-14T09:23:43 | 193 | 0 | 0 | 0 | Java | false | false | package com.janlei.tdd;
import org.junit.Test;
import static org.assertj.core.api.Assertions.assertThat;
public class DpTest {
@Test
public void get_max(){
assertThat(MyMath.Max(1,5)).isEqualTo(5);
}
/**
* 3 fizz
* 5 buzz
* 3*5 fizbuz
* other num
*/
@Test
p... | UTF-8 | Java | 910 | java | DpTest.java | Java | [] | null | [] | package com.janlei.tdd;
import org.junit.Test;
import static org.assertj.core.api.Assertions.assertThat;
public class DpTest {
@Test
public void get_max(){
assertThat(MyMath.Max(1,5)).isEqualTo(5);
}
/**
* 3 fizz
* 5 buzz
* 3*5 fizbuz
* other num
*/
@Test
p... | 910 | 0.597802 | 0.578022 | 46 | 18.782608 | 20.981268 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.26087 | false | false | 9 |
865666cd8274f9b407882a80b38220d914848a5d | 19,164,144,138,495 | 56a89a62144b3727db1e9454cc9e245e9d74ab8e | /src/model/IEvent.java | fb200d1429eedb626255cad58da0c1024d11591c | [] | no_license | CedricWillemsEHB/dnd | https://github.com/CedricWillemsEHB/dnd | e05961d02185b0025dbe05a7b38bff828b318113 | 0dbb54d7d017ed953ae2f733a904d76ae6c7c4b5 | refs/heads/master | 2021-04-05T20:52:03.456000 | 2020-08-13T19:08:15 | 2020-08-13T19:08:15 | 248,600,354 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
import java.util.List;
public interface IEvent {
boolean setupEvent(String name, List<ICharacters> characters);
String showEvent();
List<ICharacters> getCharacters();
}
| UTF-8 | Java | 189 | java | IEvent.java | Java | [] | null | [] | package model;
import java.util.List;
public interface IEvent {
boolean setupEvent(String name, List<ICharacters> characters);
String showEvent();
List<ICharacters> getCharacters();
}
| 189 | 0.772487 | 0.772487 | 9 | 20 | 19.148542 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 9 |
d5019b0d314a413fecf6bd4db177a152eff4a5a9 | 19,164,144,139,886 | c920079b644668fcea120937ec7bec392d2029bd | /B5---Java-I-Programming/JWeb/src/com/jweb/servlet/model/ModelUser.java | 9d7ffc368d0c375e6f11c03968e4627552d99207 | [] | no_license | Ankirama/Epitech | https://github.com/Ankirama/Epitech | d23fc8912d19ef657b925496ce0ffcc58dc51d3b | 3690ab3ec0c8325edee1802b6b0ce6952e3ae182 | refs/heads/master | 2021-01-19T08:11:27.374000 | 2018-01-03T10:06:20 | 2018-01-03T10:06:20 | 105,794,978 | 0 | 5 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jweb.servlet.model;
import com.jweb.servlet.model.beans.UserBean;
import com.sun.tools.internal.xjc.reader.xmlschema.bindinfo.BIConversion;
import java.io.UnsupportedEncodingException;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.sql.*;
import java.util.Ar... | UTF-8 | Java | 9,862 | java | ModelUser.java | Java | [
{
"context": "List;\nimport java.util.HashMap;\n\n/**\n * Created by ankirama on 12/1/2015.\n */\npublic class ModelUser extends ",
"end": 382,
"score": 0.9996381402015686,
"start": 374,
"tag": "USERNAME",
"value": "ankirama"
},
{
"context": "{\n statement.setString(1,... | null | [] | package com.jweb.servlet.model;
import com.jweb.servlet.model.beans.UserBean;
import com.sun.tools.internal.xjc.reader.xmlschema.bindinfo.BIConversion;
import java.io.UnsupportedEncodingException;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.sql.*;
import java.util.Ar... | 9,862 | 0.586392 | 0.582945 | 252 | 38.134922 | 29.543713 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.595238 | false | false | 9 |
a2baf959895afc36ca9a30961d294be6e78239ae | 7,524,782,762,377 | 234ec337faa493486848c166ac5ee38478aa43b4 | /sample-source/src/main/java/com/mycompany/samplesource/repository/SubDepartmentRepository.java | 66e56fbd20fc21d9a57ffc8d7abdb31f0eed6317 | [] | no_license | ketangit/spring-cloud-stream-apps | https://github.com/ketangit/spring-cloud-stream-apps | aaf8329f85d9a5b8561eb6bb3eafc934049b9c93 | 9be2a5b689ac20d37f6676f8919809b3f7806bb1 | refs/heads/master | 2020-04-30T20:09:37.116000 | 2019-03-24T19:02:02 | 2019-03-24T19:02:02 | 177,058,256 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mycompany.samplesource.repository;
import com.mycompany.samplesource.domain.SubDepartment;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface SubDepartmentRepository extends JpaRepository<SubDepartment, Integer> {
}... | UTF-8 | Java | 321 | java | SubDepartmentRepository.java | Java | [] | null | [] | package com.mycompany.samplesource.repository;
import com.mycompany.samplesource.domain.SubDepartment;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface SubDepartmentRepository extends JpaRepository<SubDepartment, Integer> {
}... | 321 | 0.859813 | 0.859813 | 10 | 31.1 | 30.752073 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 9 |
38b26899ac418e0f16764b45b19a18e1c6bbda46 | 31,662,498,964,076 | ea16aa0fa650ad746c3dc5d4df72c0f586fd17cf | /app/src/main/java/com/d2956987215/mow/rxjava/response/MemberUpgradeResponse.java | f2ea88c65a9ea5d4d8d0db8e5122178b89e524f8 | [] | no_license | lkxiaojian/msmm | https://github.com/lkxiaojian/msmm | 78886e30f1b6873154a2bd2b4e10441abd62f061 | 3ad336e194e5dffcf1a45de1f9d333446cf50f46 | refs/heads/master | 2022-01-23T16:32:05.449000 | 2019-07-24T03:17:41 | 2019-07-24T03:17:41 | 198,366,675 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.d2956987215.mow.rxjava.response;
import com.google.gson.annotations.SerializedName;
import java.util.List;
public class MemberUpgradeResponse extends BaseResponse {
/**
* data : {"userinfo":{"realname":"","avatar":"","rolename":"一年买手","roletype":1,"deadline":"2020-03-28 12:01:44"},"isopen":[{"i... | UTF-8 | Java | 13,710 | java | MemberUpgradeResponse.java | Java | [
{
"context": "长\",\"text\":\"联系班长进入买手专属培训群\",\"avatar\":\"\",\"realname\":\"朱潇洒\",\"wx\":\"zxs645999223\",\"wxqrcode\":\"\"},{\"title\":\"专属客",
"end": 889,
"score": 0.9998399615287781,
"start": 886,
"tag": "NAME",
"value": "朱潇洒"
},
{
"context": "e\":\"专属客服\",\"text\":\"解决专业问题\",\"ava... | null | [] | package com.d2956987215.mow.rxjava.response;
import com.google.gson.annotations.SerializedName;
import java.util.List;
public class MemberUpgradeResponse extends BaseResponse {
/**
* data : {"userinfo":{"realname":"","avatar":"","rolename":"一年买手","roletype":1,"deadline":"2020-03-28 12:01:44"},"isopen":[{"i... | 13,710 | 0.482383 | 0.472163 | 470 | 26.897873 | 45.056068 | 848 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47234 | false | false | 9 |
226806bcef260dd05487f77e2a973fb9e3bb15f1 | 24,120,536,386,683 | 19fdb5925710960c2343182f767459e0c30a0d56 | /Blox/src/com/blox/ui/GUI.java | b23572335e75797b5b047dd7cd62bbf34c63ae76 | [] | no_license | MichielBlueBot/Blox | https://github.com/MichielBlueBot/Blox | 4f856b333843ea01ac95ffcc1b869cac78c5644b | ebd8b16597c2a8d85fad7b5157bc5767d7b5f621 | refs/heads/master | 2021-05-21T12:32:20.838000 | 2013-05-18T22:27:10 | 2013-05-18T22:27:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.blox.ui;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Component;
import java.awt.Container;
import java.awt.Dimension;
import java.awt.GraphicsConfiguration;
import java.awt.GridLayout;
import java.awt.Insets;
import java.awt.LayoutManager;
import java.awt.Rectangle;
imp... | UTF-8 | Java | 20,063 | java | GUI.java | Java | [] | null | [] | package com.blox.ui;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Component;
import java.awt.Container;
import java.awt.Dimension;
import java.awt.GraphicsConfiguration;
import java.awt.GridLayout;
import java.awt.Insets;
import java.awt.LayoutManager;
import java.awt.Rectangle;
imp... | 20,063 | 0.721079 | 0.695509 | 526 | 36.142586 | 27.636158 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.024715 | false | false | 9 |
2a621d7f4c8846a076d8883cd0cac8b2c8a8495a | 2,302,102,533,185 | 86cd1090b1182f2832f0c6b2ccf28fb0b345610e | /AdvancedProgramming/DesignPattern/Code/src/main/java/test/pattern/action/visitor/AbstractAudience.java | e2e6d189d3064dd801d700a0e7bc86a76511fac3 | [] | no_license | wanglei949758173/study | https://github.com/wanglei949758173/study | a7ada3fd81d706a518e7470b4a8aa3ddc497c0e2 | d54b7e6da9bc0baaea6d7590732ba2e77a663a69 | refs/heads/master | 2022-10-12T17:55:07.486000 | 2021-04-21T14:08:26 | 2021-04-21T14:08:26 | 174,473,949 | 0 | 0 | null | false | 2022-10-04T23:56:36 | 2019-03-08T05:20:26 | 2021-04-21T14:09:11 | 2022-10-04T23:56:34 | 86,716 | 0 | 0 | 5 | C# | false | false | /*
* 模块编号
* 功能描述
* 文件名 AbstractAudience.java
* 作者 王磊
* 编写日期 2020年05月09日
*/
package test.pattern.action.visitor;
/**
* 观众抽象类
*
* @version 1.0.0.0
* @author 王磊
*/
public abstract class AbstractAudience {
/**
* 观众投票
* @param vote 选票,访问者
*/
public abstract void vote(Vote vote);
}
| UTF-8 | Java | 386 | java | AbstractAudience.java | Java | [
{
"context": "编号 \n * 功能描述 \n * 文件名 AbstractAudience.java \n * 作者 王磊 \n * 编写日期 2020年05月09日 \n */\npackage test.pattern.ac",
"end": 66,
"score": 0.9986085891723633,
"start": 64,
"tag": "NAME",
"value": "王磊"
},
{
"context": "\n\n/**\n * 观众抽象类\n * \n * @version 1.0.0.0\n * @author 王磊\n... | null | [] | /*
* 模块编号
* 功能描述
* 文件名 AbstractAudience.java
* 作者 王磊
* 编写日期 2020年05月09日
*/
package test.pattern.action.visitor;
/**
* 观众抽象类
*
* @version 1.0.0.0
* @author 王磊
*/
public abstract class AbstractAudience {
/**
* 观众投票
* @param vote 选票,访问者
*/
public abstract void vote(Vote vote);
}
| 386 | 0.606452 | 0.567742 | 22 | 13.090909 | 12.26936 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409091 | false | false | 9 |
0bcfc046a0d6c0f25e583f6051dc18da5ee1f346 | 27,788,438,471,430 | e25f2445f59be9422df058bca6d0719674ca2263 | /src/main/java/concurrent_collections/store/AbstractBirdStore.java | 792951ea7287696b8f0584e18dadf01eb408fc58 | [] | no_license | Karinkaaa/Homework_23.1 | https://github.com/Karinkaaa/Homework_23.1 | 886b90a968a70f0ae27f13c0eccadd772753614f | f0d7022e319160ba5a4892656dcc2756ec122ccc | refs/heads/master | 2020-06-07T21:52:05.454000 | 2019-06-26T20:10:38 | 2019-06-26T20:10:38 | 193,100,821 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package concurrent_collections.store;
import concurrent_collections.entities.Bird;
import java.util.List;
public abstract class AbstractBirdStore {
/**
* Добавить новый объект
*
* @param bird объект который должен быть добьавлен.
* <p>
* Если объект с таким именем уже ... | UTF-8 | Java | 1,367 | java | AbstractBirdStore.java | Java | [] | null | [] | package concurrent_collections.store;
import concurrent_collections.entities.Bird;
import java.util.List;
public abstract class AbstractBirdStore {
/**
* Добавить новый объект
*
* @param bird объект который должен быть добьавлен.
* <p>
* Если объект с таким именем уже ... | 1,367 | 0.692446 | 0.692446 | 40 | 26.799999 | 30.18874 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.175 | false | false | 9 |
92e5f0d26bac24cea46d305b27731ea2fb4e3a22 | 21,646,635,235,971 | 1b636e4eb15c02e2fbe8250e76a6451ec0894b55 | /WraperDemo/src/com/xzf/test/MainTest.java | 7cfcc3e6440f4f414b277d0660891f3712be3383 | [] | no_license | xiongzf/JavaSpace | https://github.com/xiongzf/JavaSpace | a2a99f93fff5e77975547b3c63576584245a146e | ce888745b8eaf8c604d269f379ed97948e279990 | refs/heads/master | 2020-04-10T00:25:20.235000 | 2018-12-20T01:47:33 | 2018-12-20T01:47:33 | 160,684,874 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xzf.test;
public class MainTest {
public static void main(String[] args) {
// Waiter waiter = new Waitress();
// waiter.service();
WaitressWrap wrap = new WaitressWrap(new Waitress());
wrap.service();
}
}
| UTF-8 | Java | 248 | java | MainTest.java | Java | [] | null | [] | package com.xzf.test;
public class MainTest {
public static void main(String[] args) {
// Waiter waiter = new Waitress();
// waiter.service();
WaitressWrap wrap = new WaitressWrap(new Waitress());
wrap.service();
}
}
| 248 | 0.625 | 0.625 | 14 | 16.714285 | 18.778515 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 9 |
629eb7b7a888a91819d529abcc3c4bbddd62c9a5 | 4,148,938,475,717 | 8e2c03576e5f05da227bb7bff86b44ad8157a0fd | /app/src/main/java/tv/kuainiu/modle/CommentItem.java | 004170af2d794bccb844f2709db39aacd38947bf | [] | no_license | siriusyang/livedemo | https://github.com/siriusyang/livedemo | 9273282485be8f3f87e3c939af9e140cee45d97e | 48c9c0edc246f99e01ac3d9ebfe4eea6680007ad | refs/heads/master | 2016-09-19T11:08:12.390000 | 2016-09-19T10:13:06 | 2016-09-19T10:13:06 | 67,496,084 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tv.kuainiu.modle;
import android.os.Parcel;
import android.os.Parcelable;
/**
* @author nanck on 2016/4/6.
*/
public class CommentItem implements Parcelable {
/**
* id : 768
* commentid : content_54-3053-1
* userid : 41
* creat_at : 1463549003
* content : 后悔
* reply_conten... | UTF-8 | Java | 9,712 | java | CommentItem.java | Java | [
{
"context": "cel;\nimport android.os.Parcelable;\n\n/**\n * @author nanck on 2016/4/6.\n */\npublic class CommentItem impleme",
"end": 104,
"score": 0.9996126890182495,
"start": 99,
"tag": "USERNAME",
"value": "nanck"
},
{
"context": "0-00 00:00:00\n * support : 0\n * nickna... | null | [] | package tv.kuainiu.modle;
import android.os.Parcel;
import android.os.Parcelable;
/**
* @author nanck on 2016/4/6.
*/
public class CommentItem implements Parcelable {
/**
* id : 768
* commentid : content_54-3053-1
* userid : 41
* creat_at : 1463549003
* content : 后悔
* reply_conten... | 9,712 | 0.578926 | 0.571591 | 356 | 26.191011 | 20.073952 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.426966 | false | false | 9 |
47bfa544d716005cc936e3b04db3f9afb9d17ee6 | 4,148,938,475,233 | abfda1d3420f2118aaab5ef5e181ebee3c8cfabf | /src/org/tont/core/netty/send/MarketConnectionHandler.java | b6a0400c34d195c9e26aaeaeacbbfec6883440a2 | [] | no_license | taojhlwkl/JavaGameService | https://github.com/taojhlwkl/JavaGameService | b264b9c2eb217b576fe4461317058960e554dee2 | 26393a3f76ee19195a937cc75665b9dc32a72584 | refs/heads/master | 2021-01-01T13:58:22.578000 | 2016-03-27T13:17:29 | 2016-03-27T13:17:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.tont.core.netty.send;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.ChannelInboundHandlerAdapter;
import org.tont.core.netty.ServerChannelManager;
import org.tont.core.netty.gateway.Gateway;
import org.tont.proto.GameMsgEntity;
public class MarketConnectionHandler extends Channel... | GB18030 | Java | 903 | java | MarketConnectionHandler.java | Java | [] | null | [] | package org.tont.core.netty.send;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.ChannelInboundHandlerAdapter;
import org.tont.core.netty.ServerChannelManager;
import org.tont.core.netty.gateway.Gateway;
import org.tont.proto.GameMsgEntity;
public class MarketConnectionHandler extends Channel... | 903 | 0.811578 | 0.810443 | 26 | 32.884617 | 30.612123 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.307692 | false | false | 9 |
9807a1ff44a13cb63c57494fb2735aa6b1e57590 | 10,952,166,617,147 | 9d1cf64b9aad2a564cd25494db5033c7bf040e5d | /src/main/com/learnifier/jsonlogic/ParseException.java | b0c520d55622238df271bec6cf2781606273d06c | [
"MIT"
] | permissive | magnus08/jjsonlogic | https://github.com/magnus08/jjsonlogic | 8000686f611aea9d1fcd2718766d8094ad93c836 | b2a57070106195ea8bc1d281f2be3c493d4fa116 | refs/heads/master | 2020-12-30T13:19:51.993000 | 2017-05-16T08:39:13 | 2017-05-16T08:39:13 | 91,342,963 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.learnifier.jsonlogic;
import org.omg.SendingContext.RunTime;
/**
* @author Magnus Andersson (magnus.andersson@learnifier.com)
*/
public class ParseException extends RuntimeException {
public ParseException(String s) {
}
}
| UTF-8 | Java | 246 | java | ParseException.java | Java | [
{
"context": "rt org.omg.SendingContext.RunTime;\n\n/**\n * @author Magnus Andersson (magnus.andersson@learnifier.com)\n */\npublic clas",
"end": 106,
"score": 0.9998753070831299,
"start": 90,
"tag": "NAME",
"value": "Magnus Andersson"
},
{
"context": "ontext.RunTime;\n\n/**\n * @aut... | null | [] | package com.learnifier.jsonlogic;
import org.omg.SendingContext.RunTime;
/**
* @author <NAME> (<EMAIL>)
*/
public class ParseException extends RuntimeException {
public ParseException(String s) {
}
}
| 212 | 0.756098 | 0.756098 | 11 | 21.363636 | 22.487463 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 9 |
72e5743945ff2713d90356417098910b802a1ac7 | 3,066,606,703,123 | dc238b3ef784f2fc0341b5a81804a9f66be77723 | /playvideodemo/src/main/java/com/zh/playvideodemo/MainActivity.java | 033a792dd93b801a5ec353da6afbe25df61b2a81 | [] | no_license | zhOrange/AndroidFristCodeApkDemo | https://github.com/zhOrange/AndroidFristCodeApkDemo | f28a045278710995a46c2b03ffb9756ce4e9fb6d | 9c365c95136a6c9915eea4dd816f409a5b503005 | refs/heads/master | 2022-11-05T03:43:11.738000 | 2020-06-19T07:55:43 | 2020-06-19T07:55:43 | 272,325,973 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zh.playvideodemo;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.app.ActivityCompat;
import androidx.core.content.ContextCompat;
import android.Manifest;
import android.content.pm.PackageManager;
import android.os.Bundle;
import android.os.Environ... | UTF-8 | Java | 3,570 | java | MainActivity.java | Java | [] | null | [] | package com.zh.playvideodemo;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.app.ActivityCompat;
import androidx.core.content.ContextCompat;
import android.Manifest;
import android.content.pm.PackageManager;
import android.os.Bundle;
import android.os.Environ... | 3,570 | 0.607264 | 0.606137 | 122 | 28.114754 | 25.706158 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.508197 | false | false | 9 |
22c03806eefa21a312f21a4a3fd86efcb4609b20 | 14,319,420,970,117 | 40d13a730b224ca51710a77ba4af27ac84125378 | /src/main/java/Test.java | 47c5ba19e01efe4a177bf13da494dbd0c0e67d1a | [] | no_license | hai2653068/form_custom | https://github.com/hai2653068/form_custom | ecf32a0ddb0a63afdf15e7128ee589e8a24af27c | 19cc4880d31bc64556a1310a72b17b432d16c20d | refs/heads/master | 2018-12-21T04:31:12.808000 | 2018-11-07T10:07:41 | 2018-11-07T10:07:41 | 149,572,254 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import com.jinrf.common.utils.DefaultRandomStringGenerator;
public class Test {
public static void main(String[] args ){
System.out.println(new DefaultRandomStringGenerator().getNewString());
}
}
| UTF-8 | Java | 215 | java | Test.java | Java | [] | null | [] | import com.jinrf.common.utils.DefaultRandomStringGenerator;
public class Test {
public static void main(String[] args ){
System.out.println(new DefaultRandomStringGenerator().getNewString());
}
}
| 215 | 0.730233 | 0.730233 | 9 | 22.888889 | 28.23097 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 9 |
57ad63d9ec4f17199641349a6602d61538f6ed8b | 21,706,764,720,330 | 2667d3adc128fd215edaf0bf1f57196cf5745c19 | /JavaFrameWork/JDBC/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/work/Catalina/localhost/Java20/org/apache/jsp/homepage_jsp.java | 0d85d52854826e9f334d8f0b20833981395b88f7 | [] | no_license | MyLe1992/JavaPractice20 | https://github.com/MyLe1992/JavaPractice20 | 94692e46fce0c49a95abd231f55f7f3d467b5f01 | 8c275cfdccf892d8e8520350f1db565e83af67b6 | refs/heads/master | 2023-05-06T06:45:25.621000 | 2021-08-03T09:35:13 | 2021-08-03T09:35:13 | 366,734,900 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Generated by the Jasper component of Apache Tomcat
* Version: Apache Tomcat/9.0.46
* Generated at: 2021-08-01 16:00:45 UTC
* Note: The last modified time of this file was set to
* the last modified time of the source file after
* generation to assist with modification tracking.
*/
package org.ap... | UTF-8 | Java | 47,205 | java | homepage_jsp.java | Java | [] | null | [] | /*
* Generated by the Jasper component of Apache Tomcat
* Version: Apache Tomcat/9.0.46
* Generated at: 2021-08-01 16:00:45 UTC
* Note: The last modified time of this file was set to
* the last modified time of the source file after
* generation to assist with modification tracking.
*/
package org.ap... | 47,205 | 0.618411 | 0.560826 | 1,129 | 40.806908 | 31.634846 | 189 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.628875 | false | false | 9 |
2dbeff951d79b108f5341c8ad7091755245339fa | 22,686,017,262,932 | 657c897beedce76156690d010f28f01d52c615db | /patterns/src/IntelligenteCamera/NummerPlaat.java | 96b6a71e2048b00b0bf4397526f15ed026e05f7c | [] | no_license | mpaesen/ProgrammerenMetJava | https://github.com/mpaesen/ProgrammerenMetJava | 46558c2c5affd49613a4b3a7b11e0735a2bba97a | defa9c54ef2e7ae8b1d425b932b406205642e5fb | refs/heads/master | 2021-07-09T22:07:28.658000 | 2020-10-16T20:40:17 | 2020-10-16T20:40:17 | 13,020,643 | 2 | 8 | null | null | null | null | null | null | null | null | null | null | null | null | null | package IntelligenteCamera;
/**
* Write a description of class NummerPlaat here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class NummerPlaat
{
// instance variables - replace the example below with your own
private boolean geseind;
private String nummerPlaat;
/**... | UTF-8 | Java | 1,162 | java | NummerPlaat.java | Java | [] | null | [] | package IntelligenteCamera;
/**
* Write a description of class NummerPlaat here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class NummerPlaat
{
// instance variables - replace the example below with your own
private boolean geseind;
private String nummerPlaat;
/**... | 1,162 | 0.677003 | 0.677003 | 44 | 25.386364 | 21.738337 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.477273 | false | false | 9 |
9c2db3a5014e531d322b3d66f57507a329f79db9 | 10,986,526,355,503 | 347be54c6cc03e1cb164e05f093cfeb870b89e97 | /My_project/src/main/java/com/greenart/mapper/TCL_BasicsMapper.java | 76158e14c15b167db570ebd871c42cc9819a064f | [] | no_license | tkwk1100/Emergency | https://github.com/tkwk1100/Emergency | 95688a71780520147edf7bfe0723617afdb9a175 | f47b3b8027beb937ce935ce02504aa0097895bbb | refs/heads/master | 2023-08-16T11:18:03.683000 | 2021-09-24T00:41:19 | 2021-09-24T00:41:19 | 405,913,066 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.greenart.mapper;
import com.greenart.vo.TCL_BasicsVO;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface TCL_BasicsMapper {
public void insertTCL_Basics(TCL_BasicsVO vo);
}
| UTF-8 | Java | 211 | java | TCL_BasicsMapper.java | Java | [] | null | [] | package com.greenart.mapper;
import com.greenart.vo.TCL_BasicsVO;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface TCL_BasicsMapper {
public void insertTCL_Basics(TCL_BasicsVO vo);
}
| 211 | 0.78673 | 0.78673 | 10 | 20.1 | 19.367241 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 9 |
0bd1cd65f172635469ed8004db72c5b62b359b8f | 19,310,172,972,555 | 978e76e616745607a3c1b6c1652b9ad961fa0402 | /aula09/src/main/java/aula09/Pessoa.java | d4238278c68a27ee7dc6d796ef780e64bdc857fd | [] | no_license | maberf/poojava | https://github.com/maberf/poojava | 7d5906a1da54ac0e329af1fb3265b43a49c88634 | 6d485fb770c476b0ec3626201c1defa393de0034 | refs/heads/master | 2023-04-01T18:09:33.343000 | 2023-03-31T00:35:59 | 2023-03-31T00:35:59 | 295,063,385 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package aula09;
public class Pessoa { // Leitor do livro é um leitor da classe pessoa
// Atributos
private String nome;
private int idade;
private String sexo;
// Métodos Especiais
public Pessoa(String no, int id, String se) {
this.nome = no;
this.idade = id;
... | UTF-8 | Java | 826 | java | Pessoa.java | Java | [] | null | [] | package aula09;
public class Pessoa { // Leitor do livro é um leitor da classe pessoa
// Atributos
private String nome;
private int idade;
private String sexo;
// Métodos Especiais
public Pessoa(String no, int id, String se) {
this.nome = no;
this.idade = id;
... | 826 | 0.533414 | 0.529769 | 47 | 16.468084 | 14.927984 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.340426 | false | false | 9 |
47ad2598f2681ffaa1c745f401d95043575588ae | 17,867,064,018,761 | b8a364123536f337dbfed394bf904abe26257aca | /Software Guild BootCamp Work/Java Projects/FunctionalUnitTests_MilestoneIII/src/test/java/com/tsguild/unittesting/sectionthree/CamelCaseItArrayTest.java | af9a2247dd667ff11e028f567a5a5228ec07441d | [] | no_license | btgehr01/Brady-Gehrman-Individual-Work | https://github.com/btgehr01/Brady-Gehrman-Individual-Work | dc2cdfebcb89d94b78890d293aedfabf1ed1cf71 | 088919131fe55e6fe0982aa56d23ade005ceba2e | refs/heads/master | 2022-12-06T21:57:38.600000 | 2020-08-21T21:37:55 | 2020-08-21T21:37:55 | 271,917,222 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* 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.tsguild.unittesting.sectionthree;
import junit.framework.Assert;
import org.junit.Before;
import org.junit.Test;
/**
*
... | UTF-8 | Java | 2,538 | java | CamelCaseItArrayTest.java | Java | [
{
"context": "Before;\nimport org.junit.Test;\n\n/**\n *\n * @author 19bgehrman\n */\npublic class CamelCaseItArrayTest {\n \n ",
"end": 340,
"score": 0.999477207660675,
"start": 330,
"tag": "USERNAME",
"value": "19bgehrman"
},
{
"context": "dNames() {\n String[] sentenc... | null | [] | /*
* 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.tsguild.unittesting.sectionthree;
import junit.framework.Assert;
import org.junit.Before;
import org.junit.Test;
/**
*
... | 2,538 | 0.672183 | 0.671395 | 70 | 35.257141 | 32.101486 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.871429 | false | false | 9 |
49a73ad25e41eeda5ccae9932ef18c259d480bae | 4,861,903,046,445 | 13b8c6859fbf6d21a23cc13baf82c55a42dba54c | /src/main/java/edu/teco/pavos/core/properties/KafkaPropertiesFileManager.java | 4c8d7184f177ab9902a19aafb2e969b9837f474e | [
"MIT"
] | permissive | olivermliu/pavos-source | https://github.com/olivermliu/pavos-source | 63eb00772e9425f7ebc2af6d6ab74e3de0532a61 | 1760659fdd505c930da19d4c3d4cc0d5af0f5a41 | refs/heads/master | 2018-10-20T00:13:22.166000 | 2018-10-04T16:54:08 | 2018-10-04T16:54:08 | 139,966,826 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.teco.pavos.core.properties;
import java.util.Properties;
import java.util.UUID;
import org.apache.kafka.clients.consumer.ConsumerConfig;
import org.apache.kafka.clients.producer.ProducerConfig;
import org.apache.kafka.common.serialization.Serdes;
import org.apache.kafka.streams.StreamsConfig;
import edu.... | UTF-8 | Java | 10,311 | java | KafkaPropertiesFileManager.java | Java | [] | null | [] | package edu.teco.pavos.core.properties;
import java.util.Properties;
import java.util.UUID;
import org.apache.kafka.clients.consumer.ConsumerConfig;
import org.apache.kafka.clients.producer.ProducerConfig;
import org.apache.kafka.common.serialization.Serdes;
import org.apache.kafka.streams.StreamsConfig;
import edu.... | 10,311 | 0.77364 | 0.771603 | 208 | 48.572117 | 34.139343 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.048077 | false | false | 9 |
b3d6a1e6ca7c870eff7095c8543bbd93467c7329 | 7,705,171,329,533 | 026b9db917bf0ac489ee71aaf4e632eb439ad5e8 | /MBG_Intercrptor/src/test/java/cn/lbd/test/MyBatisTest.java | 8ad6111d002ecc41be197e8894db8e0f799604d3 | [] | no_license | LnBD/MBG-Interceptor | https://github.com/LnBD/MBG-Interceptor | c3902ba1e8766eefc0c5a3cdd99ed95c01d523fe | 9184f02f1b228314c60dcac237e4efe6d10cf042 | refs/heads/master | 2022-07-30T23:45:28.784000 | 2020-03-06T12:20:00 | 2020-03-06T12:20:00 | 245,408,547 | 0 | 0 | null | false | 2022-06-21T02:55:57 | 2020-03-06T12:00:05 | 2020-03-06T12:24:31 | 2022-06-21T02:55:54 | 35 | 0 | 0 | 3 | Java | false | false | package cn.lbd.test;
import cn.lbd.dao.UserMapper;
import cn.lbd.domain.User;
import cn.lbd.domain.UserExample;
import com.github.pagehelper.Page;
import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo;
import org.apache.ibatis.io.Resources;
import org.apache.ibatis.session.SqlSession;
import o... | UTF-8 | Java | 3,263 | java | MyBatisTest.java | Java | [] | null | [] | package cn.lbd.test;
import cn.lbd.dao.UserMapper;
import cn.lbd.domain.User;
import cn.lbd.domain.UserExample;
import com.github.pagehelper.Page;
import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo;
import org.apache.ibatis.io.Resources;
import org.apache.ibatis.session.SqlSession;
import o... | 3,263 | 0.663567 | 0.660578 | 93 | 31.376345 | 21.191353 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.677419 | false | false | 9 |
a7d0e0b6b282dff725800a185cdbf509d77ae064 | 12,008,728,562,909 | d1395b553a1b717dbb22eaeb8df073817940860a | /app/src/main/java/com/xc/blocki/Player.java | af992e5c21b1b6ffb26a5ea697ee9dce5e03830f | [] | no_license | Xenocidel/Blocki | https://github.com/Xenocidel/Blocki | 9ea9670d262da28d52f0ade4881f82d2da1304e5 | a168634876a295bd887ca4bb11012e6b1d6b7475 | refs/heads/master | 2021-01-22T22:16:26.386000 | 2016-06-02T22:34:10 | 2016-06-02T22:34:10 | 85,525,126 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xc.blocki;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.RectF;
import android.util.Log;
/**
* Created by Aaron on 2016-05-03.
*/
public class Player extends Block {
Bitmap shootRight;
... | UTF-8 | Java | 5,055 | java | Player.java | Java | [
{
"context": "RectF;\nimport android.util.Log;\n\n/**\n * Created by Aaron on 2016-05-03.\n */\npublic class Player extends Bl",
"end": 239,
"score": 0.9994305968284607,
"start": 234,
"tag": "NAME",
"value": "Aaron"
}
] | null | [] | package com.xc.blocki;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.RectF;
import android.util.Log;
/**
* Created by Aaron on 2016-05-03.
*/
public class Player extends Block {
Bitmap shootRight;
... | 5,055 | 0.462315 | 0.458952 | 178 | 27.398876 | 20.518105 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.634831 | false | false | 9 |
75f21133521651b6fc87aa03dd16db5df385f36c | 7,078,106,167,799 | 5b8337c39cea735e3817ee6f6e6e4a0115c7487c | /sources/com/mobiroller/models/InAppPurchaseProductImageModel.java | 7d853852e8051e0ab7a827306f50ba3da2ddfe04 | [] | no_license | karthik990/G_Farm_Application | https://github.com/karthik990/G_Farm_Application | 0a096d334b33800e7d8b4b4c850c45b8b005ccb1 | 53d1cc82199f23517af599f5329aa4289067f4aa | refs/heads/master | 2022-12-05T06:48:10.513000 | 2020-08-10T14:46:48 | 2020-08-10T14:46:48 | 286,496,946 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mobiroller.models;
import com.google.gson.annotations.SerializedName;
import java.io.Serializable;
public class InAppPurchaseProductImageModel implements Serializable, Comparable<InAppPurchaseProductImageModel> {
@SerializedName("iu")
public String imageUrl;
@SerializedName("oi")
public in... | UTF-8 | Java | 674 | java | InAppPurchaseProductImageModel.java | Java | [] | null | [] | package com.mobiroller.models;
import com.google.gson.annotations.SerializedName;
import java.io.Serializable;
public class InAppPurchaseProductImageModel implements Serializable, Comparable<InAppPurchaseProductImageModel> {
@SerializedName("iu")
public String imageUrl;
@SerializedName("oi")
public in... | 674 | 0.762611 | 0.759644 | 21 | 31.095238 | 30.914482 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 9 |
77334abcf66976e734f1180854832c11a52513f3 | 6,270,652,320,012 | 95f588c3c515b0bd7f1f9e6c6d06616aadb7135a | /Request.java | 20d03e8ae6b34793a9fc5254dd2cdb55c4615108 | [] | no_license | tectronics/autobiography | https://github.com/tectronics/autobiography | 22db7ea980fe456cf1043e0eb001556e9bc9e261 | b5e54be0d59378408b16e2aaf098bd6c99230172 | refs/heads/master | 2018-01-11T15:06:30.397000 | 2011-04-15T19:31:44 | 2011-04-15T19:31:44 | 49,813,778 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.net.InetAddress;
import java.io.Serializable;
import java.sql.*;
public class Request implements Serializable{
int templatechoice;
Object[] args;
User requestgiver;
/*
choice 1 :@none Creates table Users
choice 2 :@none Creates table Cars
choice 3 :@none Creates table Stat... | UTF-8 | Java | 3,230 | java | Request.java | Java | [] | null | [] | import java.net.InetAddress;
import java.io.Serializable;
import java.sql.*;
public class Request implements Serializable{
int templatechoice;
Object[] args;
User requestgiver;
/*
choice 1 :@none Creates table Users
choice 2 :@none Creates table Cars
choice 3 :@none Creates table Stat... | 3,230 | 0.616718 | 0.605882 | 88 | 35.704544 | 25.324331 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.863636 | false | false | 9 |
75998c8cfadfe9caf12ef7de9aa9a1bccdb6b906 | 36,077,725,294,292 | 3d3064ae75d84d15e8d011ca34a5709481dcb7f1 | /src/com/iyuba/core/iyulive/widget/swiperefreshlayout/MySwipeRefreshLayoutDirection.java | cb139b8d25f521223a0bdef996df988d0b827386 | [] | no_license | renzhongyiyan/AS-Lib | https://github.com/renzhongyiyan/AS-Lib | 5865ee0ac033854d06d152911fa62e9422b6c5a7 | 1decfce161afffa23ec4090091b1ea8004ae3ff3 | refs/heads/master | 2021-01-09T20:52:24.267000 | 2017-10-10T14:21:52 | 2017-10-10T14:21:52 | 57,028,045 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.iyuba.core.iyulive.widget.swiperefreshlayout;
/**
*
* @author xutao
*
*/
public enum MySwipeRefreshLayoutDirection {
TOP(0), // 只有下拉刷新
BOTTOM(1), // 只有加载更多
BOTH(2);// 全都有
private int mValue;
MySwipeRefreshLayoutDirection(int value) {
this.mValue = value;
}
public static MySwipeRefreshLay... | UTF-8 | Java | 571 | java | MySwipeRefreshLayoutDirection.java | Java | [
{
"context": "ive.widget.swiperefreshlayout;\n\n/**\n * \n * @author xutao\n * \n */\npublic enum MySwipeRefreshLayoutDirection",
"end": 83,
"score": 0.9991210103034973,
"start": 78,
"tag": "USERNAME",
"value": "xutao"
}
] | null | [] | package com.iyuba.core.iyulive.widget.swiperefreshlayout;
/**
*
* @author xutao
*
*/
public enum MySwipeRefreshLayoutDirection {
TOP(0), // 只有下拉刷新
BOTTOM(1), // 只有加载更多
BOTH(2);// 全都有
private int mValue;
MySwipeRefreshLayoutDirection(int value) {
this.mValue = value;
}
public static MySwipeRefreshLay... | 571 | 0.704251 | 0.698706 | 30 | 17.033333 | 21.030903 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.266667 | false | false | 9 |
bd541ab22b154f0509b026b3dfc6a72069ff0b90 | 38,792,144,650,910 | 2f095a359098d7f94dbe533917ac980f6978d8fa | /Solutions/g2308.java | d0c216aacdb10892264b0e66123301eb14914915 | [] | no_license | gbiz0/ETEC-Codes | https://github.com/gbiz0/ETEC-Codes | 5323a079a8ea234edaa5dbec960817775c7beb7e | 77b78960c6ddc442f1686581ddbd1690b4ef43f6 | refs/heads/master | 2022-12-08T00:35:14.484000 | 2020-08-25T14:15:25 | 2020-08-25T14:15:25 | 291,990,902 | 3 | 0 | null | true | 2020-09-01T12:24:31 | 2020-09-01T12:24:30 | 2020-08-25T14:15:29 | 2020-08-25T14:15:26 | 6 | 0 | 0 | 0 | null | false | false | import java.util.Scanner;
public class g2308{
public static void main(String[] args) {
Scanner ler = new Scanner(System.in);
int first = ler.nextInt();
int wallet = ler.nextInt();
int bananas = ler.nextInt();
int value =(bananas*(first +(bananas * fir... | UTF-8 | Java | 485 | java | g2308.java | Java | [] | null | [] | import java.util.Scanner;
public class g2308{
public static void main(String[] args) {
Scanner ler = new Scanner(System.in);
int first = ler.nextInt();
int wallet = ler.nextInt();
int bananas = ler.nextInt();
int value =(bananas*(first +(bananas * fir... | 485 | 0.507217 | 0.494845 | 24 | 19.083334 | 18.168005 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 9 |
f73a5d1cb61c61682dfcad7429086a25b3565691 | 38,689,065,409,514 | e9d386ad2745b311e18cd47ee520c6183a0d9c6d | /src/main/java/net/crazysnailboy/mods/halloween/entity/monster/EntityHallowitch.java | 980f3c7ed9b4d6b0eea38e31851ad6b0300938b7 | [
"MIT"
] | permissive | crazysnailboy/Halloween | https://github.com/crazysnailboy/Halloween | 322520d833a09833565cb3e57c9c85b907776fb4 | c29c4eda1752398a6b863cc03b543ba37660b48a | refs/heads/master | 2021-01-02T23:17:15.914000 | 2017-10-08T12:17:53 | 2017-10-08T12:18:54 | 99,496,777 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.crazysnailboy.mods.halloween.entity.monster;
import net.crazysnailboy.mods.halloween.common.config.ModConfiguration;
import net.crazysnailboy.mods.halloween.entity.ai.EntityAIHallowitch;
import net.crazysnailboy.mods.halloween.entity.projectile.EntityCurseOrb;
import net.crazysnailboy.mods.halloween.init.M... | UTF-8 | Java | 4,257 | java | EntityHallowitch.java | Java | [] | null | [] | package net.crazysnailboy.mods.halloween.entity.monster;
import net.crazysnailboy.mods.halloween.common.config.ModConfiguration;
import net.crazysnailboy.mods.halloween.entity.ai.EntityAIHallowitch;
import net.crazysnailboy.mods.halloween.entity.projectile.EntityCurseOrb;
import net.crazysnailboy.mods.halloween.init.M... | 4,257 | 0.778717 | 0.766032 | 136 | 30.308823 | 35.271744 | 177 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.580882 | false | false | 9 |
734e974ac383e403d8c4e1515f9f928773cc8127 | 16,011,638,150,259 | 6575e1d46a611e79fa178e7a52781875d5a23523 | /app/src/main/java/im/maya/forcavendaseudora/general/Repository.java | 7009b2a54cdc1b34f4ec3cf27af956bb1551c72f | [] | no_license | rickaleu/ForcaVendas | https://github.com/rickaleu/ForcaVendas | baa4c20066caf2ea296dbe717f2c35fee2e23dab | 118dbcaf6db080e0ed9fb55be70f3238206084fb | refs/heads/master | 2016-09-13T00:06:28.527000 | 2016-04-25T03:13:31 | 2016-04-25T03:13:31 | 57,008,277 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package im.maya.forcavendaseudora.general;
import im.maya.forcavendaseudora.request.BaseRequest;
import im.maya.forcavendaseudora.response.ReturnService;
import retrofit.Callback;
import retrofit.http.Body;
import retrofit.http.POST;
/**
* Created by ricardosousa on 8/27/15.
*/
public interface Repository {
@P... | UTF-8 | Java | 409 | java | Repository.java | Java | [
{
"context": "ody;\nimport retrofit.http.POST;\n\n/**\n * Created by ricardosousa on 8/27/15.\n */\npublic interface Repository {\n\n ",
"end": 266,
"score": 0.9974794387817383,
"start": 254,
"tag": "USERNAME",
"value": "ricardosousa"
}
] | null | [] | package im.maya.forcavendaseudora.general;
import im.maya.forcavendaseudora.request.BaseRequest;
import im.maya.forcavendaseudora.response.ReturnService;
import retrofit.Callback;
import retrofit.http.Body;
import retrofit.http.POST;
/**
* Created by ricardosousa on 8/27/15.
*/
public interface Repository {
@P... | 409 | 0.777506 | 0.765281 | 16 | 24.5625 | 22.346613 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 9 |
2c45a9735e5184008c45a5c0a07ef8ccf99d627e | 37,417,755,083,017 | 377ca68bf2124e8202689e92baee1d288d1b779b | /MapleLeaf/src/com/lew/mapleleaf/utils/StringUtils.java | fa073a3eb79e2d004ac27958cbb45dd8fca67ae9 | [] | no_license | 394638275/MapleLeaf | https://github.com/394638275/MapleLeaf | a5bc600a9f3bd4ceb46e26a5e7df6804099ec450 | 39d82aa6f19aee1bf1b3b2763701861a9b92eab9 | refs/heads/master | 2016-09-01T16:14:15.757000 | 2015-12-23T18:40:57 | 2015-12-23T18:40:57 | 47,448,138 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lew.mapleleaf.utils;
public class StringUtils {
// public static String getString(int resID){
// return ZJHApplication.getInstance().getString(resID);
// }
}
| UTF-8 | Java | 176 | java | StringUtils.java | Java | [] | null | [] | package com.lew.mapleleaf.utils;
public class StringUtils {
// public static String getString(int resID){
// return ZJHApplication.getInstance().getString(resID);
// }
}
| 176 | 0.732955 | 0.732955 | 10 | 16.6 | 20.582518 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 9 |
685a884389a06f84980a040086ac04572faaaf41 | 10,943,576,672,136 | d76f0e0ee3f077738ee17108761e665aaa7092e0 | /WEBAPP/src/control/LoginFilter.java | 912bbba66a6b20c718f911bc82280a33d0943253 | [
"MIT"
] | permissive | StayErk/YourCoupon | https://github.com/StayErk/YourCoupon | 915b633f43659f122c37e0d27799dbab6bfc0ea2 | 2acfe43667e7ff6f88831a56b3ccc3086d5ada0d | refs/heads/master | 2022-11-13T19:49:37.703000 | 2020-07-08T16:18:38 | 2020-07-08T16:18:38 | 259,417,427 | 0 | 0 | MIT | false | 2020-06-23T16:32:43 | 2020-04-27T18:27:10 | 2020-05-15T16:59:41 | 2020-06-23T16:32:42 | 5,070 | 0 | 0 | 0 | Java | false | false | package control;
import model.cliente.ClienteBean;
import javax.servlet.*;
import javax.servlet.annotation.WebFilter;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import java.io.IOException;
@WebFilter(filterName = "LoginFilter", ... | UTF-8 | Java | 3,373 | java | LoginFilter.java | Java | [] | null | [] | package control;
import model.cliente.ClienteBean;
import javax.servlet.*;
import javax.servlet.annotation.WebFilter;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import java.io.IOException;
@WebFilter(filterName = "LoginFilter", ... | 3,373 | 0.62385 | 0.622071 | 89 | 36.876404 | 34.556847 | 221 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.662921 | false | false | 9 |
5407e0eaf48793f1c992143a109236a7b1e3ae58 | 35,828,617,201,615 | d177d1a081990829c22953b25f2d814279343da6 | /courses/spring19/advanced algorithms/assignments/homework 5/SCP Software/AFIT SCP - Java/src/edu/afit/scpsolver/ast/RSet.java | 02365a689b1c645b717e47102c6cf882522525be | [] | no_license | david-crow/afit | https://github.com/david-crow/afit | 334f552d35404d5d00a75d2b087bb8b55d070747 | add3579894f070a57f433646afc8535a6db486c0 | refs/heads/master | 2023-02-18T03:13:50.301000 | 2020-06-19T14:05:35 | 2020-06-19T14:05:35 | 159,724,949 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.afit.scpsolver.ast;
import edu.afit.scpsolver.ast.ASTNode;
import edu.afit.scpsolver.ast.ASTVisitor;
import java.util.Iterator;
import java.util.Set;
public class RSet extends ASTNode {
private Set<Integer> r;
public RSet(Set<Integer> r) {
this.r = r;
}
public void accept(ASTVisitor ... | UTF-8 | Java | 695 | java | RSet.java | Java | [] | null | [] | package edu.afit.scpsolver.ast;
import edu.afit.scpsolver.ast.ASTNode;
import edu.afit.scpsolver.ast.ASTVisitor;
import java.util.Iterator;
import java.util.Set;
public class RSet extends ASTNode {
private Set<Integer> r;
public RSet(Set<Integer> r) {
this.r = r;
}
public void accept(ASTVisitor ... | 695 | 0.630216 | 0.625899 | 36 | 17.361111 | 14.727436 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.416667 | false | false | 9 |
ed24a8e23b20d72be574399209b1a745297265e2 | 10,720,238,384,825 | b0d6810d4c8679978ed5293f121e310af37a9fcc | /src/main/java/com/kate/config/AppConfiguration.java | de1a4e82d6d9ebe9b8f34965391f6deaeaa10aae | [] | no_license | KaterinaVer/webapp | https://github.com/KaterinaVer/webapp | 950917fcc8c74c2711c1aacdcfbf66c760633647 | d15b4268a7baa6a451dbcd06dc5dc9abfef2e1e1 | refs/heads/master | 2020-04-11T16:44:10.301000 | 2019-01-29T15:22:26 | 2019-01-29T15:22:26 | 161,935,078 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kate.config;
import com.fasterxml.jackson.databind.*;
import org.springframework.context.annotation.*;
import org.springframework.http.converter.HttpMessageConverter;
import org.springframework.http.converter.json.MappingJackson2HttpMessageConverter;
import org.springframework.web.servlet.config.annotation... | UTF-8 | Java | 1,646 | java | AppConfiguration.java | Java | [] | null | [] | package com.kate.config;
import com.fasterxml.jackson.databind.*;
import org.springframework.context.annotation.*;
import org.springframework.http.converter.HttpMessageConverter;
import org.springframework.http.converter.json.MappingJackson2HttpMessageConverter;
import org.springframework.web.servlet.config.annotation... | 1,646 | 0.757594 | 0.755164 | 46 | 34.804348 | 30.116888 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 9 |
58d2bd761805168aea092179ab5470a436c8cad5 | 10,720,238,382,091 | 5bf8000d46e55fcc92cdf409489f942714020856 | /alfresco-mobile-android-client-api/src/main/java/org/alfresco/mobile/android/api/services/impl/publicapi/PublicAPICommentServiceImpl.java | 3caead7ee0a6c636a09a444abc08589f11196dbd | [
"Apache-2.0"
] | permissive | asksasasa83/alfresco-android-sdk | https://github.com/asksasasa83/alfresco-android-sdk | 2a279d124d78c2df18b26d85dcbb1b70a6d2ad55 | ab6b136135996c2b72b53e21dbbff0e32894e35e | refs/heads/master | 2022-12-26T20:52:06.372000 | 2020-10-13T07:11:11 | 2020-10-13T07:56:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*******************************************************************************
* Copyright (C) 2005-2012 Alfresco Software Limited.
*
* This file is part of the Alfresco Mobile SDK.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with ... | UTF-8 | Java | 5,589 | java | PublicAPICommentServiceImpl.java | Java | [
{
"context": "mentService for Public Cloud API.\r\n * \r\n * @author Jean Marie Pascal\r\n */\r\npublic class PublicAPICommentServiceImpl ex",
"end": 2222,
"score": 0.9998418688774109,
"start": 2205,
"tag": "NAME",
"value": "Jean Marie Pascal"
}
] | null | [] | /*******************************************************************************
* Copyright (C) 2005-2012 Alfresco Software Limited.
*
* This file is part of the Alfresco Mobile SDK.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with ... | 5,578 | 0.646627 | 0.643765 | 133 | 40.022556 | 33.272732 | 135 | false | false | 0 | 0 | 0 | 0 | 84 | 0.030059 | 0.481203 | false | false | 9 |
1d282883e25ebfda8a8b73bc9c4462d0c71b9ac1 | 31,430,570,682,126 | 77f6f0651bd5812ada6ae7320ec66c0952f8ba9b | /src/warpedrealities/core/rendering/Renderable.java | 4c3f86b7082720094e8ea19de24af10802df264d | [] | no_license | ChrisJonesPresents/bloodgun-project | https://github.com/ChrisJonesPresents/bloodgun-project | 158cf451c7b25c9601da8a091e26aef2c059bd39 | 8a5e141a39219d9fd846c519dd562d261ca502a0 | refs/heads/master | 2020-01-19T21:32:08.557000 | 2017-07-05T17:03:47 | 2017-07-05T17:03:47 | 94,218,471 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package warpedrealities.core.rendering;
import java.nio.FloatBuffer;
public interface Renderable {
public void draw(int objmatrix, int tintvar, FloatBuffer matrix44fbuffer);
public void discard();
}
| UTF-8 | Java | 216 | java | Renderable.java | Java | [] | null | [] | package warpedrealities.core.rendering;
import java.nio.FloatBuffer;
public interface Renderable {
public void draw(int objmatrix, int tintvar, FloatBuffer matrix44fbuffer);
public void discard();
}
| 216 | 0.75463 | 0.74537 | 10 | 19.6 | 23.367498 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.9 | false | false | 9 |
80d0ac318ceaa0c3b3367e10d1342ea79f7be1e3 | 13,357,348,307,122 | 21293f176a1cbd2a09c94a84662bcfcf5ac2ec97 | /app/src/main/java/com/example/admin/myapplication/activity/Customer_Manager_Activity.java | 01ef5b71aee4e4d398608e22356c2d777452cfa9 | [] | no_license | tranvangiahuy1999/karaoke_management_androidstudio | https://github.com/tranvangiahuy1999/karaoke_management_androidstudio | f2f1dad283b707e67468bf9035aafe56341d5902 | d201e201a8a5b8bd0b12f6f1e600a9c6c84aa606 | refs/heads/master | 2023-04-29T03:18:33.766000 | 2021-05-16T16:30:42 | 2021-05-16T16:30:42 | 250,276,456 | 0 | 1 | null | false | 2021-05-16T16:30:43 | 2020-03-26T14:10:40 | 2021-05-03T16:00:45 | 2021-05-16T16:30:42 | 949 | 0 | 1 | 1 | Java | false | false | package com.example.admin.myapplication.activity;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import com.example.admin.myapplication.R;
import com.example.admin.myapplica... | UTF-8 | Java | 2,065 | java | Customer_Manager_Activity.java | Java | [] | null | [] | package com.example.admin.myapplication.activity;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import com.example.admin.myapplication.R;
import com.example.admin.myapplica... | 2,065 | 0.644564 | 0.643588 | 58 | 34.362068 | 30.092213 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.586207 | false | false | 9 |
e6d8fe368eb5cf87ab921120f63902c912e01d75 | 29,033,978,934,587 | fb78f4c4f6a595febc189a7be3964fe6d3e25573 | /app/src/main/java/beze/link/fragments/TroubleCodesFragment.java | 46b26944e6186a261bda04e35285ded8f30550a8 | [
"MIT"
] | permissive | zbertils/link.android | https://github.com/zbertils/link.android | a6439634e75c6771f5e3f0ee3685e76355b8fb0b | 414121cd64d6af6ecf0a624f3f5cc2c0700c64f8 | refs/heads/master | 2020-03-16T17:30:05.093000 | 2019-12-26T16:16:20 | 2019-12-26T16:16:20 | 132,834,999 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package beze.link.fragments;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.TabLayout;
import android.support.v4.app.Fragment;
import android.support.v4.view.View... | UTF-8 | Java | 2,636 | java | TroubleCodesFragment.java | Java | [] | null | [] | package beze.link.fragments;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.TabLayout;
import android.support.v4.app.Fragment;
import android.support.v4.view.View... | 2,636 | 0.715857 | 0.713581 | 87 | 28.298851 | 29.366537 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45977 | false | false | 9 |
dcac19432ac51ab6b7b46d7fa76b1fe6a1d31501 | 27,711,129,017,327 | 9e637f63604794424ecc15c871f79bb2d3ae961a | /app/src/main/java/com/example/administrator/learning/video/common/bean/Scorerequset.java | d6cd9c2924b3a72f98d7f61474a661ad9c09fa50 | [] | no_license | carsher/StudyPlatform | https://github.com/carsher/StudyPlatform | fcb44569358ae90f612d8792285b8a6de9d0bc5e | ce8e0331d7793f07d9e564398b8dc56e5911bd6c | refs/heads/master | 2020-08-14T16:08:53.922000 | 2019-10-15T06:10:29 | 2019-10-15T06:10:29 | 215,196,286 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.administrator.learning.video.common.bean;
/**
* Created by 88888888 on 2018/11/18.
*/
public class Scorerequset {
private int scod;
public int getScod() {
return scod;
}
public void setScod(int scod) {
this.scod = scod;
}
}
| UTF-8 | Java | 286 | java | Scorerequset.java | Java | [] | null | [] | package com.example.administrator.learning.video.common.bean;
/**
* Created by 88888888 on 2018/11/18.
*/
public class Scorerequset {
private int scod;
public int getScod() {
return scod;
}
public void setScod(int scod) {
this.scod = scod;
}
}
| 286 | 0.625874 | 0.56993 | 17 | 15.823529 | 17.147236 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.235294 | false | false | 9 |
0ad3ea3b4a13fe229da8343469c06926c8b7d877 | 3,805,341,033,076 | 5456a38a3374f32e3b0b36b5df47bf3e281c979a | /rest/workspace-csra-pjsetup/utils/src/main/java/com/hcentive/utils/demographics/domain/ZipCodesPK.java | 04293a40a21e975dc0ad1b922baa935e464e1b23 | [] | no_license | kietutorial/kiesetup | https://github.com/kietutorial/kiesetup | 960ea0887af1a605bc3fbe516f1070946d2611ed | d856e7e2dbc31d9e928288313a6d942c4a054a09 | refs/heads/master | 2022-12-21T20:56:43.711000 | 2019-09-01T01:06:32 | 2019-09-01T01:06:32 | 205,611,561 | 0 | 0 | null | false | 2022-12-16T01:21:47 | 2019-09-01T00:41:55 | 2019-09-01T01:06:51 | 2022-12-16T01:21:44 | 32,310 | 0 | 0 | 23 | Java | false | false | /**
* Copyright (c) 2009 - 2012 hCentive Inc. All rights reserved.
*/
package com.hcentive.utils.demographics.domain;
import java.io.Serializable;
public class ZipCodesPK implements Serializable {
private String code;
private String county;
public ZipCodesPK() {
}
public ZipCodesPK(String c... | UTF-8 | Java | 650 | java | ZipCodesPK.java | Java | [] | null | [] | /**
* Copyright (c) 2009 - 2012 hCentive Inc. All rights reserved.
*/
package com.hcentive.utils.demographics.domain;
import java.io.Serializable;
public class ZipCodesPK implements Serializable {
private String code;
private String county;
public ZipCodesPK() {
}
public ZipCodesPK(String c... | 650 | 0.653846 | 0.641538 | 39 | 14.666667 | 17.031393 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.025641 | false | false | 9 |
8bd0eb162e045591c609d6356e2f217cd004f240 | 4,776,003,697,331 | 7674d1eb1478b73822f4adf2ea04d4d2be48bb6f | /springboot/mer/src/main/java/com/hanium/mer/vo/ProjectDto.java | 77bad75eb19d96c5aa84b8d160bda23412947351 | [] | no_license | parkjunmin/redteam | https://github.com/parkjunmin/redteam | daf3c4368af613b48e5cd94995c158d9b51c35a4 | 26ecbca91fad52736ddcb193430419fdaff096ab | refs/heads/master | 2023-05-13T16:59:11.146000 | 2021-06-06T03:08:41 | 2021-06-06T03:08:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hanium.mer.vo;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.time.LocalDate;
import java.util.ArrayList;
@Data
@AllArgsConstructor//
@NoArgsConstructor
public class ProjectDto {
private Long tmp_no;
private ArrayList<String> tag_no;
priva... | UTF-8 | Java | 475 | java | ProjectDto.java | Java | [] | null | [] | package com.hanium.mer.vo;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.time.LocalDate;
import java.util.ArrayList;
@Data
@AllArgsConstructor//
@NoArgsConstructor
public class ProjectDto {
private Long tmp_no;
private ArrayList<String> tag_no;
priva... | 475 | 0.743158 | 0.743158 | 28 | 15.964286 | 13.743783 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.464286 | false | false | 9 |
5cad99f4a7235d1be8a140d063135c8974ad41d1 | 24,704,651,945,681 | fb7ff96615fede5ca22962ec0c12173c5d4a3d12 | /src/main/java/message_queue/handler/TopicHandler.java | 24a9e82700d456d7f1fdb202d8d71bab024153f0 | [] | no_license | ritesh93/concurrency | https://github.com/ritesh93/concurrency | 6d7e9b6b4550a192d7e411974b9f6057f0f5367a | d33663843b1bed3ff15b05216877d14274409234 | refs/heads/master | 2023-06-23T06:19:37.485000 | 2021-07-15T05:27:21 | 2021-07-15T05:27:21 | 264,272,030 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package message_queue.handler;
import message_queue.model.Topic;
import message_queue.model.TopicSubscriber;
import java.util.HashMap;
import java.util.Map;
public class TopicHandler {
private Topic topic;
private Map<String, SubscriberWorker> subscriberWorkerMap = null;
TopicHandler(Topic topic){
... | UTF-8 | Java | 1,038 | java | TopicHandler.java | Java | [] | null | [] | package message_queue.handler;
import message_queue.model.Topic;
import message_queue.model.TopicSubscriber;
import java.util.HashMap;
import java.util.Map;
public class TopicHandler {
private Topic topic;
private Map<String, SubscriberWorker> subscriberWorkerMap = null;
TopicHandler(Topic topic){
... | 1,038 | 0.708093 | 0.708093 | 32 | 31.4375 | 28.534998 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.53125 | false | false | 9 |
d9b1439d1002d0c0891a34b9a966435c8625fc2c | 24,704,651,947,993 | f66440f9045d8d966d7e9d9e8885f91438cba791 | /src/test/java/com/gohenry/coding/challenge/services/ChildServiceTest.java | 0b0a8ddd9f4468cb4bec647b852e59a82d12a1d0 | [] | no_license | wangrui-uk/coding-challenge | https://github.com/wangrui-uk/coding-challenge | 587d74dafa3c4ea70562cafa318edd554209f2c5 | f05a0d0ba6f0dd9eb7e37ab490645b4260fde425 | refs/heads/master | 2022-02-06T02:25:32.261000 | 2019-10-16T01:42:40 | 2019-10-16T01:42:40 | 215,321,344 | 0 | 0 | null | false | 2022-01-21T23:32:08 | 2019-10-15T14:35:30 | 2019-10-16T01:42:48 | 2022-01-21T23:32:08 | 22 | 0 | 0 | 2 | Java | false | false | package com.gohenry.coding.challenge.services;
import com.gohenry.coding.challenge.dto.ChildDto;
import com.gohenry.coding.challenge.exceptions.ChildNotFoundException;
import com.gohenry.coding.challenge.models.GENDER;
import com.gohenry.coding.challenge.repositories.ChildRepository;
import com.gohenry.coding.challeng... | UTF-8 | Java | 3,640 | java | ChildServiceTest.java | Java | [
{
"context": "h(LocalDate.now())\n .emailAddress(\"email@email.com\")\n .firstName(\"Firstname\")\n ",
"end": 1505,
"score": 0.9998275637626648,
"start": 1490,
"tag": "EMAIL",
"value": "email@email.com"
},
{
"context": "ss(\"email@email.com\")\n ... | null | [] | package com.gohenry.coding.challenge.services;
import com.gohenry.coding.challenge.dto.ChildDto;
import com.gohenry.coding.challenge.exceptions.ChildNotFoundException;
import com.gohenry.coding.challenge.models.GENDER;
import com.gohenry.coding.challenge.repositories.ChildRepository;
import com.gohenry.coding.challeng... | 3,616 | 0.669505 | 0.666209 | 99 | 35.767677 | 27.443542 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.494949 | false | false | 9 |
4579fa06e7785a7822c815d3350d4ed1da17ca8c | 11,776,800,393,744 | 9dd6d9082ced4a3814b8ce5e9db133095dd9409b | /cloud-security/cloud-security-api/src/main/java/com/moses/cloud/security/po/Role.java | ef7a20405358067152c1f231921970354d8ec8e8 | [] | no_license | moses-keqi/cloud-consul-parent | https://github.com/moses-keqi/cloud-consul-parent | cb9438d7f9bfc000b9e9196996940a8b07940187 | f748edda9af3278a118e2e08748b737a4aaab3a3 | refs/heads/main | 2023-03-21T13:26:22.776000 | 2021-03-09T07:40:00 | 2021-03-09T07:40:00 | 345,922,087 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.moses.cloud.security.po;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableName;
import com.moses.cloud.orm.entity.AbstractEntity;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
/**
* @Author... | UTF-8 | Java | 1,125 | java | Role.java | Java | [
{
"context": "ModelProperty;\nimport lombok.Data;\n\n/**\n * @Author HanKeQi\n * @Date 2020/12/28 下午9:54\n * @Version 1.0\n **/\n@",
"end": 328,
"score": 0.9975932240486145,
"start": 321,
"tag": "NAME",
"value": "HanKeQi"
}
] | null | [] | package com.moses.cloud.security.po;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableName;
import com.moses.cloud.orm.entity.AbstractEntity;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
/**
* @Author... | 1,125 | 0.710552 | 0.694095 | 41 | 24.195122 | 17.696934 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.341463 | false | false | 9 |
79aab3f2992f4aad27ea4f0a3c88eccb74f5360e | 5,978,594,512,346 | a730a3532e575ebda8afa2575f5c2b6746f0b8ce | /app/src/main/java/co/system/medical/ambucare/user/UserProfileFragment.java | a6ec4e5e056b52ca98fb81ccce2a1aa256caf684 | [] | no_license | medisysbdteam/ambucare | https://github.com/medisysbdteam/ambucare | e4975fb9562d66a896493518ad7e1520760a8435 | 367622490cedb275952195bf280bae58d759da37 | refs/heads/master | 2020-03-22T15:10:38.556000 | 2018-07-09T05:17:02 | 2018-07-09T05:17:02 | 140,233,553 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package co.system.medical.ambucare.user;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import co.system.medical.ambucare.R;
public class UserProfileFragment ext... | UTF-8 | Java | 843 | java | UserProfileFragment.java | Java | [] | null | [] | package co.system.medical.ambucare.user;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import co.system.medical.ambucare.R;
public class UserProfileFragment ext... | 843 | 0.725979 | 0.724792 | 35 | 23.085714 | 25.028408 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 9 |
991e7d9a48a00e1696409c359d7633790c3fc646 | 2,731,599,202,541 | a115c0742b72e8b82aad5e473d3fc8937b86a9f0 | /java/mod/papavinny/swordfight/client/MissAttack.java | 799d1b0f76a242722747403fef313a35994d1287 | [] | no_license | PapaVinny/HelpWithCombat | https://github.com/PapaVinny/HelpWithCombat | b2f531f4468553897b442c04065c77dd3bd20b2e | 777f324364d4766ce0aa321eff27fc07bf516fe3 | refs/heads/master | 2020-07-05T20:06:35.164000 | 2019-08-16T16:03:43 | 2019-08-16T16:03:43 | 202,758,471 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mod.papavinny.swordfight.client;
import mod.papavinny.swordfight.network.SFPacketHandler;
import mod.papavinny.swordfight.network.miss.MissMessage;
import mod.papavinny.swordfight.util.Reference;
import net.minecraft.entity.player.EntityPlayerMP;
import net.minecraftforge.event.entity.player.PlayerIntera... | UTF-8 | Java | 725 | java | MissAttack.java | Java | [] | null | [] | package mod.papavinny.swordfight.client;
import mod.papavinny.swordfight.network.SFPacketHandler;
import mod.papavinny.swordfight.network.miss.MissMessage;
import mod.papavinny.swordfight.util.Reference;
import net.minecraft.entity.player.EntityPlayerMP;
import net.minecraftforge.event.entity.player.PlayerIntera... | 725 | 0.82069 | 0.82069 | 18 | 38 | 27.235598 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.722222 | false | false | 9 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.