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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d3f3e27f881af769c9c06705aa9d53c1d52c5531 | 18,330,920,465,767 | e716d5b34fa64ab5f54f0b11ed1b8399386c21e1 | /leetcode/src/main/java/com/zhe/leetcode/hard/RegularExpressionMatchingSolution.java | 96b6fb624a358b0b8a9b33c22d31bf2251cb48c9 | [
"MIT"
] | permissive | zh-e/leetCode | https://github.com/zh-e/leetCode | 4de9c139cff2e93e1efffd6c23446bc970577c19 | 3771d47f082969e3e27a0ec859eee83a90c9f96d | refs/heads/master | 2021-06-18T19:14:47.976000 | 2021-04-06T13:32:33 | 2021-04-06T13:32:33 | 136,731,254 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhe.leetcode.hard;
/**
* '.' 匹配任何单个字符。
* '*'匹配前面元素的零个或多个。
* @author zhangzhe
*/
public class RegularExpressionMatchingSolution {
public static void main(String[] args) {
System.out.println(isMatch("aaa", "a*"));
}
private static boolean isMatch(String s, String p) {
retur... | UTF-8 | Java | 382 | java | RegularExpressionMatchingSolution.java | Java | [
{
"context": "**\n * '.' 匹配任何单个字符。\n * '*'匹配前面元素的零个或多个。\n * @author zhangzhe\n */\npublic class RegularExpressionMatchingSolutio",
"end": 92,
"score": 0.9666837453842163,
"start": 84,
"tag": "USERNAME",
"value": "zhangzhe"
}
] | null | [] | package com.zhe.leetcode.hard;
/**
* '.' 匹配任何单个字符。
* '*'匹配前面元素的零个或多个。
* @author zhangzhe
*/
public class RegularExpressionMatchingSolution {
public static void main(String[] args) {
System.out.println(isMatch("aaa", "a*"));
}
private static boolean isMatch(String s, String p) {
retur... | 382 | 0.627219 | 0.627219 | 19 | 16.789474 | 18.930841 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.263158 | false | false | 4 |
ae9e6f0f2fdc384de1811de42fd0d8a5d714e2c7 | 27,874,337,796,902 | 4b72528183d6c50aecd5130c02dfbef467494f8a | /GenresInterface.java | 847e6125e8c3c33c9afa08e381704537ff4ff7c1 | [] | no_license | cathyjol/EECS-214-Project-Foxtrot | https://github.com/cathyjol/EECS-214-Project-Foxtrot | ea065d325fe61b64f38d8e7bd77e9d4ac2ca2f3e | 4b2268283b8e8086a04666a39e33a5913db1eb3d | refs/heads/master | 2021-01-19T11:02:42.461000 | 2014-06-01T15:34:41 | 2014-06-01T15:34:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Interfaces
* EECS 214 Project Foxtrot
* Movie database
*/
package foxtrot;
public interface GenresInterface extends ListsInterface {
// Sets position to zero for iteration through genre list,
// such that each visit to the genre will begin with its most higly rated movie
void reset();
//... | UTF-8 | Java | 598 | java | GenresInterface.java | Java | [] | null | [] | /*
* Interfaces
* EECS 214 Project Foxtrot
* Movie database
*/
package foxtrot;
public interface GenresInterface extends ListsInterface {
// Sets position to zero for iteration through genre list,
// such that each visit to the genre will begin with its most higly rated movie
void reset();
//... | 598 | 0.685619 | 0.680602 | 20 | 28.9 | 26.752382 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 4 |
3d2defe24d7608ac054c2b90796d66a8a1639999 | 3,178,275,866,179 | b9efab197634659559183e87a57c9444f89b8557 | /Strategies.java | 513256701576fffaf51cfd3e384e67a0cb45bd10 | [] | no_license | jaydelarosa1117/battleAspect | https://github.com/jaydelarosa1117/battleAspect | 17d9b5391cfc735df10ed72d42dc21b13f97791e | 6598bf3bfd0a36968c6e1e7e7b978148b4eed735 | refs/heads/master | 2021-01-19T04:08:38.604000 | 2017-04-18T18:46:47 | 2017-04-18T18:46:47 | 87,352,609 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ext;
/* @author Jose de La Rosa
* @author Danner Pacheco
*
* Created for CS3360
*
*/
import java.util.ArrayList;
import java.util.Collections;
import java.util.LinkedList;
import java.util.Queue;
import java.util.Stack;
public class Strategies {
private boolean[][] shotsDone;
private Stack<Coordin... | UTF-8 | Java | 3,405 | java | Strategies.java | Java | [
{
"context": "package ext;\n\n\n/* @author Jose de La Rosa\n * @author Danner Pacheco\n * \n * Created for CS33",
"end": 41,
"score": 0.9998725652694702,
"start": 26,
"tag": "NAME",
"value": "Jose de La Rosa"
},
{
"context": "ckage ext;\n\n\n/* @author Jose de La Rosa\n * @author Dan... | null | [] | package ext;
/* @author <NAME>
* @author <NAME>
*
* Created for CS3360
*
*/
import java.util.ArrayList;
import java.util.Collections;
import java.util.LinkedList;
import java.util.Queue;
import java.util.Stack;
public class Strategies {
private boolean[][] shotsDone;
private Stack<Coordinates> possibleHit... | 3,388 | 0.627606 | 0.600294 | 133 | 24.609022 | 17.719126 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.932331 | false | false | 4 |
76d1f94d445bfe631209c648df4b66dea061ee51 | 10,849,087,448,713 | 1034acecf7572fca20869114295ef79b52498ca7 | /DAS/app/src/main/java/com/example/rizwan444/das/SPWelcome.java | 2fbc3d191f2b83896fc8d40da1e5c9ee06fc716e | [] | no_license | rizwan444/GitHubAndroidNew | https://github.com/rizwan444/GitHubAndroidNew | 99e8099c1b75e9089d9bb0066f5dcc4d584964ce | db6c4755a0d4211c630b3fbd24b47718545dc959 | refs/heads/master | 2021-01-11T19:08:42.555000 | 2017-02-04T03:57:38 | 2017-02-04T03:57:38 | 79,326,469 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.rizwan444.das;
import android.content.Context;
import android.content.SharedPreferences;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.TextView;
public class SPWelcome extends AppCompatActivity {
TextView v;
@Override
protected void o... | UTF-8 | Java | 1,346 | java | SPWelcome.java | Java | [
{
"context": "package com.example.rizwan444.das;\n\nimport android.content.Context;\nimport andr",
"end": 29,
"score": 0.9975571632385254,
"start": 20,
"tag": "USERNAME",
"value": "rizwan444"
}
] | null | [] | package com.example.rizwan444.das;
import android.content.Context;
import android.content.SharedPreferences;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.TextView;
public class SPWelcome extends AppCompatActivity {
TextView v;
@Override
protected void o... | 1,346 | 0.676077 | 0.667905 | 44 | 29.59091 | 28.635895 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590909 | false | false | 4 |
c871cbac5679ed37cea7ab75e5affbf2b8a9bccf | 19,516,331,453,274 | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /components/signin/core/browser/android/java/src/org/chromium/components/signin/ChromeSigninController.java | 4327b1bd8925ec67d37de20427c877c4847b3bfd | [
"BSD-3-Clause"
] | permissive | Samsung/Castanets | https://github.com/Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744000 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | false | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | 2022-05-19T14:34:57 | 2022-07-06T20:34:03 | 3,786,885 | 42 | 43 | 71 | null | false | false | // Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.components.signin;
import android.accounts.Account;
import org.chromium.base.ContextUtils;
/**
* Caches the signed-in username in... | UTF-8 | Java | 1,877 | java | ChromeSigninController.java | Java | [
{
"context": "blic static final String SIGNED_IN_ACCOUNT_KEY = \"google.services.username\";\n\n private static final Object LOCK = new Obj",
"end": 572,
"score": 0.9884520769119263,
"start": 548,
"tag": "KEY",
"value": "google.services.username"
}
] | null | [] | // Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.components.signin;
import android.accounts.Account;
import org.chromium.base.ContextUtils;
/**
* Caches the signed-in username in... | 1,877 | 0.676612 | 0.674481 | 62 | 29.274193 | 26.413687 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.274194 | false | false | 4 |
50f43758d5bdc4eeb44f28bb9159a04bb1fb01f7 | 1,047,972,023,171 | dec6bd85db1d028edbbd3bd18fe0ca628eda012e | /netbeans-projects/SistemaInventario/src/model/Patrimonio.java | 0bda37c82f1219b4e04958948a5ed5b02c5974f8 | [] | no_license | MatheusGrenfell/java-projects | https://github.com/MatheusGrenfell/java-projects | 21b961697e2c0c6a79389c96b588e142c3f70634 | 93c7bfa2e4f73a232ffde2d38f30a27f2a816061 | refs/heads/master | 2022-12-29T12:55:00.014000 | 2020-10-16T00:54:30 | 2020-10-16T00:54:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
import java.util.Date;
public class Patrimonio extends Codigo {
private int numNotaFiscal, mesesGarantia, situacaoBem;
private String descricao, numSerie;
private Date dataCadastro, ultAlteracao, dataAquisicao;
private double valor;
private Ambiente ambiente;
private Fornecedor... | UTF-8 | Java | 2,346 | java | Patrimonio.java | Java | [] | null | [] | package model;
import java.util.Date;
public class Patrimonio extends Codigo {
private int numNotaFiscal, mesesGarantia, situacaoBem;
private String descricao, numSerie;
private Date dataCadastro, ultAlteracao, dataAquisicao;
private double valor;
private Ambiente ambiente;
private Fornecedor... | 2,346 | 0.646206 | 0.646206 | 110 | 20.327272 | 18.651888 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.345455 | false | false | 4 |
981e533ef712f7ae9aa394b8fc442a4306e50915 | 30,528,627,542,723 | 104f3f43ce45f9508cde1f562e9c27c3717aedde | /sept25/hibernateDayOne/src/main/java/hibernateDayOne/Employee.java | f5d17bc63977f9ced5f83cfa51c3080882a40b2f | [] | no_license | surjjin/Worldpay_java | https://github.com/surjjin/Worldpay_java | 81aa2b80a82380074276308b3f9d96875741931a | b0973f76f25d29be0498159b252c7eef311e0a69 | refs/heads/master | 2020-03-27T10:39:47.422000 | 2018-12-06T04:48:38 | 2018-12-06T04:48:38 | 146,436,344 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hibernateDayOne;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.ManyToMany;
@Entity
public class Employee {
@Id
private int empno;
private String ename;
private Address address;
private int salary;
@ManyToMany
p... | UTF-8 | Java | 1,253 | java | Employee.java | Java | [] | null | [] | package hibernateDayOne;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.ManyToMany;
@Entity
public class Employee {
@Id
private int empno;
private String ename;
private Address address;
private int salary;
@ManyToMany
p... | 1,253 | 0.703911 | 0.703911 | 65 | 18.276922 | 15.593399 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.6 | false | false | 4 |
d8ac31ccf4d0c54f08b339675809e5f6d3a63f9a | 3,186,865,742,369 | 06a444ceb7bab5ba4272408981254773a75cb73b | /Lab 5 challenge/TwoWheeledRobot.java | 342f1f9adec739bcd78d954914fddb4c4e5a33f9 | [] | no_license | bernardkaminski/DPM-Bernie-Adip- | https://github.com/bernardkaminski/DPM-Bernie-Adip- | 63eb5edcd2931d9309f2fa7d333824e9f20d37eb | 9a2d41c0fec4d9a1cc00271641317ad5f23a08d0 | refs/heads/master | 2021-01-23T02:34:35.231000 | 2013-10-12T03:24:57 | 2013-10-12T03:24:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import lejos.nxt.NXTRegulatedMotor;
import lejos.nxt.Sound;
//only here because odometer uses it
public class TwoWheeledRobot {
public static final double DEFAULT_LEFT_RADIUS = 2.1;
public static final double DEFAULT_RIGHT_RADIUS = 2.1;
public static final double DEFAULT_WIDTH = 16.5;
private NXTRegulatedMotor lef... | UTF-8 | Java | 2,502 | java | TwoWheeledRobot.java | Java | [] | null | [] | import lejos.nxt.NXTRegulatedMotor;
import lejos.nxt.Sound;
//only here because odometer uses it
public class TwoWheeledRobot {
public static final double DEFAULT_LEFT_RADIUS = 2.1;
public static final double DEFAULT_RIGHT_RADIUS = 2.1;
public static final double DEFAULT_WIDTH = 16.5;
private NXTRegulatedMotor lef... | 2,502 | 0.732614 | 0.725819 | 98 | 24.530613 | 23.169388 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.163265 | false | false | 4 |
33ce557f1d0dedc83e69c9a3116644e5be3f1275 | 13,889,924,271,042 | 54053fd8531c5d8aeaf0fcbd3188c11fad302ada | /src/disk144/SplitHelper.java | 0eb00794118a4754e2135297efd196bee47fb76a | [] | no_license | nietoperz809/JournalingDisk | https://github.com/nietoperz809/JournalingDisk | 39194d0c4d9eb01c7a02a2bdf359468c15d6e0ea | db46fc84abf16ee4fc94b1b43ec2db1efd889a45 | refs/heads/master | 2021-01-20T07:17:57.955000 | 2017-09-08T14:46:07 | 2017-09-08T14:46:07 | 101,529,103 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package disk144;
import com.sun.xml.internal.messaging.saaj.util.ByteOutputStream;
/**
* Created by Administrator on 11/24/2016.
*/
class SplitHelper
{
private int getBlocks ()
{
return blocks;
}
private final int blocks;
private int getRemainder ()
{
return remainder;
}... | UTF-8 | Java | 1,262 | java | SplitHelper.java | Java | [
{
"context": "ing.saaj.util.ByteOutputStream;\n\n/**\n * Created by Administrator on 11/24/2016.\n */\nclass SplitHelper\n{\n privat",
"end": 116,
"score": 0.82159423828125,
"start": 103,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package disk144;
import com.sun.xml.internal.messaging.saaj.util.ByteOutputStream;
/**
* Created by Administrator on 11/24/2016.
*/
class SplitHelper
{
private int getBlocks ()
{
return blocks;
}
private final int blocks;
private int getRemainder ()
{
return remainder;
}... | 1,262 | 0.57607 | 0.563391 | 55 | 21.945454 | 21.808603 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.509091 | false | false | 4 |
c309086622fe8648b4e82c97f2e246af936d01f7 | 34,737,695,507,700 | bb27abbc0633c4bcf177c1bca85a120041d9726f | /sprint/app/models/Snapshot.java | d06938f54ac746c792973b41fa8de48ff1d1ea49 | [] | no_license | chrisvandergeer/playScrum | https://github.com/chrisvandergeer/playScrum | c7662010f9dd7c3e1d60be2c0462f92e3dcd7fd9 | 6b20a4dfbae85e395808e73140ceb0308284a8d4 | refs/heads/master | 2016-08-07T14:19:00.265000 | 2012-06-01T20:14:11 | 2012-06-01T20:14:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package models;
import play.*;
import play.db.jpa.*;
import javax.persistence.*;
import java.util.*;
@Entity
public class Snapshot extends Model {
@ManyToOne
public Sprint sprint;
public int day;
public int storypointsTodo;
public int tasksTodo;
public void addTodo(int todo) {
tasksTodo += todo;
}
publi... | UTF-8 | Java | 413 | java | Snapshot.java | Java | [] | null | [] | package models;
import play.*;
import play.db.jpa.*;
import javax.persistence.*;
import java.util.*;
@Entity
public class Snapshot extends Model {
@ManyToOne
public Sprint sprint;
public int day;
public int storypointsTodo;
public int tasksTodo;
public void addTodo(int todo) {
tasksTodo += todo;
}
publi... | 413 | 0.728814 | 0.728814 | 25 | 15.52 | 14.045981 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 4 |
a906c334f0b88e67f5de044339dd2d72e130cedf | 21,371,757,277,512 | 83c24eeb40ba847e3793069bac22863cbfdd74b5 | /src/com/amc/dao/IPrepareDao.java | d1333cd90b8b6abc3a6fd830a18b63150a694c44 | [] | no_license | 140821wxteam/AMC | https://github.com/140821wxteam/AMC | 2d95e3672d198c2a529ed8c14f8beb6568088b7d | 8b7d4884d45dbf963f9a6a94a4940d32e0b24073 | refs/heads/master | 2021-09-04T04:07:18.536000 | 2018-01-15T16:50:18 | 2018-01-15T16:50:18 | 107,947,464 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.amc.dao;
import com.amc.model.models.Prepare;
import com.infrastructure.project.base.dao.IEnableEntityDao;
public interface IPrepareDao extends IEnableEntityDao<Integer,Prepare> {
}
| UTF-8 | Java | 198 | java | IPrepareDao.java | Java | [] | null | [] | package com.amc.dao;
import com.amc.model.models.Prepare;
import com.infrastructure.project.base.dao.IEnableEntityDao;
public interface IPrepareDao extends IEnableEntityDao<Integer,Prepare> {
}
| 198 | 0.818182 | 0.818182 | 9 | 21 | 26.898989 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 4 |
d04b2e83c8f6a903f0d03b7058522d9740e99ba2 | 24,799,141,180,423 | 09f9caa39850d11c36f378a533636cf2230b0ee2 | /server_db/im_common/src/main/java/com/qbao/im/api/msg/BaseMessage.java | 7bb36f1bd127dc12a9825e56461b04e5c9a3f9ff | [] | no_license | 15831944/phoenix | https://github.com/15831944/phoenix | 16628f6299e1b7f997c1c4047fb6125db71e67e5 | cce9adf6a7ffaaf9a4ccbe060e270564d8f0ee94 | refs/heads/master | 2021-12-27T14:03:02.783000 | 2018-01-11T08:37:42 | 2018-01-11T08:37:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qbao.im.api.msg;
/**
* Created by tangxiaojun on 2017/3/29.
*/
public class BaseMessage {
private String user_id;
public BaseMessage() {
}
public String getUser_id() {
return user_id;
}
public void setUser_id(String user_id) {
this.user_id = user_id;
}
... | UTF-8 | Java | 399 | java | BaseMessage.java | Java | [
{
"context": "package com.qbao.im.api.msg;\n\n/**\n * Created by tangxiaojun on 2017/3/29.\n */\npublic class BaseMessage {\n\n ",
"end": 59,
"score": 0.9994789958000183,
"start": 48,
"tag": "USERNAME",
"value": "tangxiaojun"
}
] | null | [] | package com.qbao.im.api.msg;
/**
* Created by tangxiaojun on 2017/3/29.
*/
public class BaseMessage {
private String user_id;
public BaseMessage() {
}
public String getUser_id() {
return user_id;
}
public void setUser_id(String user_id) {
this.user_id = user_id;
}
... | 399 | 0.586466 | 0.568922 | 25 | 14.96 | 15.389555 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 4 |
d101394aeffacafbf69a21cea4826e096b6f6f60 | 29,600,914,617,328 | 3dcf2de00df79443073f5a12205e263515e73222 | /test/cn/dayutianfei/test/http/package-info.java | 0d2b09721bc433b745d1296f89a86778cf0dbda4 | [] | no_license | dayutianfei/Q-s.h.e.i.l.d | https://github.com/dayutianfei/Q-s.h.e.i.l.d | 5c087e3a9e46b650bf16fc389fc0486c9259f568 | d127566eb6fe0404e9cd073b4384dd61ba51d991 | refs/heads/master | 2020-04-06T06:55:16.232000 | 2018-03-21T13:33:37 | 2018-03-21T13:33:37 | 46,689,340 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
/**
* @author egret
*
*/
package cn.dayutianfei.test.http; | UTF-8 | Java | 73 | java | package-info.java | Java | [
{
"context": "/**\n * \n */\n/**\n * @author egret\n *\n */\npackage cn.dayutianfei.test.http;",
"end": 32,
"score": 0.9756829738616943,
"start": 27,
"tag": "USERNAME",
"value": "egret"
}
] | null | [] | /**
*
*/
/**
* @author egret
*
*/
package cn.dayutianfei.test.http; | 73 | 0.534247 | 0.534247 | 8 | 8.25 | 10.304732 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.125 | false | false | 4 |
f2b084ebef23c69385e104ed63c62251f503ef47 | 3,461,743,659,376 | 7ea65358024cbb0ee8ce04fc29a3204bfd6fab2d | /src/com/vivek/array/pattern/maxmin/MinimumTimeToCompleteTrips.java | 8145f8f4a0ba058b538565b74168619805786e96 | [] | no_license | liquidpie/algorithms-java | https://github.com/liquidpie/algorithms-java | 6d7935192b96576d8fafa556b04340a38d7e64b5 | 953135cb4a9873715596d51ddb44e255c132abaf | refs/heads/master | 2023-09-01T08:26:30.589000 | 2023-08-31T16:09:58 | 2023-08-31T16:09:58 | 104,510,313 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vivek.array.pattern.maxmin;
/**
* Minimum Time to Complete Trips
*
* You are given an array time where time[i] denotes the time taken by the ith bus to complete one trip.
*
* Each bus can make multiple trips successively; that is, the next trip can start immediately after completing the current trip. ... | UTF-8 | Java | 2,851 | java | MinimumTimeToCompleteTrips.java | Java | [] | null | [] | package com.vivek.array.pattern.maxmin;
/**
* Minimum Time to Complete Trips
*
* You are given an array time where time[i] denotes the time taken by the ith bus to complete one trip.
*
* Each bus can make multiple trips successively; that is, the next trip can start immediately after completing the current trip. ... | 2,851 | 0.610663 | 0.587864 | 85 | 32.541176 | 38.581787 | 243 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 4 |
571e298c38d6fded07f2c07c009b00c00c0a2dac | 7,808,250,559,879 | 293155873c978e1b34e60f571f3ab0c25e5efb74 | /hm-service/src/main/java/com/aerohive/nms/web/config/dummy/controller/DummyRestVo.java | 603f52b8f6e8f3a22959f552d8ba710944eb084b | [] | no_license | zzwind5/wind-app | https://github.com/zzwind5/wind-app | 542e4d748d2508dcc7e14214776a9b7250f68df0 | 8b64917fd48eb7e34c800710dc0f93f3c50020c8 | refs/heads/master | 2016-04-03T20:37:29.896000 | 2014-07-02T02:41:04 | 2014-07-02T02:41:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.aerohive.nms.web.config.dummy.controller;
import lombok.Data;
/**
* @author thimmayyaame
*
*/
@Data
public class DummyRestVo {
private Long id;
private String p1;
public DummyRestVo(){
}
public DummyRestVo(Long id) {
this.id = id;
}
}
| UTF-8 | Java | 280 | java | DummyRestVo.java | Java | [
{
"context": "y.controller;\n\nimport lombok.Data;\n\n/**\n * @author thimmayyaame\n *\n */\n@Data\npublic class DummyRestVo {\n\n\tprivate",
"end": 115,
"score": 0.9995806813240051,
"start": 103,
"tag": "USERNAME",
"value": "thimmayyaame"
}
] | null | [] | /**
*
*/
package com.aerohive.nms.web.config.dummy.controller;
import lombok.Data;
/**
* @author thimmayyaame
*
*/
@Data
public class DummyRestVo {
private Long id;
private String p1;
public DummyRestVo(){
}
public DummyRestVo(Long id) {
this.id = id;
}
}
| 280 | 0.646429 | 0.642857 | 25 | 10.2 | 12.840561 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.68 | false | false | 4 |
c0738e38475cec0ef017d798233452e9fc336d19 | 34,883,724,396,445 | ef28ec5d808e12bc4c8521084da909c0f90b53ea | /server/src/main/java/cinema/ticket/TicketRepository.java | a46284ceae176cc386f91a3f77e31cce8223f955 | [] | no_license | Hohol/Cinema | https://github.com/Hohol/Cinema | 387a04d173d714a0c38701589b265b799c9dd6e2 | bd600689177133c66b0322b57fe91a3209c8602f | refs/heads/master | 2020-03-22T18:08:49.320000 | 2018-07-22T23:19:59 | 2018-07-22T23:19:59 | 140,440,130 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cinema.ticket;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.rest.core.annotation.RepositoryRestResource;
import java.util.List;
@RepositoryRestResource
public interface TicketRepository extends JpaRepository<Ticket, Long> {
List<Ticket> findAllBySeanceId(l... | UTF-8 | Java | 421 | java | TicketRepository.java | Java | [] | null | [] | package cinema.ticket;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.rest.core.annotation.RepositoryRestResource;
import java.util.List;
@RepositoryRestResource
public interface TicketRepository extends JpaRepository<Ticket, Long> {
List<Ticket> findAllBySeanceId(l... | 421 | 0.812352 | 0.812352 | 13 | 31.307692 | 26.508009 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 4 |
9e1b1b30cd0f60f1f64d50cb0f84610d32f4ee94 | 15,324,443,368,612 | 3f95cbb4d7e3f21ba921f02d677a548223c7de5e | /src/main/java/com/tma/exercises/basics/exercise04/KeyboardScanner.java | a0846bcb55a5c9aa980f11150e04e34fd0d89604 | [] | no_license | luozhiyao101/CT | https://github.com/luozhiyao101/CT | ef98b1304d59e6b0c85ef3713bf9933f89c8db93 | 22d023584a0f3c2493be26546ce1402c210509db | refs/heads/master | 2023-03-15T19:50:06.671000 | 2018-06-23T14:29:13 | 2018-06-23T14:29:13 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tma.exercises.basics.exercise04;
import java.io.File;
import java.util.Scanner;
public class KeyboardScanner {
public static void KeyboardScanner() {
System.out.println("---------------");
System.out.println("Input from keyboard");
int num1 = 0;
double num2 = 0;
String name = "";
double sum =... | UTF-8 | Java | 702 | java | KeyboardScanner.java | Java | [] | null | [] | package com.tma.exercises.basics.exercise04;
import java.io.File;
import java.util.Scanner;
public class KeyboardScanner {
public static void KeyboardScanner() {
System.out.println("---------------");
System.out.println("Input from keyboard");
int num1 = 0;
double num2 = 0;
String name = "";
double sum =... | 702 | 0.64245 | 0.623932 | 26 | 26 | 18.652697 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.153846 | false | false | 4 |
27584ca819c2bacc11ff4f71b770e3b5ec48da06 | 18,631,568,184,344 | be610a9fb69c7f155c08fd8bcfbe93df9c6ff2d9 | /app/src/main/java/com/example/foodapplication/noodleOrdering.java | ba6eae6b0e3902cc82efb5e8945fb5bb049290fc | [] | no_license | dankdoglas/Foodapplication2 | https://github.com/dankdoglas/Foodapplication2 | a9911b03523104a503e1d543c46ef9ffdc82b7b4 | 121dab94d9fb0b0daa248bcc22a51c666e7c919b | refs/heads/master | 2021-05-18T13:50:50.669000 | 2020-03-30T10:18:20 | 2020-03-30T10:18:20 | 251,269,938 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.foodapplication;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.os.Bundle;
import android.Manifest;
import android.content.pm.PackageManager;
import android.telephony.SmsManager;
import android.view.View;
import android.widget.Button;
import android.widget.E... | UTF-8 | Java | 8,404 | java | noodleOrdering.java | Java | [] | null | [] | package com.example.foodapplication;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.os.Bundle;
import android.Manifest;
import android.content.pm.PackageManager;
import android.telephony.SmsManager;
import android.view.View;
import android.widget.Button;
import android.widget.E... | 8,404 | 0.547239 | 0.540457 | 316 | 25.588608 | 33.755474 | 165 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.443038 | false | false | 4 |
e623b722d6d652690bc7ceb32477fca68cc87900 | 13,219,909,394,338 | 547b4c7671dd4df5f68e43382adcee992011c47c | /app/src/main/java/com/badcasper/myapplication/Pop.java | 0400c18652b9cea26588b4782160704a3433b293 | [] | no_license | masashama/CleanCar | https://github.com/masashama/CleanCar | b088bc33c4fd8f512f1df25d0bf5ef3c9e01f515 | 547552fb88da9bc7df217d3f5a06a5155ec146f9 | refs/heads/master | 2016-08-03T21:01:01.990000 | 2015-07-31T06:04:03 | 2015-07-31T06:04:03 | 39,678,508 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.badcasper.myapplication;
import android.app.Activity;
import android.content.Intent;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.os.Bundle;
import android.util.DisplayMetrics;
import android.view.View;
import android.widget.Button;
import android.widget.Tex... | UTF-8 | Java | 1,677 | java | Pop.java | Java | [
{
"context": "import android.widget.TextView;\n\n/**\n * Created by aleksandr on 31.07.15.\n */\npublic class Pop extends Activit",
"end": 355,
"score": 0.9996662139892578,
"start": 346,
"tag": "USERNAME",
"value": "aleksandr"
}
] | null | [] | package com.badcasper.myapplication;
import android.app.Activity;
import android.content.Intent;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.os.Bundle;
import android.util.DisplayMetrics;
import android.view.View;
import android.widget.Button;
import android.widget.Tex... | 1,677 | 0.65311 | 0.644737 | 59 | 27.338984 | 27.734583 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.542373 | false | false | 4 |
fbd0ace4eac4807e0fbe5ea5dbbc93d433037593 | 37,580,963,859,327 | fa2d84d1fd00ee5ffd0cb85808dce6f0d909d204 | /algs/src/test/java/com/github/kowshik/bigo/bitsandbytes/NumSetBitsTest.java | a1163cd4fd7c1b0f3b7843a25f8f93e9ba9c15d1 | [] | no_license | hbwzhsh/tutorials | https://github.com/hbwzhsh/tutorials | 8ad70095fa9c4a5d3f2ca27a98afe404a1e0101c | 02d0f97da44e71f3fd47def8010611796efce3e8 | refs/heads/master | 2021-01-18T00:58:05.822000 | 2015-05-29T08:28:26 | 2015-05-29T08:28:26 | 36,609,864 | 1 | 0 | null | true | 2015-05-31T15:42:17 | 2015-05-31T15:42:17 | 2015-05-05T02:01:11 | 2015-05-29T08:29:14 | 19,728 | 0 | 0 | 0 | null | null | null | package com.github.kowshik.bigo.bitsandbytes;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
public class NumSetBitsTest {
@Test
public void getNumSetBits_TestAllBytes() {
for (int number = 0; number <= 255; number++) {
int expected = 0;
for (char c : Integer.toBinaryString(number).toC... | UTF-8 | Java | 1,408 | java | NumSetBitsTest.java | Java | [
{
"context": "package com.github.kowshik.bigo.bitsandbytes;\n\nimport static org.junit.Asser",
"end": 26,
"score": 0.9794489741325378,
"start": 19,
"tag": "USERNAME",
"value": "kowshik"
}
] | null | [] | package com.github.kowshik.bigo.bitsandbytes;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
public class NumSetBitsTest {
@Test
public void getNumSetBits_TestAllBytes() {
for (int number = 0; number <= 255; number++) {
int expected = 0;
for (char c : Integer.toBinaryString(number).toC... | 1,408 | 0.689631 | 0.634233 | 47 | 28.957447 | 26.291296 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.787234 | false | false | 4 |
1c2a7c6c41bdddaa2b05249ba019c4154a383afc | 32,083,405,754,306 | d67291dff365f15c10005079f098e02a9f23284f | /src/main/java/com/asmelo/apiFinanceiro/model/PalavraChave.java | 4c541d2d53fe3f9c1986f1bbb8801b49171d8725 | [] | no_license | asmelo/apiFinanceiro | https://github.com/asmelo/apiFinanceiro | 2846b0dc5893b4621542644dd4516e7d01ae137e | a27700e0c0ea5b1a8e3781bcb3312d839f446870 | refs/heads/master | 2020-06-01T03:54:35.798000 | 2020-02-17T11:41:39 | 2020-02-17T11:41:39 | 190,623,290 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.asmelo.apiFinanceiro.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
@Entity
public class PalavraChave {
@Id
@GeneratedValue
@Column(name = "idpalavrachave")
private Integer id;
private Stri... | UTF-8 | Java | 867 | java | PalavraChave.java | Java | [] | null | [] | package com.asmelo.apiFinanceiro.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
@Entity
public class PalavraChave {
@Id
@GeneratedValue
@Column(name = "idpalavrachave")
private Integer id;
private Stri... | 867 | 0.663206 | 0.663206 | 46 | 17.847826 | 16.419722 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.304348 | false | false | 4 |
a59d7c081fb4272e87f97e448e6ecc13b5aca190 | 37,752,762,535,233 | cd167d651ce4dd0ecf64e7757a36aee35e50351c | /ProjectEuler/src/SumPrimes.java | e17d427973261053cc51a5a6ac669de4d0167be7 | [] | no_license | ankitd2/Miscellaneous-Code | https://github.com/ankitd2/Miscellaneous-Code | b797a638f029ef26a0d8ba1ebe89f8b3bfeea0ea | 87e4b9106706cea3ba6c0a458849683912e13fe4 | refs/heads/master | 2021-04-09T19:59:45.948000 | 2020-03-20T23:56:39 | 2020-03-20T23:56:39 | 248,874,659 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
public class SumPrimes {
public static long getPrime(int n) {
long num = 2;
boolean isPrime = true;
int count = 0;
upper: while (true) {
inner: for (int i = 2; i <= (Math.sqrt(num)); i++) {
if (num % i == 0) {
isPrime = false;
break inner;
}
if (num == i) {... | UTF-8 | Java | 877 | java | SumPrimes.java | Java | [] | null | [] | import java.util.ArrayList;
public class SumPrimes {
public static long getPrime(int n) {
long num = 2;
boolean isPrime = true;
int count = 0;
upper: while (true) {
inner: for (int i = 2; i <= (Math.sqrt(num)); i++) {
if (num % i == 0) {
isPrime = false;
break inner;
}
if (num == i) {... | 877 | 0.513113 | 0.492588 | 57 | 14.385965 | 13.347915 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.561404 | false | false | 4 |
ba1a7c40e2ffebe2fe83e92f3ef742f0f68a9d4a | 18,734,647,404,056 | 2688840b778faef3925fd24f51e5894918223943 | /app/src/main/java/com/szj/blueview/MyDeviceListActivity.java | 903a550d430509fdef29ba5c765945bdc6aec79a | [] | no_license | sunzhijuns/BlueView | https://github.com/sunzhijuns/BlueView | c465104f655b470667526901f43b2d2eb76bb650 | c3f4515d4cd5dd621ad07de501c981bdd8090f79 | refs/heads/master | 2021-09-02T09:35:58.701000 | 2017-12-31T19:07:13 | 2017-12-31T19:07:13 | 115,829,931 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.szj.blueview;
import android.app.Activity;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.os.Bundle;
import andr... | UTF-8 | Java | 6,341 | java | MyDeviceListActivity.java | Java | [
{
"context": " java.util.Set;\n\n/**\n * 设备列表Activity\n * Created by sunzhijun on 2017/12/31.\n */\n\npublic class MyDeviceListActi",
"end": 713,
"score": 0.999671995639801,
"start": 704,
"tag": "USERNAME",
"value": "sunzhijun"
}
] | null | [] | package com.szj.blueview;
import android.app.Activity;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.os.Bundle;
import andr... | 6,341 | 0.643414 | 0.641163 | 158 | 35.56329 | 24.383911 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.550633 | false | false | 4 |
4084be0cc6c17a8ce918e396a94f4f2906f28b05 | 163,208,758,451 | 1e7caaad718e2de78e858ac3044d4b24a9e9147e | /zigbee.xbee.driver/src/main/java/com/fornsys/zigbee/xbee/api/XBeePacketStream.java | 754dc0d5cc4b4d9398533935bc979f6c7178ecfb | [] | no_license | Blue4x4Rebel/zigbee.xbee.driver | https://github.com/Blue4x4Rebel/zigbee.xbee.driver | 5813b4cb4417863ab7cca0adf6771107680c93a3 | b3b364c9f9bbb934ad852ab9ec2b446398570fa8 | refs/heads/master | 2020-06-06T23:04:04.864000 | 2015-01-12T02:42:20 | 2015-01-12T02:42:20 | 29,115,296 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fornsys.zigbee.xbee.api;
import java.io.IOException;
import java.io.InputStream;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.itaca.ztool.util.ByteUtils;
import com.itaca.ztool.util.DoubleByte;
public class XBeePacketStream {
private final static Logger log = LoggerFactory.get... | UTF-8 | Java | 14,476 | java | XBeePacketStream.java | Java | [] | null | [] | package com.fornsys.zigbee.xbee.api;
import java.io.IOException;
import java.io.InputStream;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.itaca.ztool.util.ByteUtils;
import com.itaca.ztool.util.DoubleByte;
public class XBeePacketStream {
private final static Logger log = LoggerFactory.get... | 14,476 | 0.570047 | 0.567491 | 354 | 39.892654 | 27.359291 | 228 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.539548 | false | false | 4 |
7439ebc5dcd7d362318b8b3cf4d5f3df2b216245 | 1,726,576,859,686 | 0603d330695e21d8d4393108400039107543c7ed | /org.antlr/src/antlr/CSharpNameSpace.java | d1f7a302d89594ef61599e48ad77b4d87273b989 | [
"LicenseRef-scancode-warranty-disclaimer",
"ANTLR-PD"
] | permissive | native-api/antlreclipse | https://github.com/native-api/antlreclipse | b0952478c9ca9f81fc241349efa42872e880b814 | ceb0ee94a2fa92259ac9f107471eba0d5ce8c35f | refs/heads/master | 2017-12-02T22:26:06.900000 | 2017-03-20T14:28:35 | 2017-03-20T14:28:35 | 85,587,243 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package antlr;
import java.io.PrintWriter;
public class CSharpNameSpace extends NameSpace
{
public CSharpNameSpace(String name)
{
super(name);
}
/**
* Method to generate the required CSharp namespace declarations
*/
@Override
void emitDeclarations(PrintWriter out) {
out.printl... | UTF-8 | Java | 548 | java | CSharpNameSpace.java | Java | [] | null | [] | package antlr;
import java.io.PrintWriter;
public class CSharpNameSpace extends NameSpace
{
public CSharpNameSpace(String name)
{
super(name);
}
/**
* Method to generate the required CSharp namespace declarations
*/
@Override
void emitDeclarations(PrintWriter out) {
out.printl... | 548 | 0.633212 | 0.633212 | 28 | 18.571428 | 19.616735 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.464286 | false | false | 4 |
c1351b6a141d4f098d5ef35af39912c8f76cf4d8 | 9,062,381,002,969 | 05c0e25e8c8e8f0647c53983eda5a8bfff51e3ce | /src/test/java/bcp/cdi/resteasy/UserServiceTest.java | 2769193f8bf37ea9fa3a18b23ca739455bf9e6c5 | [] | no_license | bpaulon/cdi-weld-resteasy2 | https://github.com/bpaulon/cdi-weld-resteasy2 | 23c1882830db4ee6027050cd02407d5700977ca0 | db73b22d94d424237025b5e97a047beb088b02e9 | refs/heads/main | 2023-07-10T19:33:05.465000 | 2021-08-19T12:44:19 | 2021-08-19T12:44:19 | 353,360,868 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bcp.cdi.resteasy;
import javax.enterprise.context.RequestScoped;
import org.jboss.weld.junit5.auto.ActivateScopes;
import org.jboss.weld.junit5.auto.AddBeanClasses;
import org.jboss.weld.junit5.auto.EnableAutoWeld;
import org.junit.jupiter.api.Test;
import bcp.cdi.resource.UserService;
@EnableAutoWeld
@Acti... | UTF-8 | Java | 623 | java | UserServiceTest.java | Java | [] | null | [] | package bcp.cdi.resteasy;
import javax.enterprise.context.RequestScoped;
import org.jboss.weld.junit5.auto.ActivateScopes;
import org.jboss.weld.junit5.auto.AddBeanClasses;
import org.jboss.weld.junit5.auto.EnableAutoWeld;
import org.junit.jupiter.api.Test;
import bcp.cdi.resource.UserService;
@EnableAutoWeld
@Acti... | 623 | 0.76886 | 0.752809 | 27 | 22.074074 | 18.626795 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37037 | false | false | 4 |
5b6128a28b37219d94564b984178ebd98ef6b814 | 14,431,090,120,994 | 5325a0fb66ee02af4c2007e6854cd08e80ae1e36 | /VeryVERYOldExercises/zadania1/StaticFun.java | eb6646ec7587f564a1f6e039ac9fc1fa10bace3d | [] | no_license | SzymonMajk/LittleJava | https://github.com/SzymonMajk/LittleJava | f7e8ad71f3048704b7bdbf7fb75d70012d9297b9 | 09b4e6bf6e8bebd4160371e86897df743116cb7e | refs/heads/master | 2021-05-08T09:52:15.266000 | 2017-09-21T21:40:55 | 2017-09-21T21:40:55 | 76,038,693 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.edu.agh.kis.zadania1;
// cw 7
public class StaticFun {
static void incr()
{
StaticTest.i++;
}
static public void main(String[] args)
{
StaticFun sf = new StaticFun();
System.out.println("Przed inkrementowaniem: " + StaticTest.i);
//odwołanie przez obiek
sf.incr();
System.o... | UTF-8 | Java | 520 | java | StaticFun.java | Java | [] | null | [] | package pl.edu.agh.kis.zadania1;
// cw 7
public class StaticFun {
static void incr()
{
StaticTest.i++;
}
static public void main(String[] args)
{
StaticFun sf = new StaticFun();
System.out.println("Przed inkrementowaniem: " + StaticTest.i);
//odwołanie przez obiek
sf.incr();
System.o... | 520 | 0.659574 | 0.655706 | 32 | 15.1875 | 20.870789 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5 | false | false | 4 |
657ff4c60c54b42deb9d435c305b7dab50e3127b | 30,657,476,565,550 | 08798b2882b5876a6630076477f5718d2ecc6116 | /acn-client/src/main/java/moonstone/acn/client/search/RTUAvailableSearchCriteria.java | 78790f6d17a5b618a9425c68a3cfb937c8d11f96 | [
"Apache-2.0"
] | permissive | konexios/moonstone | https://github.com/konexios/moonstone | 8c5d4dc035c586204bc996582f0f176b50e64919 | 47f7b874e68833e19314dd9bc5fdf1755a82a42f | refs/heads/master | 2023-01-20T18:41:36.646000 | 2019-11-12T20:44:59 | 2019-11-12T20:44:59 | 195,619,626 | 4 | 1 | Apache-2.0 | false | 2023-01-12T11:50:07 | 2019-07-07T06:50:12 | 2021-10-27T01:16:41 | 2023-01-12T11:50:06 | 45,716 | 5 | 1 | 47 | Java | false | false | /*******************************************************************************
* Copyright (c) 2018 Arrow Electronics, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Apache License 2.0
* which accompanies this distribution, and is available at
... | UTF-8 | Java | 1,023 | java | RTUAvailableSearchCriteria.java | Java | [] | null | [] | /*******************************************************************************
* Copyright (c) 2018 Arrow Electronics, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Apache License 2.0
* which accompanies this distribution, and is available at
... | 1,023 | 0.658847 | 0.651026 | 27 | 36.888889 | 30.318474 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.851852 | false | false | 4 |
39a2d8cbc83bb6986d625483cf42c16dc7e86269 | 30,657,476,564,707 | 62889045186f69cdb33eae47ff028e7407cf70c1 | /REPLY.java | c83c97bbec939a3e7800f9111bf28174cf7cb9f1 | [] | no_license | ArthurBonsu/eglisarep | https://github.com/ArthurBonsu/eglisarep | 638b02f98902076d7fe9da36eaef6ba582694863 | d68aa9e82e5603fa51b41507f11be0b467c99ad9 | refs/heads/master | 2021-05-02T10:38:39.979000 | 2016-12-08T20:11:12 | 2016-12-08T20:11:12 | 54,198,963 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gmail.peeman34.eglisaofficial;
import android.os.Bundle;
import android.support.annotation.LayoutRes;
import android.support.annotation.Nullable;
import android.support.design.widget.FloatingActionButton;
import android.support.v7.app.AppCompatActivity;
import android.widget.EditText;
import java... | UTF-8 | Java | 1,005 | java | REPLY.java | Java | [
{
"context": "package com.gmail.peeman34.eglisaofficial;\r\n\r\nimport android.os.Bundle;\r\nimp",
"end": 26,
"score": 0.9936026334762573,
"start": 18,
"tag": "USERNAME",
"value": "peeman34"
},
{
"context": "il.zip.DeflaterOutputStream;\r\n\r\n/**\r\n * Created by pee on 7/29/2016.\r... | null | [] | package com.gmail.peeman34.eglisaofficial;
import android.os.Bundle;
import android.support.annotation.LayoutRes;
import android.support.annotation.Nullable;
import android.support.design.widget.FloatingActionButton;
import android.support.v7.app.AppCompatActivity;
import android.widget.EditText;
import java... | 1,005 | 0.715423 | 0.705473 | 38 | 24.447369 | 25.306227 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.394737 | false | false | 4 |
29bb23784416d92cfce5e952f22d39b47eeae360 | 3,590,592,669,917 | 2254916b5bb0af5adcc355493608ade77143fa40 | /app/src/main/java/com/example/Resume/firebasedDAO.java | 1326e77cd5c0ab91a598fdc9a76913cd7fb351c7 | [] | no_license | afiqfaizroslan/Resume | https://github.com/afiqfaizroslan/Resume | a8c61a36e9567684e604b332df1819ba6b723a72 | d22082e391b6821652a7603a6e0cf3b361b73230 | refs/heads/main | 2023-07-08T04:26:17.183000 | 2021-08-13T05:47:24 | 2021-08-13T05:47:24 | 384,784,133 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.Resume;
import android.content.Context;
import android.content.Intent;
import android.util.Log;
import android.widget.Toast;
import androidx.annotation.NonNull;
import com.google.android.gms.tasks.OnCompleteListener;
import com.google.android.gms.tasks.OnFailureListener;
import com.google.android... | UTF-8 | Java | 12,915 | java | firebasedDAO.java | Java | [] | null | [] | package com.example.Resume;
import android.content.Context;
import android.content.Intent;
import android.util.Log;
import android.widget.Toast;
import androidx.annotation.NonNull;
import com.google.android.gms.tasks.OnCompleteListener;
import com.google.android.gms.tasks.OnFailureListener;
import com.google.android... | 12,915 | 0.533256 | 0.529307 | 265 | 47.735847 | 35.465717 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.871698 | false | false | 4 |
a2208a9aa09a12e371769dbc7c31b082b901f8f0 | 1,494,648,674,114 | 566f933d5029ddae99e41928a400b4f555a14ea3 | /WARDIApp/app/src/main/java/com/example/mallock/wardiapp/CallibrationActivity1.java | edad1efab5810492d6c670cbbc909ab3033a71db | [] | no_license | acethepace/WARDIWork | https://github.com/acethepace/WARDIWork | bec8a869ae5a7b8589b64d41b3ddfacf9b95aaab | f48df83a824544d263e71e68d7fce1fcb116a4c4 | refs/heads/master | 2020-03-25T08:58:28.711000 | 2018-08-06T19:49:21 | 2018-08-06T19:49:21 | 143,640,868 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.mallock.wardiapp;
import android.content.Context;
import android.content.Intent;
import android.hardware.Sensor;
import android.hardware.SensorEvent;
import android.hardware.SensorEventListener;
import android.hardware.SensorManager;
import android.os.Handler;
import android.support.v7.app.AppCompa... | UTF-8 | Java | 3,569 | java | CallibrationActivity1.java | Java | [
{
"context": "package com.example.mallock.wardiapp;\n\nimport android.content.Context;\nimport",
"end": 27,
"score": 0.9433904886245728,
"start": 20,
"tag": "USERNAME",
"value": "mallock"
}
] | null | [] | package com.example.mallock.wardiapp;
import android.content.Context;
import android.content.Intent;
import android.hardware.Sensor;
import android.hardware.SensorEvent;
import android.hardware.SensorEventListener;
import android.hardware.SensorManager;
import android.os.Handler;
import android.support.v7.app.AppCompa... | 3,569 | 0.55842 | 0.553937 | 97 | 35.793816 | 24.691473 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.701031 | false | false | 4 |
13e9a31c76f3e49b283e5678f8bb431a650a762f | 4,415,226,417,689 | f5f147e3c931fba1d33ab3641382fc7ffab35e7d | /src/main/java/wang/tyrael/task/AsyncListener.java | 1715fb2181295e688dd172a9f6690623be484840 | [] | no_license | TyraelYoung/LibJava | https://github.com/TyraelYoung/LibJava | f9b117131e39ba1d7825ce312e31a9e4dfe36090 | 340229906e0a395535d380c1fb1c44d187debd56 | refs/heads/master | 2021-08-01T16:36:33.854000 | 2021-07-23T10:05:34 | 2021-07-23T10:05:34 | 104,977,230 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package wang.tyrael.task;
public interface AsyncListener {
void onSucceed();
void onFail(int code, String msg);
}
| UTF-8 | Java | 118 | java | AsyncListener.java | Java | [] | null | [] | package wang.tyrael.task;
public interface AsyncListener {
void onSucceed();
void onFail(int code, String msg);
}
| 118 | 0.745763 | 0.745763 | 6 | 18.666666 | 13.984118 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.166667 | false | false | 4 |
659b45418b5234f1fdbd436c71a1751055d3f249 | 17,033,840,341,634 | e07e6b72f59439e73854092fb1b4f64985b3897e | /src/com/potter/java/sample/Threadable.java | 5fe268f181a640a57ba9d117c85a6de2aa76673f | [] | no_license | ppotter/PotterUtils | https://github.com/ppotter/PotterUtils | dfa8c1ae91de6d958600c3d6db099315f70c302f | 2e2218769dd272c31effea02e451d4e1418000e0 | refs/heads/master | 2021-01-20T01:03:41.271000 | 2012-05-03T17:48:10 | 2012-05-03T17:48:10 | 3,592,720 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.potter.java.sample;
import java.util.Random;
public class Threadable implements Runnable {
private static final int seconds = 1000;
protected boolean running = false;
protected boolean requestedStop = false;
protected String threadName;
protected String output;
public synchronized boolean isReque... | UTF-8 | Java | 1,620 | java | Threadable.java | Java | [] | null | [] | package com.potter.java.sample;
import java.util.Random;
public class Threadable implements Runnable {
private static final int seconds = 1000;
protected boolean running = false;
protected boolean requestedStop = false;
protected String threadName;
protected String output;
public synchronized boolean isReque... | 1,620 | 0.675309 | 0.669136 | 81 | 19 | 17.023586 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.074074 | false | false | 4 |
e3eec0ad2b8d0214d2be0e48cc5070258841987e | 369,367,208,350 | 72d71c24c8d5c462733c89d8e0cf7920aed99ba0 | /src/util/SoapUtils.java | 822f4513534485c352ca609ea34bd9d568527889 | [] | no_license | shehabsoft/HomeBudgetWeb | https://github.com/shehabsoft/HomeBudgetWeb | 48cf17c4994c778731583742c50fddaa77102dc8 | 37cb4226df13ff5f21a6870214809872b58d3ae1 | refs/heads/master | 2021-01-11T03:22:29.757000 | 2019-09-19T12:58:55 | 2019-09-19T12:58:55 | 71,040,928 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) i-Soft 2003.
* Ferdous Tower (Takreer Building) , Salam Street
* Abu Dhabi, United Arab Emirates
* P.O. Box: 32326
* All Rights Reserved.
*
* ver Developer Date Comments
* ----- ----------------- ---------- ----------------------------------------
* 1.00 Eng. Ayman Atiy... | UTF-8 | Java | 17,626 | java | SoapUtils.java | Java | [
{
"context": " ----------------------------------------\n * 1.00 Eng. Ayman Atiyeh 19/02/2008 - File created.\n */\npackage util;\n\n\n",
"end": 322,
"score": 0.979751706123352,
"start": 305,
"tag": "NAME",
"value": "Eng. Ayman Atiyeh"
},
{
"context": "nctionality needed by SOAP c... | null | [] | /*
* Copyright (c) i-Soft 2003.
* Ferdous Tower (Takreer Building) , Salam Street
* Abu Dhabi, United Arab Emirates
* P.O. Box: 32326
* All Rights Reserved.
*
* ver Developer Date Comments
* ----- ----------------- ---------- ----------------------------------------
* 1.00 <NAME> 19/02/2... | 17,603 | 0.554635 | 0.551685 | 562 | 30.364769 | 24.502459 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.33452 | false | false | 4 |
2bb65b36c829051503d9246a79c2ee574fee2137 | 9,345,848,898,417 | ed2d4755c325d26179594a1bbb065873e96ccd85 | /src/test/java/others/Remove_Duplicate_Contains_Method.java | 71f057349c87a0b457e26976b9b532817ac580e2 | [] | no_license | AlokBarmanQA/Interview-Coding-Test | https://github.com/AlokBarmanQA/Interview-Coding-Test | 2511db12fd76971d1347b5ef8bc061da1f937e81 | 18a788cecef5730f0b024eadcbea7392b5ebcce0 | refs/heads/master | 2023-04-20T07:39:08.278000 | 2021-05-02T19:52:16 | 2021-05-02T19:52:16 | 335,561,914 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package others;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class Remove_Duplicate_Contains_Method {
public static void main(String[] args) {
int[] myArray = {0,1,2,2,1,3,3,4,4,5};
System.out.println(Arrays.toString(myArray));
List <Integer> arrayList = new ArrayList<Int... | UTF-8 | Java | 859 | java | Remove_Duplicate_Contains_Method.java | Java | [
{
"context": "*********************\");\n\t\tString[] employees = {\"Alok\", \"Kumar\", \"Barman\", \"Kumar\"};\n\t\tSystem.out.print",
"end": 561,
"score": 0.9997857809066772,
"start": 557,
"tag": "NAME",
"value": "Alok"
},
{
"context": "*************\");\n\t\tString[] employees = {... | null | [] | package others;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class Remove_Duplicate_Contains_Method {
public static void main(String[] args) {
int[] myArray = {0,1,2,2,1,3,3,4,4,5};
System.out.println(Arrays.toString(myArray));
List <Integer> arrayList = new ArrayList<Int... | 859 | 0.657742 | 0.6461 | 31 | 26.709677 | 19.898441 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.483871 | false | false | 4 |
6a217e9ec49fd51c7915457e6d7794b7b6d453da | 14,276,471,339,606 | 0721305fd9b1c643a7687b6382dccc56a82a2dad | /src/app.zenly.locator_4.8.0_base_source_from_JADX/sources/app/zenly/locator/p086e0/p087a/C3602d.java | 0a5c85a925ea9a609a8a92bfc1181be62873b0b0 | [] | no_license | a2en/Zenly_re | https://github.com/a2en/Zenly_re | 09c635ad886c8285f70a8292ae4f74167a4ad620 | f87af0c2dd0bc14fd772c69d5bc70cd8aa727516 | refs/heads/master | 2020-12-13T17:07:11.442000 | 2020-01-17T04:32:44 | 2020-01-17T04:32:44 | 234,470,083 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package app.zenly.locator.p086e0.p087a;
import p250f.p251a.p252a.p263b.p264a.p266e.C7702b;
/* renamed from: app.zenly.locator.e0.a.d */
public final class C3602d extends C7702b {
/* renamed from: b */
public static final C3602d f9686b = new C3602d();
private C3602d() {
super("profile_other");
... | UTF-8 | Java | 326 | java | C3602d.java | Java | [] | null | [] | package app.zenly.locator.p086e0.p087a;
import p250f.p251a.p252a.p263b.p264a.p266e.C7702b;
/* renamed from: app.zenly.locator.e0.a.d */
public final class C3602d extends C7702b {
/* renamed from: b */
public static final C3602d f9686b = new C3602d();
private C3602d() {
super("profile_other");
... | 326 | 0.674847 | 0.509202 | 14 | 22.285715 | 20.129683 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 4 |
3d08f23cb829c76f40862fe9490f9a3c245a897d | 19,791,209,326,122 | 2bbdfa03116d76d682090f84550037e1f3d96780 | /src/main/java/leetcode50/LeetCode501.java | d1199dfd79b632956dcf23b3764f31f449abb529 | [] | no_license | l294265421/leetcode | https://github.com/l294265421/leetcode | 95f7351c3818073412f4ae5f8759114204272269 | 08459398ba2ea28f2e163029c4716b8a3344f75a | refs/heads/master | 2020-04-12T01:44:04.118000 | 2018-03-30T03:22:21 | 2018-03-30T03:22:21 | 47,026,041 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package leetcode50;
/**
* 最简答的方法就是把n个x直接做乘法,但这样要进行(n-1)次运算。现在以2**8(表示2的8次方)作为例子,
* 需要进行7次乘法,但如果当做(2**2)**4->((2**2)**2)**2来计算就只要做3次乘法。即,当n为
* 偶数时,x^n == (x^2)^(n/2);当n为奇数时,x^n == x * x^(n-1)。当n为负数时要取倒数。
* @author yuncong
*
*/
public class LeetCode501 {
public double myPow(double x, int n) {
... | UTF-8 | Java | 1,310 | java | LeetCode501.java | Java | [
{
"context": ";当n为奇数时,x^n == x * x^(n-1)。当n为负数时要取倒数。\r\n * @author yuncong\r\n *\r\n */\r\npublic class LeetCode501 {\r\n public ",
"end": 231,
"score": 0.9995871186256409,
"start": 224,
"tag": "USERNAME",
"value": "yuncong"
}
] | null | [] | package leetcode50;
/**
* 最简答的方法就是把n个x直接做乘法,但这样要进行(n-1)次运算。现在以2**8(表示2的8次方)作为例子,
* 需要进行7次乘法,但如果当做(2**2)**4->((2**2)**2)**2来计算就只要做3次乘法。即,当n为
* 偶数时,x^n == (x^2)^(n/2);当n为奇数时,x^n == x * x^(n-1)。当n为负数时要取倒数。
* @author yuncong
*
*/
public class LeetCode501 {
public double myPow(double x, int n) {
... | 1,310 | 0.472566 | 0.415929 | 55 | 18.545454 | 16.268003 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.163636 | false | false | 4 |
17cdd301f477adfe7cf4df3b07ca4d3361c78555 | 3,685,081,960,892 | 3f79fbb5ea5e4282549e0812aa926a9794144521 | /src/test1/EditClass.java | db5240db4a653dff6331503cb6e2f0207b960523 | [] | no_license | margusmuru/OfflineNotes | https://github.com/margusmuru/OfflineNotes | b33ebfc5e580cef7e2fc4d42325c3279b53160c9 | 3b84e879c664c2eed2454f00cabf8e19c5b5a128 | refs/heads/master | 2021-01-12T16:05:59.623000 | 2016-10-25T20:36:32 | 2016-10-25T20:36:32 | 71,936,311 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test1;
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.TextArea;
import javafx.scene.layout.Priority;
import javafx.scene.layout.VBox;
import javafx.stage.Stage;
/**
* Created by margus@tablet on 10.11.2015.
*/
public class Edi... | UTF-8 | Java | 2,504 | java | EditClass.java | Java | [
{
"context": "Box;\nimport javafx.stage.Stage;\n\n/**\n * Created by margus@tablet on 10.11.2015.\n */\npublic class EditClass extends",
"end": 284,
"score": 0.8841215968132019,
"start": 271,
"tag": "USERNAME",
"value": "margus@tablet"
}
] | null | [] | package test1;
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.TextArea;
import javafx.scene.layout.Priority;
import javafx.scene.layout.VBox;
import javafx.stage.Stage;
/**
* Created by margus@tablet on 10.11.2015.
*/
public class Edi... | 2,504 | 0.523163 | 0.514377 | 96 | 25.09375 | 19.171963 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.53125 | false | false | 4 |
503045472ae5ef209457b8f85590a2304cba6171 | 9,122,510,601,563 | 20e54d9bc94b70d7cb231ba3966c1dbbac627a1a | /petical-domain/src/main/java/org/majimena/petical/datatype/defs/PhoneNo.java | 883724dcd6268ed1267a6cdaf540508cfce0c015 | [] | no_license | majimena/majimena-petz | https://github.com/majimena/majimena-petz | ea47688981aae93561f9035ae8dd0a576723f87e | fba3a551994412ae814d69c9839e860318c6fd9e | refs/heads/master | 2021-05-24T04:14:10.419000 | 2016-08-02T14:18:42 | 2016-08-02T14:18:42 | 37,401,829 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.majimena.petical.datatype.defs;
/**
* 電話番号データタイプ.
*/
public class PhoneNo {
public static final int MIN_LENGTH = 0;
public static final int MAX_LENGTH = 15;
public static final String REGEXP = "^[0-9|-]+$";
}
| UTF-8 | Java | 259 | java | PhoneNo.java | Java | [] | null | [] | package org.majimena.petical.datatype.defs;
/**
* 電話番号データタイプ.
*/
public class PhoneNo {
public static final int MIN_LENGTH = 0;
public static final int MAX_LENGTH = 15;
public static final String REGEXP = "^[0-9|-]+$";
}
| 259 | 0.656904 | 0.635983 | 13 | 17.384615 | 20.025131 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 4 |
072ed2950df5e416c5767f3dcf886817ca0da4ce | 22,024,592,346,451 | 318a54e1e447860bdd25fe4781311a4d90849a1d | /app/src/main/java/com/whut/zhiyin/JavaBean/UserLocal.java | 923278b925761095e2f4581b00bac5fec4857463 | [] | no_license | Turingyuan/ZhiYin | https://github.com/Turingyuan/ZhiYin | 6467efdfbdba336e429d83798a8b23199bc31d21 | c46c8b21b5616d546d42544844c5a2794706636d | refs/heads/master | 2021-04-03T06:57:22.868000 | 2018-04-25T00:56:13 | 2018-04-25T00:56:13 | 124,745,010 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.whut.zhiyin.JavaBean;
import com.activeandroid.Model;
import com.activeandroid.annotation.Column;
import com.activeandroid.annotation.Table;
import java.io.Serializable;
/**
* 作者:GXL on 2016/8/3 0003
* 博客: http://blog.csdn.net/u014316462
* 作用:本地数据库存储的登录对象
*/
@Table(name = "UserLocal")
public class Us... | UTF-8 | Java | 1,473 | java | UserLocal.java | Java | [
{
"context": "n.Table;\n\nimport java.io.Serializable;\n\n/**\n * 作者:GXL on 2016/8/3 0003\n * 博客: http://blog.csdn.net/u014",
"end": 198,
"score": 0.9996055364608765,
"start": 195,
"tag": "USERNAME",
"value": "GXL"
},
{
"context": ":GXL on 2016/8/3 0003\n * 博客: http://blog.csdn.net/u... | null | [] | package com.whut.zhiyin.JavaBean;
import com.activeandroid.Model;
import com.activeandroid.annotation.Column;
import com.activeandroid.annotation.Table;
import java.io.Serializable;
/**
* 作者:GXL on 2016/8/3 0003
* 博客: http://blog.csdn.net/u014316462
* 作用:本地数据库存储的登录对象
*/
@Table(name = "UserLocal")
public class Us... | 1,475 | 0.603265 | 0.58978 | 78 | 17.064102 | 15.023349 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.269231 | false | false | 4 |
81d558ad4fb5890ad39b24dba8f3850536237dd9 | 22,024,592,348,682 | 11e754f3e36a743ec59bc272c003e4ac43fece35 | /soap-server/src/test/java/com/cookbook/tutorial/service/CRUDTest.java | a119f586f98db44d4eb8759cbbdaffb7ad0faec2 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | mulesoft/mule-cookbook | https://github.com/mulesoft/mule-cookbook | e61363142a28fec15ce92d57e9cbc85325fcb164 | 3370e8f6fc41ba0fd3f840c72468ce6c8a9fc7a4 | refs/heads/release/1.0.0 | 2023-08-26T21:58:31.968000 | 2022-01-07T14:33:03 | 2022-01-07T14:33:03 | 28,595,193 | 11 | 17 | Apache-2.0 | false | 2023-05-17T15:47:11 | 2014-12-29T14:43:39 | 2022-06-28T12:34:12 | 2023-05-09T10:32:28 | 34,855 | 11 | 15 | 5 | Java | false | false | package com.cookbook.tutorial.service;
import com.cookbook.tutorial.internal.service.CookBookDefaultBackEndImp;
import org.junit.Before;
import org.junit.Test;
import java.util.ArrayList;
import java.util.List;
import static org.junit.Assert.*;
/**
* Created by Mulesoft.
*/
public class CRUDTest {
MuleCookBoo... | UTF-8 | Java | 6,147 | java | CRUDTest.java | Java | [
{
"context": "port static org.junit.Assert.*;\n\n/**\n * Created by Mulesoft.\n */\npublic class CRUDTest {\n MuleCookBookServ",
"end": 275,
"score": 0.999540388584137,
"start": 267,
"tag": "USERNAME",
"value": "Mulesoft"
},
{
"context": "t = new Ingredient();\n ingredient.... | null | [] | package com.cookbook.tutorial.service;
import com.cookbook.tutorial.internal.service.CookBookDefaultBackEndImp;
import org.junit.Before;
import org.junit.Test;
import java.util.ArrayList;
import java.util.List;
import static org.junit.Assert.*;
/**
* Created by Mulesoft.
*/
public class CRUDTest {
MuleCookBoo... | 6,147 | 0.685375 | 0.682284 | 159 | 37.660378 | 33.399776 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.968553 | false | false | 4 |
770356197f025e6fe45f6cab9ee3a08c3c7352db | 12,567,074,317,935 | 8b1eac5d275080c8cf1cc6d8cafe0ac71a72eb01 | /backend/src/main/java/org/chaos/cp/rest/SongService.java | 92d8882c00dc91bb14baafb06a0eeb09acef75bc | [] | no_license | ChaosZar/community-playlist | https://github.com/ChaosZar/community-playlist | 392afd351c3d119b6f96005b7554f1a5775cb734 | fe3900f20ec9e4782e867a91d0d58831b44097e5 | refs/heads/master | 2021-05-08T14:28:04.097000 | 2018-02-05T02:14:42 | 2018-02-05T02:14:42 | 120,084,117 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.chaos.cp.rest;
import org.chaos.cp.connector.MusicStorage;
import org.chaos.cp.entity.Song;
import org.chaos.cp.rest.json.SongList;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.io.FileSystemResource;
... | UTF-8 | Java | 3,149 | java | SongService.java | Java | [] | null | [] | package org.chaos.cp.rest;
import org.chaos.cp.connector.MusicStorage;
import org.chaos.cp.entity.Song;
import org.chaos.cp.rest.json.SongList;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.io.FileSystemResource;
... | 3,149 | 0.633852 | 0.633217 | 84 | 36.488094 | 23.847479 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.535714 | false | false | 4 |
e83ecceec7e9277d4b786dcc0a8d6c3cd398e0f2 | 19,095,424,663,066 | 2373b1402907301500a34c83ad962d7af55c635e | /src/main/java/Yelp.java | f4857d340efcd7e6600a39a5e2355bf5230ed049 | [] | no_license | pridar2k7/YelpDataset | https://github.com/pridar2k7/YelpDataset | 173645d08f7d46b18655aacebf16cffc2ac0af56 | fc9b4ce4bf2c307bc52b2a1d9c5bd9091ac6b060 | refs/heads/master | 2021-01-10T04:42:51.352000 | 2015-09-24T20:53:21 | 2015-09-24T20:53:21 | 43,088,431 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.DoubleWritable;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Job;
import org.apache.hadoop.mapreduce.Mapper;
import org.apache.hadoop.mapreduce.Red... | UTF-8 | Java | 8,527 | java | Yelp.java | Java | [
{
"context": "rator;\nimport java.util.TreeMap;\n\n/**\n* Created by priyadarshini on 9/22/15.\n*/\npublic class Yelp {\n public sta",
"end": 800,
"score": 0.9993504881858826,
"start": 787,
"tag": "USERNAME",
"value": "priyadarshini"
}
] | null | [] | import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.DoubleWritable;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Job;
import org.apache.hadoop.mapreduce.Mapper;
import org.apache.hadoop.mapreduce.Red... | 8,527 | 0.583324 | 0.574997 | 215 | 38.660465 | 30.446615 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.767442 | false | false | 4 |
c8eb8250735291ef9f019d29bfe086f8f34612f0 | 867,583,395,895 | 0e33f60d1ee32b52871831aa1bc66f2f2970a23f | /app/src/main/java/com/example/gachamon/main/PokeDetails.java | 6bf69f644e882a82878d6b8b7cd52e0022b47a72 | [] | no_license | iceteao/Gachamon | https://github.com/iceteao/Gachamon | 839ce2fb2f47f633b5d43fba9e4160a9f7e77f4e | 30af7a3169c302a83bb562a3504eeec3e60ffb7c | refs/heads/main | 2023-02-21T17:07:11.135000 | 2021-01-25T12:53:08 | 2021-01-25T12:53:08 | 319,893,212 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.gachamon.main;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.GridLayoutManager;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.ImageView;
import... | UTF-8 | Java | 4,419 | java | PokeDetails.java | Java | [
{
"context": " .load(\"https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-art",
"end": 2720,
"score": 0.5688976049423218,
"start": 2717,
"tag": "USERNAME",
"value": "API"
}
] | null | [] | package com.example.gachamon.main;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.GridLayoutManager;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.ImageView;
import... | 4,419 | 0.644942 | 0.642679 | 130 | 32.99231 | 27.628162 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 4 |
4f19aac9d12473f6b6b956ec910b4281a1d04940 | 858,993,529,852 | 6652a6428e29f5a1061e8757f9dc16bf58cf31cf | /app/src/main/java/com/sds/android/cloudapi/ttpod/result/SingerBaseResult.java | b0953fb4f8ab4223d62febd229fae872f0e32324 | [] | no_license | liupeng110/sds | https://github.com/liupeng110/sds | d33f6163fa7298171e12c1d84692789642b2f724 | 4e6948e49ed3bd06ca08269f623dd47354abaf60 | refs/heads/master | 2021-08-12T02:45:32.708000 | 2017-11-14T10:09:50 | 2017-11-14T10:09:50 | 110,672,896 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sds.android.cloudapi.ttpod.result;
import com.b.a.a.c;
import com.sds.android.sdk.lib.request.BaseResult;
public class SingerBaseResult extends BaseResult {
@c(a = "pageCount")
private int mPageCount;
@c(a = "totalCount")
private int mTotalCount;
@c(a = "version")
private String mV... | UTF-8 | Java | 549 | java | SingerBaseResult.java | Java | [] | null | [] | package com.sds.android.cloudapi.ttpod.result;
import com.b.a.a.c;
import com.sds.android.sdk.lib.request.BaseResult;
public class SingerBaseResult extends BaseResult {
@c(a = "pageCount")
private int mPageCount;
@c(a = "totalCount")
private int mTotalCount;
@c(a = "version")
private String mV... | 549 | 0.648452 | 0.648452 | 25 | 20.959999 | 16.190071 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.36 | false | false | 4 |
3054249d4f31ee65ad6382b17ee9e4cf9bcc7ec5 | 25,331,717,164,739 | c7971f091a9451e08cb3e861ae33721f4a191783 | /S1- Servicio en Segundo plano/app/src/main/java/edu/upc/eet/pma/s1_1/MyAlarmBroadcastReceiver.java | 12c6125c0d9432a57caaf10f6198ccc9e5ab5006 | [] | no_license | AZarzuela/Projecte-PMA | https://github.com/AZarzuela/Projecte-PMA | 6a2d6cbc034112bf7058d5d3ed5a4114eff86fdd | 1d112f592afb37f26f718fba97d58fa412d8811f | refs/heads/master | 2021-05-04T01:14:05.823000 | 2017-01-22T21:51:47 | 2017-01-22T21:51:47 | 71,154,387 | 2 | 0 | null | false | 2016-10-20T15:21:06 | 2016-10-17T15:43:04 | 2016-10-17T15:49:03 | 2016-10-20T15:20:55 | 87 | 0 | 0 | 0 | Java | null | null | package edu.upc.eet.pma.s1_1;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
public class MyAlarmBroadcastReceiver extends BroadcastReceiver {
public static final long INTERVAL= 1000 * 5;
@Override
public void onReceive(Context context, Intent in... | UTF-8 | Java | 444 | java | MyAlarmBroadcastReceiver.java | Java | [] | null | [] | package edu.upc.eet.pma.s1_1;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
public class MyAlarmBroadcastReceiver extends BroadcastReceiver {
public static final long INTERVAL= 1000 * 5;
@Override
public void onReceive(Context context, Intent in... | 444 | 0.75 | 0.734234 | 16 | 26.75 | 23.988277 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5625 | false | false | 4 |
68369319fc2fa59b3777f75b10ab41726adb0df3 | 22,986,665,008,132 | 6584dd221a2a0a89142c4eeb619116f5ff8e44ef | /component/service/src/main/java/org/exoplatform/social/service/rest/Util.java | b09f7896186e8e5e857ea1872431d1c1e8baece9 | [] | no_license | kiennguyen/exo-social | https://github.com/kiennguyen/exo-social | 4e63567af1620b6d9ccd4e054de7233c21c71255 | 38ebc1e3ab84357b0faeb4afb4a47cd4bbba377d | refs/heads/master | 2021-01-23T00:16:11.935000 | 2011-02-25T14:28:37 | 2011-02-25T14:28:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2003-2010 eXo Platform SAS.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Affero General Public License
* as published by the Free Software Foundation; either version 3
* of the License, or (at your option) any later version.
*
* This... | UTF-8 | Java | 2,845 | java | Util.java | Java | [
{
"context": " />.\n * Created by The eXo Platform SEA\n * @author hoatle <hoatlevan at gmail dot com>\n * @since Jan 5, 20",
"end": 1057,
"score": 0.999640166759491,
"start": 1051,
"tag": "USERNAME",
"value": "hoatle"
},
{
"context": "reated by The eXo Platform SEA\n * @author hoat... | null | [] | /*
* Copyright (C) 2003-2010 eXo Platform SAS.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Affero General Public License
* as published by the Free Software Foundation; either version 3
* of the License, or (at your option) any later version.
*
* This... | 2,845 | 0.676977 | 0.671705 | 92 | 29.934782 | 25.028595 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.336957 | false | false | 4 |
6bb26afe52f5a72e41674af761e6e365afc09988 | 28,784,870,821,294 | 82910ae02ca57f0b15e2c3b1848abde5b004a82f | /src/main/java/delta/games/lotro/gui/interceptor/InterceptorInterface.java | ffff1a4de4d304ec46136e36e5b4a5cca2da225f | [] | no_license | dmorcellet/lotro-companion | https://github.com/dmorcellet/lotro-companion | ee5b354ce2793e7844efa4c00299c6df0d76657f | d9ea70a1614e46bf1151b1cdcd3da7fb1e54e5df | refs/heads/master | 2021-07-11T22:27:44.736000 | 2021-07-11T15:37:35 | 2021-07-11T15:37:35 | 79,663,387 | 16 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package delta.games.lotro.gui.interceptor;
import delta.common.ui.swing.windows.WindowController;
import delta.common.ui.swing.windows.WindowsManager;
/**
* Utility methods related to the 'interceptor/synchronizer' feature.
* @author DAM
*/
public class InterceptorInterface
{
/**
* Check if the 'interceptor' ... | UTF-8 | Java | 1,219 | java | InterceptorInterface.java | Java | [
{
"context": "the 'interceptor/synchronizer' feature.\n * @author DAM\n */\npublic class InterceptorInterface\n{\n /**\n ",
"end": 241,
"score": 0.9944463968276978,
"start": 238,
"tag": "USERNAME",
"value": "DAM"
}
] | null | [] | package delta.games.lotro.gui.interceptor;
import delta.common.ui.swing.windows.WindowController;
import delta.common.ui.swing.windows.WindowsManager;
/**
* Utility methods related to the 'interceptor/synchronizer' feature.
* @author DAM
*/
public class InterceptorInterface
{
/**
* Check if the 'interceptor' ... | 1,219 | 0.707957 | 0.707957 | 46 | 25.5 | 26.389021 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.282609 | false | false | 4 |
a8e91af6936bc7ddd99d0c4eafe68a4253278d1f | 33,182,917,368,224 | 3b84ee2fa50146859154b336147ccb6b7b0d8641 | /FlipdogSpellChecker/com/b/b/e.java | 4c6579f3848ef73b5d3671a66a1c8e95d6e2b378 | [] | no_license | DarthYogurt/Dragonbreath | https://github.com/DarthYogurt/Dragonbreath | 5ac8883b75480a9a778f6b30d98c518b3544375d | 72f3e53cde17aacff812dce67f89b87d0b427a0e | refs/heads/master | 2016-08-03T16:43:36.614000 | 2013-11-12T00:11:29 | 2013-11-12T00:11:29 | 14,119,806 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.b.b;
public abstract interface e
{
public abstract void a();
}
/* Location: C:\Programming\Android2Java\FlipdogSpellchecker_dex2jar.jar
* Qualified Name: com.b.b.e
* JD-Core Version: 0.6.2
*/ | UTF-8 | Java | 227 | java | e.java | Java | [] | null | [] | package com.b.b;
public abstract interface e
{
public abstract void a();
}
/* Location: C:\Programming\Android2Java\FlipdogSpellchecker_dex2jar.jar
* Qualified Name: com.b.b.e
* JD-Core Version: 0.6.2
*/ | 227 | 0.665198 | 0.643172 | 11 | 19.727272 | 23.308567 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 4 |
80814aa4483f9dc03cf2b0bb61946409f74500da | 33,878,702,051,996 | 22b1fe6a0af8ab3c662551185967bf2a6034a5d2 | /experimenting-rounds/massive-count-of-annotation-processors/src/main/java/fr/javatronic/blog/massive/annotation_020/Class_020_001.java | 9f6019c8ac4a701781762ef83cad2edba8b848b8 | [
"Apache-2.0"
] | permissive | lesaint/experimenting-annotation-processing | https://github.com/lesaint/experimenting-annotation-processing | b64ed2182570007cb65e9b62bb2b1b3f69d168d6 | 1e9692ceb0d3d2cda709e06ccc13290262f51b39 | refs/heads/master | 2021-01-23T11:20:19.836000 | 2014-11-13T10:37:14 | 2014-11-13T10:37:14 | 26,336,984 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.javatronic.blog.massive.annotation_020;
import fr.javatronic.blog.processor.Annotation_020;
@Annotation_020
public class Class_020_001 {
}
| UTF-8 | Java | 152 | java | Class_020_001.java | Java | [] | null | [] | package fr.javatronic.blog.massive.annotation_020;
import fr.javatronic.blog.processor.Annotation_020;
@Annotation_020
public class Class_020_001 {
}
| 152 | 0.802632 | 0.703947 | 7 | 20.714285 | 21.06937 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 4 |
4a7a64daa8bf65bfefc41fc4f5307516b8b8b7d2 | 11,416,023,132,064 | ae5eb1a38b4d22c82dfd67c86db73592094edc4b | /project338/src/main/java/org/gradle/test/performance/largejavamultiproject/project338/p1693/Production33879.java | 008b8e131883579cc6f5d3eb3ac3e71ab8961201 | [] | no_license | big-guy/largeJavaMultiProject | https://github.com/big-guy/largeJavaMultiProject | 405cc7f55301e1fd87cee5878a165ec5d4a071aa | 1cd6a3f9c59e9b13dffa35ad27d911114f253c33 | refs/heads/main | 2023-03-17T10:59:53.226000 | 2021-03-04T01:01:39 | 2021-03-04T01:01:39 | 344,307,977 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.gradle.test.performance.largejavamultiproject.project338.p1693;
import org.gradle.test.performance.largejavamultiproject.project338.p1692.Production33852;
import org.gradle.test.performance.largejavamultiproject.project335.p1677.Production33552;
import org.gradle.test.performance.largejavamultiproject.proj... | UTF-8 | Java | 2,417 | java | Production33879.java | Java | [] | null | [] | package org.gradle.test.performance.largejavamultiproject.project338.p1693;
import org.gradle.test.performance.largejavamultiproject.project338.p1692.Production33852;
import org.gradle.test.performance.largejavamultiproject.project335.p1677.Production33552;
import org.gradle.test.performance.largejavamultiproject.proj... | 2,417 | 0.686388 | 0.603641 | 110 | 20.981817 | 22.634239 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.318182 | false | false | 4 |
05586d74e7f2d2870710be326aeaed849659441d | 27,273,042,358,111 | 178ea3a56813ee26b1d413459c93da9148ff9c1f | /springcloud-study/xx_project/lesson-springcloud-2/micro-order-security/src/main/java/com/xiangxue/jack/controller/StudentController.java | 8e3f81731a1fb4e877d4dcce6d450034d1bf04f5 | [] | no_license | LINPE4/study | https://github.com/LINPE4/study | 718f1958b9b1d26889dd91cf827cb1627acc69d6 | d74e6916e594b8d0fd97c4c6603c050c5d7f1dea | refs/heads/master | 2022-03-09T02:33:22.042000 | 2022-01-17T16:05:50 | 2022-01-17T16:05:50 | 196,827,271 | 1 | 0 | null | false | 2022-02-01T01:07:40 | 2019-07-14T11:17:49 | 2022-01-17T16:07:59 | 2022-02-01T01:07:40 | 79,274 | 0 | 0 | 13 | Java | false | false | package com.xiangxue.jack.controller;
import com.xiangxue.jack.bean.Student;
import com.xiangxue.jack.service.feign.StudentService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web... | UTF-8 | Java | 1,714 | java | StudentController.java | Java | [] | null | [] | package com.xiangxue.jack.controller;
import com.xiangxue.jack.bean.Student;
import com.xiangxue.jack.service.feign.StudentService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web... | 1,714 | 0.722287 | 0.720537 | 54 | 30.74074 | 23.821236 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 4 |
385e0f6790c4103f7a210f5142be2ab6656740c6 | 27,273,042,359,116 | a93f0d2f96e2d9301d160964c01e6330acd1859c | /agriapp-lite-command-side/party-command-side/src/main/java/cl/agriapp/lite/commandside/party/domain/agregates/models/contact/Type.java | 90ebbd46bd81fce153c1d50d5d736c643e4d5947 | [
"Apache-2.0"
] | permissive | developer-agricola/agriapp-lite | https://github.com/developer-agricola/agriapp-lite | ddd91bcdcc1996dc32a8e12a37d88af509504d00 | 00a5838072b5afec496f0fd5d64b867da49cb59e | refs/heads/master | 2018-09-24T07:22:31.286000 | 2018-06-11T02:17:09 | 2018-06-11T02:17:09 | 134,582,453 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cl.agriapp.lite.commandside.party.domain.agregates.models.contact;
public class Type {
private Identifier typeId;
private String description;
}
| UTF-8 | Java | 157 | java | Type.java | Java | [] | null | [] | package cl.agriapp.lite.commandside.party.domain.agregates.models.contact;
public class Type {
private Identifier typeId;
private String description;
}
| 157 | 0.802548 | 0.802548 | 8 | 18.625 | 23.916195 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 4 |
2601510eb573af8254b68ef059619ca0d0c09da9 | 35,820,027,252,313 | 2a11249a3bb565c17a466f7073b269ae907eae78 | /src/som/file/SemanticOutputFileWriter.java | e23e95c181ba3e4fe9625a60d95a8ec9ad17e07a | [] | no_license | blonsway/SOMInStruts2 | https://github.com/blonsway/SOMInStruts2 | ab025b89bea566ef1e58938e92d436753f2a6b79 | 39a0ab1371bddedabf258cfd83f8ea827900c392 | refs/heads/master | 2020-12-11T07:47:54.602000 | 2015-12-16T00:12:30 | 2015-12-16T00:12:30 | 38,294,919 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
*
* Tech For Good Portal
* Proof of Concept
* J P Morgan Chase Technology Center at Syracuse University
*
* Authored by:
* Last Revision: 1.0
* Last Revised by: Prashant Patel
*
* Version 1.0
*
* Principal Investigators
* Kathleen Brandt
* Brian Lonsway
* Steve Masiclat
*
... | UTF-8 | Java | 3,120 | java | SemanticOutputFileWriter.java | Java | [
{
"context": "d by: \r\n *\tLast Revision: 1.0\r\n *\tLast Revised by: Prashant Patel\r\n *\r\n *\tVersion 1.0\r\n *\r\n * \tPrincipal Investiga",
"end": 199,
"score": 0.9999064803123474,
"start": 185,
"tag": "NAME",
"value": "Prashant Patel"
},
{
"context": "ersion 1.0\r\n *\r\n * ... | null | [] | /*
*
* Tech For Good Portal
* Proof of Concept
* J P Morgan Chase Technology Center at Syracuse University
*
* Authored by:
* Last Revision: 1.0
* Last Revised by: <NAME>
*
* Version 1.0
*
* Principal Investigators
* <NAME>
* <NAME>
* <NAME>
*
* Contributors
* Lead Java D... | 3,038 | 0.648605 | 0.644117 | 109 | 26.614679 | 26.346285 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.045871 | false | false | 4 |
80524bae8a912c745bf2bc1bcb6a1735adc6a857 | 30,090,540,923,390 | f523bc6d59269098895a28cab4a0182c4721965a | /src/main/java/com/shoulaxiao/demo01/service/servicempli/MovieActorConfigServiceImpl.java | ccfa3e1b7286283a4ca31536b427ec31cfb3182d | [] | no_license | Shoulaxiao/springboot-movieWebsite | https://github.com/Shoulaxiao/springboot-movieWebsite | 63e8dbeba8513c642890148a26141a2dd5af93d7 | 1a82066512ceede945c6fa056cf25d79e38cd19b | refs/heads/master | 2022-09-12T15:46:54.360000 | 2020-01-14T10:39:45 | 2020-01-14T10:39:45 | 225,842,980 | 0 | 0 | null | false | 2022-09-01T23:16:51 | 2019-12-04T10:43:18 | 2020-12-01T12:11:06 | 2022-09-01T23:16:50 | 88 | 0 | 0 | 2 | Java | false | false | package com.shoulaxiao.demo01.service.servicempli;
import com.shoulaxiao.demo01.dao.MovieActorConfigDao;
import com.shoulaxiao.demo01.entity.MovieActorConfig;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Service
public class Mov... | UTF-8 | Java | 1,041 | java | MovieActorConfigServiceImpl.java | Java | [] | null | [] | package com.shoulaxiao.demo01.service.servicempli;
import com.shoulaxiao.demo01.dao.MovieActorConfigDao;
import com.shoulaxiao.demo01.entity.MovieActorConfig;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Service
public class Mov... | 1,041 | 0.737752 | 0.728146 | 36 | 27.916666 | 27.624844 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 4 |
b9a94be1783fd945d07c567d7737f2b16b70852b | 17,325,898,105,875 | 420ba46f1a38f02869862a1b352bcb91f4878fb3 | /manage-service/src/test/java/com/shtouyun/manage/dao/base/DaoTestBase.java | b088e3d29a9f7a5c90d98282639339fbb5b025e1 | [] | no_license | xinma-organization/manage | https://github.com/xinma-organization/manage | 8383f4983196600b7f6e79472d5654ab6ffc6137 | e4aa5937dabb1b2b5efbbdfa5b5ae57b41fcc73d | refs/heads/master | 2016-09-13T09:48:15.106000 | 2016-08-12T00:22:33 | 2016-08-12T00:22:33 | 61,484,091 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shtouyun.manage.dao.base;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.TestExecutionListeners;
import org.springframework.test.context.testng.AbstractTestNGSpringContextTests;
import com.github.springtestdbunit.DbUnitTestExecutionListener;
@Context... | UTF-8 | Java | 526 | java | DaoTestBase.java | Java | [] | null | [] | package com.shtouyun.manage.dao.base;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.TestExecutionListeners;
import org.springframework.test.context.testng.AbstractTestNGSpringContextTests;
import com.github.springtestdbunit.DbUnitTestExecutionListener;
@Context... | 526 | 0.868821 | 0.868821 | 13 | 39.46154 | 32.469193 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 4 |
ffd211644d74a264e59e080846af0eaadcb408f6 | 29,703,993,860,915 | 96d7ce5e21f7517a7e9149f2bd11dc9395be9581 | /EA/Homework/lesson-four/problem-two/src/main/java/com/ea/abdu/domain/first/Employee.java | 9b9c463bc9e264c482a2ce6ccbd41bf223c5014f | [] | no_license | AbduEndrisM/enterprise-architecture | https://github.com/AbduEndrisM/enterprise-architecture | 1da7f5e3e0943d8409a0e6d88519d97991e8153a | 6f11b9c1a81e8cd9f51ec524fa49116745fe5194 | refs/heads/master | 2022-12-22T11:25:31.922000 | 2019-07-12T03:45:22 | 2019-07-12T03:45:22 | 188,866,213 | 0 | 0 | null | false | 2022-10-05T19:51:05 | 2019-05-27T15:15:09 | 2019-07-22T01:53:01 | 2022-10-05T19:51:02 | 67,651 | 1 | 0 | 49 | Java | false | false | package com.ea.abdu.domain.first;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashSet;
import java.util.Set;
@Entity
@Data
@NoArgsConstructor
public class Employee {
@Id
@GeneratedValue(strategy ... | UTF-8 | Java | 1,185 | java | Employee.java | Java | [] | null | [] | package com.ea.abdu.domain.first;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashSet;
import java.util.Set;
@Entity
@Data
@NoArgsConstructor
public class Employee {
@Id
@GeneratedValue(strategy ... | 1,185 | 0.661603 | 0.661603 | 54 | 20.944445 | 19.630302 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 4 |
5aae03e95f558e0db0db14cfccd7d917c65e57e5 | 22,608,707,912,329 | cc4f194e39c6a6a425c794e286ca55bb004c7933 | /src/hr/fer/ztel/myFridge/data/User.java | 24bac1c274ae50da5a9bf7a0d26a22381a65aa71 | [] | no_license | sparac/myFridge | https://github.com/sparac/myFridge | a51f3b4027a02560e23c3458f5ec4887620bfd76 | 8515c7e25ea08309469a34b68532e45e6410d3b5 | refs/heads/master | 2021-01-01T18:18:09.299000 | 2013-06-13T06:27:03 | 2013-06-13T06:27:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hr.fer.ztel.myFridge.data;
import java.io.Serializable;
import org.simpleframework.xml.Element;
import org.simpleframework.xml.Root;
/**
* Class representing a user.
* @author suncana
*
*/
@Root(name = "user")
public class User implements Serializable {
private static final long serialVersionUID = 8788... | UTF-8 | Java | 2,411 | java | User.java | Java | [
{
"context": "oot;\n\n/**\n * Class representing a user.\n * @author suncana\n *\n */\n@Root(name = \"user\")\npublic class User imp",
"end": 196,
"score": 0.9993626475334167,
"start": 189,
"tag": "USERNAME",
"value": "suncana"
},
{
"context": "lean notifications) {\n\t\tsuper();\n\t... | null | [] | package hr.fer.ztel.myFridge.data;
import java.io.Serializable;
import org.simpleframework.xml.Element;
import org.simpleframework.xml.Root;
/**
* Class representing a user.
* @author suncana
*
*/
@Root(name = "user")
public class User implements Serializable {
private static final long serialVersionUID = 8788... | 2,415 | 0.679386 | 0.665699 | 112 | 20.526785 | 18.682957 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.651786 | false | false | 4 |
ab98891be551509175f1b5744d6efbc1ac487415 | 33,947,421,534,347 | 731f789cb2b3d68415fca759f98169bcf616e530 | /src/ui/MyCellModifier.java | f4053f34d5782945004e433fd0cd5998693077f5 | [] | no_license | wildanimal/MetaClassDesigner | https://github.com/wildanimal/MetaClassDesigner | 05efcac1d15ecfa4a271ece071df4d8cf5026c06 | 5f81d12e163044b44e56134a13525c0f8848685c | refs/heads/master | 2018-11-13T17:20:18.829000 | 2018-10-18T09:33:09 | 2018-10-18T09:33:09 | 105,092,750 | 3 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ui;
import java.util.HashMap;
import org.eclipse.jface.viewers.ICellModifier;
import org.eclipse.jface.viewers.TableViewer;
import org.eclipse.swt.widgets.TableItem;
public class MyCellModifier implements ICellModifier {
private TableViewer tv;
public MyCellModifier(TableViewer tv) {
this.tv = tv;
}
p... | UTF-8 | Java | 953 | java | MyCellModifier.java | Java | [] | null | [] | package ui;
import java.util.HashMap;
import org.eclipse.jface.viewers.ICellModifier;
import org.eclipse.jface.viewers.TableViewer;
import org.eclipse.swt.widgets.TableItem;
public class MyCellModifier implements ICellModifier {
private TableViewer tv;
public MyCellModifier(TableViewer tv) {
this.tv = tv;
}
p... | 953 | 0.721931 | 0.720881 | 37 | 24.783783 | 23.932489 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.540541 | false | false | 4 |
a258988718fe895ceb13ed539a6a35ba87562856 | 33,621,004,060,769 | 8d648a6593ee30462ec790e856495e5aba9c1962 | /WebservicesParent/Sling/AuthenticationHandler/src/main/java/com/maiereni/authorization/cmd/SetPermission.java | 50790629d7263116dacaba2259133ecdee181ee9 | [] | no_license | pmaierean/clatite_cu_gem | https://github.com/pmaierean/clatite_cu_gem | c935127e98f0e85523e49ae560419ef8864f078b | 922a2d24c11b523eea46240ddc6f8806a96ff541 | refs/heads/master | 2022-03-24T23:01:30.821000 | 2020-08-24T11:53:41 | 2020-08-24T11:53:41 | 85,395,087 | 0 | 0 | null | false | 2022-04-21T12:36:34 | 2017-03-18T11:05:22 | 2022-04-21T12:35:26 | 2022-04-21T12:36:30 | 3,044 | 0 | 0 | 27 | JavaScript | false | false | /**
* Copyright 2019 Maiereni Software and Consulting Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by appl... | UTF-8 | Java | 3,072 | java | SetPermission.java | Java | [
{
"context": "orization.bo.IdPathPriviledges;\r\n\r\n/**\r\n * @author PMaierean\r\n *\r\n */\r\npublic class SetPermission extends Abstra",
"end": 1105,
"score": 0.9414671659469604,
"start": 1096,
"tag": "NAME",
"value": "PMaierean"
}
] | null | [] | /**
* Copyright 2019 Maiereni Software and Consulting Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by appl... | 3,072 | 0.720378 | 0.717122 | 85 | 34.141178 | 27.310482 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.764706 | false | false | 4 |
e1a2d4a76599b615dd88db9b0874f1498403d8b7 | 3,350,074,542,214 | 2caf1dbffba5e98820e34798aac8235572ce196f | /Final/Login.java | c4a6a3331370e162c0a678a8ed137243867267b7 | [
"MIT"
] | permissive | MahdiFaheem/Restaurant-Management-System | https://github.com/MahdiFaheem/Restaurant-Management-System | a28f930d9b8f6c45cb419c1bac921cbf867dffce | b8387d3aab078af45f6a09b0c0eb9a6f4daa00f5 | refs/heads/master | 2020-07-29T20:43:59.708000 | 2019-09-21T19:53:00 | 2019-09-21T19:53:00 | 209,952,763 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.lang.*;
import javax.swing.*;
import java.awt.event.*;
import java.awt.*;
import java.sql.*;
public class Login extends JFrame implements ActionListener {
JLabel title, userLabel, passLabel;
JTextField userTF;
JPasswordField passPF;
JButton btnLogin, btnExit, btnReg;
JPanel panel;
public Login()
{... | UTF-8 | Java | 3,969 | java | Login.java | Java | [] | null | [] | import java.lang.*;
import javax.swing.*;
import java.awt.event.*;
import java.awt.*;
import java.sql.*;
public class Login extends JFrame implements ActionListener {
JLabel title, userLabel, passLabel;
JTextField userTF;
JPasswordField passPF;
JButton btnLogin, btnExit, btnReg;
JPanel panel;
public Login()
{... | 3,969 | 0.623079 | 0.598136 | 167 | 22.766466 | 18.709551 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.161677 | false | false | 4 |
c6a155ee3a8cd1caaf86cba22449188dcc07b931 | 13,082,470,439,043 | db044819eadf4246b0a6ab79db549f5342f51102 | /src/com/service/OrderService.java | 98dbb255564f850886d9c2e1f7acc78910b01b3c | [] | no_license | dwanezhou/book_trading | https://github.com/dwanezhou/book_trading | e52fc94e724bf2be25f4f04d36df1c327212d44b | 6b8688055e873f661b55b4c75afe4b6fe0638dc1 | refs/heads/master | 2022-04-19T17:30:25.033000 | 2020-04-16T05:20:46 | 2020-04-16T05:20:46 | 251,503,902 | 0 | 0 | null | false | 2020-04-02T07:57:51 | 2020-03-31T04:54:24 | 2020-04-02T07:44:52 | 2020-04-02T07:57:50 | 2,521 | 0 | 1 | 0 | Java | false | false | package com.service;
import com.entity.Orders;
import java.util.List;
/**
* 订单
* @author dwaneZhou
* @create --\
*/
public interface OrderService {
//插入订单,address若为null,则默认用户信息填的地址
//total为订单总价,bid 为订单书本id集合
boolean addOrder(int uid,String address,double total,int[] bid);
boolean delOrder(int ui... | UTF-8 | Java | 578 | java | OrderService.java | Java | [
{
"context": "ers;\n\nimport java.util.List;\n\n/**\n * 订单\n * @author dwaneZhou\n * @create --\\\n */\npublic interface OrderService ",
"end": 103,
"score": 0.9729098081588745,
"start": 94,
"tag": "USERNAME",
"value": "dwaneZhou"
}
] | null | [] | package com.service;
import com.entity.Orders;
import java.util.List;
/**
* 订单
* @author dwaneZhou
* @create --\
*/
public interface OrderService {
//插入订单,address若为null,则默认用户信息填的地址
//total为订单总价,bid 为订单书本id集合
boolean addOrder(int uid,String address,double total,int[] bid);
boolean delOrder(int ui... | 578 | 0.712389 | 0.712389 | 21 | 20.523809 | 20.661947 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 4 |
2920457d80fc445c00cf281e3ac38400b233b0c9 | 26,843,545,638,420 | 9b0c68096d999aa5442410c87465e9e40fd8d0de | /app/src/main/java/com/demos/hipwedge/MessageEvent.java | 060dcf60bf3b9ba70c032e61fe4ec8feb76bd4f1 | [] | no_license | hjgode/HIPWedge | https://github.com/hjgode/HIPWedge | c703e2653927c3dc5f2be1e652ef3c75720eb32c | 6bcfa0f940c4d3f8742bde556d0444f5f952689c | refs/heads/master | 2021-04-08T12:21:26.964000 | 2020-03-24T12:56:15 | 2020-03-24T12:56:15 | 248,775,461 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demos.hipwedge;
public class MessageEvent {
public static enum MessageDirection{
RECEIVE,
TRANSMIT,
STATUS
}
public static enum MessageStatus{
CONNECTED,
DISCONNECTED
}
public MessageDirection messageDirection;
public String message;
publi... | UTF-8 | Java | 594 | java | MessageEvent.java | Java | [] | null | [] | package com.demos.hipwedge;
public class MessageEvent {
public static enum MessageDirection{
RECEIVE,
TRANSMIT,
STATUS
}
public static enum MessageStatus{
CONNECTED,
DISCONNECTED
}
public MessageDirection messageDirection;
public String message;
publi... | 594 | 0.683502 | 0.683502 | 24 | 23.75 | 19.196896 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 4 |
b942b45e2e0cdc856413e00235e2d1283815b25a | 7,490,423,014,544 | 52b2a66a8fe88ffe84545cc6fde2fd84c5463432 | /JIPA/app/src/main/java/com/example/tonio/actionbar/QuizScoreScreen.java | 3ac5c0ec204ef41f73cd251ca60a3f8908357f9b | [] | no_license | aoria1/JIPA_APP | https://github.com/aoria1/JIPA_APP | aca1264e065f39df75ff7cf507928678e79f1eff | 2ea33861eff0ebf93e66a53e991aed948c4bc626 | refs/heads/master | 2021-01-10T13:56:04.144000 | 2016-08-12T13:55:59 | 2016-08-12T13:55:59 | 51,897,588 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.tonio.actionbar;
import android.app.Activity;
import android.app.Fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
/**
* Created by tonio on 4/3/2016.
*/
public class QuizScoreScreen exte... | UTF-8 | Java | 1,319 | java | QuizScoreScreen.java | Java | [
{
"context": ";\nimport android.widget.Button;\n\n/**\n * Created by tonio on 4/3/2016.\n */\npublic class QuizScoreScreen ext",
"end": 269,
"score": 0.9994895458221436,
"start": 264,
"tag": "USERNAME",
"value": "tonio"
}
] | null | [] | package com.example.tonio.actionbar;
import android.app.Activity;
import android.app.Fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
/**
* Created by tonio on 4/3/2016.
*/
public class QuizScoreScreen exte... | 1,319 | 0.631539 | 0.62699 | 49 | 25.918367 | 22.567663 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44898 | false | false | 4 |
b56dd4d23cee580863993399bca98e3b359073a5 | 12,128,987,699,072 | 01e9a5b74d1829161e56a08b58e4ef95008331fe | /src/com/puyitou/weixin/bean/msgtemplate/BaseMsgTemplate.java | 3076f5dba444751611493653a801f9d1a3d35f88 | [] | no_license | MLKG/angular-fund5 | https://github.com/MLKG/angular-fund5 | c1ac157dd10dcb25e0738eec955b58d47fa8b403 | 79a3e9b373f6158e98cf47806343415646fed453 | refs/heads/master | 2020-02-27T14:54:55.135000 | 2017-08-28T01:45:18 | 2017-08-28T01:45:18 | 101,360,013 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.puyitou.weixin.bean.msgtemplate;
import java.util.List;
public class BaseMsgTemplate {
private String touser;
private String templateId;
private String url;
private String topcolor;
private List<TemplateMsgData> data;
public String getTouser() {
return touser;
}
public void setTouse... | UTF-8 | Java | 885 | java | BaseMsgTemplate.java | Java | [] | null | [] | package com.puyitou.weixin.bean.msgtemplate;
import java.util.List;
public class BaseMsgTemplate {
private String touser;
private String templateId;
private String url;
private String topcolor;
private List<TemplateMsgData> data;
public String getTouser() {
return touser;
}
public void setTouse... | 885 | 0.703955 | 0.703955 | 58 | 14.25862 | 15.288671 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.293103 | false | false | 4 |
bcec2d2b63ceab75a5883fcce483901b91681713 | 9,947,144,322,057 | 29d1fccf9a2ffbf21245e9d0e0a41e5db5559993 | /Parallel_Programming_3semester/Fibers/src/ProcessManager/PriorityProcessManager.java | 7c9d0aa3d7a14c46da24a3f7ff8177f00331fa26 | [] | no_license | DmiitriyJarosh/SPBU_Programming_Hometasks | https://github.com/DmiitriyJarosh/SPBU_Programming_Hometasks | 96fbd6c1dc66b48d28f52c755760983910af56fc | 7a9d1d62db916b903d64f2285e597117306244de | refs/heads/master | 2020-05-26T04:14:54.387000 | 2019-05-22T21:03:56 | 2019-05-22T21:03:56 | 188,102,254 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ProcessManager;
import Fibers.Fiber;
import java.util.ArrayList;
import java.util.List;
public class PriorityProcessManager {
private static List<Fiber> fibers = new ArrayList<>();
private static List<Integer> priorities = new ArrayList<>();
private static List<Fiber> listForDelete = new ArrayLis... | UTF-8 | Java | 2,179 | java | PriorityProcessManager.java | Java | [] | null | [] | package ProcessManager;
import Fibers.Fiber;
import java.util.ArrayList;
import java.util.List;
public class PriorityProcessManager {
private static List<Fiber> fibers = new ArrayList<>();
private static List<Integer> priorities = new ArrayList<>();
private static List<Fiber> listForDelete = new ArrayLis... | 2,179 | 0.541074 | 0.540156 | 69 | 30.57971 | 20.219381 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.449275 | false | false | 4 |
2aa6c71107683d0e985d231b20a4da28212c4fc4 | 12,575,664,290,908 | 8db35ebbbb64d34a6773c16659b65edc4af10a70 | /weinxin/src/main/java/com/tencent/mm/y/t.java | ef840a547a55e4770507047dcd46b97271ab9b6a | [] | no_license | cj3479/demo | https://github.com/cj3479/demo | 5ba417538281ad2015bd8f4fe0c6985560acea05 | 0e254aac3fac68d12f3b65791ca21d109be504b7 | refs/heads/master | 2020-03-02T17:42:17.773000 | 2019-09-11T07:37:35 | 2019-09-11T07:37:35 | 102,733,897 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tencent.mm.y;
import android.os.Looper;
import com.tencent.gmtrace.GMTrace;
import com.tencent.mm.bd.b;
import com.tencent.mm.e.a.gx;
import com.tencent.mm.platformtools.r;
import com.tencent.mm.pointers.PByteArray;
import com.tencent.mm.pointers.PInt;
import com.tencent.mm.protocal.MMProtocalJni;
import c... | UTF-8 | Java | 13,737 | java | t.java | Java | [] | null | [] | package com.tencent.mm.y;
import android.os.Looper;
import com.tencent.gmtrace.GMTrace;
import com.tencent.mm.bd.b;
import com.tencent.mm.e.a.gx;
import com.tencent.mm.platformtools.r;
import com.tencent.mm.pointers.PByteArray;
import com.tencent.mm.pointers.PInt;
import com.tencent.mm.protocal.MMProtocalJni;
import c... | 13,737 | 0.602242 | 0.51627 | 438 | 30.365297 | 33.464066 | 250 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.872146 | false | false | 4 |
aba2babc7af55a802918c1467fe25c607d86e127 | 3,350,074,545,867 | 6154aca6865182c580d2086166498945dd66a19c | /sprweb15crud/src/main/java/pack/controller/ListController.java | c4a8b1147bcdb442334bbde284a5ddd505e3bbea | [] | no_license | 0119Jo/randomITRun | https://github.com/0119Jo/randomITRun | 6085e2464f5022f2cc01ecd46e4fbc7bafd63c0f | 6d364ccbaf0b19b79e150b4a0c0c9c04cffb0eaa | refs/heads/main | 2023-02-18T03:38:14.269000 | 2021-01-20T14:55:26 | 2021-01-20T14:55:26 | 331,006,575 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pack.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.servlet.ModelAndView;
import pack.model.MemDaoInter;
... | UTF-8 | Java | 883 | java | ListController.java | Java | [] | null | [] | package pack.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.servlet.ModelAndView;
import pack.model.MemDaoInter;
... | 883 | 0.735469 | 0.735469 | 31 | 25.193548 | 25.849964 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.483871 | false | false | 4 |
e332d649466eb0e749eace477dcb5754d3de3ce8 | 7,559,142,492,402 | 5debc902d04119f6315be8995f586eecc87fb8f9 | /StyleMe2/app/src/main/java/com/ba/styleme/ui/activities/home/HomeActivity.java | 94867a1cd3309864d67795cbd2b87c37a4b971dc | [] | no_license | FA16-BCS-099/STYLE-ME- | https://github.com/FA16-BCS-099/STYLE-ME- | d6569f8cb6d6e6c79b485128094e178794ded61c | cd56cc2738846bfa3874a6c510a97fe06551586d | refs/heads/master | 2022-11-19T04:41:20.556000 | 2020-07-19T15:34:23 | 2020-07-19T15:34:23 | 268,293,616 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ba.styleme.ui.activities.home;
import android.os.Bundle;
import android.util.Log;
import com.ba.styleme.R;
import com.ba.styleme.data.network.model.RecomendationModel;
import com.ba.styleme.ui.adapters.SliderAdapterExample;
import com.ba.styleme.ui.activities.base.BaseActivity;
import com.google.android.g... | UTF-8 | Java | 3,572 | java | HomeActivity.java | Java | [
{
"context": "on(\"admin_event_detail\");\n Log.e(\"user_id\", adminUserId);\n events.whereEqualTo(\"user_id\", adminUse",
"end": 2233,
"score": 0.6524609923362732,
"start": 2222,
"tag": "USERNAME",
"value": "adminUserId"
}
] | null | [] | package com.ba.styleme.ui.activities.home;
import android.os.Bundle;
import android.util.Log;
import com.ba.styleme.R;
import com.ba.styleme.data.network.model.RecomendationModel;
import com.ba.styleme.ui.adapters.SliderAdapterExample;
import com.ba.styleme.ui.activities.base.BaseActivity;
import com.google.android.g... | 3,572 | 0.653695 | 0.653135 | 89 | 39.13483 | 36.050587 | 231 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.573034 | false | false | 4 |
08dc9d52bcb95253896a3fbcdb975fb3b4db953e | 37,873,021,618,913 | d49607dfed7008587a186500721bfecf8379970d | /src/main/java/event/deicing_system/DeIcingSystemActivate.java | 6a19a6cbc2a520aaebc3efab4b3cc612838d6bd2 | [] | no_license | lschirmbrand/DHBW_Airbus350 | https://github.com/lschirmbrand/DHBW_Airbus350 | d4e66862db47870b5fc95b47e59cf955a7a3a6c9 | e6752682373007d9b4b629571860ba4857093ec0 | refs/heads/main | 2023-04-14T21:55:23.508000 | 2021-04-28T12:01:13 | 2021-04-28T12:01:13 | 339,013,924 | 0 | 2 | null | false | 2021-03-17T16:02:54 | 2021-02-15T08:40:15 | 2021-03-14T20:32:13 | 2021-03-17T16:02:54 | 27,522 | 0 | 0 | 0 | Java | false | false | package event.deicing_system;
public class DeIcingSystemActivate {
public String toString() {
return "DeIcingSystemActivate{}";
}
}
| UTF-8 | Java | 137 | java | DeIcingSystemActivate.java | Java | [] | null | [] | package event.deicing_system;
public class DeIcingSystemActivate {
public String toString() {
return "DeIcingSystemActivate{}";
}
}
| 137 | 0.759124 | 0.759124 | 7 | 18.571428 | 15.499835 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 4 |
ca9af3692a25adcc27b68be808182927cc4d0df0 | 37,873,021,622,500 | c1925bf848da92ce57eb183a4d54fed3443057a3 | /app/src/main/java/app/android/test/testactioneventproject/DatePickUpActivity.java | 555425f21c1f9083b6b320d5ee738b9dc10078ad | [] | no_license | haleykang/TestActionEventProject | https://github.com/haleykang/TestActionEventProject | 3c5270af0f0da2117890f190f15776bb64eefd81 | b124dcd23d328de5e8c02080578eb9c4fddf28b8 | refs/heads/master | 2021-01-22T12:17:41.015000 | 2017-05-29T08:08:51 | 2017-05-29T08:08:51 | 92,712,758 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package app.android.test.testactioneventproject;
import android.app.DatePickerDialog;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.DatePicker;
import andro... | UTF-8 | Java | 5,671 | java | DatePickUpActivity.java | Java | [] | null | [] | package app.android.test.testactioneventproject;
import android.app.DatePickerDialog;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.DatePicker;
import andro... | 5,671 | 0.567784 | 0.565465 | 159 | 28.830189 | 24.725971 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45283 | false | false | 4 |
41497e1df88ea7546a5fce0feb43763aaf796592 | 970,662,639,101 | a574af1873baa0e63cb7fb7dc883d4b5aeb5141f | /app/src/main/java/id/malvinr/mvpconcept/LoginActivity.java | 1aae7c1f3411c33b207163eaab62d1f1a5cfa6b2 | [] | no_license | dzakdzaks/mvp-concept | https://github.com/dzakdzaks/mvp-concept | e23e615a55753d3fdf54c44711a9ea4c289200b7 | 6914dfd010948aa8119b375a8b7fbc69d3a40462 | refs/heads/master | 2020-03-26T19:41:15.559000 | 2017-10-15T09:25:56 | 2017-10-15T09:25:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package id.malvinr.mvpconcept;
import android.support.design.widget.TextInputLayout;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.view.WindowManager;
import android.widget.Button;
import android.widget.EditText;
impor... | UTF-8 | Java | 2,685 | java | LoginActivity.java | Java | [] | null | [] | package id.malvinr.mvpconcept;
import android.support.design.widget.TextInputLayout;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.view.WindowManager;
import android.widget.Button;
import android.widget.EditText;
impor... | 2,685 | 0.672626 | 0.672253 | 80 | 32.5625 | 27.482197 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.475 | false | false | 4 |
11776c9fb0a6803d7bedc8e0c495d70b8b8e8afa | 31,619,549,280,895 | 7aadb641ecab5d0d9a9fdcb695f3d67b9c300169 | /src/main/java/net/atos/camel/routes/BusinessRoutes.java | aaed5e96730af72c0a9f14c43c7ef794ac77e4ab | [] | no_license | aritzbastida/activiti-camel-webapp | https://github.com/aritzbastida/activiti-camel-webapp | 8a47b1e1a0f053a918e7049a71cac89039b7104a | 838bba845eed8e7c6520d80066cdabe6ce8159bd | refs/heads/master | 2021-01-02T09:25:50.862000 | 2012-12-10T12:13:45 | 2012-12-10T12:13:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.atos.camel.routes;
import java.util.ArrayList;
import java.util.List;
import net.atos.camel.entities.Order;
import net.atos.camel.processors.ActivitiStarterProcessor;
import net.atos.camel.processors.IncomingOrdersProcessor;
import net.atos.camel.processors.ValidationProcessor;
import org.apache.camel.Ex... | UTF-8 | Java | 3,464 | java | BusinessRoutes.java | Java | [] | null | [] | package net.atos.camel.routes;
import java.util.ArrayList;
import java.util.List;
import net.atos.camel.entities.Order;
import net.atos.camel.processors.ActivitiStarterProcessor;
import net.atos.camel.processors.IncomingOrdersProcessor;
import net.atos.camel.processors.ValidationProcessor;
import org.apache.camel.Ex... | 3,464 | 0.701212 | 0.696594 | 103 | 32.631069 | 28.574886 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.466019 | false | false | 4 |
ba5512c2a3a50ae0066d38b60dccf45244ac183a | 38,405,597,564,421 | cf7e8dbdd38fc67d95f46635c9b3035618bd090b | /tokenizer/src/ru/itis/tokenizer/utils/Tokenizer.java | 54fc9ab3c328eb48aed3ea2dea3ca03ecc47d754 | [] | no_license | AlexLevor/JavaMy | https://github.com/AlexLevor/JavaMy | 36611bfd0a827d0222ed01b1d3888a0c85a6d40d | b82d7698de9cec535167e1ab0457d07cda6f5746 | refs/heads/master | 2021-01-11T07:26:30.739000 | 2016-11-09T08:33:14 | 2016-11-09T08:33:14 | 70,135,454 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package ru.itis.tokenizer.utils;
import ru.itis.tokenizer.tokens.Token;
import java.util.List;
/**
* Created by user on 06.10.2016.
*/
public interface Tokenizer {
List<Token> parse(String text);
} | UTF-8 | Java | 224 | java | Tokenizer.java | Java | [
{
"context": "\n import java.util.List;\n\n/**\n * Created by user on 06.10.2016.\n */\npublic interface Tokenizer {\n\n",
"end": 137,
"score": 0.973952054977417,
"start": 133,
"tag": "USERNAME",
"value": "user"
}
] | null | [] |
package ru.itis.tokenizer.utils;
import ru.itis.tokenizer.tokens.Token;
import java.util.List;
/**
* Created by user on 06.10.2016.
*/
public interface Tokenizer {
List<Token> parse(String text);
} | 224 | 0.660714 | 0.625 | 13 | 16.23077 | 16.944042 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 4 |
12d7b881baeb492a3b6529bbb9bccb42aa53f61a | 38,792,144,647,730 | fdbd2156b33598d24cd2a74de8b705b7d5635d8f | /src/com/junyufr/controller/indexController.java | 588e4e7b61ec20e1db28639cdae524bf8dd568d4 | [] | no_license | shawemou/junyu_KeyManage2.0 | https://github.com/shawemou/junyu_KeyManage2.0 | 705d9e1229d57b1fcd92ef0945dc4a5dcbb3a802 | 05919e421a844cc2855d471c9b417fcb44a6df4c | refs/heads/master | 2020-03-21T02:19:16.859000 | 2018-06-20T07:04:00 | 2018-06-20T07:04:00 | 137,992,993 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.junyufr.controller;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.sprin... | UTF-8 | Java | 7,164 | java | indexController.java | Java | [] | null | [] | package com.junyufr.controller;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.sprin... | 7,164 | 0.595418 | 0.590922 | 237 | 27.097046 | 16.918116 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.223629 | false | false | 4 |
72513945572d2d47887654bce04e5e0c212136ad | 8,083,128,500,831 | 2951c0923834ae25dbd574624a89cc8d721f1f9e | /src/main/java/io/misterfix/snowflake/AdminService.java | 8e625c16fbbaac24d5fb4b28ae211990e5419fe9 | [] | no_license | MisterFixx/JSnowflake | https://github.com/MisterFixx/JSnowflake | 063ba56d20dd82cb8b2e42caf14d393790ce5897 | 1175b79a427c9194a885b659b6cbbfdfed49d8ae | refs/heads/master | 2020-04-13T00:32:47.487000 | 2019-01-09T21:48:19 | 2019-01-09T21:48:19 | 162,848,022 | 9 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.misterfix.snowflake;
import spark.Spark;
import java.text.SimpleDateFormat;
import java.util.Date;
class AdminService {
AdminService(){
Spark.port(Main.getAdminPort());
Spark.get("/status", (req, res) ->
"<html>\n" +
" <head>\n" +
" ... | UTF-8 | Java | 1,221 | java | AdminService.java | Java | [] | null | [] | package io.misterfix.snowflake;
import spark.Spark;
import java.text.SimpleDateFormat;
import java.util.Date;
class AdminService {
AdminService(){
Spark.port(Main.getAdminPort());
Spark.get("/status", (req, res) ->
"<html>\n" +
" <head>\n" +
" ... | 1,221 | 0.416052 | 0.416052 | 29 | 41.103447 | 36.05106 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.275862 | false | false | 4 |
6d36adfd835684f112bd70958afaa80441c3ae2a | 8,083,128,500,729 | 615e693645f6bb7150bf2f9a1cda5d7bf2ec4bb6 | /src/the/wuxjian/im/protocol/request/LoginRequestPacket.java | a95a5173789b9cc365c17e4491b37f8fa717d8fa | [] | no_license | wuxjian/netty-im | https://github.com/wuxjian/netty-im | f3681d61e793acc2d9592fa788f1cbe190dd0245 | 5bede2ad6996595a2db8eb96b19d44d9a1b67ab0 | refs/heads/master | 2022-12-21T06:57:57.240000 | 2020-10-09T09:48:28 | 2020-10-09T09:48:28 | 297,923,898 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package the.wuxjian.im.protocol.request;
import lombok.Data;
import the.wuxjian.im.protocol.Packet;
import the.wuxjian.im.protocol.command.Command;
/**
* Created by wuxjian on 2020/9/25
*/
@Data
public class LoginRequestPacket extends Packet {
private String username;
private String passwo... | UTF-8 | Java | 408 | java | LoginRequestPacket.java | Java | [
{
"context": "im.protocol.command.Command;\r\n\r\n/**\r\n * Created by wuxjian on 2020/9/25\r\n */\r\n@Data\r\npublic class LoginReque",
"end": 182,
"score": 0.999626636505127,
"start": 175,
"tag": "USERNAME",
"value": "wuxjian"
}
] | null | [] | package the.wuxjian.im.protocol.request;
import lombok.Data;
import the.wuxjian.im.protocol.Packet;
import the.wuxjian.im.protocol.command.Command;
/**
* Created by wuxjian on 2020/9/25
*/
@Data
public class LoginRequestPacket extends Packet {
private String username;
private String passwo... | 408 | 0.686275 | 0.669118 | 21 | 17.428572 | 17.729641 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 4 |
cd1658ada379edf1a47fcc081c8f532e8eff5fe6 | 1,357,209,715,193 | 4982a90ce98bbf89020ae7089ee7d754188cb1bf | /backend/src/main/java/com/example/demo/repositories/ProductRepository.java | c1fe865bdf44d194e1f16bb0ed29a0a0c9dd90dc | [] | no_license | apisitaom/goods-developer | https://github.com/apisitaom/goods-developer | a847d81a1b2b0dea4cdd2d0df8fe9f1f295f4d48 | ede92e470447dfa6363815a9090a1aec2e3ea269 | refs/heads/master | 2023-05-12T21:01:08.240000 | 2020-02-29T04:48:28 | 2020-02-29T04:48:28 | 231,047,714 | 1 | 0 | null | false | 2023-05-07T16:44:53 | 2019-12-31T07:32:29 | 2020-09-28T15:02:05 | 2023-05-07T16:44:53 | 1,323 | 0 | 0 | 9 | JavaScript | false | false | package com.example.demo.repositories;
import com.example.demo.entities.Product;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.rest.webmvc.RepositoryRestController;
@RepositoryRestController
public interface ProductRepository extends JpaRepository<Product, Long> {} | UTF-8 | Java | 315 | java | ProductRepository.java | Java | [] | null | [] | package com.example.demo.repositories;
import com.example.demo.entities.Product;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.rest.webmvc.RepositoryRestController;
@RepositoryRestController
public interface ProductRepository extends JpaRepository<Product, Long> {} | 315 | 0.860317 | 0.860317 | 8 | 38.5 | 27.041636 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 4 |
4f6b7a99ab57f141e17b1161d8ccae0b466e2927 | 37,005,438,228,103 | 39056db3c9a2f885531a2977fc0047dfa762aae1 | /eno-core/src/main/java/com/energicube/eno/common/weather/History.java | 819cd886544827219cb3255d838451e43a5460dc | [] | no_license | zzx2856/eno | https://github.com/zzx2856/eno | 01ee1a6f852c02ef9d86455428e9c8e622b6e5e7 | b42665a023e92017fb2dee2312a584cc00323723 | refs/heads/master | 2016-05-28T11:18:52.340000 | 2015-01-31T09:07:24 | 2015-01-31T09:07:24 | 30,107,703 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.energicube.eno.common.weather;
import java.io.Serializable;
import java.util.List;
/**
* Created with IntelliJ IDEA.
* User: 刘广路
* Date: 13-9-10
* Time: 下午2:18
* To change this template use File | Settings | File Templates.
*/
public class History implements Serializable {
private List<Observat... | UTF-8 | Java | 569 | java | History.java | Java | [
{
"context": "ist;\n\n/**\n * Created with IntelliJ IDEA.\n * User: 刘广路\n * Date: 13-9-10\n * Time: 下午2:18\n * To change thi",
"end": 144,
"score": 0.9994703531265259,
"start": 141,
"tag": "NAME",
"value": "刘广路"
}
] | null | [] | package com.energicube.eno.common.weather;
import java.io.Serializable;
import java.util.List;
/**
* Created with IntelliJ IDEA.
* User: 刘广路
* Date: 13-9-10
* Time: 下午2:18
* To change this template use File | Settings | File Templates.
*/
public class History implements Serializable {
private List<Observat... | 569 | 0.704918 | 0.690346 | 24 | 21.875 | 21.358667 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 4 |
57ac199ba0c9fe73e744f31657c83fb4dcfdac3f | 38,800,734,557,137 | 5a2cecd9fd86b08a79811b993ed7c07a34117879 | /Hi.java | 75f2e831c0e8d85427ebf64c41d181adeff9f660 | [] | no_license | hesterdev/mldn | https://github.com/hesterdev/mldn | 471b34ffc078bc1e5fa67f1a81ef0e7ce584a599 | 7e0d9754ccaae2221bf503ba6442fc62733efa7e | refs/heads/master | 2021-01-10T10:43:43.787000 | 2016-03-29T02:53:11 | 2016-03-29T02:53:11 | 54,874,006 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | Hi
//为了试验补丁而修改
//为了再次验证补丁而修改 | UTF-8 | Java | 68 | java | Hi.java | Java | [] | null | [] | Hi
//为了试验补丁而修改
//为了再次验证补丁而修改 | 68 | 0.785714 | 0.785714 | 3 | 8.666667 | 4.784234 | 13 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0 | false | false | 4 |
58948cf27038da5ed063558e4fe198f9894a5a00 | 22,093,311,830,533 | 714c7886f3045b237e1fed53df5c68d2467577e5 | /app/src/main/java/com/williezhu/musetest/MainActivity.java | 2bf406f74eecb40cdf09e2890cd22503f18b5cca | [
"MIT"
] | permissive | jsegaran/wake-mii | https://github.com/jsegaran/wake-mii | 4aee4df82df6d21cae81b40872573eeb7e2e0352 | 3eba179a024fc338fbd546d2178b6e0791919f55 | refs/heads/master | 2018-03-07T08:14:33.046000 | 2015-09-24T03:46:26 | 2015-09-24T03:46:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // much of this code is taken from muse example app, available at
// http://developer.choosemuse.com/android/getting-started-with-libmuse-android
package com.williezhu.musetest;
import android.app.Activity;
import android.app.AlarmManager;
import android.app.Dialog;
import android.app.PendingIntent;
import android.co... | UTF-8 | Java | 19,622 | java | MainActivity.java | Java | [] | null | [] | // much of this code is taken from muse example app, available at
// http://developer.choosemuse.com/android/getting-started-with-libmuse-android
package com.williezhu.musetest;
import android.app.Activity;
import android.app.AlarmManager;
import android.app.Dialog;
import android.app.PendingIntent;
import android.co... | 19,622 | 0.556977 | 0.548568 | 475 | 40.309475 | 30.104502 | 208 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642105 | false | false | 4 |
1a8ca7289bedfd0f2189098bf82ffe72000f8f3f | 22,093,311,829,386 | 83f938803508c143466956ce0ebb779827ea933f | /hotswap/src/main/java/com/zfoo/hotswap/HotSwapContext.java | 514a480a0537155392630fd86f39ffa4ebe873fa | [
"Apache-2.0"
] | permissive | jaysunxiao/zfoo | https://github.com/jaysunxiao/zfoo | 93257d8353008b0e63333abc1c2822231c70d192 | ceac1f556f5f65df44f42ed9af8d82d2865a785a | refs/heads/master | 2018-10-16T17:36:44.797000 | 2018-10-16T08:57:53 | 2018-10-16T08:57:54 | 136,015,935 | 4 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zfoo.hotswap;
import com.zfoo.hotswap.manager.HotSwapManager;
import com.zfoo.hotswap.service.HotSwapServiceMBean;
/**
* @author jaysunxiao
* @version 1.0
* @since 2017-12-12 12:58
*/
public class HotSwapContext {
private static final HotSwapContext HOT_SWAP_CONTEXT = new HotSwapContext();
p... | UTF-8 | Java | 586 | java | HotSwapContext.java | Java | [
{
"context": "tswap.service.HotSwapServiceMBean;\n\n/**\n * @author jaysunxiao\n * @version 1.0\n * @since 2017-12-12 12:58\n */\npu",
"end": 154,
"score": 0.9994643926620483,
"start": 144,
"tag": "USERNAME",
"value": "jaysunxiao"
}
] | null | [] | package com.zfoo.hotswap;
import com.zfoo.hotswap.manager.HotSwapManager;
import com.zfoo.hotswap.service.HotSwapServiceMBean;
/**
* @author jaysunxiao
* @version 1.0
* @since 2017-12-12 12:58
*/
public class HotSwapContext {
private static final HotSwapContext HOT_SWAP_CONTEXT = new HotSwapContext();
p... | 586 | 0.721843 | 0.697952 | 27 | 20.703703 | 23.491236 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 4 |
63aca81d14ffad5c706497f75db979994dbf1fa9 | 34,445,637,770,258 | 2eb3818f5ec58bbdf29ddb1757de959bcfbbaa36 | /pvz_SPRING20/src/main/java/com/zitron/config/WebSecurityConfig.java | dd183d7df4d7edd63b33bf87f35d1c8e8b03d2cb | [] | no_license | anibalaa/pvz-demo | https://github.com/anibalaa/pvz-demo | 705a186b6d2841570ea571e6a5c7e0592c32dde5 | edbd02b29347a62b901894a63a2839c52f01456a | refs/heads/master | 2020-05-14T00:18:59.750000 | 2019-04-17T11:57:43 | 2019-04-17T11:57:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zitron.config;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
im... | UTF-8 | Java | 2,019 | java | WebSecurityConfig.java | Java | [
{
"context": "ailureUrl(\"/login?error=true\").usernameParameter(\"username\")\r\n .passwordParameter(\"password\")",
"end": 1952,
"score": 0.9989714622497559,
"start": 1944,
"tag": "USERNAME",
"value": "username"
},
{
"context": "(\"username\")\r\n .pas... | null | [] | package com.zitron.config;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
im... | 2,021 | 0.758792 | 0.757306 | 48 | 40.0625 | 41.322113 | 179 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.479167 | false | false | 4 |
4fcfc3a43f394e88dca3ab74b7da0c7825bb1152 | 35,536,559,451,525 | 10974f918dda98428df1b0cc108edd7ecf35dd68 | /src/ua/org/furry/activity/AttendeeFullInfoActivity.java | c8ff979d8ea819d420e777aab1e87cc055841c96 | [] | no_license | cheetahpaw/WUFF-Convention-Application | https://github.com/cheetahpaw/WUFF-Convention-Application | e0bd751b0c40e4c340abb94ef564f3df337723f3 | f330896a57d226be48c80f0620668f8194fd2589 | refs/heads/master | 2016-09-06T00:21:55.390000 | 2012-05-11T10:04:04 | 2012-05-11T10:04:04 | 3,629,425 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.org.furry.activity;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import u... | UTF-8 | Java | 1,917 | java | AttendeeFullInfoActivity.java | Java | [
{
"context": "vity;\n\n/**\n * Created with IntelliJ IDEA.\n * User: businesstrip\n * Date: 10.05.12\n * Time: 13:04\n * To change thi",
"end": 482,
"score": 0.9995933175086975,
"start": 470,
"tag": "USERNAME",
"value": "businesstrip"
}
] | null | [] | package ua.org.furry.activity;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import u... | 1,917 | 0.685968 | 0.68023 | 65 | 28.492308 | 22.307034 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.076923 | false | false | 4 |
b551c5d5ac4d207def119b7ab14d1a55ad1033ad | 39,668,317,968,890 | b9451c54b2ff7ddb797afc029672c57181a79bf9 | /server/runtime/src/main/java/org/infinispan/server/security/ElytronHTTPAuthenticator.java | 529f275223914e24afeaede8a1079d2b7617c51e | [
"Apache-2.0",
"LicenseRef-scancode-dco-1.1"
] | permissive | infinispan/infinispan | https://github.com/infinispan/infinispan | 4c16a7f7381894e1c38c80e39cc9346b566407ad | 1babc3340f2cf9bd42c84102a42c901d20feaa84 | refs/heads/main | 2023-08-31T19:46:06.326000 | 2023-06-20T08:14:50 | 2023-08-31T17:54:31 | 1,050,944 | 920 | 527 | Apache-2.0 | false | 2023-09-14T21:00:45 | 2010-11-04T12:33:19 | 2023-09-13T11:30:16 | 2023-09-14T21:00:44 | 145,284 | 1,077 | 595 | 22 | Java | false | false | package org.infinispan.server.security;
import static org.wildfly.security.http.HttpConstants.SECURITY_IDENTITY;
import java.security.Provider;
import java.util.Collection;
import java.util.concurrent.CompletionStage;
import javax.security.auth.Subject;
import org.infinispan.commons.CacheConfigurationException;
imp... | UTF-8 | Java | 7,722 | java | ElytronHTTPAuthenticator.java | Java | [
{
"context": "tty.channel.ChannelHandlerContext;\n\n/**\n * @author Tristan Tarrant <tristan@infinispan.org>\n * @since 10.0\n **",
"end": 2065,
"score": 0.9998812079429626,
"start": 2050,
"tag": "NAME",
"value": "Tristan Tarrant"
},
{
"context": "ndlerContext;\n\n/**\n * @auth... | null | [] | package org.infinispan.server.security;
import static org.wildfly.security.http.HttpConstants.SECURITY_IDENTITY;
import java.security.Provider;
import java.util.Collection;
import java.util.concurrent.CompletionStage;
import javax.security.auth.Subject;
import org.infinispan.commons.CacheConfigurationException;
imp... | 7,698 | 0.752266 | 0.751748 | 161 | 46.962734 | 33.665672 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.677019 | false | false | 4 |
59a460d68cb4b2f720cb873f747759ec5a7164f2 | 12,137,577,609,647 | 342197b40114d0808b491345b84b00445bfdde08 | /SampleShopping/src/service/BrandService.java | 4c980fb39ea56fac133226adc286f15c2bdd4160 | [] | no_license | hoashi-akane/sample-shopping-system | https://github.com/hoashi-akane/sample-shopping-system | 533e10f1a5631151c91324feb215974394839833 | a22b4351e994d819586d708c6291153ce75439b7 | refs/heads/master | 2022-12-03T15:07:12.036000 | 2020-08-21T03:41:30 | 2020-08-21T03:41:30 | 263,497,576 | 2 | 0 | null | false | 2020-08-21T03:41:31 | 2020-05-13T01:47:24 | 2020-08-21T03:41:17 | 2020-08-21T03:41:31 | 29,142 | 2 | 0 | 7 | Java | false | false | package service;
import java.util.ArrayList;
import dao.BrandDao;
import dto.BrandDto;
public class BrandService {
public ArrayList<BrandDto> brandListService(){
BrandDao brandDao = new BrandDao();
ArrayList<BrandDto> brandDtoList = brandDao.getBrandList();
return brandDtoList;
}
}
| UTF-8 | Java | 296 | java | BrandService.java | Java | [] | null | [] | package service;
import java.util.ArrayList;
import dao.BrandDao;
import dto.BrandDto;
public class BrandService {
public ArrayList<BrandDto> brandListService(){
BrandDao brandDao = new BrandDao();
ArrayList<BrandDto> brandDtoList = brandDao.getBrandList();
return brandDtoList;
}
}
| 296 | 0.766892 | 0.766892 | 15 | 18.733334 | 18.328363 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.066667 | false | false | 7 |
2a71fb1187fdd8d5943b0bc0239486dd8635dc69 | 33,148,557,600,026 | ac265f8202cff289545f677f52538635d4561c8a | /src/main/java/ru/frostdelta/bungeereports/gui/MainInterface.java | 241d54b325408282abb8be40fe198e2f22fadc80 | [
"EPL-1.0",
"Plexus",
"CDDL-1.0",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-public-domain"
] | permissive | FrostDelta123/BungeeReports | https://github.com/FrostDelta123/BungeeReports | 263ad736bd49468dd2863eb0946ef92798f576c3 | e9ab94e55dcb1d06f60b8bdbd50df533ad66061a | refs/heads/master | 2021-06-05T09:28:19.624000 | 2021-04-27T10:15:59 | 2021-04-27T10:15:59 | 140,547,717 | 11 | 5 | Apache-2.0 | false | 2021-04-27T10:16:00 | 2018-07-11T08:48:05 | 2019-08-20T23:11:53 | 2021-04-27T10:16:00 | 26,452 | 3 | 3 | 0 | Java | false | false | package ru.frostdelta.bungeereports.gui;
import org.bukkit.Bukkit;
import org.bukkit.Material;
import org.bukkit.SkullType;
import org.bukkit.entity.Player;
import org.bukkit.inventory.Inventory;
import org.bukkit.inventory.InventoryHolder;
import org.bukkit.inventory.ItemStack;
import org.bukkit.inventory.meta.SkullM... | UTF-8 | Java | 1,351 | java | MainInterface.java | Java | [] | null | [] | package ru.frostdelta.bungeereports.gui;
import org.bukkit.Bukkit;
import org.bukkit.Material;
import org.bukkit.SkullType;
import org.bukkit.entity.Player;
import org.bukkit.inventory.Inventory;
import org.bukkit.inventory.InventoryHolder;
import org.bukkit.inventory.ItemStack;
import org.bukkit.inventory.meta.SkullM... | 1,351 | 0.633605 | 0.629904 | 44 | 29.704546 | 22.747208 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 7 |
9c47d498a9c7e1c22f3e0583f86f81ba8ed5aa76 | 33,148,557,602,120 | 87503b28cac64e4659b379a56c4dc1a62814be29 | /shop/src/vo/Notice.java | 09a375e7faa7c7c82ad08f70a7b66b921b99d5f8 | [] | no_license | kapenal/shap | https://github.com/kapenal/shap | 36adaaaea671895bd553411a3fc57ec847460242 | db84e1ff66a36497b812a7cd8d4a5795230b1fcb | refs/heads/master | 2023-08-21T18:34:12.813000 | 2022-01-11T05:29:56 | 2022-01-11T05:29:56 | 406,225,415 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vo;
public class Notice {
private int noticeNo;
private String noticeTitle;
private String noticeContent;
private int memberNo;
private String createDate;
private String updateDate;
public int getNoticeNo() {
return noticeNo;
}
public void setNoticeNo(int noticeNo) {
this.noticeNo ... | UTF-8 | Java | 1,333 | java | Notice.java | Java | [] | null | [] | package vo;
public class Notice {
private int noticeNo;
private String noticeTitle;
private String noticeContent;
private int memberNo;
private String createDate;
private String updateDate;
public int getNoticeNo() {
return noticeNo;
}
public void setNoticeNo(int noticeNo) {
this.noticeNo ... | 1,333 | 0.697674 | 0.697674 | 52 | 23.634615 | 21.967659 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.711538 | false | false | 7 |
099b5139a3133bd9c6e4a710378a94e1982b9fff | 32,547,262,198,932 | d9f48d376bb7e6b9e41fb0017692233c6464ef1b | /Problem22.java | 8547322d48f7ee78eb8a07c37995d6b6b8ddf3eb | [] | no_license | chiranthsiddappa/ProjectEuler | https://github.com/chiranthsiddappa/ProjectEuler | 5d753b8c19b84edf126b87d852102f5cdceadf6b | 7fa22c48d38333cb1ac2fa07e42fc4d8334809a9 | refs/heads/master | 2016-08-08T14:13:35.005000 | 2015-07-10T21:48:20 | 2015-07-10T21:48:20 | 5,382,967 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package projecteuler;
import java.io.*;
import java.util.*;
/**
*
* @author csiddapp
*/
public class Problem22 {
public static String[] getNames() throws FileNotFoundException {
String[] names = new Str... | UTF-8 | Java | 1,848 | java | Problem22.java | Java | [
{
"context": " java.io.*;\nimport java.util.*;\n\n/**\n *\n * @author csiddapp\n */\npublic class Problem22 {\n\n public static S",
"end": 188,
"score": 0.9991416335105896,
"start": 180,
"tag": "USERNAME",
"value": "csiddapp"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package projecteuler;
import java.io.*;
import java.util.*;
/**
*
* @author csiddapp
*/
public class Problem22 {
public static String[] getNames() throws FileNotFoundException {
String[] names = new Str... | 1,848 | 0.496753 | 0.483225 | 61 | 29.295082 | 24.74085 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.688525 | false | false | 7 |
35332faa723322a0c59548500b38a56162973750 | 12,292,196,426,204 | 0eee0cb2acf6a1b2f7ecb0e0363533e232055ce0 | /server/src/server/java/nitobi-jsf-project/nitobi-jsf/src/main/java/com/nitobi/jsf/component/AttributeAware.java | 8fe56accc64988bb35d6770ef7c78032089fcf2f | [
"MIT"
] | permissive | wildabeast/completeui | https://github.com/wildabeast/completeui | fa03feabc804479be5636cd95262180716d4f061 | 73735d7260be23a3adb4bdf7ca8b5decd2b2f76d | refs/heads/master | 2021-01-17T22:51:49.024000 | 2010-07-26T20:44:09 | 2010-07-26T20:44:09 | 832,328 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* User: Eric Buitenhuis
* Date: Jun 1, 2008
* Time: 10:48:42 AM
*/
package com.nitobi.jsf.component;
import com.nitobi.type.NitobiAttribute;
import java.util.List;
/**
* For a class to implent this interface, it must provide a
* getComponentAttributes() method returning an array of
* NitobiAttribute obj... | UTF-8 | Java | 703 | java | AttributeAware.java | Java | [
{
"context": "/**\n * User: Eric Buitenhuis \n * Date: Jun 1, 2008\n * Time: 10:48:42 AM\n */\n\np",
"end": 28,
"score": 0.9998794794082642,
"start": 13,
"tag": "NAME",
"value": "Eric Buitenhuis"
},
{
"context": "array of\n * NitobiAttribute objects.\n *\n * @author Eric Buitenhuis\n... | null | [] | /**
* User: <NAME>
* Date: Jun 1, 2008
* Time: 10:48:42 AM
*/
package com.nitobi.jsf.component;
import com.nitobi.type.NitobiAttribute;
import java.util.List;
/**
* For a class to implent this interface, it must provide a
* getComponentAttributes() method returning an array of
* NitobiAttribute objects.
*
... | 685 | 0.697013 | 0.678521 | 31 | 21.67742 | 21.123884 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.258065 | false | false | 7 |
b461621b6feb9969292de3ce66d5536dfc47cd26 | 33,268,816,687,446 | a27011695824001a08e4394dcd8bc06b79747942 | /mifi_platform_api/url_filter_dev_config/src/main/java/com/uway/mobile/util/TraversalMapUtil.java | 9e95d0ed540a3dd9752a375db442cf6bdd5b3502 | [] | no_license | panyongjiang/project | https://github.com/panyongjiang/project | ab42aa2175e6a1b7ec5a1abb589b9bc7a708578a | f2248b357af689bf5c5b4fb81bdfe2f40b9ce2c3 | refs/heads/master | 2021-09-07T22:35:51.975000 | 2018-03-02T08:44:38 | 2018-03-02T08:44:38 | 114,848,504 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.uway.mobile.util;
import java.net.URLEncoder;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.jfree.util.Log;
import org.springframework.beans.factory.annotation.A... | UTF-8 | Java | 4,208 | java | TraversalMapUtil.java | Java | [
{
"context": ".ParamsMapper;\n\n/**\n * 遍历map,取key=value\n * @author java_ztx\n *\n */\n@Component\npublic class TraversalMapUtil {",
"end": 790,
"score": 0.9996160268783569,
"start": 782,
"tag": "USERNAME",
"value": "java_ztx"
}
] | null | [] | package com.uway.mobile.util;
import java.net.URLEncoder;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.jfree.util.Log;
import org.springframework.beans.factory.annotation.A... | 4,208 | 0.698565 | 0.694976 | 146 | 27.630136 | 24.602041 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.958904 | false | false | 7 |
c66336dcdda621ed533771fa5e31eb74e3b7ebe4 | 28,166,395,589,547 | 93424d21e6975be634d11dba302ea4c9100bd1d4 | /PlacingOrder/src/main/java/com/example/PlacingOrder/models/PlacingOrderModel.java | afb69802747bc245f8fadddbe7727f1c715e82d0 | [] | no_license | Ronney31/PlacingFoodOrderAPI | https://github.com/Ronney31/PlacingFoodOrderAPI | e2b57a746e989e4d6ac96792816c926649be4b13 | 8307d2d7e5ab79bbb2ad5d2be36a40d348d59578 | refs/heads/main | 2023-06-10T23:04:12.447000 | 2021-07-10T16:25:44 | 2021-07-10T16:25:44 | 384,734,296 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.PlacingOrder.models;
import java.util.List;
/**
*
* @author Ranjan Kumar
*
*/
public class PlacingOrderModel {
List<Order_items> order_items;
int distance;
Offer offer;
public PlacingOrderModel(List<Order_items> Order_items, int distance, Offer offer){
this.order_items =... | UTF-8 | Java | 829 | java | PlacingOrderModel.java | Java | [
{
"context": "\r\n\r\nimport java.util.List;\r\n\r\n/**\r\n * \r\n * @author Ranjan Kumar\r\n *\r\n */\r\npublic class PlacingOrderModel {\r\n\tList",
"end": 103,
"score": 0.9998146891593933,
"start": 91,
"tag": "NAME",
"value": "Ranjan Kumar"
}
] | null | [] | package com.example.PlacingOrder.models;
import java.util.List;
/**
*
* @author <NAME>
*
*/
public class PlacingOrderModel {
List<Order_items> order_items;
int distance;
Offer offer;
public PlacingOrderModel(List<Order_items> Order_items, int distance, Offer offer){
this.order_items = Order... | 823 | 0.659831 | 0.659831 | 45 | 16.422222 | 18.434856 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.244444 | false | false | 7 |
1fdda1c05b74ca700226e629092892691157f67a | 26,912,265,084,620 | 2a3cee6351f97076197acef3a87d98378e52b06e | /src/main/java/org/comroid/crystalshard/gateway/OpCode.java | 1fc64d681131bfecc26d360c56e11512f8a18bc5 | [
"Apache-2.0"
] | permissive | comroid-git/CrystalShard | https://github.com/comroid-git/CrystalShard | 9c19c30c3923fd8e3a1b0ca06eb28c3d5352f3aa | f4a2e8ad439b842fd90a6bb0af70331eaa61d7a3 | refs/heads/master | 2023-04-19T13:15:59.480000 | 2022-01-12T18:34:11 | 2022-01-12T18:34:11 | 145,140,440 | 1 | 0 | Apache-2.0 | false | 2022-01-12T18:34:12 | 2018-08-17T16:00:53 | 2021-12-21T19:15:34 | 2022-01-12T18:34:11 | 3,779 | 3 | 0 | 4 | Java | false | false | package org.comroid.crystalshard.gateway;
import org.comroid.api.IntegerAttribute;
import org.comroid.api.Named;
import org.comroid.common.info.Described;
import org.comroid.uniform.node.UniNode;
import org.comroid.uniform.node.UniObjectNode;
import org.comroid.util.StandardValueType;
import org.jetbrains.annotations.... | UTF-8 | Java | 2,126 | java | OpCode.java | Java | [] | null | [] | package org.comroid.crystalshard.gateway;
import org.comroid.api.IntegerAttribute;
import org.comroid.api.Named;
import org.comroid.common.info.Described;
import org.comroid.uniform.node.UniNode;
import org.comroid.uniform.node.UniObjectNode;
import org.comroid.util.StandardValueType;
import org.jetbrains.annotations.... | 2,126 | 0.714017 | 0.707902 | 61 | 33.852459 | 31.496986 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.836066 | false | false | 7 |
df2fe7e4cc0deb3198931feb13ebaa65adf9f8d7 | 26,912,265,088,202 | 3ad7fb6039a56c9f1603c14da02f0ea28881c7e5 | /ProjetNestiPart2/src/tests/CheckTest.java | ea3492c9a43423bd2da501ba38dc2694add8bf76 | [] | no_license | Tibo30/Nesti-Desktop-Application | https://github.com/Tibo30/Nesti-Desktop-Application | 80116a0c857ec72919db36f686a787168f13e26a | f61fe9a3fe4ba163c69bfaf175b63dcff5775468 | refs/heads/master | 2023-06-30T14:10:01.925000 | 2021-08-05T09:22:59 | 2021-08-05T09:22:59 | 329,031,220 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tests;
import org.junit.Test;
import junit.framework.TestCase;
import tools.Check;
public class CheckTest extends TestCase {
@Test
public void testValidPhoneNumber() {
assertFalse(Check.isValidPhoneNumber("06030205091"));
assertTrue(Check.isValidPhoneNumber("+33533228696"));
assertTrue(Check.isValid... | WINDOWS-1250 | Java | 1,375 | java | CheckTest.java | Java | [
{
"context": "tIsValidName() {\n\n\t\tassertTrue(Check.isValidName(\"Pierre-André\"));\n\t\tassertFalse(Check.isValidName(\"Pierre& Andr",
"end": 724,
"score": 0.9992680549621582,
"start": 712,
"tag": "NAME",
"value": "Pierre-André"
},
{
"context": "Pierre-André\"));\n\t\tassertFalse... | null | [] | package tests;
import org.junit.Test;
import junit.framework.TestCase;
import tools.Check;
public class CheckTest extends TestCase {
@Test
public void testValidPhoneNumber() {
assertFalse(Check.isValidPhoneNumber("06030205091"));
assertTrue(Check.isValidPhoneNumber("+33533228696"));
assertTrue(Check.isValid... | 1,375 | 0.739796 | 0.675656 | 49 | 27 | 24.592184 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.489796 | false | false | 7 |
de5deb167f9956f7101a20345b35c9673cab779e | 29,618,094,512,788 | 3b821ce760e49de1d44abb798a5940315705aee6 | /src/main/java/br/com/caelum/brutauth/reflection/MethodInvoker.java | cbfda4caf726371b550f497b3795509a95a873c6 | [] | no_license | luiz/vraptor-brutauth | https://github.com/luiz/vraptor-brutauth | 0c0a3a26419b89ec4ffe087c6480dae7f6ec9f7e | f558be0b6f9bad436fdcd02f9dfcc323eaf151f7 | refs/heads/master | 2020-12-30T18:15:24.481000 | 2013-08-06T19:00:41 | 2013-08-06T19:00:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.caelum.brutauth.reflection;
import br.com.caelum.brutauth.auth.rules.CustomBrutauthRule;
public interface MethodInvoker {
boolean invoke(CustomBrutauthRule toInvoke, Object[] args);
} | UTF-8 | Java | 203 | java | MethodInvoker.java | Java | [] | null | [] | package br.com.caelum.brutauth.reflection;
import br.com.caelum.brutauth.auth.rules.CustomBrutauthRule;
public interface MethodInvoker {
boolean invoke(CustomBrutauthRule toInvoke, Object[] args);
} | 203 | 0.812808 | 0.812808 | 9 | 21.666666 | 25.307003 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 7 |
7cb935f56ec8b4f87229aec5c5b055becfdde88d | 10,196,252,373,700 | 587f9e83be378407d49e61767d2dc4aa767500c6 | /Practice/src/implementation/MagicalTree.java | 3ea76e209b1a8e31a6f8b44bac6c72a37fca3ebd | [] | no_license | ojham/GitDemoPurpose | https://github.com/ojham/GitDemoPurpose | d88854a1f2511124f78b0d35cbc2083d893d9368 | 3d5b4410b5596101746417927a1fd603ab722383 | refs/heads/master | 2023-08-13T03:53:52.119000 | 2019-09-04T16:11:55 | 2019-09-04T16:11:55 | 204,908,343 | 0 | 0 | null | false | 2023-07-22T14:44:43 | 2019-08-28T10:42:22 | 2019-09-04T16:12:22 | 2023-07-22T14:44:42 | 1,649 | 0 | 0 | 2 | Java | false | false | package implementation;
import java.util.Scanner;
public class MagicalTree {
public static void main(String[] args) {
int L=0;
int value=0;
Scanner scan=new Scanner(System.in);
L=scan.nextInt();
for (int j=0;j<=L-1;j++)
{
int sum=0;
... | UTF-8 | Java | 884 | java | MagicalTree.java | Java | [] | null | [] | package implementation;
import java.util.Scanner;
public class MagicalTree {
public static void main(String[] args) {
int L=0;
int value=0;
Scanner scan=new Scanner(System.in);
L=scan.nextInt();
for (int j=0;j<=L-1;j++)
{
int sum=0;
... | 884 | 0.46267 | 0.440045 | 49 | 17.040817 | 15.992293 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.591837 | false | false | 7 |
8c2189eefa705252c7a49ee8199fbb84dd27f05c | 4,380,866,662,855 | c128022ed09e5d84dc58e7a5a78a1615f999a052 | /PA5/samples/PA6.java | 4ec7957ec308ecaf52b1459ecec70649b98930be | [
"MIT"
] | permissive | atomic/CSE131 | https://github.com/atomic/CSE131 | a62636111b98e1e3f6e7a28084354c2654d2f662 | 9d60c16f65fbd5cb91840643cbe6c4c9f5fdd2b4 | refs/heads/master | 2021-03-27T09:40:10.456000 | 2017-12-06T22:48:24 | 2017-12-06T22:48:24 | 105,712,160 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | int a = readIntFromSTDIN();
int b = readIntFromSTDIN();
void main() {
int c = a + b;
printInt(c);
}
| UTF-8 | Java | 109 | java | PA6.java | Java | [] | null | [] | int a = readIntFromSTDIN();
int b = readIntFromSTDIN();
void main() {
int c = a + b;
printInt(c);
}
| 109 | 0.577982 | 0.577982 | 6 | 17.166666 | 8.87725 | 27 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 7 |
49d96de2f4d5a37d61c3a727c5521bf2ca6e6645 | 32,375,463,515,832 | ffa79a3d6d88a98c0899ac6f7c551c27658c3a8e | /src/Animations/Papillon.java | 72584220403e5fc4ce5e8b2496ad43c0f5322b34 | [] | no_license | Pixel9721/CandyCrush | https://github.com/Pixel9721/CandyCrush | 769f99af1c0fe3480410e70a3cac4d439ce3ba49 | 77599f5f358bc7bfdfedc71e84c16dea4604ce39 | refs/heads/master | 2021-01-08T03:44:46.406000 | 2020-03-28T21:16:11 | 2020-03-28T21:16:11 | 241,902,092 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Animations;
import javafx.animation.Animation;
import javafx.animation.KeyFrame;
import javafx.animation.KeyValue;
import javafx.animation.Timeline;
import javafx.geometry.Point3D;
import javafx.scene.Group;
import javafx.scene.image.ImageView;
import javafx.stage.Screen;
import javafx.util.Duration;
public ... | UTF-8 | Java | 2,558 | java | Papillon.java | Java | [] | null | [] | package Animations;
import javafx.animation.Animation;
import javafx.animation.KeyFrame;
import javafx.animation.KeyValue;
import javafx.animation.Timeline;
import javafx.geometry.Point3D;
import javafx.scene.Group;
import javafx.scene.image.ImageView;
import javafx.stage.Screen;
import javafx.util.Duration;
public ... | 2,558 | 0.668882 | 0.654808 | 70 | 35.542858 | 31.444139 | 164 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.757143 | false | false | 7 |
251b3ca8618a2eed9c0dce60aecb91d146e84a8e | 4,260,607,595,818 | 0265a1e3470be52d257527bde130bff33e3a054b | /casino-backend/src/main/java/com/agawrysiuk/casino/game/roulette/RouletteController.java | aa37c6c0999266f726a611a8020e3f815050449f | [] | no_license | agawrysiuk/casino-spring-boot | https://github.com/agawrysiuk/casino-spring-boot | be81ee06d0b588aaa83b4fce87b711caff73a3b9 | e2ac4f6a6f5b4a23d723972df87f9db32f794acd | refs/heads/master | 2023-01-24T23:49:04.305000 | 2021-12-09T19:27:21 | 2021-12-09T19:27:21 | 218,237,969 | 0 | 1 | null | false | 2023-01-06T21:01:43 | 2019-10-29T08:25:14 | 2021-12-06T19:35:15 | 2023-01-06T21:01:43 | 2,581 | 0 | 1 | 20 | Java | false | false | package com.agawrysiuk.casino.game.roulette;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.*;
import javax.servlet.http.HttpServletRequest;
import javax.validation.Valid;
@CrossOrigin(origins = "*", maxAge = 3600)
@Slf4j
@RequiredArgsConstruct... | UTF-8 | Java | 879 | java | RouletteController.java | Java | [
{
"context": "package com.agawrysiuk.casino.game.roulette;\n\nimport lombok.RequiredArgs",
"end": 22,
"score": 0.6431328058242798,
"start": 12,
"tag": "USERNAME",
"value": "agawrysiuk"
}
] | null | [] | package com.agawrysiuk.casino.game.roulette;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.*;
import javax.servlet.http.HttpServletRequest;
import javax.validation.Valid;
@CrossOrigin(origins = "*", maxAge = 3600)
@Slf4j
@RequiredArgsConstruct... | 879 | 0.778157 | 0.769056 | 28 | 30.392857 | 29.265215 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 7 |
de26ebb81f033b480b2c7d07a3814b1ac2e2c259 | 26,740,466,410,480 | ea0a688d2787e1da694993e1176356911abd4828 | /iMobileLite/src/com/supermap/imobilelite/maps/query/JoinItem.java | bb6e09b65ac19b7c4e1bbaf92f62e86b0c5ae1e3 | [] | no_license | Prophet-Kathleen/iMobile-Lite-for-Android | https://github.com/Prophet-Kathleen/iMobile-Lite-for-Android | 05c766b7145214d540512f4f4a0381099c528844 | b8025d340f152c70a5bb8caaf3b7e0380ae9df71 | refs/heads/master | 2023-07-19T10:08:32.784000 | 2021-08-24T03:20:36 | 2021-08-24T03:20:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.supermap.imobilelite.maps.query;
import java.io.Serializable;
/**
* <p>
* 连接信息类。
* </p>
* <p>
* 用于矢量数据集与外部表的连接。外部表可以为另一个矢量数据集(其中纯属性数据集中没有空间几何信息)所对应的 DBMS 表,也可以是用户自建的业务表。需要注意的是,矢量数据集与外部表必须属于同一数据源。表之间的联系的建立有两种方式,一种是连接(join),一种是关联(link)。连接,实际上是依据相同的字段将一个外部表追加到指定的表;而关联是基于一个相同的字段定义了两个表格之间的联系,但不是实... | UTF-8 | Java | 2,798 | java | JoinItem.java | Java | [] | null | [] | package com.supermap.imobilelite.maps.query;
import java.io.Serializable;
/**
* <p>
* 连接信息类。
* </p>
* <p>
* 用于矢量数据集与外部表的连接。外部表可以为另一个矢量数据集(其中纯属性数据集中没有空间几何信息)所对应的 DBMS 表,也可以是用户自建的业务表。需要注意的是,矢量数据集与外部表必须属于同一数据源。表之间的联系的建立有两种方式,一种是连接(join),一种是关联(link)。连接,实际上是依据相同的字段将一个外部表追加到指定的表;而关联是基于一个相同的字段定义了两个表格之间的联系,但不是实... | 2,798 | 0.631063 | 0.621775 | 69 | 26.115942 | 42.12973 | 333 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.289855 | false | false | 7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.