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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6c023b054a6475c756accc831a2fae2a170174d9 | 27,848,567,977,694 | 340a321fbac9f342b272a5367701b369d267446b | /src/main/java/AccountDataProvider.java | c4a3ec2d00c8a55bf3320ed05a36942db53c4217 | [
"MIT"
] | permissive | ulubeyn/transaction-web-api | https://github.com/ulubeyn/transaction-web-api | 53d76c6263587c7beeb5c195c0a97aed35b38364 | 3716277ff14124890a6977679bef5d6da1b9191d | refs/heads/master | 2020-07-09T05:31:43.758000 | 2019-08-23T00:37:33 | 2019-08-23T00:37:33 | 203,894,551 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.sample.protocols.web.WebProtocol;
import java.math.BigDecimal;
import java.util.List;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class AccountDataProvider {
public static List<WebProtocol.Account> getAccounts() {
return Stream.of(
new WebProtocol... | UTF-8 | Java | 1,034 | java | AccountDataProvider.java | Java | [] | null | [] | import org.sample.protocols.web.WebProtocol;
import java.math.BigDecimal;
import java.util.List;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class AccountDataProvider {
public static List<WebProtocol.Account> getAccounts() {
return Stream.of(
new WebProtocol... | 1,034 | 0.687621 | 0.628627 | 21 | 48.238094 | 45.087116 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.380952 | false | false | 1 |
b388282b5d1f0cb617321b6e88a0cc564e8bb63e | 12,412,455,526,609 | 08fe8149703399c97b364a8e35db5835770861e2 | /src/main/java/com/fanap/hibernate/controller/StudentApi.java | 58727962ccc762dc259da6b5af228fa31e62f937 | [] | no_license | parvanehabi/HibernateDemo | https://github.com/parvanehabi/HibernateDemo | 3acf9179136969198bb847f1f1f0f4dd2b9efd67 | 4cd19546a06702eb32df125643df2aecc401d688 | refs/heads/master | 2020-04-13T01:07:46.944000 | 2018-12-23T05:37:58 | 2018-12-23T05:37:58 | 162,865,132 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fanap.hibernate.controller;
import com.fanap.hibernate.controller.Filter.JWTTokenNeeded;
import com.fanap.hibernate.data.modelVO.StudentVO;
import com.fanap.hibernate.data.repository.StudentCRUD;
import org.glassfish.jersey.media.multipart.FormDataContentDisposition;
import org.glassfish.jersey.media.mult... | UTF-8 | Java | 5,764 | java | StudentApi.java | Java | [
{
"context": "UT\n @Path(\"/{studentId}\")\n @JWTTokenNeeded(\"admin\")\n @Consumes(MediaType.APPLICATION_JSON)\n @",
"end": 2099,
"score": 0.7907856702804565,
"start": 2094,
"tag": "USERNAME",
"value": "admin"
},
{
"context": "ath(\"/{studentId}/addImage\")\n @JWTToke... | null | [] | package com.fanap.hibernate.controller;
import com.fanap.hibernate.controller.Filter.JWTTokenNeeded;
import com.fanap.hibernate.data.modelVO.StudentVO;
import com.fanap.hibernate.data.repository.StudentCRUD;
import org.glassfish.jersey.media.multipart.FormDataContentDisposition;
import org.glassfish.jersey.media.mult... | 5,764 | 0.663255 | 0.656836 | 165 | 33.933334 | 31.284061 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.345455 | false | false | 1 |
d3293a006bb226efd77a405435abe7c22f782117 | 21,406,117,044,737 | 29d81459bf1142df32c911dfa8d5d5ddff2225c3 | /mall-common/src/main/java/com/xg/mall/business/service/impl/AreaServiceImpl.java | 9cd86b1f16b6e183a7d4241b90ff1c580496eeab | [] | no_license | xiaoyu1423/xg | https://github.com/xiaoyu1423/xg | 7e778864f45162eb837b336ee538dc83b16475b9 | 14895325d18e2999bc03f8bc7a5f67747bc41dad | refs/heads/master | 2020-03-18T19:40:25.033000 | 2018-05-28T14:25:03 | 2018-05-28T14:25:03 | 135,169,234 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xg.mall.business.service.impl;
import com.xg.mall.business.service.IAreaService;
import com.xg.mall.dao.XgwhAreaMapper;
import com.xg.mall.po.XgwhArea;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.Collections;
import java.ut... | UTF-8 | Java | 838 | java | AreaServiceImpl.java | Java | [] | null | [] | package com.xg.mall.business.service.impl;
import com.xg.mall.business.service.IAreaService;
import com.xg.mall.dao.XgwhAreaMapper;
import com.xg.mall.po.XgwhArea;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.Collections;
import java.ut... | 838 | 0.686158 | 0.684964 | 30 | 26.933332 | 21.419514 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.433333 | false | false | 1 |
a392c029f47c398c31fdb9a1cd9f4ab12538d9f7 | 21,406,117,043,800 | cb8ccced1c84721994c9008d60f6b2a120365321 | /src/main/java/net/zomis/cards/iface/CardEffectTargets.java | aeab2ca5e1b11e9bdacd5c6a53eb88c80d5832cd | [] | no_license | Zomis/ZonesAndCards | https://github.com/Zomis/ZonesAndCards | ecda38ccbf2ef0cb71ec8079fba4b78b080ada1f | 8025a30ed51e1d9fcf49cf4bb7b0d9462a913011 | refs/heads/master | 2020-06-01T03:24:36.772000 | 2020-02-08T18:17:34 | 2020-02-08T18:17:34 | 20,162,557 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.zomis.cards.iface;
import net.zomis.cards.cbased.CardWithComponents;
@FunctionalInterface
public interface CardEffectTargets {
void performEffect(CardWithComponents source, TargetData targets);
}
| UTF-8 | Java | 214 | java | CardEffectTargets.java | Java | [] | null | [] | package net.zomis.cards.iface;
import net.zomis.cards.cbased.CardWithComponents;
@FunctionalInterface
public interface CardEffectTargets {
void performEffect(CardWithComponents source, TargetData targets);
}
| 214 | 0.827103 | 0.827103 | 10 | 20.4 | 23.078995 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 1 |
fe780c5d3849fe0cd10d6ced0c3f87c38caa8099 | 32,126,355,416,535 | 158aca590f07cf001a2af717ee33db9828e7f47a | /app/src/main/java/Yaduvanshi/androidbasics/Fragmentusing.java | 77a3d17586ec44ce12271b2988d90e125dd5f9ee | [] | no_license | VikramBaraiya/Basics | https://github.com/VikramBaraiya/Basics | bd5250bf02c460d072df82c4eadcc58a04250804 | a275e7a0472cc08836e60612ce7dcb8751aa0a5e | refs/heads/master | 2020-06-25T02:32:53.286000 | 2019-07-27T14:00:44 | 2019-07-27T14:00:44 | 199,171,848 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Yaduvanshi.androidbasics;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class Fragmentusing extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activi... | UTF-8 | Java | 348 | java | Fragmentusing.java | Java | [] | null | [] | package Yaduvanshi.androidbasics;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class Fragmentusing extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activi... | 348 | 0.767241 | 0.764368 | 14 | 23.857143 | 22.806192 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 1 |
c906eb71176905f898c691e675d99e7ffb11b20c | 1,640,677,553,049 | 302093c29c09f64f221a5231aa7658fa1372d42e | /TextBookApplication/src/main/java/TextookApplication/Controller/AuthorController.java | 7deea5a318d9a125c03bd35e9c504db6c8e3b104 | [] | no_license | AnaStudent/TextBookApplication | https://github.com/AnaStudent/TextBookApplication | 33dc2fcbf4f9038f057d855338fd223cd74b9de4 | 62f59757de51ecacf97c4f527e0098fcf063da77 | refs/heads/main | 2023-01-23T16:58:08.519000 | 2020-11-30T22:41:48 | 2020-11-30T22:41:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package TextookApplication.Controller;
import TextookApplication.entity.Author;
import TextookApplication.service.AuthorService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import java.util.List;
public class AuthorController {
@Aut... | UTF-8 | Java | 918 | java | AuthorController.java | Java | [] | null | [] | package TextookApplication.Controller;
import TextookApplication.entity.Author;
import TextookApplication.service.AuthorService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import java.util.List;
public class AuthorController {
@Aut... | 918 | 0.6939 | 0.6939 | 36 | 23.5 | 21.289669 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.305556 | false | false | 1 |
e94c1a5d739143309f21375adf53a88111d0e17d | 10,411,000,781,799 | 3b91eef7b45b619c88ab2e586673271e1d7d843a | /SpringAssignment1/src/question3/MainApp.java | 4e1787bb5b3cdeee33b94439f07887c3cb551783 | [] | no_license | RushaliSetia/spring-codes | https://github.com/RushaliSetia/spring-codes | b8ea214c5086bc0d8f1c0979c1ef885192960db5 | 798b44cd241b1e08bd879f81c8293c59d033cec7 | refs/heads/master | 2020-03-30T16:25:36.054000 | 2018-10-03T12:33:38 | 2018-10-03T12:33:38 | 151,407,895 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package question3;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class MainApp {
public static void main(String[] args) {
ApplicationContext ac=new ClassPathXmlApplicationContext("question3/spring.xml");
Employee... | UTF-8 | Java | 398 | java | MainApp.java | Java | [] | null | [] | package question3;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class MainApp {
public static void main(String[] args) {
ApplicationContext ac=new ClassPathXmlApplicationContext("question3/spring.xml");
Employee... | 398 | 0.771357 | 0.766332 | 14 | 26.428572 | 28.123997 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 1 |
ea388d69f428b097a5cb1567050770ddaa681bbc | 2,491,081,035,924 | a623314091c525fc4e4ca0e6ecf026b28a87c7fc | /src/main/java/cn/tinbat/andu/example/proxy/HttpProxyServerConfig.java | ca21e2da3670a434ecc40bc7e4727f997376aff0 | [
"MIT"
] | permissive | DQMT/andu | https://github.com/DQMT/andu | ae7415b1de6cf31697f27f9200034b3af59b392c | fe7c286e0566a4a0ef4629578db05c21d32e8d24 | refs/heads/master | 2021-05-01T21:58:30.834000 | 2018-11-22T05:53:04 | 2018-11-22T05:53:04 | 120,983,166 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.tinbat.andu.example.proxy;
import io.netty.channel.EventLoopGroup;
/**
* Created by songhangbo on 2018/10/27.
*/
public class HttpProxyServerConfig {
private EventLoopGroup loopGroup;
public EventLoopGroup getLoopGroup() {
return loopGroup;
}
public void setLoopGroup(EventLoopG... | UTF-8 | Java | 382 | java | HttpProxyServerConfig.java | Java | [
{
"context": "o.netty.channel.EventLoopGroup;\n\n/**\n * Created by songhangbo on 2018/10/27.\n */\npublic class HttpProxyServerCo",
"end": 108,
"score": 0.9994804263114929,
"start": 98,
"tag": "USERNAME",
"value": "songhangbo"
}
] | null | [] | package cn.tinbat.andu.example.proxy;
import io.netty.channel.EventLoopGroup;
/**
* Created by songhangbo on 2018/10/27.
*/
public class HttpProxyServerConfig {
private EventLoopGroup loopGroup;
public EventLoopGroup getLoopGroup() {
return loopGroup;
}
public void setLoopGroup(EventLoopG... | 382 | 0.706806 | 0.685864 | 19 | 19.105263 | 19.139088 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.263158 | false | false | 1 |
d1e3e57fb01b088747d44c84cf5966d283e41591 | 31,954,556,733,538 | 31246a425fc22192db7e390a3f4b0aecfbd38c9d | /COMP2011/Assign1/src/Assign2/GenderSort.java | 1ecad03691e298d81dfba38ab1595a2768b8c023 | [] | no_license | zhuyidiwow/PolyU-Projects | https://github.com/zhuyidiwow/PolyU-Projects | 21490e037970132870e9cd11761c4359106f630b | e74232f7e4182996a82cb12bcaf4acb134b72b1b | refs/heads/master | 2019-07-06T02:02:23.534000 | 2016-07-26T01:54:20 | 2016-07-26T01:54:20 | 64,180,000 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* Name: ZHU Yidi
* Student ID: 13104363d
*
* This program just do what we do in assignment 1 twice (line 21 to 35).
* So the time complexity was not changed, which is still O(n)
*/
package Assign2;
import java.security.SecureRandom;
import java.util.Arrays;
import java.util.stream.Collectors;
public class Gend... | UTF-8 | Java | 2,240 | java | GenderSort.java | Java | [
{
"context": "/* Name: ZHU Yidi\n * Student ID: 13104363d\n * \n * This program just",
"end": 17,
"score": 0.9997860789299011,
"start": 9,
"tag": "NAME",
"value": "ZHU Yidi"
}
] | null | [] | /* Name: <NAME>
* Student ID: 13104363d
*
* This program just do what we do in assignment 1 twice (line 21 to 35).
* So the time complexity was not changed, which is still O(n)
*/
package Assign2;
import java.security.SecureRandom;
import java.util.Arrays;
import java.util.stream.Collectors;
public class Gender... | 2,238 | 0.556696 | 0.541964 | 78 | 27.73077 | 22.415466 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 1 |
18b38f05cb3f7b5fc73bab171d6422d06221b3f8 | 30,391,188,620,033 | 4d274173ce10931ce2c819acf2ab382336816c3a | /jax-flink-job/src/main/java/com/eoi/jax/flink/job/process/StringDecoderFunction.java | 1c3d40ed1866323fbcd40527e1bc25393e8bd631 | [
"Apache-2.0"
] | permissive | joely110/jax | https://github.com/joely110/jax | 346aa1d66f1c6c1f0f5eb1809a3a3c20cf544d36 | 9f54fd84f149896112bf1e39a0b60533196ac5fb | refs/heads/master | 2023-06-27T03:55:05.631000 | 2021-08-03T06:53:15 | 2021-08-03T06:53:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... | UTF-8 | Java | 1,390 | java | StringDecoderFunction.java | Java | [] | null | [] | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... | 1,390 | 0.722302 | 0.719424 | 42 | 32.095238 | 28.388302 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 1 |
22a77f2760ef5ed6f9cfacc58ce6406fed9d42c3 | 12,721,693,174,151 | cb95159baab884f97a4cc405fe7f99bb4385aae6 | /Virus/src/Viral/Painter.java | 0bcd0e87365e11467dd364dedc35f56edb3f8f92 | [] | no_license | irmiev/ViralTest | https://github.com/irmiev/ViralTest | 46c0dd3dcf8a6725390a63b6950568d76929a7c6 | 81da0416606b5dbf194ad9b3723b0ac0697b397e | refs/heads/master | 2021-01-10T10:25:43.915000 | 2015-01-23T15:23:53 | 2015-01-23T15:23:53 | 8,432,206 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Viral;
public class Painter extends Thread {
ViralArea vA;
public Painter(ViralArea vA) {
this.vA = vA;
}
public void run() {
while (true) {
//System.out.println("I am painting!!");
vA.repaint();
try {
this.sleep(20);
} catch (InterruptedException e) {
// TODO Auto-generated c... | UTF-8 | Java | 370 | java | Painter.java | Java | [] | null | [] | package Viral;
public class Painter extends Thread {
ViralArea vA;
public Painter(ViralArea vA) {
this.vA = vA;
}
public void run() {
while (true) {
//System.out.println("I am painting!!");
vA.repaint();
try {
this.sleep(20);
} catch (InterruptedException e) {
// TODO Auto-generated c... | 370 | 0.613514 | 0.608108 | 23 | 15.086957 | 13.720543 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.086957 | false | false | 1 |
e4d06b3135bf77f4640e3da0add46e1ec83b19ef | 31,628,139,214,370 | 5299df5b17a2c606d42ce7a8926b0a6b9935b7e0 | /questionnaire-persist/src/main/java/git/lbk/questionnaire/dao/impl/UserDaoImpl.java | 41c6eefcec2ac79eb8128ee81cddc73a41a42138 | [
"Apache-2.0"
] | permissive | LiBingKai/questionnaire | https://github.com/LiBingKai/questionnaire | 0a68346f1f27bae911ded6df57dea15ebadf5d81 | df6418c0217e364802eee924f71dbe171e36c2ce | refs/heads/master | 2019-08-20T14:16:57.763000 | 2016-05-07T15:13:16 | 2016-05-07T15:13:16 | 44,946,895 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2015 LBK
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writi... | UTF-8 | Java | 1,861 | java | UserDaoImpl.java | Java | [] | null | [] | /*
* Copyright 2015 LBK
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writi... | 1,861 | 0.71639 | 0.711479 | 58 | 27.086206 | 27.178392 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.051724 | false | false | 1 |
d74332cf7c53623f00252d718376d55213a69ce6 | 29,033,978,962,356 | 7d64c8ac28e58dac1cff9d55de95a6475c365b11 | /src/test/java/com/codedifferently/SciCalculatorTest.java | ddaba7ca8a5b156eb13a78edd85b8fd959470b32 | [] | no_license | fcamarillo18/StayReadyLab02 | https://github.com/fcamarillo18/StayReadyLab02 | 127d0887af4609e73e7d1dac4be304fe6650ca9e | 52b15de3f527c8444ba64539bbd0fb19eb22e676 | refs/heads/master | 2022-11-12T02:13:04.838000 | 2020-07-05T21:09:09 | 2020-07-05T21:09:09 | 277,380,279 | 0 | 0 | null | true | 2020-07-05T20:43:11 | 2020-07-05T20:43:10 | 2020-06-16T21:41:32 | 2020-07-05T17:19:01 | 7 | 0 | 0 | 0 | null | false | false | package com.codedifferently;
import static org.junit.Assert.assertTrue;
import org.junit.Assert;
import org.junit.Test;
public class SciCalculatorTest
{
@Test
public void shouldAnswerWithTrue()
{
assertTrue( true );
}
public void sciCalcTest(){
//Given
double resultDis ... | UTF-8 | Java | 7,089 | java | SciCalculatorTest.java | Java | [] | null | [] | package com.codedifferently;
import static org.junit.Assert.assertTrue;
import org.junit.Assert;
import org.junit.Test;
public class SciCalculatorTest
{
@Test
public void shouldAnswerWithTrue()
{
assertTrue( true );
}
public void sciCalcTest(){
//Given
double resultDis ... | 7,089 | 0.601354 | 0.574129 | 259 | 26.374517 | 19.422817 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.648649 | false | false | 1 |
104107d5dafefa980f619b369dd4acc3d40bb6ab | 6,966,437,001,716 | 40814539ee6f3576d9efed5ef8b7426869ac6090 | /JAVA/Day9/day9b/Cat.java | 3386ad4d4a4f7e8fdee19acbef24ff0c95d7e834 | [] | no_license | advensod1002/JAVA_PROJECT | https://github.com/advensod1002/JAVA_PROJECT | 9cb472b935e1076b8ca3966a0603528c1d8cdaec | 010d3f20e83fb9ea6a6be711aba97ca5449dddd8 | refs/heads/main | 2023-07-16T10:35:01.486000 | 2021-09-01T09:56:52 | 2021-09-01T09:56:52 | 401,984,883 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jcp.day9b;
public class Cat extends Animal {
static final String TYPE = "고양이";
public String getType() {
return "고양이";
}
@Override
public void sound() {
System.out.println(this.getColor() + " 고양이는 🐱 야옹하고 소리를 냅니다.");
}
}
| UTF-8 | Java | 308 | java | Cat.java | Java | [] | null | [] | package com.jcp.day9b;
public class Cat extends Animal {
static final String TYPE = "고양이";
public String getType() {
return "고양이";
}
@Override
public void sound() {
System.out.println(this.getColor() + " 고양이는 🐱 야옹하고 소리를 냅니다.");
}
}
| 308 | 0.611321 | 0.607547 | 16 | 14.5625 | 17.549818 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 1 |
fd08269b80dc39c8566ce58b7d6c4276c1e8b47d | 28,346,784,214,834 | 4708c88a7da95eee795853422625d6c9f6c7783e | /GameSTZB/app/src/main/java/com/itgowo/gamestzb/wxapi/WXEntryActivity.java | 92bf374f70ca51d9c91f910542d9b8a591cd5e6e | [
"Apache-2.0"
] | permissive | MengXin-9/GameSTZB | https://github.com/MengXin-9/GameSTZB | 4bd17ec6385a07985095bc0731b1dbd14654a8dd | 3385fc1213a4a345f9b931eccfda615394018a06 | refs/heads/master | 2023-09-01T06:45:09.785000 | 2018-06-19T10:45:33 | 2018-06-19T10:45:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.itgowo.gamestzb.wxapi;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import com.itgowo.gamestzb.Manager.UserManager;
import com.tencent.mm.opensdk.modelbase.BaseReq;
import com.tencent.mm.opensdk.modelbase.BaseResp;
import com.tencent.mm.opensdk.... | UTF-8 | Java | 1,069 | java | WXEntryActivity.java | Java | [] | null | [] | package com.itgowo.gamestzb.wxapi;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import com.itgowo.gamestzb.Manager.UserManager;
import com.tencent.mm.opensdk.modelbase.BaseReq;
import com.tencent.mm.opensdk.modelbase.BaseResp;
import com.tencent.mm.opensdk.... | 1,069 | 0.698784 | 0.697848 | 40 | 25.725 | 22.259815 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45 | false | false | 1 |
994354572b8bcc161072c6913142ca56b6490450 | 7,868,380,150,082 | 75625c9915648b0abb70bafb498989aeee529bd6 | /app/src/main/java/com/max/basepasta/Activitys/Resultados2.java | 8f52969cfe300269c3eb93fa78a2199c3a78ce74 | [] | no_license | vloxomire/BasePasta | https://github.com/vloxomire/BasePasta | e88b659d95f11b0eecaa9c8f6b48c608ff174e9b | 6118e7cb52080fff0b996356d3c9f220d34d6c51 | refs/heads/master | 2020-04-05T10:10:03.937000 | 2018-11-13T03:57:44 | 2018-11-13T03:57:44 | 156,789,911 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.max.basepasta.Activitys;
import android.content.ContentValues;
import android.content.Context;
import android.content.SharedPreferences;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android... | UTF-8 | Java | 3,513 | java | Resultados2.java | Java | [] | null | [] |
package com.max.basepasta.Activitys;
import android.content.ContentValues;
import android.content.Context;
import android.content.SharedPreferences;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android... | 3,513 | 0.699402 | 0.697125 | 92 | 37.163044 | 26.694845 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 1 |
3a06ec732e400f63847448eec7563563903589dc | 7,868,380,148,245 | 14328856349dbf90731de4a824d588d539bfcacb | /test/TestDAO/JunitDAO.java | 7f858616c8d79a1c5d963001f2c655ba8075d686 | [] | no_license | Jbejaranos/Proyecto-Citas | https://github.com/Jbejaranos/Proyecto-Citas | e91a1c6d052c12a0b6d6b61e4838bec2ae6f2868 | fe31d3f18934a4c975b6072b467d1d0840b534d5 | refs/heads/master | 2022-11-17T06:05:40.663000 | 2020-07-13T18:24:13 | 2020-07-13T18:24:13 | 263,082,020 | 0 | 0 | null | false | 2020-07-13T18:24:15 | 2020-05-11T15:27:17 | 2020-07-13T17:15:22 | 2020-07-13T18:24:14 | 26,477 | 0 | 0 | 0 | Java | false | false | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package TestDAO;
/**
*
* @author USER
*/
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.... | UTF-8 | Java | 2,237 | java | JunitDAO.java | Java | [
{
"context": "e editor.\n */\npackage TestDAO;\n\n\n/**\n *\n * @author USER\n */\nimport org.junit.After;\nimport org.junit.Afte",
"end": 226,
"score": 0.9939964413642883,
"start": 222,
"tag": "USERNAME",
"value": "USER"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package TestDAO;
/**
*
* @author USER
*/
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.... | 2,237 | 0.665624 | 0.654001 | 80 | 26.9625 | 24.449154 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7375 | false | false | 1 |
6627052595771a78fa18abd9e2bfd14f2f57a0dc | 12,661,563,608,725 | 7859a657d32a847cbedb83265bb49383573cebb2 | /src/com/xys/cenxi/customer/exception/CusException.java | c22a6feb3d441cde1c513edb6211a516d702cadb | [] | no_license | kanonwu/com.xys.cenxi.customer | https://github.com/kanonwu/com.xys.cenxi.customer | a13dd86088a6c72fea290182ec97b7839b4d0a0b | 2ba46c88395431baea56f75c60ece8a4be409996 | refs/heads/master | 2021-01-25T12:24:13.010000 | 2012-10-21T12:50:25 | 2012-10-21T12:50:25 | 5,734,775 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xys.cenxi.customer.exception;
public class CusException extends RuntimeException{
/**
*
*/
private static final long serialVersionUID = 4047869169657653130L;
public CusException(){
}
public CusException(Throwable e){
super(e);
}
public CusException(String mes){
super(mes);
}
pu... | UTF-8 | Java | 386 | java | CusException.java | Java | [] | null | [] | package com.xys.cenxi.customer.exception;
public class CusException extends RuntimeException{
/**
*
*/
private static final long serialVersionUID = 4047869169657653130L;
public CusException(){
}
public CusException(Throwable e){
super(e);
}
public CusException(String mes){
super(mes);
}
pu... | 386 | 0.704663 | 0.65544 | 25 | 14.44 | 19.043278 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.2 | false | false | 1 |
2ff6992e81b6fca139e7f4942430bffb2942ac77 | 14,164,802,190,209 | 0b6bc613af44fc8df6b31b63d4dad0335a78f8a1 | /src/main/java/com/group14/termproject/server/api/GameController.java | dc7f045dd7794b2419c8365ccc0eae5c9d70a9bc | [] | no_license | onurarrii/space-invaders-server | https://github.com/onurarrii/space-invaders-server | 0e6e247d84ec771a8a1f0b0105cf0fc6d75c5f6e | 2fd8d2128147ff2a8ccf9b81c79c0e17aed8f24e | refs/heads/master | 2023-02-01T03:20:45.906000 | 2020-05-06T08:58:15 | 2020-05-06T08:58:15 | 323,422,416 | 0 | 0 | null | false | 2020-12-21T18:54:36 | 2020-12-21T18:53:56 | 2020-12-21T18:54:13 | 2020-12-21T18:54:35 | 0 | 0 | 0 | 1 | Java | false | false | package com.group14.termproject.server.api;
import com.group14.termproject.server.game.management.GameRoomService;
import com.group14.termproject.server.game.util.Vector2D;
import com.group14.termproject.server.model.GameStatusDTO;
import com.group14.termproject.server.service.JwtService;
import io.swagger.annotations... | UTF-8 | Java | 4,163 | java | GameController.java | Java | [] | null | [] | package com.group14.termproject.server.api;
import com.group14.termproject.server.game.management.GameRoomService;
import com.group14.termproject.server.game.util.Vector2D;
import com.group14.termproject.server.model.GameStatusDTO;
import com.group14.termproject.server.service.JwtService;
import io.swagger.annotations... | 4,163 | 0.724237 | 0.721355 | 83 | 49.156628 | 38.225861 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.638554 | false | false | 1 |
021784677e24c0fc33d3bdb1e2ba12fb10e4134e | 5,196,910,428,198 | 7dfe54fb4de0a717ef439e5f6f002bd8f4ccd447 | /src/main/java/com/landian/sql/jpa/criterion/Restrictions.java | ce800235015da2dcc3b84ec1ff08c5c3eeea4f9f | [
"Apache-2.0"
] | permissive | caojieliang/sql-jpa | https://github.com/caojieliang/sql-jpa | 7aabc11ac83fe749f51176997efff2d98472ba93 | 5dd0e071fc8ffd727d707b334fd6cad9d0ecd545 | refs/heads/master | 2021-01-11T03:21:39.791000 | 2017-08-02T02:17:24 | 2017-08-02T02:17:24 | 71,042,126 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.landian.sql.jpa.criterion;
import com.landian.sql.jpa.annotation.DateRangeTypePolicy;
import com.landian.sql.jpa.context.JavaType;
import org.apache.commons.collections.CollectionUtils;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import java.util.List;
/**
* 条件建造厂(限制... | UTF-8 | Java | 8,105 | java | Restrictions.java | Java | [] | null | [] | package com.landian.sql.jpa.criterion;
import com.landian.sql.jpa.annotation.DateRangeTypePolicy;
import com.landian.sql.jpa.context.JavaType;
import org.apache.commons.collections.CollectionUtils;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import java.util.List;
/**
* 条件建造厂(限制... | 8,105 | 0.683749 | 0.680612 | 345 | 21.171015 | 21.546371 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.846377 | false | false | 1 |
934bef1069a4ea7fe051a6b7bb68772b10fc47a4 | 1,434,519,131,261 | 9bbb86d1c2217ac103f437753fb561fa4d111714 | /src/main/java/com/superstar/model/system/SysAreaExample.java | 2a2b44d97b66e70144218ebf45d3759a41ae214d | [] | no_license | venbill/huizhou-server | https://github.com/venbill/huizhou-server | 24797b6c95ff5c6eb37f4b9adf016bb1573b67ea | fb857a86905b53a50b3756014bd554bd7d2114b5 | refs/heads/master | 2020-03-31T11:26:01.563000 | 2018-10-20T07:05:27 | 2018-10-20T07:05:27 | 152,176,451 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.superstar.model.system;
import java.util.ArrayList;
import java.util.List;
public class SysAreaExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public SysAreaExample() {
oredCriteria = new ArrayList<Criteria>();
}
... | UTF-8 | Java | 28,874 | java | SysAreaExample.java | Java | [] | null | [] | package com.superstar.model.system;
import java.util.ArrayList;
import java.util.List;
public class SysAreaExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public SysAreaExample() {
oredCriteria = new ArrayList<Criteria>();
}
... | 28,874 | 0.576297 | 0.572972 | 900 | 31.083334 | 25.465767 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.726667 | false | false | 1 |
4dca521770772b95c19a49bf18e3e13053a4683a | 30,099,130,849,695 | 039f1b836052b409d9335b17a7ae624b8c8d144a | /src/main/java/dataworkers/MDWorker.java | 60b40b82804118d478c4487cf0c80953daed017c | [] | no_license | aaa4/GUIPLAY | https://github.com/aaa4/GUIPLAY | cecf7ff21699fbfa67e74835dc9417b25afb0ed3 | 4a25e54360ebbb32e702818e8a992bfa5bd8d135 | refs/heads/master | 2016-09-17T13:32:02.650000 | 2016-08-12T20:46:57 | 2016-08-12T20:46:57 | 65,220,817 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dataworkers;
import java.util.Date;
/**
* Created by Nyansus on 24.07.2016.
*
* МДшку наследуем от Шастика, т.к. далее
* потрбуется и номер шастика и номер МДшки
*/
public class MDWorker extends ShaWorker {
private String mdNumber;
public String getMdNumber() {
return mdNumber;
}
... | UTF-8 | Java | 1,183 | java | MDWorker.java | Java | [
{
"context": "orkers;\n\nimport java.util.Date;\n\n/**\n * Created by Nyansus on 24.07.2016.\n *\n * МДшку наследуем от Шастика, ",
"end": 71,
"score": 0.9995402693748474,
"start": 64,
"tag": "USERNAME",
"value": "Nyansus"
}
] | null | [] | package dataworkers;
import java.util.Date;
/**
* Created by Nyansus on 24.07.2016.
*
* МДшку наследуем от Шастика, т.к. далее
* потрбуется и номер шастика и номер МДшки
*/
public class MDWorker extends ShaWorker {
private String mdNumber;
public String getMdNumber() {
return mdNumber;
}
... | 1,183 | 0.629264 | 0.614901 | 45 | 23.755556 | 18.608427 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 1 |
e3619b43b2244368c891156759666168bb9b9fd1 | 8,383,776,212,977 | 061888f70fbed842b85496d6d5095c4dbc2c7f01 | /cloud-admin/cloud-admin-api/src/main/java/com/cloud/admin/beans/po/SysDict.java | 1b0e0789e0a063887a2a831c88d956dedc52a3fc | [
"Apache-2.0"
] | permissive | pro-cloud/pro-cloud | https://github.com/pro-cloud/pro-cloud | 0c220eed9b669bc0e9928c1670980518e0045172 | 09a6f6c6820b09aa7451c60402dde545eef82322 | refs/heads/master | 2022-06-23T13:12:33.638000 | 2021-09-26T01:57:02 | 2021-09-26T01:57:02 | 247,095,111 | 22 | 9 | Apache-2.0 | false | 2022-06-17T03:01:07 | 2020-03-13T14:51:13 | 2022-06-15T12:20:57 | 2022-06-17T03:01:06 | 3,025 | 18 | 8 | 4 | Java | false | false | package com.cloud.admin.beans.po;
import com.baomidou.mybatisplus.annotation.TableName;
import com.cloud.common.entity.BaseEntity;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.EqualsAndHashCode;
/**
* 字典表
*
* @author Aijm
* @date 2019-09... | UTF-8 | Java | 891 | java | SysDict.java | Java | [
{
"context": "ombok.EqualsAndHashCode;\n\n/**\n * 字典表\n *\n * @author Aijm\n * @date 2019-09-05 16:53:21\n */\n@Data\n@TableName",
"end": 303,
"score": 0.9997120499610901,
"start": 299,
"tag": "USERNAME",
"value": "Aijm"
}
] | null | [] | package com.cloud.admin.beans.po;
import com.baomidou.mybatisplus.annotation.TableName;
import com.cloud.common.entity.BaseEntity;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.EqualsAndHashCode;
/**
* 字典表
*
* @author Aijm
* @date 2019-09... | 891 | 0.733333 | 0.712727 | 36 | 21.916666 | 18.477276 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 1 |
df171e7018017177e0ec8943d07765a84101ba78 | 10,239,202,103,740 | 7401b9c41aef061b21bb7d08f0cee8eeee7f740d | /src/pdp_lessons/module1/extraTask/hackpassword/FindPassword2.java | 0970a1cd003dd3795246d850c12c79ee7fb82384 | [] | no_license | KhamzaKuranbayev/PDP | https://github.com/KhamzaKuranbayev/PDP | 2f39c830a6b9c71e9e9c07e7e820e64542ff0771 | 68918f9336621405302b948f887fb46f50950c07 | refs/heads/master | 2023-01-06T11:23:56.446000 | 2020-11-06T19:08:53 | 2020-11-06T19:08:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pdp_lessons.module1.extraTask.hackpassword;
import java.util.Random;
import java.util.Scanner;
public class FindPassword2 {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
while (true) {
String random_password = getRandomPassword();
... | UTF-8 | Java | 2,008 | java | FindPassword2.java | Java | [
{
"context": "r!!! Your password does not match. Password is \" + random_password + \"\\n\");\n }\n }\n }\n\n",
"end": 1214,
"score": 0.5751614570617676,
"start": 1208,
"tag": "PASSWORD",
"value": "random"
},
{
"context": " String str = \"ABCDEFGHIJKLMNOPQ... | null | [] | package pdp_lessons.module1.extraTask.hackpassword;
import java.util.Random;
import java.util.Scanner;
public class FindPassword2 {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
while (true) {
String random_password = getRandomPassword();
... | 2,012 | 0.576195 | 0.565239 | 57 | 34.228069 | 28.277458 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45614 | false | false | 1 |
791b10c800846524bcc924448df706501d2d61fe | 24,240,795,472,340 | d6b7c227a3286f7d1f56c62a68427491d15e8f47 | /src/main/java/br/com/actia/gson/ListPoiAdapter.java | 20654147d7ae57be3a1d56a5e73a116a9993935b | [] | no_license | aaarmani/GeradorDeConteudo | https://github.com/aaarmani/GeradorDeConteudo | 721e738d00e4e43a403cc358994bd590125e35d2 | 8f86343b976e1e4ff334dbd5ce7336655fb50077 | refs/heads/master | 2016-09-05T13:03:59.427000 | 2015-12-21T13:35:22 | 2015-12-21T13:35:22 | 33,634,575 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.actia.gson;
import br.com.actia.model.Poi;
import br.com.actia.model.ListPoi;
import br.com.actia.model.PoiType;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.google.gson.TypeAdapter;
import com.google.gson.stream.JsonReader;
import com.google.gson.stream.JsonWriter;
import... | UTF-8 | Java | 1,337 | java | ListPoiAdapter.java | Java | [
{
"context": "er;\nimport java.io.IOException;\n\n/**\n *\n * @author Armani <anderson.armani@actia.com.br>\n */\npublic class L",
"end": 367,
"score": 0.9998459815979004,
"start": 361,
"tag": "NAME",
"value": "Armani"
},
{
"context": "t java.io.IOException;\n\n/**\n *\n * @author Ar... | null | [] | package br.com.actia.gson;
import br.com.actia.model.Poi;
import br.com.actia.model.ListPoi;
import br.com.actia.model.PoiType;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.google.gson.TypeAdapter;
import com.google.gson.stream.JsonReader;
import com.google.gson.stream.JsonWriter;
import... | 1,316 | 0.65445 | 0.65445 | 44 | 29.386364 | 26.015045 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.522727 | false | false | 1 |
79bc9d3b138c6264b1a9e502bdad91535fdd15a5 | 1,872,605,795,377 | 210e772cc30bcf112413726d3c2b4cb72a373fe8 | /src/main/java/reciter/database/dynamodb/repository/ScienceMetrixDepartmentCategoryRepository.java | c8cbc53a79a2cecf3c3dc6e4c23bd009e29563df | [
"Apache-2.0"
] | permissive | wcmc-its/ReCiter | https://github.com/wcmc-its/ReCiter | 4a73593c97b0002459ca01615a3f2d43753f731a | 4b16b4d18f2dde909ae85e92eeb6bff730cdb2c9 | refs/heads/master | 2023-05-05T10:50:13.119000 | 2023-03-15T20:03:36 | 2023-03-15T20:03:36 | 33,040,796 | 40 | 40 | Apache-2.0 | false | 2023-04-19T22:39:21 | 2015-03-28T16:30:11 | 2023-03-27T23:40:54 | 2023-04-19T22:39:19 | 242,269 | 39 | 23 | 19 | Java | false | false | package reciter.database.dynamodb.repository;
import java.util.List;
import org.socialsignin.spring.data.dynamodb.repository.EnableScan;
import org.springframework.data.repository.CrudRepository;
import reciter.database.dynamodb.model.ScienceMetrixDepartmentCategory;
@EnableScan
public interface ScienceMetrixDepart... | UTF-8 | Java | 506 | java | ScienceMetrixDepartmentCategoryRepository.java | Java | [] | null | [] | package reciter.database.dynamodb.repository;
import java.util.List;
import org.socialsignin.spring.data.dynamodb.repository.EnableScan;
import org.springframework.data.repository.CrudRepository;
import reciter.database.dynamodb.model.ScienceMetrixDepartmentCategory;
@EnableScan
public interface ScienceMetrixDepart... | 506 | 0.871542 | 0.871542 | 15 | 32.733334 | 39.146675 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 1 |
923e8749f9a18eec29eb6fa30363013e0919993e | 36,919,538,902,172 | a361c593eb69ab6108bfd79a2d63c09bf58940e7 | /MedRepActivitiesService/src/main/java/com/leosal/medrep/rest/ActivitiesRestController.java | f4d4726162134cba8e95bae54ef400916980adc0 | [] | no_license | Leonidsalaur/medical-representatives | https://github.com/Leonidsalaur/medical-representatives | 5ba74e9c20649a715535f514fc1d69d653f1fa34 | 0e9e0c8525e686b12fe19c1ef3125c2def643d2d | refs/heads/master | 2022-02-18T08:56:28.136000 | 2020-05-17T09:39:48 | 2020-05-17T09:39:48 | 150,423,762 | 1 | 0 | null | false | 2022-02-09T22:29:40 | 2018-09-26T12:33:40 | 2020-05-17T09:45:38 | 2022-02-09T22:29:39 | 69,684 | 1 | 0 | 12 | Java | false | false | package com.leosal.medrep.rest;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.s... | UTF-8 | Java | 1,876 | java | ActivitiesRestController.java | Java | [] | null | [] | package com.leosal.medrep.rest;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.s... | 1,876 | 0.792111 | 0.792111 | 54 | 33.740742 | 31.053827 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 1 |
99b4bf74e7875487c327a10798487a129a69fd01 | 20,289,425,509,053 | f0c9f2c1e648d44db712324301b555e0d230dd50 | /src/test/java/web/ProductResourceTest.java | 92572868a6bd515128b6f7cff17af6c203db0b0c | [] | no_license | flaremew/21_CDIOFinal | https://github.com/flaremew/21_CDIOFinal | 419d04c10ed6d1038f6a5f00b3a6e8603aefe44f | aeead230bd5a26541d80175efa2e82fd1c3bf681 | refs/heads/master | 2020-08-07T01:29:16.309000 | 2019-06-25T18:02:56 | 2019-06-25T18:02:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package web;
import dto.Product;
import org.glassfish.jersey.server.ResourceConfig;
import org.glassfish.jersey.test.JerseyTest;
import org.junit.Test;
import javax.ws.rs.core.Application;
import javax.ws.rs.core.HttpHeaders;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
import static org.juni... | UTF-8 | Java | 1,462 | java | ProductResourceTest.java | Java | [] | null | [] | package web;
import dto.Product;
import org.glassfish.jersey.server.ResourceConfig;
import org.glassfish.jersey.test.JerseyTest;
import org.junit.Test;
import javax.ws.rs.core.Application;
import javax.ws.rs.core.HttpHeaders;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
import static org.juni... | 1,462 | 0.697674 | 0.696306 | 52 | 27.134615 | 28.455788 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 1 |
f13424be6727fc55f50e73786670b97ba49774e0 | 31,628,139,223,981 | 32d24d8fe542fccd24e5403ef3c88437df396572 | /src/io/github/manoj/methodcalling/Student.java | 243d0880a96f3d58c4ee2be60064f674e7b1cb53 | [] | no_license | manoj3018/test01 | https://github.com/manoj3018/test01 | 4875236af436fe9222d352e9f3e46a369bab5faa | 203d419d74d2ef750cd30be106bd478cce181ad5 | refs/heads/main | 2023-07-15T02:49:16.751000 | 2021-08-25T14:07:11 | 2021-08-25T14:07:11 | 399,700,806 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.github.manoj.methodcalling;
public class Student {
String name;
int age;
String address;
public Student(String name, int age, String address) {
super();
this.name = name;
this.age = age;
this.address = address;
}
public String getName() { // We have the flexibility to change the modif... | UTF-8 | Java | 840 | java | Student.java | Java | [
{
"context": "package io.github.manoj.methodcalling;\n\npublic class Student {\n\t\n\tString ",
"end": 23,
"score": 0.9644935131072998,
"start": 18,
"tag": "USERNAME",
"value": "manoj"
}
] | null | [] | package io.github.manoj.methodcalling;
public class Student {
String name;
int age;
String address;
public Student(String name, int age, String address) {
super();
this.name = name;
this.age = age;
this.address = address;
}
public String getName() { // We have the flexibility to change the modif... | 840 | 0.604762 | 0.602381 | 64 | 12.125 | 14.938938 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.46875 | false | false | 1 |
ad6d087506177e6a9a398f3070120cbb6561dada | 26,139,171,018,766 | 4db048132ade6f26a079f47900a4f655faf6ef04 | /JiraPlugins/atlassian-jira-5.1.1-source/jira-importers-plugin/src/main/java/com/atlassian/jira/plugins/importer/imports/csv/mappers/ExternalMapper.java | 759ac4098e0ee38e3e1cf1041ea50fe78efc4f28 | [] | no_license | JCVI-VIRIFX/SampleTracking | https://github.com/JCVI-VIRIFX/SampleTracking | 045f3a690161cd6735dda6cf53964a89910c2d32 | 8f68cf385a083dcef055605dc040a224576a16fe | refs/heads/master | 2018-01-07T23:30:42.211000 | 2015-12-11T04:23:38 | 2015-12-11T04:23:38 | 47,804,829 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2012. Atlassian
* All rights reserved
*/
package com.atlassian.jira.plugins.importer.imports.csv.mappers;
import com.atlassian.jira.plugins.importer.imports.importer.ImportLogger;
import com.google.common.collect.Multimap;
public interface ExternalMapper<T> {
Iterable<T> buildFromMultiMap(Mult... | UTF-8 | Java | 368 | java | ExternalMapper.java | Java | [] | null | [] | /*
* Copyright (c) 2012. Atlassian
* All rights reserved
*/
package com.atlassian.jira.plugins.importer.imports.csv.mappers;
import com.atlassian.jira.plugins.importer.imports.importer.ImportLogger;
import com.google.common.collect.Multimap;
public interface ExternalMapper<T> {
Iterable<T> buildFromMultiMap(Mult... | 368 | 0.788043 | 0.777174 | 13 | 27.307692 | 28.70643 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 1 |
35a4863a4a2aa63e9e67fab46f1514d5a1c4f0e6 | 26,139,171,016,576 | ad7902995cee0e874938464676854cf2cb7b04c5 | /Chapter01/DynamoDBLocalSamples/src/com/packtpub/mastering/dynamodb/AmazonDynamoDBSample.java | 9543009b7121b313d6539774cc9491568cfed405 | [
"MIT"
] | permissive | PacktPublishing/Mastering-DynamoDB | https://github.com/PacktPublishing/Mastering-DynamoDB | 2ac6f798793f5b0d445121b3a0a4a040222013a5 | 3e92ff6b24da21e3da5626e4b6f2cbc132473af8 | refs/heads/master | 2023-02-07T05:26:03.482000 | 2023-01-30T10:03:06 | 2023-01-30T10:03:06 | 186,392,494 | 1 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.packtpub.mastering.dynamodb;
import java.util.HashMap;
import java.util.Map;
import com.amazonaws.AmazonClientException;
import com.amazonaws.AmazonServiceException;
import com.amazonaws.auth.ClasspathPropertiesFileCredentialsProvider;
import com.amazonaws.regions.Region;
import com.amazonaws.regions.Regi... | UTF-8 | Java | 4,269 | java | AmazonDynamoDBSample.java | Java | [
{
"context": "onstrates how to use DynamoDB Local\n * \n * @author Tanmay_Deshpande\n * \n */\npublic class AmazonDynamoDBSample {\n\n\tsta",
"end": 1384,
"score": 0.9998311400413513,
"start": 1368,
"tag": "NAME",
"value": "Tanmay_Deshpande"
},
{
"context": "em\n\t\t\tMap<String, Att... | null | [] | package com.packtpub.mastering.dynamodb;
import java.util.HashMap;
import java.util.Map;
import com.amazonaws.AmazonClientException;
import com.amazonaws.AmazonServiceException;
import com.amazonaws.auth.ClasspathPropertiesFileCredentialsProvider;
import com.amazonaws.regions.Region;
import com.amazonaws.regions.Regi... | 4,265 | 0.774655 | 0.768564 | 109 | 38.174313 | 24.716314 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.504587 | false | false | 1 |
f16bb4b8eea24aef58ff8085acbe022afad66d27 | 23,596,550,385,297 | 05e9da57a775ab629355d08c98ef8a99653edb2d | /inkuire-integration-tests/src/test/resources/projects/basic-multiplatform/src/jvmMain/java/tests/SomeJavaClass.java | 7bc354373ee0b04bba152e4651fd86b707e16d86 | [] | no_license | pikinier20/Inkuire | https://github.com/pikinier20/Inkuire | caf25d7d340985db5f90165047735f08060455a9 | ba24e961fa1cfb72d467a28e6a0b73943e3f7354 | refs/heads/master | 2022-12-15T04:13:17.516000 | 2020-09-02T10:40:33 | 2020-09-02T10:40:33 | 293,044,758 | 0 | 0 | null | true | 2020-09-05T09:33:10 | 2020-09-05T09:33:09 | 2020-09-02T10:40:37 | 2020-09-04T14:16:24 | 294 | 0 | 0 | 0 | null | false | false | package tests
interface JavaGenericInheritingClass<T extends Number, R extends CharSequence> extends Comparable<List<T>>, Collection<R> {
} | UTF-8 | Java | 142 | java | SomeJavaClass.java | Java | [] | null | [] | package tests
interface JavaGenericInheritingClass<T extends Number, R extends CharSequence> extends Comparable<List<T>>, Collection<R> {
} | 142 | 0.802817 | 0.802817 | 6 | 22.833334 | 45.038563 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 1 |
595908cb5021a8a9499f3621cf97bbc41d555f97 | 37,976,100,853,455 | 5e6d3d24db090891ca0209b1629334f768460f3c | /app/controllers/Application.java | 428db387f510a9090159db2039aa223461392a71 | [] | no_license | caiomarinhodev/out | https://github.com/caiomarinhodev/out | 0200b62605f365944fc44099a9d44aff783cb154 | d614c0b59bc9b00f034960e95d60be574cbd0456 | refs/heads/master | 2016-08-06T07:57:24.566000 | 2015-03-02T15:02:22 | 2015-03-02T15:02:22 | 31,545,592 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controllers;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import models.*;
import play.data.DynamicForm;
import play.data.Form;
import play.db.jpa.Transactional;
import play.mvc.*;
import views.html.*;
public class Application extends Controller {
private static Generic... | UTF-8 | Java | 3,680 | java | Application.java | Java | [
{
"context": "ta.get(\"login\");\n senha = requestData.get(\"senha\");\n email = requestData.get(\"email\");\n ",
"end": 2546,
"score": 0.7811175584793091,
"start": 2543,
"tag": "PASSWORD",
"value": "sen"
}
] | null | [] | package controllers;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import models.*;
import play.data.DynamicForm;
import play.data.Form;
import play.db.jpa.Transactional;
import play.mvc.*;
import views.html.*;
public class Application extends Controller {
private static Generic... | 3,680 | 0.57337 | 0.571196 | 121 | 29.413223 | 23.647434 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.85124 | false | false | 1 |
ed47dfd8f3d1ce657d3fb25e33865e0475e775fe | 33,354,716,081,841 | e46ed1735930f08e369a90260a60af091dbdaf66 | /src/main/java/io/github/bloepiloepi/pvp/projectile/ProjectileListener.java | b0032d55e71ba192d57e296c08043cfc879b608a | [
"Apache-2.0"
] | permissive | NoChars/MinestomPvP | https://github.com/NoChars/MinestomPvP | f2e26e62f8840a8f2a24babfba6cffcbd2a7de68 | 4dd7a3f3292817b9dd9b641236a1ad0da4bf9fae | refs/heads/master | 2023-08-15T21:02:07.088000 | 2021-10-09T18:37:57 | 2021-10-09T18:37:57 | 379,217,383 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.github.bloepiloepi.pvp.projectile;
import io.github.bloepiloepi.pvp.enchantment.EnchantmentUtils;
import io.github.bloepiloepi.pvp.entities.EntityUtils;
import io.github.bloepiloepi.pvp.entities.Tracker;
import io.github.bloepiloepi.pvp.utils.SoundManager;
import it.unimi.dsi.fastutil.Pair;
import net.kyori... | UTF-8 | Java | 20,462 | java | ProjectileListener.java | Java | [
{
"context": "package io.github.bloepiloepi.pvp.projectile;\n\nimport io.github.bloepiloepi.pvp",
"end": 29,
"score": 0.9991447329521179,
"start": 18,
"tag": "USERNAME",
"value": "bloepiloepi"
},
{
"context": "hub.bloepiloepi.pvp.projectile;\n\nimport io.github.bloepiloepi.pvp.enchan... | null | [] | package io.github.bloepiloepi.pvp.projectile;
import io.github.bloepiloepi.pvp.enchantment.EnchantmentUtils;
import io.github.bloepiloepi.pvp.entities.EntityUtils;
import io.github.bloepiloepi.pvp.entities.Tracker;
import io.github.bloepiloepi.pvp.utils.SoundManager;
import it.unimi.dsi.fastutil.Pair;
import net.kyori... | 20,462 | 0.70174 | 0.687421 | 523 | 38.124283 | 30.632683 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.780115 | false | false | 1 |
611b1057f9f5a233b75e093b9aeb71ca84c658f5 | 31,404,800,917,270 | 296a7022766c5f66b1e358426c67b1f46076a07d | /scm-core/src/main/java/sonia/scm/repository/api/PushCommandBuilder.java | fabe938ff7d1426097f7fadd32054b478a6e6bed | [
"BSD-2-Clause"
] | permissive | sdorra/scm-manager | https://github.com/sdorra/scm-manager | c034e0d46338d39e87a90b1819a140f5fc3a429a | 1b68efa89e4d65889b785969b204925057de5525 | refs/heads/one.dot.x | 2020-01-22T13:42:55.341000 | 2018-04-05T17:56:15 | 2018-04-05T17:56:15 | 1,572,027 | 37 | 13 | NOASSERTION | false | 2020-02-11T16:08:37 | 2011-04-05T13:10:42 | 2020-01-30T08:37:04 | 2019-10-14T14:46:06 | 14,168 | 40 | 13 | 2 | Java | false | false | /**
* Copyright (c) 2010, Sebastian Sdorra
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of c... | UTF-8 | Java | 4,417 | java | PushCommandBuilder.java | Java | [
{
"context": "/**\n * Copyright (c) 2010, Sebastian Sdorra\n * All rights reserved.\n *\n * Redistribution and ",
"end": 43,
"score": 0.999869704246521,
"start": 27,
"tag": "NAME",
"value": "Sebastian Sdorra"
},
{
"context": " push changes to a other repository.\n *\n * @author Sebas... | null | [] | /**
* Copyright (c) 2010, <NAME>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of conditions ... | 4,397 | 0.678515 | 0.675119 | 147 | 29.047619 | 28.345135 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.387755 | false | false | 1 |
9db623b6e652384f87fdfe00fd96028a5f633287 | 14,431,090,179,214 | a222456a966a0e5055fbfbbbd3c09b6eb9bacf98 | /components/processor/src/main/java/org/ballerinalang/artifactgen/ArtifactGenConstants.java | f2d7702ca18bdb88607350271f076679e789ac4b | [
"Apache-2.0"
] | permissive | anuruddhal/kuberina | https://github.com/anuruddhal/kuberina | 4a6c55d0e3791ea877fa38bd2050b86c2bbd7d8e | 0ddb6a1e3f6fe7b0df89aa2313dfee5f8be2d523 | refs/heads/master | 2021-05-08T18:13:34.761000 | 2018-03-02T15:05:53 | 2018-03-02T15:05:53 | 119,505,175 | 0 | 1 | Apache-2.0 | false | 2018-02-26T08:10:33 | 2018-01-30T08:22:35 | 2018-01-30T08:32:44 | 2018-02-26T04:06:04 | 226 | 0 | 1 | 1 | Java | false | null | /*
* Copyright (c) 2018, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you 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/li... | UTF-8 | Java | 4,530 | java | ArtifactGenConstants.java | Java | [
{
"context": "ic static final String KUBERNETES_SELECTOR_KEY = \"app\";\n\n // Annotation package constants\n public",
"end": 980,
"score": 0.5677492022514343,
"start": 977,
"tag": "KEY",
"value": "app"
},
{
"context": " public static final String DOCKER_USERNAME = \"usernam... | null | [] | /*
* Copyright (c) 2018, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you 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/li... | 4,532 | 0.74106 | 0.738631 | 93 | 47.709679 | 25.932741 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.655914 | false | false | 1 |
1028507219de433cf1ac62711ee778c21d89717d | 6,133,213,350,664 | 1ebdf9fae028120cc4b72a52ff67ac3f5e0bd9f2 | /8958.java | be48c3907a17bb8b0b15a0c0765bb1767b0d8df0 | [] | no_license | U-WangE/Java-Study_Coding | https://github.com/U-WangE/Java-Study_Coding | ee3291ac3ce5f930ead73fd27d1bd0840fa12eab | 966c3e3cfc14f84f6736355b6a40bd1a7d537d6d | refs/heads/main | 2023-03-19T03:16:59.251000 | 2021-03-11T04:19:17 | 2021-03-11T04:19:17 | 341,948,261 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
char[][] arr = new char[n][80];
int[] score = new int[n];
for(int i = 0; i < n; i++) {
String ... | UTF-8 | Java | 894 | java | 8958.java | Java | [] | null | [] | import java.util.*;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
char[][] arr = new char[n][80];
int[] score = new int[n];
for(int i = 0; i < n; i++) {
String ... | 894 | 0.314318 | 0.303132 | 33 | 25.151516 | 14.058581 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 1 |
c59694ef90f2b86921525a9e38e5a1aac762f281 | 7,172,595,440,176 | ccccef8d3c560e5d4201c97804423127cc7b49b6 | /2017-03-15-largest-value-in-tree-row/syip-largest-value-in-tree-row.java | 157afbbcbdeaecc5c929d9866149d4d4853956b8 | [] | no_license | opentable/ot-daily-algorithm | https://github.com/opentable/ot-daily-algorithm | 33fc3eda15a05e1e5fa998bb39317c718a62ff3e | 10d36fbf387158ff437cc7d5e6d9cf47f37151f1 | refs/heads/master | 2021-01-18T18:41:47.926000 | 2020-02-28T11:33:42 | 2020-02-28T11:33:42 | 79,590,280 | 20 | 18 | null | false | 2020-02-28T11:33:43 | 2017-01-20T19:24:08 | 2020-02-28T10:30:48 | 2020-02-28T11:33:42 | 194 | 22 | 19 | 0 | Java | false | false | package largestvalueintreerow;
import java.util.*;
/**
* @author syip
* Find Largest Value in Each Tree Row
* You need to find the largest value in each row of a binary tree.
* Input:
* 1
* / \
* 3 2
* / \ \
* 5 3 9
* Output: [1, 3, 9]
*
* Solution: Traverse tree,... | UTF-8 | Java | 2,020 | java | syip-largest-value-in-tree-row.java | Java | [
{
"context": "valueintreerow;\nimport java.util.*;\n/**\n * @author syip\n * Find Largest Value in Each Tree Row\n * You nee",
"end": 70,
"score": 0.9934200048446655,
"start": 66,
"tag": "USERNAME",
"value": "syip"
}
] | null | [] | package largestvalueintreerow;
import java.util.*;
/**
* @author syip
* Find Largest Value in Each Tree Row
* You need to find the largest value in each row of a binary tree.
* Input:
* 1
* / \
* 3 2
* / \ \
* 5 3 9
* Output: [1, 3, 9]
*
* Solution: Traverse tree,... | 2,020 | 0.635149 | 0.621782 | 55 | 35.727272 | 26.340052 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.854545 | false | false | 1 |
61d450f4d81b57a95ce853cc93d8e8949d31d2bb | 26,379,689,185,909 | 3f480d487f5e88acf6b64e1e424f64e2b0705d53 | /fr/thisismac/injector/customclass/ModelScouteurHat.java | f1be3aa84499b2b827b12dd55d1caf6aaef661d2 | [] | no_license | a3535ed54a5ee6917a46cfa6c3f12679/bde748d8_obsifight_client_2016 | https://github.com/a3535ed54a5ee6917a46cfa6c3f12679/bde748d8_obsifight_client_2016 | 2aecdb987054e44db89d6a7c101ace1bb047f003 | cc65846780c262dc8568f1d18a14aac282439c66 | refs/heads/master | 2021-04-30T11:46:25.656000 | 2018-02-12T15:10:50 | 2018-02-12T15:10:50 | 121,261,090 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.thisismac.injector.customclass;
import net.minecraft.client.model.ModelBase;
import net.minecraft.client.model.ModelRenderer;
import net.minecraft.entity.Entity;
public class ModelScouteurHat extends ModelBase {
ModelRenderer Band;
ModelRenderer BandLeft;
ModelRenderer Shape1;
ModelRenderer Sha... | UTF-8 | Java | 5,285 | java | ModelScouteurHat.java | Java | [] | null | [] | package fr.thisismac.injector.customclass;
import net.minecraft.client.model.ModelBase;
import net.minecraft.client.model.ModelRenderer;
import net.minecraft.entity.Entity;
public class ModelScouteurHat extends ModelBase {
ModelRenderer Band;
ModelRenderer BandLeft;
ModelRenderer Shape1;
ModelRenderer Sha... | 5,285 | 0.644087 | 0.55667 | 123 | 41.96748 | 19.651407 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.382114 | false | false | 1 |
a4db3eed0a447a90898bc1c0e4705e5541e938d7 | 17,334,488,071,020 | 0bc2b46ac64795b3874131ee2e34feff2663b369 | /app/src/main/java/com/example/savageworldscompanionapp/TestActivity.java | 41b2810439230f8dd43cadb60e2d63a965ecdbf2 | [] | no_license | CodyGardner/SavageWorldsCompanionApp | https://github.com/CodyGardner/SavageWorldsCompanionApp | 2017f91dd62b162feae4b086037cc56a6da35751 | 0e0b4bd2b98b29a050437ac0dddd3b77ddbce2a6 | refs/heads/master | 2020-06-16T21:10:13.920000 | 2019-08-04T06:09:12 | 2019-08-04T06:09:12 | 195,704,750 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.savageworldscompanionapp;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.os.Bundle;
import java.util.ArrayList;
public class TestActivity extends AppCompatActivity {
Ar... | UTF-8 | Java | 1,677 | java | TestActivity.java | Java | [] | null | [] | package com.example.savageworldscompanionapp;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.os.Bundle;
import java.util.ArrayList;
public class TestActivity extends AppCompatActivity {
Ar... | 1,677 | 0.731664 | 0.731067 | 43 | 38 | 29.678118 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.790698 | false | false | 1 |
88a4e5b50c4ed74d2c25ef28c15c2b04d6238c0a | 24,764,781,492,803 | eff08ecbf9fb9800db9c48a3e331286881d72c56 | /src/main/java/org/gtri/arfam/acs/data/UserInsert.java | 659a17a43f4918f66f41211ce06f177f246d7c90 | [] | no_license | drewctaylor/fpinjava | https://github.com/drewctaylor/fpinjava | 63a1fb35faf04dd0b0e1872c4f5d91968f6d127f | bcb431b2571bc0487f355d88268dac7dcd7508e2 | refs/heads/master | 2018-01-08T23:50:43.242000 | 2016-03-25T15:00:30 | 2016-03-25T15:00:30 | 54,511,303 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.gtri.arfam.acs.data;
import fj.data.NonEmptyList;
import fj.data.Validation;
import org.gtri.framework.Operation;
public class UserInsert implements Operation<Validation<NonEmptyList<Error>, User>> {
public final User user;
public UserInsert(User user) {
this.user = user;
}
}
| UTF-8 | Java | 313 | java | UserInsert.java | Java | [] | null | [] | package org.gtri.arfam.acs.data;
import fj.data.NonEmptyList;
import fj.data.Validation;
import org.gtri.framework.Operation;
public class UserInsert implements Operation<Validation<NonEmptyList<Error>, User>> {
public final User user;
public UserInsert(User user) {
this.user = user;
}
}
| 313 | 0.731629 | 0.731629 | 14 | 21.357143 | 22.607227 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 1 |
27eb42377fc59afa4836b8da649aab8e9f2fab64 | 33,105,607,984,561 | af2834154e49517d21dc80802ead6f5802562f66 | /src/runMain.java | 01df1234ca0e71e092a008f77b8923ad53b53754 | [] | no_license | AndriMar/TrainStationWeb | https://github.com/AndriMar/TrainStationWeb | 6fed37676f66680ffdff7e2fd99fef52325743a0 | 0d33e0f2ca9a8121b45bc77a9735e221463a8fa1 | refs/heads/master | 2021-01-02T23:14:00.498000 | 2010-12-11T17:23:16 | 2010-12-11T17:23:16 | 1,157,552 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Created by IntelliJ IDEA.
* User: Andri
* Date: 12/9/10
* Time: 11:05 PM
* To change this template use File | Settings | File Templates.
*/
public class runMain {
public static void main(String[] args) {
businessLogic BL = new businessLogic();
BL.createUser("Andri Mar Björgvinsson","an... | UTF-8 | Java | 359 | java | runMain.java | Java | [
{
"context": "/**\n * Created by IntelliJ IDEA.\n * User: Andri\n * Date: 12/9/10\n * Time: 11:05 PM\n * To change t",
"end": 47,
"score": 0.9997369050979614,
"start": 42,
"tag": "NAME",
"value": "Andri"
},
{
"context": " BL = new businessLogic();\n BL.createUser(\"Andri Mar B... | null | [] | /**
* Created by IntelliJ IDEA.
* User: Andri
* Date: 12/9/10
* Time: 11:05 PM
* To change this template use File | Settings | File Templates.
*/
public class runMain {
public static void main(String[] args) {
businessLogic BL = new businessLogic();
BL.createUser("<NAME>","andri","andri","04... | 342 | 0.636872 | 0.583799 | 17 | 20.058823 | 23.493355 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 1 |
fbdc007eb1d24e022777ea5e4faeb72efe9ff569 | 33,217,277,128,060 | 0f3bf97595ca48518040c82608926a82a2d69e8d | /mogu_base/src/main/java/com/moxi/mougblog/base/global/BaseMessageConf.java | 51f3be81c7a21dce652a616762d673f345bb3711 | [
"Apache-2.0"
] | permissive | mzxssg/mogu_blog_v2 | https://github.com/mzxssg/mogu_blog_v2 | 855d37b7cf559aa225bd50223cc5a6b3c13d29e3 | 1c2d1f5896ac546e3c1647fdfafbec6ed457d9be | refs/heads/master | 2020-12-13T17:54:15.519000 | 2020-02-09T03:39:35 | 2020-02-09T03:39:35 | 234,487,905 | 1 | 0 | Apache-2.0 | true | 2020-01-17T06:43:35 | 2020-01-17T06:43:35 | 2020-01-17T06:21:06 | 2020-01-17T06:21:04 | 18,345 | 0 | 0 | 0 | null | false | false | package com.moxi.mougblog.base.global;
/**
* 消息通知
*
* @author: 陌溪
* @create: 2019-12-29-20:16
*/
public class BaseMessageConf {
public static final String OPERATION_SUCCESS = "操作成功";
public static final String OPERATION_FAIL = "操作失败";
public static final String INSERT_SUCCESS = "插入成功";
public stat... | UTF-8 | Java | 1,425 | java | BaseMessageConf.java | Java | [
{
"context": "mougblog.base.global;\n\n/**\n * 消息通知\n *\n * @author: 陌溪\n * @create: 2019-12-29-20:16\n */\npublic class Bas",
"end": 69,
"score": 0.9996681213378906,
"start": 67,
"tag": "NAME",
"value": "陌溪"
}
] | null | [] | package com.moxi.mougblog.base.global;
/**
* 消息通知
*
* @author: 陌溪
* @create: 2019-12-29-20:16
*/
public class BaseMessageConf {
public static final String OPERATION_SUCCESS = "操作成功";
public static final String OPERATION_FAIL = "操作失败";
public static final String INSERT_SUCCESS = "插入成功";
public stat... | 1,425 | 0.710194 | 0.700084 | 31 | 37.290321 | 25.10005 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.612903 | false | false | 1 |
9d361ffb38957e101fe3d7fd7fb13180ce24cb5c | 33,389,075,823,178 | 695140488747c4e8a3e038d549f5cc9a90cafdca | /src/main/java/net/earthcomputer/multiconnect/protocols/v1_13_2/mixin/ChunkSectionAccessor.java | 9533595c7691219f452672a56364668ea4f4b0f6 | [
"MIT"
] | permissive | hYdos/multiconnect | https://github.com/hYdos/multiconnect | 6c3a1afba5fea996b1642f22ebb888bf9e84d687 | 56d1332bb9d550c260f768015e62fbd8470d962d | refs/heads/master | 2020-12-23T14:52:59.315000 | 2020-08-31T12:53:19 | 2020-08-31T12:53:19 | 237,183,464 | 0 | 0 | MIT | true | 2020-01-30T09:51:38 | 2020-01-30T09:51:37 | 2020-01-29T15:26:08 | 2020-01-22T00:30:10 | 580 | 0 | 0 | 0 | null | false | false | package net.earthcomputer.multiconnect.protocols.v1_13_2.mixin;
import net.earthcomputer.multiconnect.impl.MixinHelper;
import net.minecraft.block.BlockState;
import net.minecraft.world.chunk.ChunkSection;
import net.minecraft.world.chunk.Palette;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.... | UTF-8 | Java | 519 | java | ChunkSectionAccessor.java | Java | [] | null | [] | package net.earthcomputer.multiconnect.protocols.v1_13_2.mixin;
import net.earthcomputer.multiconnect.impl.MixinHelper;
import net.minecraft.block.BlockState;
import net.minecraft.world.chunk.ChunkSection;
import net.minecraft.world.chunk.Palette;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.... | 519 | 0.797688 | 0.789981 | 16 | 31.4375 | 20.291527 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 1 |
7d5bc789a61a22927736334db81f7bf155dfdd39 | 33,389,075,822,538 | 67a90cb1da56e3a9b6eb85e6a52381a73aa7cbd0 | /src/main/java/com/db2g/Projetdb2g/Service/CongesService.java | aee3a4562ab444ea1e0e00fb2d315554789da88d | [] | no_license | IbrahimaDiaw/GestionPersonnelle | https://github.com/IbrahimaDiaw/GestionPersonnelle | 5b668fcce0d86ad5fa35b2d4aebcab82d7490601 | e125a955b157c10ec84eaa917b36d5417adb15e7 | refs/heads/master | 2023-03-17T23:16:08.765000 | 2021-03-10T15:52:41 | 2021-03-10T15:52:41 | 346,407,676 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.db2g.Projetdb2g.Service;
import java.util.List;
import java.util.Optional;
import org.bson.types.ObjectId;
import org.springframework.stereotype.Service;
import com.db2g.Projetdb2g.model.Conges;
/**
* @author ibrahima
*
*/
@Service
public interface CongesService{
public List<Conges> listeConges();
... | UTF-8 | Java | 497 | java | CongesService.java | Java | [
{
"context": "t com.db2g.Projetdb2g.model.Conges;\n/**\n * @author ibrahima\n *\n */\n@Service\npublic interface CongesService{\n\t",
"end": 233,
"score": 0.9990688562393188,
"start": 225,
"tag": "USERNAME",
"value": "ibrahima"
}
] | null | [] | package com.db2g.Projetdb2g.Service;
import java.util.List;
import java.util.Optional;
import org.bson.types.ObjectId;
import org.springframework.stereotype.Service;
import com.db2g.Projetdb2g.model.Conges;
/**
* @author ibrahima
*
*/
@Service
public interface CongesService{
public List<Conges> listeConges();
... | 497 | 0.780684 | 0.772636 | 23 | 20.608696 | 17.953417 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.73913 | false | false | 1 |
287babbebdeb645beada01c0aded95bfebeccd05 | 19,353,122,676,645 | 532a381c1686b69dc0d8b093fe3abf6c6a36e52f | /src/main/java/com/robsonapsilva/security/WebSecurityConfig.java | 4ef9760154cc13689a257ed0e8f05da5758aa8ee | [] | no_license | robsonapsilva/spring-auth-jwt | https://github.com/robsonapsilva/spring-auth-jwt | 41c9f487423b53edac2692d7fd04d86f908c9d7e | 760b189f8860d01e172ebb90b2e16b0beaf60892 | refs/heads/master | 2020-01-09T08:05:31.660000 | 2017-04-23T21:51:45 | 2017-04-23T21:51:45 | 70,107,400 | 0 | 0 | null | false | 2016-10-13T04:56:11 | 2016-10-05T23:24:45 | 2016-10-13T04:28:47 | 2016-10-13T04:56:09 | 5 | 0 | 0 | 0 | Java | null | null | package com.robsonapsilva.security;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.http.HttpMethod;
import org.springframework.security.config.annotation.authentic... | UTF-8 | Java | 4,308 | java | WebSecurityConfig.java | Java | [
{
"context": "onfiguration as regards to security\n * \n * @author robsonapsilva\n *\n */\n@Configuration\n@EnableWebSecurity\n@EnableG",
"end": 1334,
"score": 0.9992971420288086,
"start": 1321,
"tag": "USERNAME",
"value": "robsonapsilva"
}
] | null | [] | package com.robsonapsilva.security;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.http.HttpMethod;
import org.springframework.security.config.annotation.authentic... | 4,308 | 0.78273 | 0.782266 | 140 | 29.771429 | 30.6595 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.035714 | false | false | 1 |
90ef56299221da8538fb8cb8ed439a76d291dfa5 | 12,824,772,400,404 | 2974dd4e6fd3e0c0966934e5370727a7bbc19cdb | /src/com/potentialbatman/models/BasicPage.java | 06708ee5c2c5f06a54a6667eac428955d29c2dc5 | [] | no_license | tomelm/potential-batman-android | https://github.com/tomelm/potential-batman-android | 396da0b482cec4641dfa16a5be2fa574dd4c05f3 | bbdedf6568ed13775d372256d41d592d80d40567 | refs/heads/master | 2016-08-06T04:08:45.843000 | 2013-11-17T22:59:21 | 2013-11-17T22:59:21 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.potentialbatman.models;
import java.io.Serializable;
public interface BasicPage extends Serializable {
public String getHeading();
public String getContent();
}
| UTF-8 | Java | 177 | java | BasicPage.java | Java | [] | null | [] | package com.potentialbatman.models;
import java.io.Serializable;
public interface BasicPage extends Serializable {
public String getHeading();
public String getContent();
}
| 177 | 0.80226 | 0.80226 | 8 | 21.125 | 17.352503 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 1 |
b68eb25049c28590f54fadf63dab1116da3d1e3f | 3,908,420,299,555 | 4382147302d0472e1c4017bd407a86d6e38940da | /src/challenges/chromium2016/bracketSeq/SolutionTest.java | 88e1d32fbb5e5b89abe0aeb4fb1f25cdd3c3b71c | [] | no_license | augustjune/Codility | https://github.com/augustjune/Codility | 4ba3d697da93e51245125a9abbb2060d498307d8 | 5a8c4e84c8c51933663dd76e91617014a3c16928 | refs/heads/master | 2021-09-03T16:36:58.163000 | 2018-01-10T13:45:23 | 2018-01-10T13:45:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package challenges.chromium2016.bracketSeq;
import de.bechte.junit.runners.context.HierarchicalContextRunner;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
@RunWith(HierarchicalContextRunner.clas... | UTF-8 | Java | 1,154 | java | SolutionTest.java | Java | [] | null | [] | package challenges.chromium2016.bracketSeq;
import de.bechte.junit.runners.context.HierarchicalContextRunner;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
@RunWith(HierarchicalContextRunner.clas... | 1,154 | 0.661179 | 0.657712 | 60 | 18.233334 | 16.801157 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.55 | false | false | 1 |
9393ae11cb9b3ec67237b9c55a19e2594211b5a4 | 13,864,154,495,117 | cfa11455272d4de0a3113bc775a3bf2a461730bb | /w3school/narowcast.java | d686921f389cf43a00cc624de00ccf911b60b5ff | [] | no_license | hiteshshebe/java-practice | https://github.com/hiteshshebe/java-practice | 491d00baf3cbb805d2d2c82db6f6a74dc0a009b5 | 0669ddfd8cf5c275e467bb930b59e0faa8b83734 | refs/heads/master | 2022-12-19T03:07:53.601000 | 2020-09-30T19:47:25 | 2020-09-30T19:47:25 | 279,083,503 | 0 | 1 | null | false | 2020-09-30T19:47:27 | 2020-07-12T14:39:42 | 2020-08-17T18:33:32 | 2020-09-30T19:47:26 | 488 | 0 | 1 | 0 | Java | false | false | class Program
{
public static void main(String[] args)
{
double myDouble=9.86;
int myInt=(int)myDouble;//narrowing done via castiing testwho need to narrow.
System.out.println(myDouble);
System.out.println(myInt);
}
}
| UTF-8 | Java | 238 | java | narowcast.java | Java | [] | null | [] | class Program
{
public static void main(String[] args)
{
double myDouble=9.86;
int myInt=(int)myDouble;//narrowing done via castiing testwho need to narrow.
System.out.println(myDouble);
System.out.println(myInt);
}
}
| 238 | 0.697479 | 0.684874 | 18 | 12.222222 | 20.662783 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 1 |
347e431ebc8bbb82b215e5c5a3535a56c0493a5f | 18,391,049,977,388 | 2567ea89d68943ec68d575dc05c703d6e53afe78 | /src/a2/Entity.java | f7a161d4deacba46b25a49f106676eb4163022de | [] | no_license | ivy33/a2 | https://github.com/ivy33/a2 | b9c4125fa3cd159adfac42b3619503acc2a9b321 | b1f7b5eb7a50f6077be75b6c9bdeb217a9929c66 | refs/heads/master | 2021-01-10T10:29:00.979000 | 2015-11-28T00:44:44 | 2015-11-28T00:44:44 | 46,999,516 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package a2;
public class Entity {
final static int SQUARE = 1;
final static int CIRCLE = 2;
final static int STRING = 3;
final static int IMAGE = 4;
private Object ent; // entity to paint (may be null)
private int type; // type of entity
private int x; // x coordinate for painting
private int y; // y coordina... | UTF-8 | Java | 627 | java | Entity.java | Java | [] | null | [] | package a2;
public class Entity {
final static int SQUARE = 1;
final static int CIRCLE = 2;
final static int STRING = 3;
final static int IMAGE = 4;
private Object ent; // entity to paint (may be null)
private int type; // type of entity
private int x; // x coordinate for painting
private int y; // y coordina... | 627 | 0.649123 | 0.641148 | 42 | 13.952381 | 15.324976 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.404762 | false | false | 1 |
b935774256d7b58a91312f143fd0261461e859c5 | 1,554,778,163,970 | a238889f32a732dc17fac40ca1e2e4efd30ddd52 | /src/mybeans/CustomerDetails.java | d251739cd2cf15e6cb1268e45536c79622d98886 | [] | no_license | JaswantsinghShekhawat007/E_Wallet | https://github.com/JaswantsinghShekhawat007/E_Wallet | da9aceb0dbb74fc147240a4193da0bf8f561c0dd | 5120e66c2c2d10870c8f6285d8cb2177ce859695 | refs/heads/master | 2023-06-11T06:15:23.556000 | 2021-07-07T05:55:57 | 2021-07-07T05:55:57 | 383,683,658 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mybeans;
import java.sql.*;
public class CustomerDetails
{
private String userid;
private String name;
private String email;
private String mobileno;
private String secques;
private String secans;
private String dt;
private String walletid;
private String bankaccount;
private String balance;
pu... | UTF-8 | Java | 1,817 | java | CustomerDetails.java | Java | [] | null | [] | package mybeans;
import java.sql.*;
public class CustomerDetails
{
private String userid;
private String name;
private String email;
private String mobileno;
private String secques;
private String secans;
private String dt;
private String walletid;
private String bankaccount;
private String balance;
pu... | 1,817 | 0.654375 | 0.653825 | 115 | 14.8 | 13.630656 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.026087 | false | false | 1 |
c96b368f3a0fea79e0e4ef200bef5967f9355bb7 | 32,839,320,012,544 | 5631712ea9f2f16ceaed876ea85463449b14bd3b | /app/src/main/java/com/vmloft/develop/library/simple/widget/VMDotLineActivity.java | 8d37a7b4e6833fde55d8aa0d7c7374ad885320d0 | [] | no_license | xuepeng123/VMLibraryManager | https://github.com/xuepeng123/VMLibraryManager | d129bad0878cae00ec3682fae9744802082dd465 | e1fd732b9d4e1f2615a02b34b158f44aafbdd4bf | refs/heads/master | 2021-01-16T19:23:50.448000 | 2017-07-07T10:47:46 | 2017-07-07T10:47:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vmloft.develop.library.simple.widget;
import android.graphics.Point;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import com.vmloft.develop.library.simple.R;
import com.vmloft.develop.library.tools.VMBaseActivity;
import com.vmloft.develop.library.tools.widget.VMDotLine... | UTF-8 | Java | 3,037 | java | VMDotLineActivity.java | Java | [
{
"context": "ary.tools.widget.VMDotLineView;\n\n/**\n * Created by lzan13 on 2017/3/22.\n * 测试点线相连控件界面\n */\npublic class VMDo",
"end": 351,
"score": 0.9993550181388855,
"start": 345,
"tag": "USERNAME",
"value": "lzan13"
}
] | null | [] | package com.vmloft.develop.library.simple.widget;
import android.graphics.Point;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import com.vmloft.develop.library.simple.R;
import com.vmloft.develop.library.tools.VMBaseActivity;
import com.vmloft.develop.library.tools.widget.VMDotLine... | 3,037 | 0.627045 | 0.582638 | 89 | 32.651684 | 22.465004 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.775281 | false | false | 1 |
2c4616b22406b50787f8a86b9be99b4e90cd9b5b | 28,518,582,912,090 | bf1da22d478c001f4e46680ff5c2a740241c0c04 | /src/test/java/au/com/charleswu/wechatbot/WechatbotApplicationTests.java | b30aef9ba3ed153be629a2835a9d1077480aaa76 | [] | no_license | Charles-Wu-Chen/wechatbot-refactor | https://github.com/Charles-Wu-Chen/wechatbot-refactor | 85b4458ac4241cb76083189350c239ccaec9cbe1 | 6a74e58f067f22e16892ee76a8e90be0555c515e | refs/heads/main | 2023-04-17T06:20:23.538000 | 2021-04-29T01:41:33 | 2021-04-29T01:41:33 | 335,595,868 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package au.com.charleswu.wechatbot;
import au.com.charleswu.wechatbot.adaptor.in.web.MessageController;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.ActiveProfiles;
... | UTF-8 | Java | 605 | java | WechatbotApplicationTests.java | Java | [] | null | [] | package au.com.charleswu.wechatbot;
import au.com.charleswu.wechatbot.adaptor.in.web.MessageController;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.ActiveProfiles;
... | 605 | 0.821488 | 0.821488 | 23 | 25.304348 | 23.585985 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.695652 | false | false | 1 |
252e9a974b1cd129b888b62719fc87a616a8b9a1 | 34,170,759,809,075 | 9f7994ed0b8caa3014c0b6254d5ccfaeb97dafd4 | /tags/2.0.1/maven-php-dependency/src/main/java/org/phpmaven/dependency/IActionExtractAndInclude.java | f16cd19b333f1d979de5c907d5756969e9f4e879 | [
"Apache-2.0"
] | permissive | tomask-de/maven-php-plugin | https://github.com/tomask-de/maven-php-plugin | fe830c742d4cc980094531358c215ecb063aa814 | 5bcf36c6d66ff3aa18a11968c79d18eec4164aeb | refs/heads/master | 2021-01-18T09:04:20.028000 | 2012-08-04T09:10:41 | 2013-06-20T16:48:01 | 4,183,438 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright 2010-2012 by PHP-maven.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | UTF-8 | Java | 2,174 | java | IActionExtractAndInclude.java | Java | [
{
"context": "ecial\" onto php include path.</p>\r\n * \r\n * @author Martin Eisengardt <Martin.Eisengardt@googlemail.com>\r\n * @since 2.0",
"end": 1673,
"score": 0.9998189806938171,
"start": 1656,
"tag": "NAME",
"value": "Martin Eisengardt"
},
{
"context": "ude path.</p>\r\n * \r\n... | null | [] | /**
* Copyright 2010-2012 by PHP-maven.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | 2,138 | 0.653634 | 0.646734 | 66 | 30.939394 | 31.463243 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.742424 | false | false | 1 |
e4b33d39d8a622d568fe485969132aa7056dd466 | 8,701,603,812,159 | 9ae5965121f143fa5a5781b413d686311b734a2c | /src/main/java/com/xceptance/xlt/api/engine/DataSetIndex.java | 54eb69ed7a4677d3287df654cb6f8862fb05889c | [
"EPL-2.0",
"MIT",
"EPL-1.0",
"LGPL-2.0-or-later",
"LicenseRef-scancode-unknown-license-reference",
"MPL-2.0",
"CDDL-1.1",
"Apache-2.0",
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | andre-becker/XLT | https://github.com/andre-becker/XLT | 41395ec5b673193412b26df35cc64e05ac55c9b4 | 174f9f467ab3094bcdbf80bcea818134a9d1180a | refs/heads/master | 2022-04-21T09:20:03.443000 | 2020-03-12T09:48:41 | 2020-03-12T09:48:41 | 257,584,910 | 0 | 0 | Apache-2.0 | true | 2020-04-21T12:14:39 | 2020-04-21T12:14:38 | 2020-04-03T19:16:18 | 2020-04-21T11:15:47 | 69,595 | 0 | 0 | 0 | null | false | false | package com.xceptance.xlt.api.engine;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Annotation to specify the index of the test data set that should be use for a run.
*/
@Retention(RetentionPolic... | UTF-8 | Java | 420 | java | DataSetIndex.java | Java | [] | null | [] | package com.xceptance.xlt.api.engine;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Annotation to specify the index of the test data set that should be use for a run.
*/
@Retention(RetentionPolic... | 420 | 0.780952 | 0.778571 | 16 | 25.25 | 22.495832 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 1 |
5fcb15d035630fe45c3d4fd0a50f1478adeab703 | 3,667,902,072,513 | eb27f57346919f876eebc3b0e45e434f6221dd5e | /glaze-core/src/test/java/glaze/spi/TestRegistry.java | f661f825932a15a7ee88c3d0b3362ee4f862c777 | [
"Apache-2.0"
] | permissive | mukesh-2013/glaze-http | https://github.com/mukesh-2013/glaze-http | 0f81d5bd74ae28bbc999dca365eea5cfd28f6c24 | 41fbf2f017b3fdb24d7b430cd68eed9fd50357a9 | refs/heads/master | 2020-03-19T11:15:40.193000 | 2013-07-28T18:31:40 | 2013-07-28T18:31:40 | 136,443,027 | 1 | 0 | null | true | 2018-06-07T08:01:00 | 2018-06-07T08:01:00 | 2015-11-04T22:44:45 | 2013-07-28T18:31:52 | 548 | 0 | 0 | 0 | null | false | null | package glaze.spi;
import glaze.client.sync.SyncClient;
import glaze.mime.ContentTypeEx;
import glaze.spi.Named;
import glaze.spi.Registry;
import glaze.spi.ServiceProvider;
import org.apache.http.entity.ContentType;
import org.testng.Assert;
import org.testng.annotations.Test;
import com.fasterxml.jackson.databind.... | UTF-8 | Java | 2,085 | java | TestRegistry.java | Java | [] | null | [] | package glaze.spi;
import glaze.client.sync.SyncClient;
import glaze.mime.ContentTypeEx;
import glaze.spi.Named;
import glaze.spi.Registry;
import glaze.spi.ServiceProvider;
import org.apache.http.entity.ContentType;
import org.testng.Assert;
import org.testng.annotations.Test;
import com.fasterxml.jackson.databind.... | 2,085 | 0.704556 | 0.704556 | 77 | 26.077923 | 27.088488 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.558442 | false | false | 1 |
d96a2b65367f8108439c83ef3eb27f1ee012b11a | 24,240,795,426,969 | 83b1876c2252c1cc4aa0f23591206619c0aab510 | /xc-service-manage-media/src/test/java/com/xuecheng/manage_media/TestFile.java | 68cfd547627a116fd083bcefac206e0de89f32a3 | [] | no_license | galaxy-fy/xc_ | https://github.com/galaxy-fy/xc_ | 37b2df81f8352dea05aab7121aea173b8b004462 | 8ebdc64d7cf813f1e86601cccbd182dcd88e6852 | refs/heads/master | 2022-03-03T03:43:59.609000 | 2019-08-22T10:08:51 | 2019-08-22T10:08:52 | 203,762,301 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xuecheng.manage_media;
import org.junit.Test;
import java.io.File;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.util.Arrays;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
/**
*
*/
public class TestFile {
/**
* 测试文件分块方法
*
... | UTF-8 | Java | 3,273 | java | TestFile.java | Java | [] | null | [] | package com.xuecheng.manage_media;
import org.junit.Test;
import java.io.File;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.util.Arrays;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
/**
*
*/
public class TestFile {
/**
* 测试文件分块方法
*
... | 3,273 | 0.5115 | 0.499828 | 105 | 26.742857 | 21.063183 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 1 |
095ec0a56158292885d06f9f3e54399f50010dcc | 24,687,472,030,848 | fb6a7519b549cd88bb19f5b5f06bc2e7e97f2fe7 | /src/main/java/com/weiqi/dota2/dota2apiwrapper/PersonaState.java | e526eb5b1960c6545f21e020f6c81ea411201ab8 | [
"MIT"
] | permissive | weiqi1028/dota2apiwrapper | https://github.com/weiqi1028/dota2apiwrapper | 13bc74f030406ebd1e7ad63a2390e2c2ee1285a1 | 6646fba2d6f8cef808745a9b0b5432146ddb4671 | refs/heads/master | 2020-12-24T14:45:23.087000 | 2015-04-29T06:43:16 | 2015-04-29T06:43:16 | 34,709,443 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.weiqi.dota2.dota2apiwrapper;
public enum PersonaState {
OFFLINE(0), ONLINE(1), BUSY(2), AWAY(3), SNOOZE(4), LOOKING_TO_TRADE(5), LOOKING_TO_PLAY(6);
private int value;
private PersonaState(int value) {
this.value = value;
}
public int getValue() {
return v... | UTF-8 | Java | 334 | java | PersonaState.java | Java | [] | null | [] | package com.weiqi.dota2.dota2apiwrapper;
public enum PersonaState {
OFFLINE(0), ONLINE(1), BUSY(2), AWAY(3), SNOOZE(4), LOOKING_TO_TRADE(5), LOOKING_TO_PLAY(6);
private int value;
private PersonaState(int value) {
this.value = value;
}
public int getValue() {
return v... | 334 | 0.60479 | 0.577844 | 15 | 21.266666 | 23.887142 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.733333 | false | false | 1 |
d1c2f75c7c00d4b1568197fcdfd7ad9df95a328c | 1,623,497,677,314 | 51bf1b36d883e542b072b31e9212417511cb3e20 | /src/me/chiller/chatrooms/CrListener.java | a43e467aa4616d89c1de5c312fa26433ae5a993c | [] | no_license | TheChillerCraft/Chat-Rooms | https://github.com/TheChillerCraft/Chat-Rooms | 228556db8c4f8171cad6c09f727a8fe0e3bcc098 | 114cbe24b4d707f3e15d6c20e8dbc1f326e03ee6 | refs/heads/master | 2016-09-08T20:13:38 | 2015-08-28T18:18:35 | 2015-08-28T18:18:35 | 41,562,295 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.chiller.chatrooms;
import java.util.HashMap;
import java.util.Map;
import org.bukkit.ChatColor;
import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.EventPriority;
import org.bukkit.event.Listener;
i... | UTF-8 | Java | 4,062 | java | CrListener.java | Java | [] | null | [] | package me.chiller.chatrooms;
import java.util.HashMap;
import java.util.Map;
import org.bukkit.ChatColor;
import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.EventPriority;
import org.bukkit.event.Listener;
i... | 4,062 | 0.65485 | 0.65485 | 128 | 29.75 | 42.406513 | 260 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.007813 | false | false | 1 |
0ceba1e631c3daa6d075129cb591560c647ff7b0 | 31,284,541,784,551 | 5345259f82a8ec70f846b1d2ac4774c64328473f | /crnk-data/crnk-data-activiti/src/test/java/io/crnk/data/activiti/repository/ActivitiModuleTest.java | 7882da3e510a0c0b19b889d221226db41441e0c2 | [
"Apache-2.0"
] | permissive | crnk-project/crnk-framework | https://github.com/crnk-project/crnk-framework | 3da60c2f99b97a0a70eb85217d06a49c10a21fe9 | 4e4dd8970d2bc1bb63970093e2049689d6189f30 | refs/heads/master | 2023-01-21T18:18:36.466000 | 2022-09-06T12:01:49 | 2022-10-06T04:39:08 | 91,683,656 | 300 | 199 | Apache-2.0 | false | 2023-01-12T08:23:38 | 2017-05-18T11:06:31 | 2023-01-10T22:47:58 | 2023-01-12T08:23:38 | 9,337 | 273 | 143 | 233 | Java | false | false | package io.crnk.data.activiti.repository;
import io.crnk.data.activiti.ActivitiModule;
import io.crnk.data.activiti.example.model.ApproveForm;
import io.crnk.data.activiti.example.model.ApproveTask;
import io.crnk.data.activiti.example.model.ScheduleApprovalProcessInstance;
import org.junit.Assert;
import org.junit.Te... | UTF-8 | Java | 798 | java | ActivitiModuleTest.java | Java | [] | null | [] | package io.crnk.data.activiti.repository;
import io.crnk.data.activiti.ActivitiModule;
import io.crnk.data.activiti.example.model.ApproveForm;
import io.crnk.data.activiti.example.model.ApproveTask;
import io.crnk.data.activiti.example.model.ScheduleApprovalProcessInstance;
import org.junit.Assert;
import org.junit.Te... | 798 | 0.795739 | 0.795739 | 21 | 37 | 33.577202 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 1 |
6d1fa70a1d9aee3a0e6725b162615a5101874687 | 29,274,497,091,464 | 972bfb9cfe210de7bd5e614909ef71ccb051ec0f | /src/main/java/com/mapily/model/user/User.java | 0367a3d3700d91c47ca497b589ee3e2877c3c258 | [] | no_license | giacomomarciani/mapily | https://github.com/giacomomarciani/mapily | d5632c5f29c5ac1787b1b6e91ed447e98a1984eb | 06eb1ac6f73fa52b84ed644889882241e17416e9 | refs/heads/master | 2015-08-09T08:03:53.584000 | 2013-11-09T09:57:56 | 2013-11-09T09:57:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mapily.model.user;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.EnumType;
import javax.persistence.Enumerated;
import javax.persistence.FetchType;
import javax.persist... | UTF-8 | Java | 3,533 | java | User.java | Java | [
{
"context": " role, UserProfile profile) {\r\n\t\tthis.setUsername(username);\r\n\t\tthis.setPassword(password);\r\n\t\tthis.setRole(",
"end": 1802,
"score": 0.9974431991577148,
"start": 1794,
"tag": "USERNAME",
"value": "username"
},
{
"context": "\t\tthis.setUsername(username);\r\... | null | [] | package com.mapily.model.user;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.EnumType;
import javax.persistence.Enumerated;
import javax.persistence.FetchType;
import javax.persist... | 3,539 | 0.686669 | 0.678743 | 150 | 21.553333 | 18.276957 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.426667 | false | false | 1 |
5c38fa32d26766850ec04a46a683d5435a0d8886 | 19,318,762,927,610 | 930ce948b109a2a5c755c8a1b75ef90c44d0167b | /Codeforces-Solution-JAVA/Problem118A.java | 3a0129002fd5963e6401edd79ffd70dce5f2bf52 | [
"MIT"
] | permissive | rajpratyush/Hacktober-CP-contributions | https://github.com/rajpratyush/Hacktober-CP-contributions | 73d84bbca26d97c828dc4afa7f54bcd5c4cfefb4 | 0ecc29c80aa98cf8ae46059e1991bb753c638791 | refs/heads/main | 2022-12-30T02:53:22.235000 | 2020-10-20T05:47:18 | 2020-10-20T05:47:18 | 305,602,288 | 1 | 0 | MIT | true | 2020-10-20T05:44:07 | 2020-10-20T05:44:06 | 2020-10-18T19:08:54 | 2020-10-18T19:08:52 | 415 | 0 | 0 | 0 | null | false | false | import java.util.Scanner;
public class Problem118A{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
String s = sc.next();
int x = s.length();
//Character chars[] = new Character[x];
for(int i=0;i<x;i++){
if(s.charAt(i) == 'A' || s.charAt(i) == 'E' || s.charAt(i) == 'I' ||... | UTF-8 | Java | 812 | java | Problem118A.java | Java | [] | null | [] | import java.util.Scanner;
public class Problem118A{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
String s = sc.next();
int x = s.length();
//Character chars[] = new Character[x];
for(int i=0;i<x;i++){
if(s.charAt(i) == 'A' || s.charAt(i) == 'E' || s.charAt(i) == 'I' ||... | 812 | 0.497537 | 0.485222 | 38 | 20.394737 | 26.646358 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.078947 | false | false | 1 |
1e6de77e233c849e6ea23f486d861d9c4f7f0fe2 | 17,197,049,076,508 | bffa505c73853acfa1b7bee1b944c4544f624c5d | /modules/uob-cis-assignment-server/src/main/java/org/s1n7ax/feedback/service/QuestionService.java | 0dc8f857acc041926a4210a10bf4c107e476da3f | [] | no_license | s1n7ax/uob-cis-assignment | https://github.com/s1n7ax/uob-cis-assignment | 1a135a7ee50acedd8894f667577fd8f44db967b3 | 814822de057a541b15160ae44fa5be9dd4b817b3 | refs/heads/master | 2023-02-05T02:43:13.583000 | 2020-12-16T21:44:34 | 2020-12-16T21:44:34 | 310,474,036 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.s1n7ax.feedback.service;
import java.util.ArrayList;
import java.util.List;
import org.s1n7ax.feedback.entity.Question;
import org.s1n7ax.feedback.repository.QuestionRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
/**
* QuestionSe... | UTF-8 | Java | 698 | java | QuestionService.java | Java | [] | null | [] | package org.s1n7ax.feedback.service;
import java.util.ArrayList;
import java.util.List;
import org.s1n7ax.feedback.entity.Question;
import org.s1n7ax.feedback.repository.QuestionRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
/**
* QuestionSe... | 698 | 0.80086 | 0.792264 | 28 | 23.928572 | 22.527647 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 1 |
fb8b1943f5230d0bbdc4c125cee5e5a8bffa5b9e | 18,726,057,435,622 | 511ce71236a95d45584acef57982b3c842b0dfde | /app/src/main/java/com/example/pmiexamen201910110022/ActivityInsert.java | 5dc3d173d41e10a6c7a823edd3831bad7188318e | [] | no_license | jairo-perdomo/promovil-examen | https://github.com/jairo-perdomo/promovil-examen | a786be1fce6a6f407e974f7494c417a42dba1de6 | c0ccd78380fec0160eaf2c41ae188663af67bc80 | refs/heads/master | 2023-05-30T13:23:19.596000 | 2021-06-19T02:05:11 | 2021-06-19T02:05:11 | 378,033,376 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.pmiexamen201910110022;
import androidx.appcompat.app.AppCompatActivity;
import android.content.ContentValues;
import android.content.Intent;
import android.database.sqlite.SQLiteDatabase;
import android.os.Bundle;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.... | UTF-8 | Java | 3,898 | java | ActivityInsert.java | Java | [] | null | [] | package com.example.pmiexamen201910110022;
import androidx.appcompat.app.AppCompatActivity;
import android.content.ContentValues;
import android.content.Intent;
import android.database.sqlite.SQLiteDatabase;
import android.os.Bundle;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.... | 3,898 | 0.675475 | 0.665726 | 97 | 39.195877 | 31.317345 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.845361 | false | false | 1 |
4e1fff5d473bd77fc9e880313f75bed0b209a20c | 8,323,646,634,906 | 3c7c8283f1926e11846c9520be441ddea42a65d8 | /src/mydocking/TabClosingListener.java | 39cba1ae13d984f28eb260b09c73879a31e88979 | [
"MIT"
] | permissive | junwuwei/MyDocking | https://github.com/junwuwei/MyDocking | d82ef4b622c0b899baa82d4ef80a156b026641cf | 9046693ba54c981368f778eb0f57f394dd9a30ed | refs/heads/master | 2020-02-04T09:53:53.265000 | 2015-07-11T07:44:10 | 2015-07-11T07:44:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mydocking;
import java.util.EventListener;
public interface TabClosingListener extends EventListener {
public boolean tabClosing(Tab tab);
}
| UTF-8 | Java | 155 | java | TabClosingListener.java | Java | [] | null | [] | package mydocking;
import java.util.EventListener;
public interface TabClosingListener extends EventListener {
public boolean tabClosing(Tab tab);
}
| 155 | 0.806452 | 0.806452 | 8 | 18.375 | 20.945988 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 1 |
f50743fb0b71be9434293506acc1e6d395a307ab | 29,669,634,129,272 | b306d8b615d3d76bff12c4f878f80caedd2c23f0 | /Company/Quora/QueryMinInArray.java | a2c3819958c536d298f29675e38cd20f80e0b78e | [] | no_license | eou/Algorithm | https://github.com/eou/Algorithm | d962a196c579c47535fa1b1799d3582fa1d2be2f | ff1b81ab8b4ec18dd3d9307ec5d9b000aa8974f7 | refs/heads/master | 2022-08-28T13:54:08.818000 | 2022-08-22T07:38:44 | 2022-08-22T07:38:44 | 149,525,316 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
/**
* 给⼀个 2d array。其中 array[j] = (i+1)*(j+1)
* 然后给⼀堆 query,有三种不同的 query:
* 第⼀种是返回当前 array 中的最⼩值
* 第⼆种是把某⼀⾏ disable
* 第三种是把某⼀列 disable
*/
class Solution {
public List<Integer> findMin1(int m, int n, int[][] queries) {
List<Integer> res = new ArrayList<>();
PriorityQueue<... | UTF-8 | Java | 3,892 | java | QueryMinInArray.java | Java | [] | null | [] | import java.util.*;
/**
* 给⼀个 2d array。其中 array[j] = (i+1)*(j+1)
* 然后给⼀堆 query,有三种不同的 query:
* 第⼀种是返回当前 array 中的最⼩值
* 第⼆种是把某⼀⾏ disable
* 第三种是把某⼀列 disable
*/
class Solution {
public List<Integer> findMin1(int m, int n, int[][] queries) {
List<Integer> res = new ArrayList<>();
PriorityQueue<... | 3,892 | 0.370195 | 0.354134 | 112 | 32.919643 | 21.725618 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.705357 | false | false | 1 |
0b5a2012c3d9368c79bc6b476f8260ed5de4cc63 | 9,491,877,768,369 | ed5bfc494fa136ba8f29e48502b146d77cc963ca | /src/main/java/org/gbif/ipt/model/converter/UserEmailConverter.java | 906ae2863bf545e44e4cbdd40c27db32ec54006e | [
"LicenseRef-scancode-free-unknown",
"Apache-2.0"
] | permissive | gbif/ipt | https://github.com/gbif/ipt | 43ffb2d276aa97e42e7ecebf164708c116ad76d8 | f18b047fe8b5254f003469b0b7857954083c23ff | refs/heads/master | 2023-08-17T01:55:26.401000 | 2023-08-16T14:26:09 | 2023-08-16T14:26:09 | 35,240,026 | 129 | 74 | Apache-2.0 | false | 2023-08-30T12:56:51 | 2015-05-07T19:44:39 | 2023-07-18T19:16:27 | 2023-08-30T12:56:50 | 172,521 | 115 | 56 | 119 | Java | false | false | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... | UTF-8 | Java | 1,723 | java | UserEmailConverter.java | Java | [] | null | [] | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... | 1,723 | 0.778874 | 0.776552 | 53 | 31.509434 | 28.233944 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45283 | false | false | 1 |
5146e0d92f3517c8dcf3a5c00b1f3eb3a5898507 | 23,356,032,204,767 | 923febbd75fcd3e63635423f3421652384b8113c | /src/com/insp/edu/book/oo/medium/charter1/e2_2_5/AccountDemo.java | 69f2d4aa72b615b8c06b7a878e255444d9c7b15e | [] | no_license | annunakichb/ObjectOriented | https://github.com/annunakichb/ObjectOriented | 2ed27eb771316963cee66ad35e11cd0ebbd8dc8c | e511c7c34057e718371eeca34b3a7b12ffae34a3 | refs/heads/master | 2020-07-16T16:54:50.113000 | 2019-09-04T05:54:32 | 2019-09-04T05:54:32 | 205,827,867 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.insp.edu.book.oo.medium.charter1.e2_2_5;
class Account{
private String name;
private double money;
public Account(String client,double initMoney){name=client;money = initMoney;}
public void withdraw(double moneyTaken){
money -= moneyTaken;
System.out.println(name+"账户中被取走"+moneyTaken+",还剩下"+... | UTF-8 | Java | 1,565 | java | AccountDemo.java | Java | [] | null | [] | package com.insp.edu.book.oo.medium.charter1.e2_2_5;
class Account{
private String name;
private double money;
public Account(String client,double initMoney){name=client;money = initMoney;}
public void withdraw(double moneyTaken){
money -= moneyTaken;
System.out.println(name+"账户中被取走"+moneyTaken+",还剩下"+... | 1,565 | 0.655804 | 0.634759 | 55 | 24.781818 | 20.521997 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.309091 | false | false | 1 |
07a2182e050d50cc1adf204e438c046689b02d7f | 8,486,855,400,118 | 2cf4e0d640a654f6787ed151a29a9ffb9bbdd422 | /app/src/main/java/restaurant/restapp_v10/TableEnCoursActivity.java | 19183cf2e7f9b7b65466cef4bcdd582c1557c439 | [] | no_license | JP2-Warrak/Rest_App | https://github.com/JP2-Warrak/Rest_App | 7113cb26b9b961f004b47960d565fa5325c88ada | 9a1b34e8a96c444a54711c70b11f669981ab1638 | refs/heads/master | 2021-01-22T03:44:50.976000 | 2017-05-25T12:16:28 | 2017-05-25T12:16:28 | 92,400,482 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package restaurant.restapp_v10;
/**
* Created by Alexis on 21/05/2017.
*/
public class TableEnCoursActivity {
}
| UTF-8 | Java | 116 | java | TableEnCoursActivity.java | Java | [
{
"context": "package restaurant.restapp_v10;\n\n/**\n * Created by Alexis on 21/05/2017.\n */\n\npublic class TableEnCoursActi",
"end": 57,
"score": 0.9995073080062866,
"start": 51,
"tag": "NAME",
"value": "Alexis"
}
] | null | [] | package restaurant.restapp_v10;
/**
* Created by Alexis on 21/05/2017.
*/
public class TableEnCoursActivity {
}
| 116 | 0.715517 | 0.62931 | 8 | 13.5 | 15.700318 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.125 | false | false | 1 |
4d25c3e22864dd8280f3698eabaaf98e129977de | 28,544,352,671,152 | 7f0e3ad0e8caef6f48829db33b9c60f057e95ad9 | /Calisma/src/GenelKonular/NestedClasses/Static.java | 8cf298ae1a8c87a01e945e8e779cf181ed670115 | [] | no_license | T-Tufan/Java-Work-Files | https://github.com/T-Tufan/Java-Work-Files | 7a112e1d82190b6e6895bc362070e318ece92d27 | 9ef3ad62d922305abd4ef8db6b4321e47c59c7e6 | refs/heads/master | 2023-03-13T12:19:54.023000 | 2021-03-06T14:32:55 | 2021-03-06T14:32:55 | 345,094,633 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package GenelKonular.NestedClasses;
public class Static {
private int a = 10;
private static int b = 3;
public static class Inner3 {
int a=1;
public void run() {
System.out.println(a);
System.out.println(this.a);
System.out.println(b);
}
}
}
| UTF-8 | Java | 262 | java | Static.java | Java | [] | null | [] | package GenelKonular.NestedClasses;
public class Static {
private int a = 10;
private static int b = 3;
public static class Inner3 {
int a=1;
public void run() {
System.out.println(a);
System.out.println(this.a);
System.out.println(b);
}
}
}
| 262 | 0.671756 | 0.652672 | 14 | 17.714285 | 11.63387 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.857143 | false | false | 1 |
3c6bbce97f059f2d403bceedcf264b80a7a2798e | 1,571,958,064,137 | 9ed0cf37c46526256e89b54c79f27475a0e553db | /app/src/main/java/com/ilbod/detection/carte/Objet.java | e592ca08cfb868d82b36fd8184658600bb0a33f9 | [] | no_license | NguyenRichard/ILBOD | https://github.com/NguyenRichard/ILBOD | 38d704e76c188ed57322b6402dc5886ff1309dfe | bc551c1ea5c5df6c7cacd701dfa358956a348e54 | refs/heads/master | 2020-05-22T00:57:04.584000 | 2019-05-30T23:26:17 | 2019-05-30T23:26:17 | 186,182,657 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ilbod.detection.carte;
import android.os.Build;
import android.support.annotation.RequiresApi;
import java.io.Serializable;
import java.util.HashMap;
import java.util.Objects;
import com.ilbod.detection.Exception.ChaineDeCaractereNullOuVide;
import com.ilbod.detection.Exception.LieuDejaPresent;
/**
* C... | UTF-8 | Java | 3,402 | java | Objet.java | Java | [
{
"context": "Classe référençant un objet détectable.\n * @author Arthur Oulmi\n */\npublic class Objet implements Serializable {\n",
"end": 382,
"score": 0.9998870491981506,
"start": 370,
"tag": "NAME",
"value": "Arthur Oulmi"
}
] | null | [] | package com.ilbod.detection.carte;
import android.os.Build;
import android.support.annotation.RequiresApi;
import java.io.Serializable;
import java.util.HashMap;
import java.util.Objects;
import com.ilbod.detection.Exception.ChaineDeCaractereNullOuVide;
import com.ilbod.detection.Exception.LieuDejaPresent;
/**
* C... | 3,396 | 0.593722 | 0.59313 | 129 | 25.178295 | 23.374752 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.356589 | false | false | 1 |
c5809a528edbc1f505b541467208b67f6a920d82 | 13,185,549,618,235 | f157ecb6b5f5dc59504babd1ba87f0e46a5c0667 | /Week_02/G20200343030631/LeetCode_144_631.java | 3f6b5ab833cf18a3a7423fa86f855599590181a7 | [] | no_license | algorithm006-class01/algorithm006-class01 | https://github.com/algorithm006-class01/algorithm006-class01 | 891da256a54640cf1820db93380f4253f6aacecd | 7ad9b948f8deecf35dced38a62913e462e699b1c | refs/heads/master | 2020-12-27T14:43:13.449000 | 2020-04-20T06:56:33 | 2020-04-20T06:56:33 | 237,936,958 | 19 | 140 | null | false | 2020-04-20T06:56:34 | 2020-02-03T10:13:53 | 2020-04-20T06:56:21 | 2020-04-20T06:56:34 | 7,802 | 16 | 128 | 697 | Java | false | false | package com.dsx.hundred.forty.four;
import java.util.ArrayList;
import java.util.List;
/**
* 解题思路: 典型递归方式
* 时间复杂度: O(n)
* 空间复杂度: O(1)
* 执行用时: 0 ms, 在所有 Java 提交中击败了100.00%的用户
* 内存消耗: 37.5 MB, 在所有 Java 提交中击败了5.19%的用户
* @Author: loe881@163.com
* @Date: 2020/2/23
*/
public class Version1 {
public static void ... | UTF-8 | Java | 2,632 | java | LeetCode_144_631.java | Java | [
{
"context": "内存消耗: 37.5 MB, 在所有 Java 提交中击败了5.19%的用户\n * @Author: loe881@163.com\n * @Date: 2020/2/23\n */\npublic class Version1 {\n ",
"end": 248,
"score": 0.9999204277992249,
"start": 234,
"tag": "EMAIL",
"value": "loe881@163.com"
},
{
"context": "内存消耗: 37.7 MB, 在所有 Java 提交中击败了5.1... | null | [] | package com.dsx.hundred.forty.four;
import java.util.ArrayList;
import java.util.List;
/**
* 解题思路: 典型递归方式
* 时间复杂度: O(n)
* 空间复杂度: O(1)
* 执行用时: 0 ms, 在所有 Java 提交中击败了100.00%的用户
* 内存消耗: 37.5 MB, 在所有 Java 提交中击败了5.19%的用户
* @Author: <EMAIL>
* @Date: 2020/2/23
*/
public class Version1 {
public static void main(St... | 2,618 | 0.581204 | 0.559769 | 101 | 23.019802 | 19.496119 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.405941 | false | false | 1 |
a878ceeda729cf052891e044e8d40e8eb8baaf95 | 14,027,363,201,036 | e1555026e8cda01f104a522b2e5d0ebfb65f8c76 | /compragames/src/main/java/com/scm/compragames/compragames/service/AbstractService.java | 499d0ec8acd604fe132f02a9d68008642a043053 | [] | no_license | jpdv2010/v2SCM-backend | https://github.com/jpdv2010/v2SCM-backend | 93d2258a1b2c9d4cf9eeae8093adb43b49ec057b | 7d505ec9d127589ded9cd031dd65ff2a4c7869df | refs/heads/master | 2020-04-07T10:17:58.614000 | 2018-11-21T12:27:31 | 2018-11-21T12:27:31 | 158,281,541 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.scm.compragames.compragames.service;
import javassist.NotFoundException;
import java.util.Collection;
public interface AbstractService <T, Y> {
T findById(Y id) throws NotFoundException;
T save(T obj) throws Exception;
T disable(Y id) throws NotFoundException;
Collection<T> findAll() t... | UTF-8 | Java | 398 | java | AbstractService.java | Java | [] | null | [] | package com.scm.compragames.compragames.service;
import javassist.NotFoundException;
import java.util.Collection;
public interface AbstractService <T, Y> {
T findById(Y id) throws NotFoundException;
T save(T obj) throws Exception;
T disable(Y id) throws NotFoundException;
Collection<T> findAll() t... | 398 | 0.756281 | 0.756281 | 17 | 22.411764 | 21.822975 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 1 |
b02b79cab3e4fadd04da921095f5c8ade8f74978 | 23,192,823,444,846 | 6a60491a93e2b4606226fefa099b0141f61d7e6d | /src/main/java/com/buzzinate/bshare/points/bean/ProductCategory.java | eee0b09c515f60df5de280f3b4596c91028e6c7f | [] | no_license | lingdongrushui/PointsWebsite | https://github.com/lingdongrushui/PointsWebsite | c467cd5b4695b088e4f2b0cf6de095d6b9697709 | 4adea4959eb357c04140bc4ae15742ce31ea99ac | refs/heads/master | 2021-05-15T02:18:59.536000 | 2014-04-09T15:40:26 | 2014-04-09T15:40:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.buzzinate.bshare.points.bean;
import java.io.Serializable;
import java.util.Date;
import com.buzzinate.bshare.points.bean.enums.CategoryStatus;
/**product category
* @author james.chen
* @since 2012-6-4
*/
public class ProductCategory implements Serializable {
public static final ProductCateg... | UTF-8 | Java | 2,265 | java | ProductCategory.java | Java | [
{
"context": "ms.CategoryStatus;\n\n/**product category\n * @author james.chen\n * @since 2012-6-4\n */\npublic class Prod",
"end": 191,
"score": 0.6899425983428955,
"start": 190,
"tag": "NAME",
"value": "j"
},
{
"context": ".CategoryStatus;\n\n/**product category\n * @author james.c... | null | [] | package com.buzzinate.bshare.points.bean;
import java.io.Serializable;
import java.util.Date;
import com.buzzinate.bshare.points.bean.enums.CategoryStatus;
/**product category
* @author james.chen
* @since 2012-6-4
*/
public class ProductCategory implements Serializable {
public static final ProductCateg... | 2,265 | 0.620292 | 0.607887 | 107 | 20.093458 | 17.599667 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35514 | false | false | 1 |
67ac57bcb14f733654f1fa1844ec155dfa41aa75 | 11,020,886,099,888 | 1a32d704493deb99d3040646afbd0f6568d2c8e7 | /BOOT-INF/lib/org/springframework/boot/autoconfigure/gson/GsonAutoConfiguration.java | d1277ba2dfc764924322609284b5dbb8ea850766 | [] | no_license | yanrumei/bullet-zone-server-2.0 | https://github.com/yanrumei/bullet-zone-server-2.0 | e748ff40f601792405143ec21d3f77aa4d34ce69 | 474c4d1a8172a114986d16e00f5752dc019cdcd2 | refs/heads/master | 2020-05-19T11:16:31.172000 | 2019-03-25T17:38:31 | 2019-03-25T17:38:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* */ package org.springframework.boot.autoconfigure.gson;
/* */
/* */ import com.google.gson.Gson;
/* */ import org.springframework.boot.autoconfigure.condition.ConditionalOnClass;
/* */ import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean;
/* */ import org.springframewor... | UTF-8 | Java | 1,216 | java | GsonAutoConfiguration.java | Java | [
{
"context": "}\n/* */ }\n\n\n/* Location: C:\\Users\\ikatwal\\Downloads\\bullet-zone-server-2.0.jar!\\BOOT-INF\\li",
"end": 976,
"score": 0.9888612627983093,
"start": 969,
"tag": "USERNAME",
"value": "ikatwal"
}
] | null | [] | /* */ package org.springframework.boot.autoconfigure.gson;
/* */
/* */ import com.google.gson.Gson;
/* */ import org.springframework.boot.autoconfigure.condition.ConditionalOnClass;
/* */ import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean;
/* */ import org.springframewor... | 1,216 | 0.527138 | 0.514803 | 48 | 24.354166 | 34.397488 | 211 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.145833 | false | false | 1 |
ed93d8ab0072ff04e2a8b10fc2281256b315afb3 | 24,068,996,745,266 | 8da61b095e4dad44c0b1336592dd95950d65e2e5 | /src/main/java/com/wsgcya/coder/common/util/EmojiFilter.java | 105f4f28208150618ab93436d94a9b15d61e0f3d | [] | no_license | wsgcya/coder | https://github.com/wsgcya/coder | d542e12d2fa55695365a66a3fc7d6f5ba7926ca7 | cce44569000004672b5c3cd24fb69d929d89d84d | refs/heads/master | 2020-04-04T22:30:17.992000 | 2018-12-13T04:32:47 | 2018-12-13T04:32:47 | 156,326,174 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wsgcya.coder.common.util;
public class EmojiFilter {
/**
*
* @Title filter
* @Class EmojiFilter
* @return String
* @param str
* @return
* @Description 过滤特殊字符
* @author qinshijiang@telincn.com
* @Date 2016年10月27日
*/
public static String filter... | UTF-8 | Java | 995 | java | EmojiFilter.java | Java | [
{
"context": " @return\n * @Description 过滤特殊字符\n * @author qinshijiang@telincn.com\n * @Date 2016年10月27日\n */\n public stati",
"end": 255,
"score": 0.9999303817749023,
"start": 232,
"tag": "EMAIL",
"value": "qinshijiang@telincn.com"
}
] | null | [] | package com.wsgcya.coder.common.util;
public class EmojiFilter {
/**
*
* @Title filter
* @Class EmojiFilter
* @return String
* @param str
* @return
* @Description 过滤特殊字符
* @author <EMAIL>
* @Date 2016年10月27日
*/
public static String filter(String str){
... | 979 | 0.494347 | 0.467626 | 40 | 23.325001 | 16.285557 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.475 | false | false | 1 |
3b736641e4f135f47b38fbe908ab4284bf3640d1 | 22,282,290,393,275 | aeebb8b1b42dfd6f653d82e47a10f777eb09d53e | /tools/src/test/java/training/tools/test/RedisDemoTest.java | eaba560c91fc3dcfec3e65298da34df48089d001 | [] | no_license | Roilka-Manager/training | https://github.com/Roilka-Manager/training | b47d9ca57571178aa7c511497b60425406292410 | b5ebc015d5eefb405f5ec355e790b98ac336dd2f | refs/heads/master | 2022-08-18T09:02:20.413000 | 2020-11-30T17:43:26 | 2020-11-30T17:43:26 | 198,631,546 | 0 | 0 | null | false | 2022-06-29T18:12:05 | 2019-07-24T12:29:37 | 2020-11-30T17:44:18 | 2022-06-29T18:12:05 | 8,223 | 0 | 0 | 4 | JavaScript | false | false | package training.tools.test;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
public class RedisDemoTest {
@Test
public void a(){
}
}
| UTF-8 | Java | 190 | java | RedisDemoTest.java | Java | [] | null | [] | package training.tools.test;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
public class RedisDemoTest {
@Test
public void a(){
}
}
| 190 | 0.715789 | 0.715789 | 15 | 11.666667 | 17.051556 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 1 |
b0550d8cd0acc038e660a15efcc6a1f9d9311034 | 15,650,860,869,324 | 2df3a85312475fb780ddbad5cfc369a96a4e3699 | /client/src/com/neevin/Commands/PrintFieldAscendingDistanceCommand.java | b8ae0f8faae451967659a5f315bfdf5c64ec1497 | [] | no_license | neevink/prog-lab5 | https://github.com/neevink/prog-lab5 | 8f2714bcf1eb41da0b5d9ffda58d4c09c1c88c6b | 444d93dcc684d25c42301c4200fa78372c2d3a35 | refs/heads/master | 2023-04-29T12:24:33.166000 | 2021-05-25T13:07:49 | 2021-05-25T13:07:49 | 343,090,591 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.neevin.Commands;
import com.neevin.Net.CommandResult;
import com.neevin.Net.Request;
import com.neevin.Net.ResultStatus;
import com.neevin.Parser.InputHelper;
import com.neevin.Parser.Token;
import com.neevin.Programm.RequestSender;
import java.util.AbstractList;
/**
* Вывести значения поля distance все... | UTF-8 | Java | 1,495 | java | PrintFieldAscendingDistanceCommand.java | Java | [] | null | [] | package com.neevin.Commands;
import com.neevin.Net.CommandResult;
import com.neevin.Net.Request;
import com.neevin.Net.ResultStatus;
import com.neevin.Parser.InputHelper;
import com.neevin.Parser.Token;
import com.neevin.Programm.RequestSender;
import java.util.AbstractList;
/**
* Вывести значения поля distance все... | 1,495 | 0.714078 | 0.714078 | 46 | 28.956522 | 29.418242 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 1 |
7fc860bfb71972c213c99b01ef6688e52a0e57ae | 12,094,627,907,910 | fbbaf9e8032a95631da18e7af1bf148d3e980421 | /src/test/java/pl/lodz/p/pas/service/auth/NoJwtTokenFailTest.java | e59498e30c1efd8cee1b4f2e84325e75ac2027c9 | [] | no_license | TULbaghia/PAS-hotel | https://github.com/TULbaghia/PAS-hotel | 46a337eb527a591a07c013a18b2d2d4ecc8aba8a | 420272dadc17239108929b45ee852c3312516023 | refs/heads/master | 2023-04-21T15:06:59.427000 | 2021-04-29T21:47:02 | 2021-04-29T21:47:02 | 362,954,879 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.lodz.p.pas.service.auth;
import io.restassured.RestAssured;
import io.restassured.http.ContentType;
import io.restassured.response.Response;
import org.json.JSONObject;
import org.testng.Assert;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;
import static io.restassured.Rest... | UTF-8 | Java | 943 | java | NoJwtTokenFailTest.java | Java | [] | null | [] | package pl.lodz.p.pas.service.auth;
import io.restassured.RestAssured;
import io.restassured.http.ContentType;
import io.restassured.response.Response;
import org.json.JSONObject;
import org.testng.Assert;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;
import static io.restassured.Rest... | 943 | 0.630965 | 0.621421 | 35 | 25.942858 | 18.435902 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 1 |
2302e6102169c1f743e68b461c8e3953207ae312 | 5,970,004,575,798 | 4e7ccd641dbbb797d2e67c730c058f20d645c6e1 | /src/ui/frames/StergeStudentFrame.java | ca33cb31d913bd197a8339b30ab0a82da3dd0cb8 | [] | no_license | TomutaPaul/Studenti | https://github.com/TomutaPaul/Studenti | 7a6ae5f9129a276c65a682aa4f75e5b382becddf | e3a4883ab08893effe1dfd8a3f9635cc9af9de8c | refs/heads/main | 2023-05-26T06:12:21.152000 | 2021-06-16T07:49:48 | 2021-06-16T07:49:48 | 371,003,557 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ui.frames;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.BoxLayout;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JTextField;
import combo.ComboStudenti;
import ui.Command;
import u... | UTF-8 | Java | 1,436 | java | StergeStudentFrame.java | Java | [] | null | [] | package ui.frames;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.BoxLayout;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JTextField;
import combo.ComboStudenti;
import ui.Command;
import u... | 1,436 | 0.770891 | 0.770891 | 64 | 21.4375 | 18.845486 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.390625 | false | false | 1 |
73329eedb3e821bc19b66e9d2c7b5bfab57bbbc5 | 15,032,385,552,987 | b4d3cacd6ccf3d6fc3df28499641bcb55d8c3a25 | /src/ankita/assignment/collection/NumberFrequency.java | 913e139f7e4bb7bdd5772d07f78dbaabb0026fd9 | [] | no_license | KrishnaKTechnocredits/JAVATechnoOct2020 | https://github.com/KrishnaKTechnocredits/JAVATechnoOct2020 | 6d0c2b03c09572a22d6126b0bcd8c5b4ac47fb0c | 1f5750b88408f524482e7c1798bd54d9d8852213 | refs/heads/main | 2023-03-15T20:36:09.613000 | 2021-03-10T02:53:26 | 2021-03-10T02:53:26 | 306,812,633 | 0 | 2 | null | false | 2021-03-10T02:53:27 | 2020-10-24T05:27:27 | 2021-03-10T02:47:10 | 2021-03-10T02:53:26 | 3,212 | 0 | 2 | 26 | Java | false | false | /*
Assignment 44 :
Program 2:
Find frequency of each number from the Array
Integer arr[] = {23,12,45,67,23,12,67,33};
*/
package ankita.assignment.collection;
import java.util.Arrays;
import java.util.HashMap;
public class NumberFrequency {
void getNumberFrequency(int[] arr) {
HashMap<Integer, Integer> map = new ... | UTF-8 | Java | 744 | java | NumberFrequency.java | Java | [] | null | [] | /*
Assignment 44 :
Program 2:
Find frequency of each number from the Array
Integer arr[] = {23,12,45,67,23,12,67,33};
*/
package ankita.assignment.collection;
import java.util.Arrays;
import java.util.HashMap;
public class NumberFrequency {
void getNumberFrequency(int[] arr) {
HashMap<Integer, Integer> map = new ... | 744 | 0.647849 | 0.596774 | 31 | 23 | 19.650166 | 66 | false | false | 23 | 0.030914 | 0 | 0 | 0 | 0 | 2.129032 | false | false | 1 |
b2834dd50e6fdf87199df6f2c087e86be21665f3 | 4,303,557,262,828 | bc0d2026d5e76bffb3384a4a7e48ac33dfd65544 | /app/src/main/java/com/example/rilu_pc/shoppyfy/DetailActivity.java | 6fd9d53226abe73fb38310ecd2b5bc0078754f4f | [] | no_license | RiluGrace/Shoppyfy | https://github.com/RiluGrace/Shoppyfy | b19c87a63ecada860ab829fea7dd9ea835a06190 | a581a9d1b91c9850440112b46e758059843e0c55 | refs/heads/master | 2021-09-06T17:59:13.658000 | 2018-02-08T07:18:52 | 2018-02-08T07:18:52 | 118,863,227 | 0 | 0 | null | false | 2018-02-08T07:18:53 | 2018-01-25T04:41:55 | 2018-01-25T04:50:02 | 2018-02-08T07:18:53 | 292 | 0 | 0 | 0 | Java | false | null | package com.example.rilu_pc.shoppyfy;
import android.content.Intent;
import android.graphics.Color;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.support.v7.widget.Toolbar;
i... | UTF-8 | Java | 2,168 | java | DetailActivity.java | Java | [] | null | [] | package com.example.rilu_pc.shoppyfy;
import android.content.Intent;
import android.graphics.Color;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.support.v7.widget.Toolbar;
i... | 2,168 | 0.714022 | 0.711716 | 59 | 35.745762 | 24.812923 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.59322 | false | false | 1 |
8b78206af294c01c7ca2870fe2fd1bbbf1e0ceda | 20,942,260,560,635 | d83241e987687a7343de3f32274fa6643102c623 | /src/Team.java | 6164140d12996783baeaf6cdb7d2ef2351735cea | [] | no_license | Sportus/Football-Simulator | https://github.com/Sportus/Football-Simulator | 80a2ef76f5d4f744c55523f1dfd0bbc411c83391 | 84a74f6c1d25d2253ddad0bf526fc729cdb26b6c | refs/heads/master | 2020-12-25T13:44:37.264000 | 2016-07-20T23:26:06 | 2016-07-20T23:26:06 | 63,821,258 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Random;
public class Team {
private double _playCallConstant;
//Depth chart storing player index of player for each position
private int[] _depthChart = new int[Constants.NUM_POSITIONS];
private String _teamName;
private int _teamNum;
private boolean _needPlayers;
//Could potentially use this i... | UTF-8 | Java | 7,634 | java | Team.java | Java | [
{
"context": "thChart[Constants.WIDEOUT]];\n\t}\n\tpublic Player getLineman(){\n\t\treturn _players[_depthChart[Constants.LINEMA",
"end": 1664,
"score": 0.8064118027687073,
"start": 1657,
"tag": "NAME",
"value": "Lineman"
}
] | null | [] | import java.util.Random;
public class Team {
private double _playCallConstant;
//Depth chart storing player index of player for each position
private int[] _depthChart = new int[Constants.NUM_POSITIONS];
private String _teamName;
private int _teamNum;
private boolean _needPlayers;
//Could potentially use this i... | 7,634 | 0.706052 | 0.701074 | 240 | 30.808332 | 27.740402 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.770833 | false | false | 1 |
b04fc9fd5bd56a3724d027e225d6c39a50ff578e | 16,758,962,426,320 | c5f0756b7c99044c3b1d60598ecf39c2e70664e0 | /MiniGames API/MinigamesAPI/src/main/me/aaron/PermissionStrings.java | e02ab6dd6593b100a3f74e1118c735884aec69bb | [] | no_license | SeekingHearts/SaltyGamesAPI | https://github.com/SeekingHearts/SaltyGamesAPI | 957dce029e05c0482fd86c553b768943a4240671 | 0567769aec5ca6d8238977c5b584b9e239c73558 | refs/heads/master | 2021-08-29T17:34:54.459000 | 2017-12-14T13:28:47 | 2017-12-14T13:28:47 | 114,253,298 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.me.aaron;
public interface PermissionStrings {
String MINIGAMES_PARTY = ".party";
String MINIGAMES_START = ".start";
}
| UTF-8 | Java | 149 | java | PermissionStrings.java | Java | [] | null | [] | package main.me.aaron;
public interface PermissionStrings {
String MINIGAMES_PARTY = ".party";
String MINIGAMES_START = ".start";
}
| 149 | 0.671141 | 0.671141 | 9 | 14.555555 | 16.076975 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 1 |
36885d4dc366f1b106325c83be62d45831db5f94 | 21,139,829,059,363 | 7b0236fb9109d2eca48ea51ae32c812ada34880b | /app/src/main/java/kr/kaist/resl/kitchenhubproducthandler/datasource/DataSource.java | f6b8e398228d514253ca231eed662a684fd6299c | [] | no_license | NicolaiS/KitchenHubProductHandler | https://github.com/NicolaiS/KitchenHubProductHandler | 64d9faa16c367a59f608c62d1dd45ae104901e9d | a453e2b95ae70536c9fe0616b399f0c385a56d03 | refs/heads/master | 2021-01-18T19:16:58.112000 | 2015-06-14T22:06:54 | 2015-06-14T22:06:54 | 37,431,404 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kr.kaist.resl.kitchenhubproducthandler.datasource;
import android.content.Context;
import java.io.BufferedReader;
import java.util.List;
import java.util.Map;
import kr.kaist.resl.kitchenhubproducthandler.model.DetectedProduct;
/**
* Created by NicolaiSonne on 22-05-2015.
* <p/>
* DataSource abstraction
... | UTF-8 | Java | 965 | java | DataSource.java | Java | [
{
"context": "thandler.model.DetectedProduct;\n\n/**\n * Created by NicolaiSonne on 22-05-2015.\n * <p/>\n * DataSource abstrac",
"end": 265,
"score": 0.7342348694801331,
"start": 258,
"tag": "NAME",
"value": "Nicolai"
},
{
"context": ".model.DetectedProduct;\n\n/**\n * Created by Ni... | null | [] | package kr.kaist.resl.kitchenhubproducthandler.datasource;
import android.content.Context;
import java.io.BufferedReader;
import java.util.List;
import java.util.Map;
import kr.kaist.resl.kitchenhubproducthandler.model.DetectedProduct;
/**
* Created by NicolaiSonne on 22-05-2015.
* <p/>
* DataSource abstraction
... | 965 | 0.658031 | 0.639378 | 34 | 27.382353 | 33.447952 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 1 |
6c2a79a564811f5c5bda7acc24bab1e6b9038f33 | 5,016,521,866,343 | 5658ebba9fefa040a0d2cd6f0e7f9b8565feadfe | /src/main/java/com/github/ConcordiaSOEN341/Parser/ILineStatement.java | ad57b6310cf729c5730777f437c3ee3779d5bb89 | [
"MIT"
] | permissive | CONCORDIASOEN341/CrossCompiler | https://github.com/CONCORDIASOEN341/CrossCompiler | 47fb287b04ba4e551b3a2e4c476c1194bcb72f0a | a92e4160962ecc36bca1630903da445f3e84cf08 | refs/heads/master | 2023-04-18T06:43:15.558000 | 2021-04-23T20:41:06 | 2021-04-23T20:41:06 | 340,248,020 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.ConcordiaSOEN341.Parser;
import com.github.ConcordiaSOEN341.Lexer.IToken;
public interface ILineStatement {
IToken getLabel();
IInstruction getInstruction();
IToken getEOL();
IDirective getDirective();
IToken getComment();
void setLabel(IToken label);
void setInst... | UTF-8 | Java | 471 | java | ILineStatement.java | Java | [] | null | [] | package com.github.ConcordiaSOEN341.Parser;
import com.github.ConcordiaSOEN341.Lexer.IToken;
public interface ILineStatement {
IToken getLabel();
IInstruction getInstruction();
IToken getEOL();
IDirective getDirective();
IToken getComment();
void setLabel(IToken label);
void setInst... | 471 | 0.730361 | 0.717622 | 26 | 17.115385 | 18.27425 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 1 |
98562f13ad801090f6418923cf5aadeb71e9e4c7 | 25,469,156,091,723 | 39959dfc86eae899d71a4a0dcb7415dea98e122e | /src/admin/controller/AdminController.java | 5a979212d21f194a3096c19718b64754f1060d9d | [] | no_license | SanghooMoon/First-JSP-Project | https://github.com/SanghooMoon/First-JSP-Project | 2974c768fec1e24ce0b95226e73948f76e1d6a35 | 334c27250668a9598c785c633691505dd7990bc5 | refs/heads/master | 2022-11-29T08:10:03.334000 | 2020-08-03T01:41:03 | 2020-08-03T01:41:03 | 283,513,781 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package admin.controller;
import java.io.IOException;
import java.util.ArrayList;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java... | UTF-8 | Java | 3,797 | java | AdminController.java | Java | [] | null | [] | package admin.controller;
import java.io.IOException;
import java.util.ArrayList;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java... | 3,797 | 0.674164 | 0.67332 | 120 | 27.641666 | 24.693048 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.641667 | false | false | 1 |
df067544f21dc1c430f2275924c8228539d92b71 | 19,765,439,561,816 | 32b72e1dc8b6ee1be2e80bb70a03a021c83db550 | /ast_results/tjg1_nori/norilib/src/androidTest/java/io/github/tjg1/library/norilib/test/ServiceTypeDetectionServiceTest.java | 8579c4cfabecd38720e92edcb5243d380f1344f6 | [] | no_license | cmFodWx5YWRhdjEyMTA5/smell-and-machine-learning | https://github.com/cmFodWx5YWRhdjEyMTA5/smell-and-machine-learning | d90c41a17e88fcd99d543124eeb6e93f9133cb4a | 0564143d92f8024ff5fa6b659c2baebf827582b1 | refs/heads/master | 2020-07-13T13:53:40.297000 | 2019-01-11T11:51:18 | 2019-01-11T11:51:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // isComment
package io.github.tjg1.library.norilib.test;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.net.Uri;
import android.test.InstrumentationTestCase;
import java.util.concurrent.CountDownLatch;
import... | UTF-8 | Java | 6,550 | java | ServiceTypeDetectionServiceTest.java | Java | [
{
"context": "brary.norilib.clients.Danbooru;\nimport io.github.tjg1.library.norilib.clients.DanbooruLegacy;\nimport i",
"end": 428,
"score": 0.5906771421432495,
"start": 426,
"tag": "USERNAME",
"value": "jg"
}
] | null | [] | // isComment
package io.github.tjg1.library.norilib.test;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.net.Uri;
import android.test.InstrumentationTestCase;
import java.util.concurrent.CountDownLatch;
import... | 6,550 | 0.63145 | 0.629618 | 189 | 33.656086 | 33.12767 | 176 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 1 |
edc3932364652288d211c9354fb0f9a8814eb41f | 14,104,672,632,525 | e5896e7f86320d80ca78a6851c8158441a9ad46f | /app/src/main/java/com/mycompany/mynews/Query.java | ad9cea8e11b7ddfad2fc47ef9447350a1bc560c1 | [] | no_license | wenzhifeifeidetutu/MyNews | https://github.com/wenzhifeifeidetutu/MyNews | 4b9abba8cb23780065a92b52522ea1d46d2a4ae3 | d680eedda43291e7e34389e22e8642bda37e1271 | refs/heads/master | 2020-02-28T23:30:44.455000 | 2018-01-05T11:50:48 | 2018-01-05T11:50:48 | 88,165,348 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mycompany.mynews;
import android.text.TextUtils;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.ne... | UTF-8 | Java | 4,082 | java | Query.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by Administrator on 2017/4/11.\n */\n\npublic class Query {\n\n\n pub",
"end": 482,
"score": 0.6734167337417603,
"start": 469,
"tag": "USERNAME",
"value": "Administrator"
}
] | null | [] | package com.mycompany.mynews;
import android.text.TextUtils;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.ne... | 4,082 | 0.591928 | 0.586447 | 146 | 26.493151 | 23.777002 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.458904 | false | false | 1 |
7a1b97c5a1c2396640ee5ce3f4f12150ba9588ce | 14,104,672,630,390 | 7a5f5c723bbbb123746143a5fb32a64a02670f25 | /src/bml/servlet/HeroAddServlet.java | 71241070a1ac1c3f57be17e2c494bc8016bcf8f5 | [] | no_license | bianyueying/How2j-MVC-CRUD | https://github.com/bianyueying/How2j-MVC-CRUD | 10409f62d71deb6e1a2e4f1440c5268427acdb30 | 011e642882d6154d6cee3c586b9149afd5b2a671 | refs/heads/master | 2020-09-15T19:17:03.156000 | 2019-11-23T05:36:00 | 2019-11-23T05:36:00 | 223,536,968 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bml.servlet;
import bml.bean.Hero;
import bml.dao.HeroDao;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
/**
* User: 月影
* Date: 2019/11/12 9:54
*/
public class HeroAddServlet extends HttpServl... | UTF-8 | Java | 881 | java | HeroAddServlet.java | Java | [
{
"context": "sponse;\nimport java.io.IOException;\n\n/**\n * User: 月影\n * Date: 2019/11/12 9:54\n */\npublic class HeroAdd",
"end": 245,
"score": 0.9955942630767822,
"start": 243,
"tag": "USERNAME",
"value": "月影"
}
] | null | [] | package bml.servlet;
import bml.bean.Hero;
import bml.dao.HeroDao;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
/**
* User: 月影
* Date: 2019/11/12 9:54
*/
public class HeroAddServlet extends HttpServl... | 881 | 0.675144 | 0.662428 | 34 | 24.441177 | 22.631565 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 1 |
73e42241bb76b18091b9e8bcda61f35742a82231 | 14,766,097,580,645 | 52cbbda87a5172530095402e83244d7d4027b14c | /src/round1and2and3/Test33.java | c79853fb5f5f7555e7865dbab3959a7bff6a9c5a | [] | no_license | bit3125/CodingInterviewsJava | https://github.com/bit3125/CodingInterviewsJava | 09e7921fb81a5f250405b8459076cc0476d13961 | 4b3bb53856e23a63b0e6f2ed317c0054827b2eef | refs/heads/master | 2020-07-01T02:10:16.392000 | 2019-10-05T12:06:32 | 2019-10-05T12:06:32 | 201,015,303 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package round1and2and3;
public class Test33 {
/* 默认左小右大?
* */
public boolean VerifySquenceOfBST(int [] sequence) {
if (sequence.length==0) //robust
return false;//牛客认为空树不是BST
return isBST(sequence, 0, sequence.length);
}
public boolean isBST(int[] sequence, int start, int end){
if (sta... | GB18030 | Java | 1,349 | java | Test33.java | Java | [] | null | [] | package round1and2and3;
public class Test33 {
/* 默认左小右大?
* */
public boolean VerifySquenceOfBST(int [] sequence) {
if (sequence.length==0) //robust
return false;//牛客认为空树不是BST
return isBST(sequence, 0, sequence.length);
}
public boolean isBST(int[] sequence, int start, int end){
if (sta... | 1,349 | 0.636211 | 0.611903 | 49 | 23.346939 | 22.106007 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.44898 | false | false | 1 |
188600bd20095237fd018718138c6e425159b296 | 28,157,805,637,288 | fff3302fe8193d13360f12e5b13d376ef76cf4d6 | /AppLock/com/google/android/gms/internal/bx.java | 7c7b4b1d79ed1691803eee641929468ddada3680 | [] | no_license | shaolin-example-com-my-shopify-com/KidWatcher | https://github.com/shaolin-example-com-my-shopify-com/KidWatcher | 2912950b7ca4773c3d29005b9d231ad6035b4912 | f67a81b757043159ea358b7f9e4b16fd6be0e0c0 | refs/heads/master | 2022-04-25T17:19:28.800000 | 2020-04-30T02:53:20 | 2020-04-30T02:53:20 | 260,098,439 | 0 | 0 | null | true | 2020-04-30T02:51:49 | 2020-04-30T02:51:48 | 2020-04-30T02:51:30 | 2017-10-10T11:34:53 | 27,484 | 0 | 0 | 0 | null | false | false | package com.google.android.gms.internal;
import android.content.Context;
import com.google.android.gms.internal.bw.C2738d;
import java.util.ArrayList;
import java.util.Collection;
public class bx {
private final Collection<bw> f8170a = new ArrayList();
private final Collection<C2738d> f8171b = new ArrayList()... | UTF-8 | Java | 554 | java | bx.java | Java | [] | null | [] | package com.google.android.gms.internal;
import android.content.Context;
import com.google.android.gms.internal.bw.C2738d;
import java.util.ArrayList;
import java.util.Collection;
public class bx {
private final Collection<bw> f8170a = new ArrayList();
private final Collection<C2738d> f8171b = new ArrayList()... | 554 | 0.711191 | 0.631769 | 20 | 26.700001 | 21.594212 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 1 |
3402e5d02181547e3f6817f6bcc501e3062b0878 | 6,519,760,400,098 | 4a13af2a6fa6349aaa50959c092f91adc7555b39 | /app/src/main/java/com/project/android_kidstories/Views/main/BaseActivity.java | f72c49ad65beb6e30db7245db8a74f652311ecac | [] | no_license | Geniuzzz/android-kidstories | https://github.com/Geniuzzz/android-kidstories | 4b383c01beca83d0fb83449c989e07d75a2d8898 | ac04b5ce44df9f64ebbab95b52c061aaed8daf48 | refs/heads/master | 2020-08-10T18:44:26.382000 | 2019-10-21T02:46:54 | 2019-10-21T02:46:54 | 214,398,561 | 0 | 0 | null | true | 2019-10-11T09:37:27 | 2019-10-11T09:37:26 | 2019-10-11T08:40:28 | 2019-10-11T08:40:25 | 1,782 | 0 | 0 | 0 | null | false | false | package com.project.android_kidstories.Views.main;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
import com.project.android_kidstories.sharePref.SharePref;
public class BaseActivity extends AppCompatActivity {
private SharePref sharePref;
@Override
protected void onCreate(B... | UTF-8 | Java | 523 | java | BaseActivity.java | Java | [] | null | [] | package com.project.android_kidstories.Views.main;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
import com.project.android_kidstories.sharePref.SharePref;
public class BaseActivity extends AppCompatActivity {
private SharePref sharePref;
@Override
protected void onCreate(B... | 523 | 0.743786 | 0.743786 | 25 | 19.92 | 22.012579 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.32 | false | false | 1 |
4030bd3a31773209fce7007d604e6a44b8fa2fe4 | 22,428,319,245,335 | 2f5f4ad12827c73d923d7e1ac7fabc0b31d46f83 | /lab9/build/generated-sources/ap-source-output/com/me/pojo/Leave_.java | 436fc227a9c3d950feec4c819384f90490b5f7cc | [] | no_license | sojitradharti/FinalProject | https://github.com/sojitradharti/FinalProject | 28de8ad5895130f12be29cf6a3f5b1c988685f01 | 0b832b375c22f30b68d72079f3ea1d0604cc1cc2 | refs/heads/master | 2022-03-17T03:13:32.861000 | 2019-11-30T03:56:22 | 2019-11-30T03:56:22 | 224,049,458 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.me.pojo;
import java.util.Date;
import javax.annotation.Generated;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamodel.StaticMetamodel;
@Generated(value = "org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor")
@StaticMetamodel(Leave.class)
public abstract class Leave... | UTF-8 | Java | 1,235 | java | Leave_.java | Java | [] | null | [] | package com.me.pojo;
import java.util.Date;
import javax.annotation.Generated;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamodel.StaticMetamodel;
@Generated(value = "org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor")
@StaticMetamodel(Leave.class)
public abstract class Leave... | 1,235 | 0.803239 | 0.803239 | 30 | 40.133335 | 24.039875 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5 | false | false | 1 |
5d6ff4a51ae0a0c6503048bc86a50bca0f87683e | 22,428,319,245,915 | 59d891c2d0eafb36e20c98dbb1409c8b494a4eb4 | /src/OBST.java | 37913a07c8ccf2b5c7d660344ed285a80d517053 | [] | no_license | clintjohnson168/cs721-OBST | https://github.com/clintjohnson168/cs721-OBST | 8dced01f48e2475bcc58b8b15f51133ce485b3b1 | f58c7ddc31e2568a89b1664a79f7d958e2f57862 | refs/heads/master | 2020-06-11T12:40:09.344000 | 2016-12-05T20:47:53 | 2016-12-05T20:47:53 | 75,664,262 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Random;
// class to implement Optimal Binary Search Tree
public class OBST {
public double p[]; //contains probabilities of elements in tree
public double q[]; //contains probabilities of elements not in tree
public double w[][]; //weight w[i,j] of a tree having r[i,j]
public double e... | UTF-8 | Java | 7,376 | java | OBST.java | Java | [] | null | [] | import java.util.Random;
// class to implement Optimal Binary Search Tree
public class OBST {
public double p[]; //contains probabilities of elements in tree
public double q[]; //contains probabilities of elements not in tree
public double w[][]; //weight w[i,j] of a tree having r[i,j]
public double e... | 7,376 | 0.535927 | 0.516676 | 308 | 21.948051 | 17.404953 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.194805 | false | false | 1 |
d5733a5c132c7c7e7772c88922fd6049f6217d73 | 22,428,319,248,160 | 182668282aac1247235dce3ab97683606d8cfe72 | /corelib/videoRecorder/src/main/java/cc/eguid/cv/videoRecorder/recorder/Recorder.java | b989f2590018eae2149de3ac4413557c53a08c36 | [
"Apache-2.0"
] | permissive | wesker0918/easyCV | https://github.com/wesker0918/easyCV | 49ea2d63e6afc4174686523668ddb4086277ac38 | 00b04823137bf478f032fb5486df37c83119a012 | refs/heads/master | 2023-01-19T19:46:23.610000 | 2020-11-20T08:44:57 | 2020-11-20T08:44:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cc.eguid.cv.videoRecorder.recorder;
import java.io.IOException;
import org.bytedeco.javacv.FrameGrabber.Exception;
/**
* 录制器接口
*
* @author eguid
*
*/
public interface Recorder {
/**
* 设置视频源
*
* @param src
* 视频源(文件或流媒体拉流地址)
* @return
*/
Recorder from(String src) throws Excepti... | UTF-8 | Java | 1,748 | java | Recorder.java | Java | [
{
"context": "ameGrabber.Exception;\n\n/**\n * 录制器接口\n * \n * @author eguid\n *\n */\npublic interface Recorder {\n\n\t/**\n\t * 设置视频",
"end": 159,
"score": 0.9995619058609009,
"start": 154,
"tag": "USERNAME",
"value": "eguid"
}
] | null | [] | package cc.eguid.cv.videoRecorder.recorder;
import java.io.IOException;
import org.bytedeco.javacv.FrameGrabber.Exception;
/**
* 录制器接口
*
* @author eguid
*
*/
public interface Recorder {
/**
* 设置视频源
*
* @param src
* 视频源(文件或流媒体拉流地址)
* @return
*/
Recorder from(String src) throws Excepti... | 1,748 | 0.579167 | 0.577083 | 106 | 12.584906 | 14.697495 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.95283 | false | false | 1 |
9787fee41362ae1f480537a2485f1c17072ebb2c | 21,225,728,417,895 | 06dd0a597a00de6c1399bc99829be652e8766c32 | /core/nuts-runtime/src/main/java/net/thevpc/nuts/runtime/standalone/io/util/AbstractMultiReadNInputSource.java | b25147d15a8feaceadf1ae54bbb03e1048db0283 | [
"Apache-2.0"
] | permissive | thevpc/nuts | https://github.com/thevpc/nuts | 8703455fb84663e006012856ab34de230869d596 | d3b9aed973c7604362439484098fd4c313623b69 | refs/heads/master | 2023-08-19T10:15:26.234000 | 2023-08-18T14:59:30 | 2023-08-18T14:59:30 | 98,169,854 | 107 | 4 | NOASSERTION | false | 2023-08-15T17:41:23 | 2017-07-24T08:51:47 | 2023-07-27T15:12:57 | 2023-08-15T17:41:22 | 272,236 | 96 | 4 | 17 | Java | false | false | package net.thevpc.nuts.runtime.standalone.io.util;
import net.thevpc.nuts.NSession;
public abstract class AbstractMultiReadNInputSource extends AbstractNInputSource{
public AbstractMultiReadNInputSource(NSession session) {
super(session);
}
@Override
public boolean isMultiRead() {
re... | UTF-8 | Java | 339 | java | AbstractMultiReadNInputSource.java | Java | [] | null | [] | package net.thevpc.nuts.runtime.standalone.io.util;
import net.thevpc.nuts.NSession;
public abstract class AbstractMultiReadNInputSource extends AbstractNInputSource{
public AbstractMultiReadNInputSource(NSession session) {
super(session);
}
@Override
public boolean isMultiRead() {
re... | 339 | 0.734513 | 0.734513 | 14 | 23.214285 | 24.707369 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 1 |
3effea075fc06fcd0e264b6c6af9ef73b22e0215 | 15,144,054,720,165 | 1aab778faf3ee39bcbd7384c69a7391b35b29c86 | /src/main/java/com/juzuan/advertiser/rpts/mapper/AdvertiserCampaignRptsDayGetMapper.java | 4ff5e1c111067c88c6424e232ccd2122bed13ec8 | [] | no_license | raoweidong/yunrao2 | https://github.com/raoweidong/yunrao2 | 0bb3651be76ec7b5a72dacfae5572072c0d47d3a | f9a41a39a9fec7624092f077a4ec3f8410f8f2ae | refs/heads/master | 2020-04-09T08:04:50.769000 | 2018-12-28T12:39:18 | 2018-12-28T12:39:18 | 160,181,521 | 0 | 3 | null | false | 2018-12-14T01:44:01 | 2018-12-03T11:37:03 | 2018-12-13T09:54:17 | 2018-12-13T09:54:16 | 76,229 | 0 | 1 | 1 | Java | false | null | package com.juzuan.advertiser.rpts.mapper;
import com.juzuan.advertiser.rpts.model.AdvertiserCampaignRptsDayGet;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface AdvertiserCampaignRptsDayGetMapper {
int deleteByPrimaryKey(Integer id);
int insert(AdvertiserCampaignRptsDayGet record);
... | UTF-8 | Java | 609 | java | AdvertiserCampaignRptsDayGetMapper.java | Java | [] | null | [] | package com.juzuan.advertiser.rpts.mapper;
import com.juzuan.advertiser.rpts.model.AdvertiserCampaignRptsDayGet;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface AdvertiserCampaignRptsDayGetMapper {
int deleteByPrimaryKey(Integer id);
int insert(AdvertiserCampaignRptsDayGet record);
... | 609 | 0.825944 | 0.825944 | 20 | 29.5 | 28.127388 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 1 |
628e09c22fd8f308d9d68c107bf693443551b6b4 | 27,771,258,564,907 | aadc05cccbccea45085121f9664e06d4de9d1e5f | /src/main/java/com/equinix/nocc/api/MetroController.java | 669efa2e450d4b5c39cfd1869f159565e4cbf196 | [] | no_license | equinix-santosh/nocc-microservice-api | https://github.com/equinix-santosh/nocc-microservice-api | 0e0181f1a251109cd02eb7b8baa319f2f3732360 | 0182d626508b19d18c43c56b29eabff1056796b7 | refs/heads/master | 2015-08-23T21:45:53.284000 | 2015-05-01T20:59:30 | 2015-05-01T20:59:30 | 34,822,071 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.equinix.nocc.api;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.Reques... | UTF-8 | Java | 1,844 | java | MetroController.java | Java | [] | null | [] | package com.equinix.nocc.api;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.Reques... | 1,844 | 0.777115 | 0.774946 | 52 | 34.46154 | 30.997185 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.480769 | false | false | 1 |
1df93951fe0866ee3e7cfa1bb95bdb32c21a39b8 | 3,856,880,685,084 | 0208dc692b4c1d7138142db2a280986de679ad78 | /src/main/java/com/fradou/nutrition/mvc/controller/SecurityController.java | 059ede010048348546c5145c8465ef137e6a6a81 | [] | no_license | alexandrefradet/my-nutrition-api | https://github.com/alexandrefradet/my-nutrition-api | 84e5268db1fa2303279c297a6c88bb1c0df10c82 | c0044a664fd2eaf37620a770c644e49279944ca5 | refs/heads/master | 2021-09-22T01:32:42.044000 | 2018-08-29T15:38:32 | 2018-08-29T15:38:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fradou.nutrition.mvc.controller;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.crypto.bcrypt.BCrypt;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.validat... | UTF-8 | Java | 2,540 | java | SecurityController.java | Java | [
{
"context": "ssword(), BCrypt.gensalt());\n\t\tuser.setPassword(\"{bcrypt}\" + hash_pw);\n\t\t\n\t\t// User disable by default use",
"end": 2338,
"score": 0.8753296136856079,
"start": 2332,
"tag": "PASSWORD",
"value": "bcrypt"
},
{
"context": "t.gensalt());\n\t\tuser.setPassword(\"{... | null | [] | package com.fradou.nutrition.mvc.controller;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.crypto.bcrypt.BCrypt;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.validat... | 2,544 | 0.747435 | 0.747435 | 94 | 25.957447 | 26.094719 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.787234 | false | false | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.