blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
76ce78195c1bfe3db7b9ef34a879941ea2bdc0ee | 74ec9055df06f8b094bacd56e688b916e6452acf | /ch01/Ex21/Salmon.java | a99e9f2516ea3a05be0e91887cad341aca337202 | [] | no_license | edtroleis/Java_OCA | 49f5f551983ce2db15f122197568f282538d0ff1 | b76ef50273262ccffe6fe2993be8409428d43921 | refs/heads/master | 2021-08-19T17:01:09.132532 | 2017-11-27T01:41:29 | 2017-11-27T01:41:29 | 112,133,018 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 179 | java | public class Salmon {
int count;
public void Salmon() {
count = 4;
}
public static void main(String[] args) {
Salmon s = new Salmon();
System.out.println(s.count);
}
} | [
"edtroleis@github.com"
] | edtroleis@github.com |
bd2d74c62ef72d1dbe510333270bc9caf7128580 | 7c6152f387d01715a0d480777211d6abb53d9043 | /src/main/java/com/knetikcloud/api/ReportingSubscriptionsApi.java | 4713bc169f26b3db1062cd187bae94b2df4fd220 | [] | no_license | knetikcloud/knetikcloud-android-client | 87dd57e595394c3c7b50484589a4dbb39f3d31d9 | 7ac5ca3cd448f187a17d97654a6e525cacea4d34 | refs/heads/master | 2022-12-29T00:49:25.470409 | 2020-02-05T16:01:05 | 2020-02-05T16:01:05 | 125,059,099 | 0 | 0 | null | 2020-10-12T18:44:22 | 2018-03-13T13:51:34 | Java | UTF-8 | Java | false | false | 968 | java | package com.knetikcloud.api;
import com.knetikcloud.client.CollectionFormats.*;
import retrofit2.Call;
import retrofit2.http.*;
import okhttp3.RequestBody;
import com.knetikcloud.model.PageResourceBillingReport;
import com.knetikcloud.model.Result;
import java.util.ArrayList;
import java.util.HashMap;
import java.... | [
"shawn.stout@knetik.com"
] | shawn.stout@knetik.com |
ab0db9a9a134666323c683b3179e277c90aa1706 | dfb5723bbc5a6a1183ac887c7ee747395a4fa505 | /src/test/java/me/guozi/IOCTestOfAOP.java | 60394c7d97cd26e479c75b77a282a2e919de82a9 | [] | no_license | gougou1993/spring-annotation | 1690c9efd715f3e03d79b33896e4f3f628090759 | 521ba31749c6fa889fe81b734732ef24e76de114 | refs/heads/master | 2022-11-13T02:55:21.141458 | 2020-04-14T06:48:35 | 2020-04-14T06:48:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 621 | java | package me.guozi;
import me.guozi.aop.MathCalculator;
import me.guozi.config.MainConfigOfAOP;
import org.junit.Test;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
/**
* Created by chenyun on 2020/4/9
*/
public class IOCTestOfAOP {
@Test
public void test() {
fina... | [
"xinyun_08wh@126.com"
] | xinyun_08wh@126.com |
8bff192e4cd3a8939b0fd9a2f0bc8ee08f7d6696 | 9198243efb10128d0963a26ddc645147f6f341a2 | /src/main/java/com/smallbird/backend/platform/workflow/mapper/TestCaseRunDao.java | 3d88997746584f5d67be9a43603f01d6e2193823 | [] | no_license | javacup100/smallbird | 6511babd78781c2629fdc4dbed756d6e41c672a4 | e3508cccb628aaba32d864245b41b91faf87912d | refs/heads/master | 2023-02-16T21:13:56.878631 | 2021-01-13T12:55:13 | 2021-01-13T12:55:13 | 328,398,522 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 512 | java | package com.smallbird.backend.platform.workflow.mapper;
import com.smallbird.backend.platform.workflow.entity.testcases.TestCaseRun;
import org.springframework.stereotype.Repository;
@Repository
public interface TestCaseRunDao {
int deleteByPrimaryKey(Integer id);
int insert(TestCaseRun record);
int ins... | [
"11392700@qq.com"
] | 11392700@qq.com |
e9d5b15f1446b70c5d11bb90d88585e756703b01 | 86a820e67709562df5af5631d5dca5521ff310b2 | /src/main/java/com/aman/graphql/query/VehicleQuery.java | c7dbc228acda49b8fa3f896babec7914e99d8290 | [] | no_license | AmanKrSoni/spring-boot-graphql-example | ae1ff7cf7c77407236d7eb4bb1d2ddc6d37454ea | 4aeb3f798e76b1dc033201fcc827bafab05302a3 | refs/heads/master | 2023-03-20T15:22:26.838832 | 2021-03-10T08:13:53 | 2021-03-10T08:13:53 | 337,417,993 | 0 | 0 | null | 2021-03-10T08:13:54 | 2021-02-09T13:46:14 | Java | UTF-8 | Java | false | false | 840 | java | package com.aman.graphql.query;
import com.aman.graphql.entity.Vehicle;
import com.aman.graphql.service.VehicleService;
import graphql.kickstart.tools.GraphQLQueryResolver;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import java.util.List;
import jav... | [
"aman-kumar.soni@scio.technology"
] | aman-kumar.soni@scio.technology |
9ffa2a4f9b8344baf95a444b38b27e05fc0ea65d | 6911f09192057e6a05f99bed33f5b3ac11a61f15 | /app/src/test/java/com/michalfujak/example/example/website/token/ExampleUnitTest.java | 71eb46107168af617a6655bcb6b93d6bca0840d1 | [] | no_license | michalfujak/ExampleWebSiteToken | 6cdcd27c26a16180a6e253742ae5c1555ce17f54 | 068f4035fe62ea260dfc888ea5112e1261ab4fed | refs/heads/master | 2022-11-21T14:27:00.394718 | 2020-07-15T13:45:11 | 2020-07-15T13:45:11 | 279,879,439 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 406 | java | package com.michalfujak.example.example.website.token;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
... | [
"michalfujak005@gmail.com"
] | michalfujak005@gmail.com |
72b0bf34bf1b48ba05fba8cff10e873e6062dede | ad8e6e02750260d2a84aac1f08b33c1f1ccd5c2b | /mj/src/main/java/com/rizomm/carpooling/dao/impl/TrajetDAOImpl.java | 4d241c760cc0933e3d23f2f6492caabb6519144b | [] | no_license | Waspische/ProjetMJ | d36ac2e4466755129b505aff8e482c3c85959910 | 646169b0e295faec4d6c834094d0022651cb9191 | refs/heads/master | 2021-01-24T22:51:50.449440 | 2015-04-03T15:24:12 | 2015-04-03T15:24:12 | 29,737,948 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,812 | java | package com.rizomm.carpooling.dao.impl;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
import org.hibernate.Criteria;
import org.hibernate.Query;
import org.hibernate.SessionFactory;
i... | [
"dagbert_007@hotmail.com"
] | dagbert_007@hotmail.com |
726efcb094d1af64486838369ceaa0773c2bf869 | bc3458d066cdb40f0378ef2731447ac47e149bd9 | /src/main/java/com/luhanlin/designpattern/strategy/WinStrategy.java | 4d0f7171a5804b137705ec14d9f9717f2c97c879 | [] | no_license | luhanlin/design-pattern | b7090528d1d3f84dc16534d4b909bffa7bed44e4 | 3514f9bc4bb59d01dfdb1ef574137aad463705a7 | refs/heads/master | 2021-07-05T03:28:57.992732 | 2020-08-17T12:04:06 | 2020-08-17T12:04:06 | 157,035,150 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 704 | java | package com.luhanlin.designpattern.strategy;
import java.util.Random;
/**
* 类详细描述:获胜策略
*
* @author Mr_lu
* @version 1.0
* @mail allen_lu_hh@163.com
* 创建时间:2018/11/14 4:54 PM
*/
public class WinStrategy implements Strategy {
private Random random;
private boolean won = false;
private Hander prevHan... | [
"47901673@qq.com"
] | 47901673@qq.com |
033142981880bad5cfb9498b096f0f618851f5a7 | 9caab5ed31b07e5c012106c99566a57c940b9a2d | /core/src/net/mostlyoriginal/game/component/Drenched.java | 53b7e1045d5b249436352f23ddcd3ec38c825cc3 | [
"MIT"
] | permissive | thecocce/odb-minion-factorium | c09f2be39374bd93da3b8fee0683c57bc6ce309d | d123f6e3e6a4153c0de5abd9f2d76a80b060a606 | refs/heads/master | 2020-04-05T23:38:51.847036 | 2015-08-24T01:26:39 | 2015-08-24T01:26:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 154 | java | package net.mostlyoriginal.game.component;
import com.artemis.Component;
/**
* @author Daan van Yperen
*/
public class Drenched extends Component {
}
| [
"daan@mostlyoriginal.net"
] | daan@mostlyoriginal.net |
d369d1911b96b38e57ef17ce43576257e0608997 | 9ac355e112d4cfb436c4c52434f4a86659199f30 | /inventory-management/src/test/java/com/sl/ms/inventorymanagement/JWTTest.java | b2cccffebdad95d1c4208f37f1ea46bd1435c42c | [] | no_license | VictoriaJayasilee/msbatch3-sprint3 | 139e93999c70bab620c759e6e2f02f664ab403fb | 9fdc5d8e7ab5320864ed481d6f616a6fa71d8890 | refs/heads/master | 2023-04-13T18:28:41.351443 | 2021-04-29T16:28:36 | 2021-04-29T16:28:36 | 362,775,098 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,252 | java | package com.sl.ms.inventorymanagement;
import com.sl.ms.inventorymanagement.config.AuthenticationRequest;
import com.sl.ms.inventorymanagement.config.JwtUtil;
import com.sl.ms.inventorymanagement.inventory.InventoryRepository;
import com.sl.ms.inventorymanagement.product.ProductRepository;
import com.sl.ms.inventoryma... | [
"VictoriaJayakumar2006@gmail.com"
] | VictoriaJayakumar2006@gmail.com |
90356842191d1be8d5ceddadefbfd2d3ece0b9b1 | de090fd76bc442f8355ccef7c532df6b2e719be0 | /backend/src/test/java/com/carnnjoh/poedatatool/services/StaticModList.java | 15a8fba81d6152edf84f38f6d676aca918c4cb58 | [] | no_license | ChristofferTheodorArntzen/poe-data-tool | 47acedc7271001adc6e912c8e6c92721a64198dd | 4fc66f92724a3be37644d0f2b8c7eed18e167d3c | refs/heads/main | 2023-04-11T17:04:24.127104 | 2021-05-03T09:04:20 | 2021-05-03T09:04:20 | 318,838,839 | 0 | 0 | null | 2021-05-03T09:04:21 | 2020-12-05T16:45:43 | Java | UTF-8 | Java | false | false | 119,536 | java | package com.carnnjoh.poedatatool.services;
import java.util.Arrays;
import java.util.List;
public class StaticModList {
public List<String> modList = Arrays.asList(
"Skills Chain +1 times",
"20% increased Stun Duration against Enemies that are on Full Life",
"+0.55 seconds to Attack Time",
"Damaging Hits al... | [
"christofferarntzen@outlook.com"
] | christofferarntzen@outlook.com |
ec0b40e7cafbe9c2be8eb6f62209fac424afe875 | 6ba823e000634eb32e296a6f684d1e274871b4fa | /src/main/java/me/wietlol/test/awslambdatests/handlers/LambdaInvokeTestHandler.java | 211ace31c2e09c73e179d1626ca715d284ad94da | [] | no_license | wietlol/AwsLambdaPerformanceTests | 960eed9733d1bb807ee00fb4d546c6727a26d080 | fa3e73a10ec57b5b87399e1144a7a476be1891ed | refs/heads/master | 2023-01-22T19:45:47.483210 | 2020-12-05T11:13:53 | 2020-12-05T11:13:53 | 318,633,460 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 898 | java | package me.wietlol.test.awslambdatests.handlers;
import com.amazonaws.services.lambda.AWSLambda;
import com.amazonaws.services.lambda.AWSLambdaClientBuilder;
import com.amazonaws.services.lambda.model.InvokeRequest;
import java.time.Instant;
public class LambdaInvokeTestHandler
{
public String source()
{
log("st... | [
"harry@aaictconsultancy.nl"
] | harry@aaictconsultancy.nl |
772c5f5f1b61c52f8f94f2c0d3a397eaf8dfc901 | 3b0be22782ad1081201d3bfeada17fc41b47db1d | /main/java/driver/Strength.java | a3b987988508ea0b4cf6d481d1d69e8573f88edd | [] | no_license | CS3398-Bandi-Bandits/CS3398--Bandi--F2019 | de41c7192fb02ce47b2974c2d941442031a769f1 | bfa54e799fa75d9ec48dcd3dfee3674ecf7eab7f | refs/heads/master | 2020-07-18T05:41:21.070296 | 2020-07-13T20:19:01 | 2020-07-13T20:19:01 | 206,188,086 | 1 | 2 | null | 2019-12-03T23:56:52 | 2019-09-03T23:16:12 | Java | UTF-8 | Java | false | false | 385 | java | package driver;
/**
* @author Devon Tyson
*/
public class Strength extends Skill {
int level, xp, goalXp;
public Strength() {
this.level = super.level;
this.xp = super.xp;
this.goalXp = super.goalXp;
}
@Override
public void train(int addedXp) {
super.train(addedXp);
}
@Ove... | [
"noreply@github.com"
] | CS3398-Bandi-Bandits.noreply@github.com |
4c7f79eec25c172e058b6f1bbd5584e4994202d7 | 288d28bd7953b8239cb57f1bf2514ff220e41e1a | /src/main/java/com/mingle/cache/Account.java | 0195fb9a9f62d7bcf5f97a8404d1c07ab2967003 | [] | no_license | mingletxt/mingle-idea | ab9e5062dabc6b4943cc61d2d4bed80a4a2b3ca7 | bf9176952936b03f18a802fbd7e277a1f37baccb | refs/heads/master | 2022-12-21T20:44:04.515392 | 2019-10-24T18:17:18 | 2019-10-24T18:17:18 | 8,268,792 | 0 | 1 | null | 2022-12-16T03:13:12 | 2013-02-18T13:24:52 | HTML | UTF-8 | Java | false | false | 892 | java | package com.mingle.cache;
import java.io.Serializable;
/**
* Created by mingle.
* Time 05/03/2017 5:43 PM
* Desc 文件描述
*/
public class Account implements Serializable{
private static final long serialVersionUID = -118280679985052795L;
private Integer id;
private String name;
public ... | [
"mingle.pan@gmail.com"
] | mingle.pan@gmail.com |
5a48867cb7189b2cb35903153b5b403d8092b993 | 3e0304de1a5cc834eb165cf7d07032342779e358 | /app/src/test/java/com/eleo95/customadapter/ExampleUnitTest.java | 004220ef0a7e3718baa7e0655e145ba74d8c9ef3 | [] | no_license | eleo95/CustomAdapter | 3009f5010c4fd9952e87857bedda86218e07c52e | 5e4ceda9d7d9402433c71ca5eefd07703cc2634e | refs/heads/master | 2020-03-23T16:42:19.614968 | 2018-07-21T15:18:58 | 2018-07-21T15:18:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 385 | java | package com.eleo95.customadapter;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public vo... | [
"e.leonardo7474@gmail.com"
] | e.leonardo7474@gmail.com |
760636c807d233e3ddf5880fadc7aeb5b40a1187 | 152754c2981cbcfdb1fcce6068efdd937c2922aa | /06.master/04.custom-business-exception/src/StudentRegistration.java | 2ca9ef555d93e518969f17907892a99e258b373b | [] | no_license | fs5013-furi-sutao/java-bootcamp-answers | 3c77abba19879b854b39b2fbdba8ce79c8ff90bf | 4c0034374a3119397f8a5d82c28d00b47d8fd7fa | refs/heads/main | 2023-08-07T03:00:14.307895 | 2021-10-04T13:31:43 | 2021-10-04T13:31:43 | 320,149,273 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,445 | java | import java.util.ArrayList;
import java.util.List;
public class StudentRegistration {
public static void main(String[] args) {
StudentList studentList = new StudentList();
Student yamamoto = new Student("山本", "一郎");
Student jiro = new Student("", "次郎");
Student tamada = new Studen... | [
"fs5013.furi.sutao@gmail.com"
] | fs5013.furi.sutao@gmail.com |
f751f0e7992617b832acfceb9cb6348d337f34cb | fa4b53927489cc835afb1db1272deb4e53e9b47d | /Board.java | dfac065ed0c22cd6251099f217c9c80c41a2d780 | [] | no_license | The-TJ/Backgammon | 397217a5a36fcf1e41cd9516a838c298cca9c4c5 | ed95bae029a0a45fce771c5f959ce49f793a46df | refs/heads/master | 2020-07-03T04:32:57.541441 | 2019-09-09T12:28:45 | 2019-09-09T12:28:45 | 201,784,337 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,277 | java | public class Board implements BoardAPI {
// Board hold the details for the current board positions, performs moves and returns the list of legal moves
private static final int[] RESET = {0,0,0,0,0,0,5,0,3,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,2,0};
/*private static final int[][] CHEAT = {
{13,2,0,0,0... | [
"noreply@github.com"
] | The-TJ.noreply@github.com |
334d38b9cc9bfde55c026b98785f102f7c567d28 | d7a7e89516f594beb701487c73a5908b6a93a0e8 | /src/main/java/bei7473p5254d69jcuat/tenyu/release1/global/middle/Middle.java | d932a0e10099a66b1cd505024f0cb8db6f9c7f29 | [] | no_license | piercesword/tenyu | 1aff89e28f7ef406b3d553601c6bebe0c1d2d7f0 | 4cea7d3ff9d255caef2986428cd1a6088bcbb591 | refs/heads/master | 2020-09-15T01:08:42.046573 | 2019-10-11T19:36:08 | 2019-10-11T19:36:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,208 | java | package bei7473p5254d69jcuat.tenyu.release1.global.middle;
import java.security.*;
import java.util.*;
import java.util.concurrent.*;
import bei7473p5254d69jcuat.tenyu.release1.communication.mutual.right.*;
import bei7473p5254d69jcuat.tenyu.release1.db.store.*;
import bei7473p5254d69jcuat.tenyu.release1.db.store.sing... | [
"lifeinwild1@gmail.com"
] | lifeinwild1@gmail.com |
8ca215f6f8a88fda09a45369300b6c6a4ffea212 | d5405e33980e3e54854eabc04724e02f0470479e | /app/src/main/java/com/androidapps/robertsteele/beeradvisor/BeerExpert.java | d06cf638710b7d9b4451991057aa5c392330ef21 | [] | no_license | steele2721/BeerAdvisor | eee36ce86e3cccacdb458ae888bd42427c9c6b63 | 2c5daadd97018ed1548e70e376b2e8283ce0dc2d | refs/heads/master | 2020-03-31T19:26:05.115179 | 2018-10-10T22:22:48 | 2018-10-10T22:22:48 | 152,497,352 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,005 | java | package com.androidapps.robertsteele.beeradvisor;
public class BeerExpert {
private static final String[] lightBeers = {"stella", "peroni", "miller light", "bud light"};
private static final String[] amberBeers = {"coors", "budweiser", "coors original", "amber beer"};
private static final String[] darkB... | [
"steele.210@osu.edu"
] | steele.210@osu.edu |
fce82b9ac62403749c35e2cfac9928d2e674f57c | 667ba854b3f884015ae5064527eea2afbc5e10d1 | /addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/model/GroupData.java | 9d519ced9d1aa7eb6e25a8e4dd99af2faa2f63f9 | [
"Apache-2.0"
] | permissive | AlexKrukov/java_pft | e90b35e8c43df6a49df93be70b339eea1b654632 | 22e6efa7f6500562987b3a51eab9739b964da9b3 | refs/heads/master | 2020-03-19T10:50:34.659226 | 2018-07-26T02:19:46 | 2018-07-26T02:19:46 | 116,407,173 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,419 | java | package ru.stqa.pft.addressbook.model;
import java.util.Objects;
public class GroupData {
private int id = Integer.MAX_VALUE;
private String name;
private String header;
private String footer;
public int getId() {
return id;
}
public String getName() {
return name;
}... | [
"a_bot@github.com"
] | a_bot@github.com |
3a2c0defe7cb51b8aaa97ca0b714bfff1ccc4540 | 78f284cd59ae5795f0717173f50e0ebe96228e96 | /factura-negocio/src/cl/stotomas/factura/negocio/ia_13/copy/copy2/TestingModel.java | 7bc910ae7aee18cdc534bfe986a34a9d2401e9cf | [] | no_license | Pattricio/Factura | ebb394e525dfebc97ee2225ffc5fca10962ff477 | eae66593ac653f85d05071b6ccb97fb1e058502d | refs/heads/master | 2020-03-16T03:08:45.822070 | 2018-05-07T15:29:25 | 2018-05-07T15:29:25 | 132,481,305 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 684 | java | package cl.stotomas.factura.negocio.ia_13.copy.copy2;
public class TestingModel {
class Echo {
// Control de Proceso
// Posible reemplazo de librería por una maliciosa
// Donde además s enos muestra el nombre explícito de esta.
public native void runEcho();
{
System.loadLib... | [
"Adriana Molano@DESKTOP-GQ96FK8"
] | Adriana Molano@DESKTOP-GQ96FK8 |
0a44314e08a67d1829d6c5c8f134c0b0f3202150 | 3706cb591eeae12a407ae1c8e5576ae208b62302 | /app/src/main/java/com/chad/ctsdemo/Utils/OutputSurface.java | 49a580bac8c06bf5c3df8060e71fa67c96517ca6 | [] | no_license | xianchuangwu/CTSDemo | 71333a828aac540a72829518145bb754d65bc4d8 | b51f588014f08edbe13764f7bacaf2f3efa6fd31 | refs/heads/master | 2021-01-13T01:21:16.130574 | 2017-02-10T02:44:00 | 2017-02-10T02:44:00 | 81,518,627 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,340 | java | package com.chad.ctsdemo.Utils;
/**
* Created by chad
* Time 17/2/8
* Email: wuxianchuang@foxmail.com
* Description: TODO
*/
import android.graphics.SurfaceTexture;
import android.opengl.EGL14;
import android.util.Log;
import android.view.Surface;
import javax.microedition.khronos.egl.EGL10;
import javax.microe... | [
"xianchuang.wu@thel.co"
] | xianchuang.wu@thel.co |
ab7f3c10d2e341757656a66564d82ac7ee7e126d | 94e796c583725b21e060ec3e289a7c79d2573c20 | /src/com/vishal/wayfair/MazeWithJumpObstacle.java | 4f3eff9d9e92892aef57596e81aa0d11a6aa2ee5 | [] | no_license | mittal-vishal/data-structures-and-algoritms | 77540f21df89d9a946d14686a095c7236cdf69fc | 9a5f806222c44598d0be826cf8cdf9468165b59a | refs/heads/master | 2023-08-09T22:19:32.200960 | 2023-08-08T09:48:47 | 2023-08-08T09:48:47 | 192,055,834 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,440 | java | package com.vishal.wayfair;
import java.util.LinkedList;
import java.util.Queue;
public class MazeWithJumpObstacle {
/*
*
* [0,1,0]
* [1,0,0]
*
*
* */
public static void main(String[] args) {
int[][] maze = {{0,1,0},{1,0,0}};
int k = 5;
System.out.println(getM... | [
"vishalmittal1993"
] | vishalmittal1993 |
73a215a73c3ae6ca1b4b4d3c26035b28e476ab43 | 642b3e13a23cfc79c3fd8b5fa68631c5342d87f4 | /app/src/main/java/com/zaomeng/zaomeng/view/AfterSaleOrderFragment.java | ad394865f88783fbd617529a6f34b59469036d90 | [] | no_license | bobo19870225/FastAndroid | da0826b24394bdc8bee8ce341b55b33c411331ca | dbd6fafe4a7fe1c32267b40d3ad5ddb1832cd28f | refs/heads/master | 2020-03-19T02:11:25.307060 | 2020-03-04T10:34:39 | 2020-03-04T10:34:39 | 135,607,463 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,695 | java | package com.zaomeng.zaomeng.view;
import android.annotation.SuppressLint;
import android.content.Context;
import android.view.View;
import android.view.ViewGroup;
import android.widget.EditText;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.lifecycle.ViewModelProviders;
import an... | [
"rain19870225@163.com"
] | rain19870225@163.com |
89057f3dff7e996229b7bd5d6adc31fb4b5b55bb | 180d6689fb979955bfa438031a30c1cf2458ec73 | /src/main/ca/ubc/cs/cpsc210/spaceinvaders/ui/GamePanel.java | c404949e28f65075c41a59355427c1dd2f199e7d | [] | no_license | minhducubc97/A-Shooting-Game | de8eb726b47b885e03fb716736af2a002adea98b | c2429d9edd3aa1c7b2cd1b9db7d179ae65836614 | refs/heads/master | 2021-04-28T19:20:42.259737 | 2018-02-17T21:46:07 | 2018-02-17T21:46:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,928 | java | package ca.ubc.cs.cpsc210.spaceinvaders.ui;
import java.awt.*;
import javax.swing.JPanel;
import ca.ubc.cs.cpsc210.spaceinvaders.model.*;
/*
* The panel in which the game is rendered.
*/
@SuppressWarnings("serial")
public class GamePanel extends JPanel {
private static final String OVER = "Game Ov... | [
"noreply@github.com"
] | minhducubc97.noreply@github.com |
2ed94286a303804757db5a5b4582eddd3ced6238 | 47778179ec8157a62594e2a55a9e5bd08599aac5 | /spi/src/main/java/org/arquillian/cube/spi/metadata/IsBuildable.java | f481a35650bed8952ad5e9b88e8a686bfd907c77 | [
"Apache-2.0"
] | permissive | hemanik/arquillian-cube | 81a2c26941a9fe0d44f6274f84087d50e09a5895 | ca9547eff600835b3f4dd92331a952b4fc84a2c5 | refs/heads/master | 2021-01-12T14:46:12.840125 | 2018-04-23T06:24:14 | 2018-04-23T06:24:14 | 72,079,654 | 1 | 0 | Apache-2.0 | 2018-07-28T21:40:25 | 2016-10-27T06:51:55 | Java | UTF-8 | Java | false | false | 299 | java | package org.arquillian.cube.spi.metadata;
public class IsBuildable implements CubeMetadata {
private String templatePath;
public IsBuildable(String templatePath) {
this.templatePath = templatePath;
}
public String getTemplatePath() {
return templatePath;
}
}
| [
"aslak@4fs.no"
] | aslak@4fs.no |
fa34035c73d54a3d992e00b1c4c5a8a10df6e74a | 7e9b218335107c72dd6950e158f2bc681e98c34b | /src/test/java/org/runner/Test.java | a874de9b46f8216e7b5a5624044a457a66c79a70 | [] | no_license | ekelayakumar/jay | 6f89e6c70608f28db3ce297a7df462c905d1059a | c28eec725871bf0a8c77b570cd328344cbbf7b0f | refs/heads/master | 2023-02-21T16:49:51.874205 | 2021-01-24T04:55:32 | 2021-01-24T04:55:32 | 332,367,513 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 271 | java | package org.runner;
import org.junit.runner.RunWith;
import cucumber.api.CucumberOptions;
import cucumber.api.junit.Cucumber;
@RunWith(Cucumber.class)
@CucumberOptions(features="src\\test\\resources\\Feature\\adactin.feature", glue="org.main2")
public class Test {
}
| [
"ekelayakumar@gmail.com"
] | ekelayakumar@gmail.com |
6d6d8160127a25ba108cb181d3448d90a50b0caf | 171e10f3ca870e73151fc641875b084e0d5aaa98 | /app/src/main/java/it/uniroma1/di/eulqinaku/hover/MainActivity.java | 1213046905954edb9ca21dee59e9509cd60c7aa3 | [] | no_license | chicharitomu14/Hoover | 01327c2bccc853ecaf5fbd5c314f25a95af73dac | 91f022e30d738a26d6c2832addd9fd14672149c4 | refs/heads/master | 2021-06-21T16:02:47.343881 | 2017-08-02T18:59:35 | 2017-08-02T18:59:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,437 | java | package it.uniroma1.di.eulqinaku.hover;
import android.os.Bundle;
import android.app.Activity;
import android.content.Intent;
import android.os.SystemClock;
import android.text.InputType;
import android.util.Log;
import android.view.KeyEvent;
import android.view.View;
import android.view.View.OnClickListener;
import a... | [
"eulqinaku@epoka.edu.al"
] | eulqinaku@epoka.edu.al |
1c299f7b761faf1e5aa1870e272bb84f63e66cb9 | 176c2ce124c4070483a7e6a6cc155ea7c3364c71 | /UIViewLess/src/main/java/com/angcyo/uiview/less/utils/ProgressNotify.java | 01967b25e0a58dd92c320373a7b58e9c3e8a92bd | [
"MIT"
] | permissive | angcyo/UIKit | 482a10524c95ecbe30a16a61ed0ebfad345723b2 | 8a09b91edaa4a21a43b356f67d3e063e72df3a19 | refs/heads/androidx | 2021-06-21T18:15:00.929623 | 2020-12-20T04:00:49 | 2020-12-20T04:00:49 | 163,302,495 | 1 | 2 | MIT | 2020-12-20T04:00:50 | 2018-12-27T14:18:18 | Java | UTF-8 | Java | false | false | 7,198 | java | package com.angcyo.uiview.less.utils;
import android.app.*;
import android.content.Context;
import android.content.Intent;
import android.os.Build;
import android.provider.Settings;
import androidx.annotation.DrawableRes;
import androidx.core.app.NotificationCompat;
import android.widget.RemoteViews;
import com.angcyo... | [
"angcyo@126.com"
] | angcyo@126.com |
e30928692e21a31353d218a5e01b273c876e09cd | 377522321eeed8d46173862958c17871dbbb40cb | /src/sn/isi/controller/AccueilServlet.java | 562ae11ecfb169ee686a096803259b927596888c | [] | no_license | blufa/JPA-SuiviStock | f90236250668d2259b1a7174607acdbec01ba2ec | 2891d71f672d53ffa581df88071c30800df347b3 | refs/heads/master | 2023-07-08T01:30:09.000224 | 2021-09-03T20:42:01 | 2021-09-03T20:42:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,642 | java | package sn.isi.controller;
import java.io.IOException;
import java.util.List;
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 sn.isi.dao.IProdu... | [
"73795268+BLUFA-CLAUDE@users.noreply.github.com"
] | 73795268+BLUFA-CLAUDE@users.noreply.github.com |
0192be6f44a1d3371aa47fe27fa5a443101d3c83 | aac7c7a425d48b3618d4f2cae6e4a923a42920d8 | /src/main/java/com/cn/zbx/util/CacheUtil.java | f848057201da631affcc7d9c10620c851f7b398b | [] | no_license | wangyishuai01/zbx | d5e401c1f610183d315d9ab5c2fbd8e756892588 | bb03dab2709c700a58587da1cf6934e91fda547e | refs/heads/master | 2021-08-30T03:32:30.346351 | 2017-12-02T18:36:06 | 2017-12-02T18:36:06 | 108,485,337 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,206 | java | package com.cn.zbx.util;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.locks.ReadWriteLock;
import java.util.concurrent.locks.ReentrantReadWriteLock;
/**
* 本地缓存
*
* @author zyw
*
*/
public class CacheUtil {
/**
* 缓存字段 使用Map<String,Object> 格式
*/
public stati... | [
"454038418@qq.com"
] | 454038418@qq.com |
28abe4ff244a8224c315701f6d76c79166ed4226 | 3d3905db2f19d9efe31a55a262c722e2fbe5015b | /Project Code/src/AnnouncementFeatures/Announcement.java | 72a736811a28d34f13e56253c2e6a61e7fc19051 | [
"MIT"
] | permissive | DimitraKalam/ProjectSoftwareEngineering | adad586d68b6d53e4bf27660b2ef5c8368dd7f4b | d13d3548befa58de88200dee62086a063fe996f6 | refs/heads/master | 2022-10-03T13:09:04.880998 | 2020-06-07T11:02:34 | 2020-06-07T11:02:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 582 | java | package AnnouncementFeatures;
public class Announcement
{
// The name of the announcement
private String Name;
// The announcement information
private String Info;
// Default Constructor
public Announcement(String name, String info)
{
Name = name;
Info = info;
}
p... | [
"57042407+DimitrisKostorrizos@users.noreply.github.com"
] | 57042407+DimitrisKostorrizos@users.noreply.github.com |
31eeb7713ec190040375c8a115d74bd8c9cc5502 | 24f26275ffcd9324998d7570ea9fda82578eeb9e | /android_webview/support_library/java/src/org/chromium/support_lib_glue/SupportLibJsReplyProxyAdapter.java | 29ddff4c7f21c36975665c75cfe1ae60b8dd4b9e | [
"BSD-3-Clause"
] | permissive | Vizionnation/chromenohistory | 70a51193c8538d7b995000a1b2a654e70603040f | 146feeb85985a6835f4b8826ad67be9195455402 | refs/heads/master | 2022-12-15T07:02:54.461083 | 2019-10-25T15:07:06 | 2019-10-25T15:07:06 | 217,557,501 | 2 | 1 | BSD-3-Clause | 2022-11-19T06:53:07 | 2019-10-25T14:58:54 | null | UTF-8 | Java | false | false | 945 | java | // Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.support_lib_glue;
import org.chromium.android_webview.AwSupportLibIsomorphic;
import org.chromium.android_webview.JsReplyProxy;
impo... | [
"rjkroege@chromium.org"
] | rjkroege@chromium.org |
99d84af1237674f152f3b8623d7b4289027122cd | a59023f80b9f4fe5af1acc1c44fc5161f7e0d122 | /api/src/test/java/org/openmrs/module/muzima/model/RegistrationDataTest.java | caf60302ddc58ee6ce8584e111aa9431fe5024be | [] | no_license | harrietobwogo/openmrs-module-muzimacore | 355638bb5b2ea7d262ad63fe675faef72a8c3970 | edfe1778c347ea783e3b415c632307b27ac87a5f | refs/heads/master | 2020-03-18T23:44:26.624501 | 2018-04-23T08:05:29 | 2018-04-23T08:05:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 590 | java | package org.openmrs.module.muzima.model;
import org.assertj.core.api.Assertions;
import org.junit.Before;
import org.junit.Test;
/**
* Tests methods on the {@link RegistrationData} class
*/
public class RegistrationDataTest {
private RegistrationData registrationData;
@Before
public void setUp() throw... | [
"samuelowino43@yahoo.com"
] | samuelowino43@yahoo.com |
df1d0f1bb52253bc5b3e81b115a4e545f6c1136a | ae414f781db70a2a5d348b22094529f0e94a66db | /src/syntax/WhileExam.java | f90f379cd22b99861d2e7312dce1f04de7e33df6 | [] | no_license | asd9211/java-study | 1b1236a2c2af5864d2d823f5ad3068f7f63171cd | da5d166a5c7e9d5c2053b3179829613b89329e9e | refs/heads/master | 2020-04-22T13:51:23.454386 | 2019-03-07T08:25:29 | 2019-03-07T08:25:29 | 170,423,988 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 184 | java | package syntax;
public class WhileExam {
public static void main(String[] args) {
int num = 1;
do{
System.out.println(num);
num++;
}while(num>=5);
}
}
| [
"Administrator@USER-PC"
] | Administrator@USER-PC |
05a7027614789f8a6b44a1a13c060299f39c78d9 | 3902394e8e1b15bde8c8de28972d5d7aa32afab9 | /crm/src/main/java/com/bjpowernode/utils/DateTimeUtil.java | 9ccf5c2244c9066641da0d9412e2c2e4770cebb8 | [] | no_license | handsomeboy65/FourCrm | 02bd6d3c938cad2578f115aebd9380846e9f7830 | a600f817d53bbda65b8910b7ad79d087cd875374 | refs/heads/master | 2023-06-20T23:55:59.106120 | 2021-07-27T10:55:51 | 2021-07-27T10:55:51 | 389,958,150 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,156 | java | package com.bjpowernode.utils;
import com.bjpowernode.exception.UserException;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
public class DateTimeUtil {
public static SimpleDateFormat simpleDateFormat10 = new SimpleDateFormat("yyyy-MM-dd");
public static SimpleDate... | [
"1872380676@qq.com"
] | 1872380676@qq.com |
86d7c1443d50aef3f8951393d611ca079031aaae | a6a22e397eb9ce16b6466d9740cff4ea661cd530 | /src/main/java/com/vcc/recipe/util/RSAUtil.java | c4edbe199925cf0ed22f799d08f602eadbd3ad5c | [
"MIT"
] | permissive | vcc1235/recipe | 2e2a0f901eeb51ef433e5241ac06eb39c9c9b1ae | a739e93b85cd126047fedc972e4a78e9385adbdb | refs/heads/master | 2022-06-21T13:11:59.884491 | 2019-09-09T11:03:11 | 2019-09-09T11:03:11 | 207,289,069 | 0 | 0 | MIT | 2022-06-17T02:26:51 | 2019-09-09T11:01:56 | Java | UTF-8 | Java | false | false | 13,625 | java | package com.vcc.recipe.util;
import org.apache.commons.codec.binary.Base64;
import java.io.ByteArrayOutputStream;
import java.security.Key;
import java.security.KeyFactory;
import java.security.KeyPair;
import java.security.KeyPairGenerator;
import java.security.PrivateKey;
import java.security.PublicKey;
import java... | [
"1041497818@qq.com"
] | 1041497818@qq.com |
1d062cebdb2bda4512af9c65afe66c92aca2028d | 370072f25dd5a214efceb79c66dfe4f45c31e1e7 | /PharosMiddleware/src/pharoslabut/demo/mrpatrol2/logAnalyzer/ComputeWaypointIdleAndWaitTime.java | fa846402fdae5cf908f535218afd589bc640321e | [] | no_license | mahyuddin/pharostesbed | e953208ad7884d7f4b56498455a8756e9e183bf0 | 46cebffb630ad510ddac86b76b474aad74b27412 | refs/heads/master | 2021-01-10T07:48:39.383057 | 2012-09-21T01:49:30 | 2012-09-21T01:49:30 | 47,845,303 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,378 | java | package pharoslabut.demo.mrpatrol2.logAnalyzer;
import java.io.File;
import java.io.FilenameFilter;
import java.text.DecimalFormat;
import java.util.Collections;
import java.util.Enumeration;
import java.util.Hashtable;
import java.util.Vector;
//import pharoslabut.logger.FileLogger;
import pharoslabut.logger.Logger;... | [
"chien-liang@53a56b47-fd32-4597-bdd3-0ed485b86959"
] | chien-liang@53a56b47-fd32-4597-bdd3-0ed485b86959 |
08220b2b87264c748c21af85a0e23a37b65e5282 | 7a21ff93edba001bef328a1e927699104bc046e5 | /project-third-parent/server-parent/meterread-client2/src/main/java/com/dotop/smartwater/project/third/server/meterread/client2/rest/service/LogController.java | d247c1bfd769dc509beaf3e190c7788f13cd1ce3 | [] | no_license | 150719873/zhdt | 6ea1ca94b83e6db2012080f53060d4abaeaf12f5 | c755dacdd76b71fd14aba5e475a5862a8d92c1f6 | refs/heads/master | 2022-12-16T06:59:28.373153 | 2020-09-14T06:57:16 | 2020-09-14T06:57:16 | 299,157,259 | 1 | 0 | null | 2020-09-28T01:45:10 | 2020-09-28T01:45:10 | null | UTF-8 | Java | false | false | 2,148 | java | package com.dotop.smartwater.project.third.server.meterread.client2.rest.service;
import com.dotop.smartwater.dependence.core.common.BaseController;
import com.dotop.smartwater.dependence.core.common.BaseForm;
import com.dotop.smartwater.dependence.core.global.GlobalContext;
import com.dotop.smartwater.dependence.core... | [
"2216502193@qq.com"
] | 2216502193@qq.com |
15f8e7520b364a51081b1718aceded9d779aac54 | b6ddb5657c78bf5e53de2f7a809bb7385c201f84 | /dev/src/main/java/com/kenai/redminenb/query/RedmineQueryPanel.java | 2640d49d6e22d5e1d529a3e1aff45be0212dbb1b | [
"Apache-2.0"
] | permissive | h7io/redminenb | 7e2b670f8b99aaafd2be59157d0b64109dafe01b | 6c2a7d79587022e20a7695b083a7e132afeccaad | refs/heads/master | 2021-06-01T03:41:26.290456 | 2015-06-18T00:57:17 | 2015-06-18T00:59:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 61,208 | java | /*
* This class has been copied from [bugzilla]/org.netbeans.modules.bugzilla.query.QueryPanel
* @author Tomas Stupka, Jan Stola
*
* Copyright 2010 Oracle and/or its affiliates. All rights reserved.
*
* Oracle and Java are registered trademarks of Oracle and/or its affiliates.
* Other names may be trademarks of ... | [
"mblaesing@doppel-helix.eu"
] | mblaesing@doppel-helix.eu |
efbaa65beafee1a8fbfb5aaa9d22dc1e3bca85de | 09ffad4c41819210de5f337bade47bbad8e537bb | /BikeShare_V5/app/src/main/java/com/example/bikeshare/RideDao.java | bcf41884ae33b8dec86a59c5452ae5ee1b531d41 | [] | no_license | Jepp0103/Mobile_App_Development_BikeShare_Project | 70be7cdfbb8eb57336285d45c7e41d38bbcc859c | 48be27703138ab97bfa3eefe6e603dd0d1022e42 | refs/heads/main | 2023-01-10T05:12:57.840644 | 2020-11-19T14:50:03 | 2020-11-19T14:50:03 | 314,276,814 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 656 | java | package com.example.bikeshare;
import android.arch.lifecycle.LiveData;
import android.arch.persistence.room.*;
import java.util.*;
@Dao
public interface RideDao {
@Insert
void insert(Ride ride);
@Query("UPDATE ride_table SET mEndRide=:endRide WHERE name =:bikeName")
// @Update
void update(String ... | [
"jeppendyekjaer@hotmail.com"
] | jeppendyekjaer@hotmail.com |
8972c173cfa8fab496847e8cf273b856b49f6360 | 1f90232eeaa8193a9a7a1c6af64bcb8cf270cb89 | /app/src/main/java/com/example/flipkartpage/MainActivity.java | 8390067dadbf212e2a2c044c6c2499deaddaec7a | [] | no_license | gowthamashok/Flipkartpage | 298f5e58d925937be5244370c00f5fd2b7bbdc33 | 8b1156325c0006db5f20e41f58444c30bd65be62 | refs/heads/master | 2020-07-02T07:28:31.279265 | 2019-08-09T11:54:05 | 2019-08-09T11:54:05 | 201,457,351 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,386 | java | package com.example.flipkartpage;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.LinearLayout;
public class MainActivity extends AppCompatActivity {
LinearLayout all_category01... | [
"gowtahamashok@gmail.com"
] | gowtahamashok@gmail.com |
92b2dfde74ec9c0fa4bae9b92bfb921068c0e8d8 | 4111ef7ede9cad799e0f26f91c2557a82bfdd647 | /src/main/java/io/klinamen/joclray/light/SpotLight.java | 8b85a88e2800da6fe3fa1e01e4028b9da01d3e9a | [
"BSD-3-Clause"
] | permissive | klinamen/jocl-ray | 39a29c92e623259bfeb9736871e656cf66da7384 | ad417e25f2407c0abaec353f9c19066b90068b7b | refs/heads/master | 2023-01-14T01:43:36.706279 | 2020-11-24T02:22:28 | 2020-11-24T02:22:28 | 293,380,029 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,125 | java | package io.klinamen.joclray.light;
import io.klinamen.joclray.util.FloatVec4;
public class SpotLight extends PointLight {
private float angleGrad;
private float fallout = 1;
private FloatVec4 direction;
public float getAngleGrad() {
return angleGrad;
}
public SpotLight setAngleGrad(f... | [
"a.montemaggio@gmail.com"
] | a.montemaggio@gmail.com |
a07c75e3198c49571894695831fc2ea27c544486 | 308de2563d42c305c505dc855f6614b7e96d2d6b | /app/src/main/java/developersancho/dagger2app/Car.java | 3deb4a7cacc80c03ff5aa90c35c4b4f28c1b08b9 | [] | no_license | developersancho/Dagger2App | 0d8700ed77d699146818e81eb64dadfaa18252ba | f52912f38c92498e8bfb0c78098b276f097a57f8 | refs/heads/master | 2020-04-10T22:27:07.787210 | 2018-12-11T11:39:56 | 2018-12-11T11:39:56 | 161,325,027 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 406 | java | package developersancho.dagger2app;
import android.util.Log;
import javax.inject.Inject;
public class Car {
private static final String TAG = "Car";
private Engine engine;
private Wheels wheels;
@Inject
public Car(Engine engine, Wheels wheels) {
this.engine = engine;
this.wheels... | [
"developersancho@gmail.com"
] | developersancho@gmail.com |
914c5b6eeab8ea07d75b6315ad343ee0c2ac42b9 | e71eb2d39d78811a3dddf7ca27e3cbd6aa74ac78 | /src/test/java/io/henriquels25/cloudstream/demo/flightapi/acceptance/AcceptanceTest.java | cc42e76a5023ef9f6b946ac47f29a667a1dbb47e | [] | no_license | techguy0079/spring-cloud-stream-sample | 4ad2e72b70bd790777210c0507a9340c47560106 | 9ad549b6fb44b6b6744c45ea2442423cdfea55fd | refs/heads/main | 2023-02-12T05:58:13.631205 | 2021-01-09T15:21:43 | 2021-01-09T15:21:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 442 | java | package io.henriquels25.cloudstream.demo.flightapi.acceptance;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target({ElementType.TYP... | [
"henriquels25@gmail.com"
] | henriquels25@gmail.com |
7a10bbbabdc5e1fb8685839fe30438656fe593fa | fa1408365e2e3f372aa61e7d1e5ea5afcd652199 | /src/testcases/CWE134_Uncontrolled_Format_String/s01/CWE134_Uncontrolled_Format_String__PropertiesFile_format_07.java | 0b0a6b2fa33023993c946f8d22c60c8f2dd168f0 | [] | no_license | bqcuong/Juliet-Test-Case | 31e9c89c27bf54a07b7ba547eddd029287b2e191 | e770f1c3969be76fdba5d7760e036f9ba060957d | refs/heads/master | 2020-07-17T14:51:49.610703 | 2019-09-03T16:22:58 | 2019-09-03T16:22:58 | 206,039,578 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 9,384 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE134_Uncontrolled_Format_String__PropertiesFile_format_07.java
Label Definition File: CWE134_Uncontrolled_Format_String.label.xml
Template File: sources-sinks-07.tmpl.java
*/
/*
* @description
* CWE: 134 Uncontrolled Format String
* BadSource: PropertiesFile Read ... | [
"bqcuong2212@gmail.com"
] | bqcuong2212@gmail.com |
28b5a42419c155ca5df781651cddf1ea92623e40 | 7be4ff2b903e3747f42b04f5d7f50113e043aac3 | /1175_Troca_Vetor_I/src/Main.java | a2cf19ef9aa006d3deacf9be7c604fab3eb37e88 | [] | no_license | Gilberto-Vera/uri-iniciante | a95ff1cb459eb3464b6fc8c338940e9a059d6b1d | 89694ba00ed478686e7d445582db17ec7d154278 | refs/heads/master | 2021-04-09T11:24:30.202347 | 2018-12-14T11:28:26 | 2018-12-14T11:28:26 | 125,563,166 | 3 | 0 | null | 2018-09-19T00:14:44 | 2018-03-16T19:51:07 | Java | UTF-8 | Java | false | false | 973 | java |
import java.util.Scanner;
/*
* Desafio: 1175 Troca em Vetor II
* Faça um programa que leia um vetor N[20]. Troque a seguir, o primeiro
* elemento com o último, o segundo elemento com o penúltimo, etc., até trocar
* o 10º com o 11º. Mostre o vetor modificado.
*
* Entrada: A entrada contém 20 valores inteiros, p... | [
"gilberto.vera@tse.jus.br"
] | gilberto.vera@tse.jus.br |
98ff510722bea5c2ecc415d5a688c42b8b2c0744 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/druid-io--druid/8a08398977899630556ebfe1e4c29379a8a39858/after/LookupDimensionSpec.java | 14d3f1d3b5bc72dda30b1a3293debc7652f41a98 | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,524 | java | /*
* Licensed to Metamarkets Group Inc. (Metamarkets) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. Metamarkets licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); yo... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
0b8ecec6e1c8c5546702d62127a04f1568b3a9ef | 793f78acf9a876c9a2d6d2c98bafb7a37183fce1 | /src/our/battlearena/fighters/Dwarf.java | 0262f8d1e8b462b62c09673ca0278ea50dd7d536 | [] | no_license | JustDman/BattleArena | 33d5594ca3eab31b353c4f433228a76a5be06f97 | e5e35a01ac0bb4ae11c683c75e52d8fca996285f | refs/heads/master | 2021-03-07T23:09:03.651458 | 2020-03-17T13:27:30 | 2020-03-17T13:27:30 | 246,303,007 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 233 | java | package our.battlearena.fighters;
import our.battlearena.specials.DwarfHead;
public class Dwarf extends Character {
public Dwarf(String name) {
super(name, 15, 25, new DwarfHead());
className = "Dwarf";
}
} | [
"dmand6666@gmail.com"
] | dmand6666@gmail.com |
3b0142188c5a9885081b66f2ecba180f3c1eb4c5 | c9f7f8526efe71b5eab638d238abaa0b78f3bf09 | /CampChallenge_java/018.DB操作/DB11/Sec18_11/Update.java | 3ad109c68a55c49f7dd1bd2cff641d44103e63fc | [] | no_license | YOHEY-WADAMI/GEEKJOB_Challenge | 6597c5fa94cb7b78ac5a68e688285d3a3162692e | c4882cf485667da8caddd070496ce9482c87cf08 | refs/heads/master | 2021-05-15T22:08:18.427502 | 2017-12-08T05:45:19 | 2017-12-08T05:45:19 | 106,639,135 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,484 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Sec18_11;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.Connection;
import java.sql.DriverManager;
i... | [
"y.wadami@gmail.com"
] | y.wadami@gmail.com |
23ed11b2ece9b4acf0847da5a6601db36f3d4d63 | 9d57c18e12712f72ebd5250638b97060adf85d85 | /Software/es.unican.moses.sle.db.eer2sql.diagram/src/EER/diagram/edit/parts/EnumerationTypeEditPart.java | a3045c09a54b4e70fa3054c18a84c6f391ef91e8 | [] | no_license | latacita/unicaneer2sql | 793184fbb2ec0cd46be3346688371e7475b32be6 | ee7bdc752d05d7092b1613c788a28ec749ee49c4 | refs/heads/master | 2016-09-08T16:06:47.029233 | 2011-09-06T07:25:47 | 2011-09-06T07:25:47 | 32,793,275 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,834 | java | package EER.diagram.edit.parts;
import org.eclipse.draw2d.IFigure;
import org.eclipse.draw2d.MarginBorder;
import org.eclipse.draw2d.RectangleFigure;
import org.eclipse.draw2d.RoundedRectangle;
import org.eclipse.draw2d.Shape;
import org.eclipse.draw2d.StackLayout;
import org.eclipse.draw2d.ToolbarLayout;
imp... | [
"adof13@3cf175a4-71be-ec21-8e38-539ed72d85be"
] | adof13@3cf175a4-71be-ec21-8e38-539ed72d85be |
cb2b12d5d1a0ae273aac43e109e17c1688d160d3 | 2ee4dc8c25dff3a16202b3660ab63928395b766d | /BridgeDesignPatternDemo/src/mohdtausif/demo/designpattern/bridge/Triangle.java | 17ae1e04c8b0c6f13374b496b1c6429812843273 | [] | no_license | mohdtausif/JavaDesignPatterns | 2c725e680044176ab8a42038b3f1459a188a3ebd | 4a3b231a0358f81a7cb2f22dba241faa079e3a7c | refs/heads/master | 2020-03-18T15:03:19.563121 | 2019-08-02T10:17:50 | 2019-08-02T10:17:50 | 134,884,375 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 320 | java | package mohdtausif.demo.designpattern.bridge;
/**
* Triangle is a implementation of abtract class shape.
*/
public class Triangle extends Shape {
public Triangle(Color color) {
super(color);
}
@Override
public void applyColor() {
System.out.println("Triangle filled with color : ");
color.applyColor();
}
}
| [
"mohd.tausif@power2sme.com"
] | mohd.tausif@power2sme.com |
e10fa62940ddf8d417d4871650dda1393dae7570 | 7aa8c9b6509bb8571a04eef231384758235738ca | /app/src/androidTest/java/com/example/jacob/firstproject/ApplicationTest.java | c30fe39026ea1e278a5b1d8935b5c328e28633bf | [] | no_license | jacoblachapelle/FirstProject | 31907b69b2dbf26ec81c424cc5271f8f117caa5e | 2bdc8ce63585c57b3ffeeac4bb8ab1ca034b4dfc | refs/heads/master | 2021-01-10T10:30:00.306711 | 2016-01-19T18:59:08 | 2016-01-19T18:59:08 | 49,975,667 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 361 | java | package com.example.jacob.firstproject;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
... | [
"jacob.a.lachapelle@gmail.com"
] | jacob.a.lachapelle@gmail.com |
470795e4987e32c70f5dcd2aadad232fca1b5d72 | 0c05d423ec7bb502c6d0241f3cf3864289623e41 | /TPO_Concurrente_Amarante/src/Tren.java | afdf0cdca41d6cca45d775bfdcead6c5970b3d39 | [] | no_license | carlitox477/TP_Aeropuerto_Concurrente | c0dff64707530c57385ace545c3ff5cd746b526d | 184e20bfa396d5a5dc01f5232de3facde4cd2133 | refs/heads/master | 2020-08-23T13:28:46.454501 | 2019-10-21T17:55:26 | 2019-10-21T17:55:26 | 216,626,971 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,677 | java | import java.util.concurrent.locks.Condition;
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.ReentrantLock;
public class Tren implements Runnable{
private static String emoji="\uD83D\uDE86";
private char letraTerminal;//' ' simbolizara el hall central
private int[] pasajerosPorTerminal;
p... | [
"carman_boca@hotmail.com"
] | carman_boca@hotmail.com |
b46cb03f11129464117cbd571e75dd23ef11b5f5 | 479b7dc6ba251f3111c1ff5e9bb20881ab5532ed | /06_zookeeper/src/ZooApp.java | 606ef8f0434d9d0b319a2fae569e0259a4733b40 | [
"MIT"
] | permissive | wgslr/agh-distributed | e993a030dc719ba6da4c32fc1530fc419b252e84 | ce10efbf24af26bde03cbfe051f01e784b1d4222 | refs/heads/master | 2020-04-27T21:24:18.873171 | 2019-06-04T08:09:41 | 2019-06-04T08:09:41 | 174,694,595 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,314 | java | import org.apache.zookeeper.KeeperException;
import org.apache.zookeeper.ZooKeeper;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Arrays;
public class ZooApp {
public static void main(String[] args) throws IOException, InterruptedException,
... | [
"wojciech.geisler@gmail.com"
] | wojciech.geisler@gmail.com |
f7a4f020ecee8cd7a72caa467ef1fa9bd82647c9 | 00d9bac64e97e059840f65393d4aba104fe03b39 | /app/src/main/java/com/example/nameless/autoupdating/common/NetworkUtil.java | 10c6ce0a56189642f553e04a714239c0db78f0cb | [] | no_license | VladislavBryukhanov/AuNea-Mobile-Android_Java-FirebaseSDK | 281175c55d2f4d83046b631a49fc19479000dd19 | 1b7bb991472ac1b7c613fc90aaa4e3b7e47d0cef | refs/heads/master | 2020-03-09T03:26:03.421269 | 2019-05-23T15:54:04 | 2019-05-23T15:54:04 | 128,565,270 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,680 | java | package com.example.nameless.autoupdating.common;
import com.google.firebase.auth.FirebaseAuth;
import com.google.firebase.database.DataSnapshot;
import com.google.firebase.database.DatabaseError;
import com.google.firebase.database.DatabaseReference;
import com.google.firebase.database.FirebaseDatabase;
import com.go... | [
"gfedcba625@gmail.com"
] | gfedcba625@gmail.com |
674c31aa966749c4601cba10d44ed6fb27d0b40a | 387bb29f1737423f90f0bd1dde8753e110f89ff6 | /js-karma/src/com/intellij/javascript/karma/util/KarmaUtil.java | b2c993203d491ef640e7f58661a996f436f607a2 | [] | no_license | sergeym/intellij-plugins | a6af90f94a6762a7d27ebd625781d9c796033a62 | 908e19c28db06979bbd5fb7bf9c3d107217bd71a | refs/heads/master | 2021-01-16T22:15:13.976305 | 2015-09-27T18:07:26 | 2015-09-27T18:07:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,619 | java | package com.intellij.javascript.karma.util;
import com.intellij.execution.ExecutionException;
import com.intellij.execution.ExecutionResult;
import com.intellij.execution.RunProfileStarter;
import com.intellij.execution.configurations.RunProfileState;
import com.intellij.execution.runners.ExecutionEnvironment;
import ... | [
"sergey.simonchik@jetbrains.com"
] | sergey.simonchik@jetbrains.com |
3468942812da3161bcf670a445c7b2dc0f539b17 | 94ce310c55496055346daaa52e2275584f5043e8 | /src/Gun39/JavaEnum/Ex3/KitapKategori.java | 2b5af1dda11d007123f975fff657eb5bb583900f | [] | no_license | otosun46/JavaKursu | e018d6f6b963414140af6a2ae1a7c98fc6333e56 | 2a2167603a7502db1cb19034fc96a69f8184f564 | refs/heads/master | 2022-12-24T16:36:11.082392 | 2020-10-01T12:47:47 | 2020-10-01T12:47:47 | 300,276,627 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 157 | java | /*
Author:Otosun
Tarih :16/07/2020
*/
package Gun39.JavaEnum.Ex3;
public enum KitapKategori {
KLASIK,
ROMAN,
FANTAZI,
TARIH,
EKONOMI
}
| [
"64793578+otosun46@users.noreply.github.com"
] | 64793578+otosun46@users.noreply.github.com |
67fc236cdcc6190bef5ec087d9bfa0bfcc793429 | f38dca6402d3f2becd34a54bf1173eba0349d6b5 | /src/main/java/solutions/_442/SolutionNew.java | 4d8b62371d9985074583229aacb090e8790c47a5 | [] | no_license | N3verL4nd/leetcode | 9f7aa8275b132ac30e344c810dd3c020e981a257 | 41342c41485840967d535155c64fa9c3c2b1a7f0 | refs/heads/master | 2023-06-22T20:56:03.851047 | 2022-04-02T02:29:12 | 2022-04-02T02:29:12 | 92,596,400 | 0 | 0 | null | 2023-09-05T21:57:48 | 2017-05-27T12:09:09 | Java | UTF-8 | Java | false | false | 1,430 | java | package solutions._442;
import java.util.ArrayList;
import java.util.List;
/**
* 287. Find the Duplicate Number
*/
class SolutionNew {
public List<Integer> findDuplicates(int[] nums) {
List<Integer> result = new ArrayList<>();
for (int i = 0; i < nums.length; i++) {
int pos = Math.ab... | [
"liguanghui02@meituan.com"
] | liguanghui02@meituan.com |
bb33b8d463bac56b372aba2c3d6e43f8d883abf0 | 88d785ca23def4ca733f7d52a146bc8d34c77429 | /src/dev/zt/UpliftedVFFV/events/Floor7Infirmary/Triage/WarpCentralChambertoTriageEntrance.java | a9dc1d1034cfe662da34af9371db26e21d905ea0 | [] | no_license | Donpommelo/Uplifted.VFFV | 30fe1e41a9aeefee16c1e224388af6ce55ebfcce | 99b63eb2a00666eb4fdf84ac20cebebefad1a3dc | refs/heads/master | 2020-12-24T17:44:19.147662 | 2016-06-01T21:46:13 | 2016-06-01T21:46:13 | 33,390,964 | 0 | 0 | null | 2015-08-25T01:57:41 | 2015-04-04T01:58:48 | Java | UTF-8 | Java | false | false | 470 | java | package dev.zt.UpliftedVFFV.events.Floor7Infirmary.Triage;
import dev.zt.UpliftedVFFV.events.Event;
import dev.zt.UpliftedVFFV.gfx.Assets;
public class WarpCentralChambertoTriageEntrance extends Event {
public static int stagenum = 0;
public WarpCentralChambertoTriageEntrance(float x, float y, int idnum) {
supe... | [
"donpommelo@gmail"
] | donpommelo@gmail |
5242ebd5c10b1228d2d41ecfa8d099497d88442a | 5497799792e5a85f27841a4c57f4804b6f148e7d | /src/main/java/com/enigma/zerowaste/service/CustomerService.java | 2fe08b25bfa9e3196f195e64dfe766bd71e27b5b | [] | no_license | AgungWicaksonoPutro/rest-api-zero-waste | c577184f8a7264ef7881e9d15ea6ec3ddf0989ad | 6af44b81f581fa1bfbede934c23ba83d38db480e | refs/heads/master | 2023-08-01T05:56:54.864857 | 2021-09-20T08:43:37 | 2021-09-20T08:43:37 | 406,734,224 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 679 | java | package com.enigma.zerowaste.service;
import com.enigma.zerowaste.dto.CustomerSearchDTO;
import com.enigma.zerowaste.entity.Customer;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
public interface CustomerService {
public Customer saveCustomer(Customer customer);
... | [
"C090821003@bankmandiri.co.id"
] | C090821003@bankmandiri.co.id |
9cca7ad0ea87c9d90c801c50b62ba4835a99481b | 74254effe756f7ab3c4eac0d7e6bd66f49780deb | /src/main/java/com/intergrupo/rendonparedes/web/rest/AccountResource.java | 7ec2e8fc870cded4bca3f8c3bad14b70c99c13f4 | [] | no_license | corendon/jhipster-sample-application | 25ea3b9f85e85c48d3cfb1f225804abe6a68ebda | 4e78df9c0f8f65d6c8a5021f7688f7807641669b | refs/heads/main | 2023-02-24T03:39:09.959153 | 2021-01-29T00:07:41 | 2021-01-29T00:07:41 | 333,989,833 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,895 | java | package com.intergrupo.rendonparedes.web.rest;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.intergrupo.rendonparedes.security.SecurityUtils;
import java.util.Set;
import java.util.stream.Collectors;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.c... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
1797dd9265f326b82b492029f7bf107adbc04987 | bb66c3197c526a567d6e6d39b7338474610e40c8 | /crm/src/main/java/cn/wolfcode/crm/web/controller/CustomerReportController.java | 421a1a464d102c8252f23342d9b06b3204ae0852 | [] | no_license | LONGHOO/startJava | 5b4fb75dad6c8519de24d1bc3a27053fe5443368 | 3da12f9285d3c519a7e8e0c3d5e45d454a85ff56 | refs/heads/master | 2022-12-25T02:31:56.543382 | 2019-07-23T06:15:53 | 2019-07-23T06:15:53 | 165,496,196 | 0 | 0 | null | 2022-12-16T04:37:15 | 2019-01-13T11:17:27 | JavaScript | UTF-8 | Java | false | false | 2,787 | java | package cn.wolfcode.crm.web.controller;
import cn.wolfcode.crm.query.ReportQueryObject;
import cn.wolfcode.crm.service.ICustomerReportService;
import com.alibaba.fastjson.JSON;
import org.apache.shiro.authz.annotation.Logical;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.bea... | [
"1144258019@qq.com"
] | 1144258019@qq.com |
acd1474dba11559acf8f1ca0f30d2ef13d5b6225 | 4efaed9da654f36fcaa5d6ff262bfa968e63f4ba | /SimpleWeb/src/filter/JDBCFilter.java | bbab8df654f016522b39c7f85b391cbe530e0b99 | [] | no_license | kakraz/last_v_sandwich | b5e0908bb23b106934a96786bae4de43da98e582 | 9f7735e53b7c0663e3af0e02302754054e5778bc | refs/heads/master | 2020-05-01T08:50:47.103353 | 2019-03-24T08:11:56 | 2019-03-24T08:11:56 | 177,386,985 | 0 | 0 | null | null | null | null | WINDOWS-1251 | Java | false | false | 4,349 | java | package filter;
import java.io.IOException;
import java.sql.Connection;
import java.util.Collection;
import java.util.Map;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.servlet.ServletException;
import javax.servlet.ServletRegistration;
imp... | [
"noreply@github.com"
] | kakraz.noreply@github.com |
a7e9e9984797891e61faa79a72576c8fefcae7b5 | 39b9335bf8e12ea51283aba997cb2a5dc2621871 | /app/src/main/java/com/example/emptwo/MainActivity.java | ac04eb76c047424edc93406e1278fab27c46e370 | [] | no_license | NNVSEK/emptwo | 16773c408c31d560296c898581a18f211947c1a6 | 03b529eef77cd8a4823a0bcb48eae28cf7dd03b9 | refs/heads/master | 2021-03-27T02:50:52.719943 | 2020-03-17T18:18:38 | 2020-03-17T18:18:38 | 247,778,792 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 332 | java | package com.example.emptwo;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_mai... | [
"nnvsek@gmail.com"
] | nnvsek@gmail.com |
301f2f16b9a423a49b579a8d08fd3a38dc56aca2 | 7b442cb514e671c4c63856ca5f412d1b8962edcd | /src/framework/db/ConnectToMYSQL.java | 26cb330e2f9a6edcc490f2a4645e4ab0a0acb776 | [] | no_license | octopusauto/OctopusTool | e7dc4a0c92c423c393aa604327cb1012f79762aa | 2b53234ab6c92dcc2d51431e4ea3578d8388631f | refs/heads/master | 2021-01-23T13:22:49.712990 | 2014-07-16T16:02:14 | 2014-07-16T16:02:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 23,900 | java | package framework.db;
import java.io.ByteArrayInputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.Resu... | [
"reutinus@yahoo.com"
] | reutinus@yahoo.com |
094f31693a6c93c2b2fcc4b3cfb687504dae536e | 329b2cb3c91a0c953458efd253c4fcdce6f539c4 | /graphsdk/src/main/java/com/microsoft/graph/generated/IBaseSubscriptionCollectionRequest.java | 898c724e5336e0cea30232c04a5531af6fe4aa0a | [
"MIT"
] | permissive | sbolotovms/msgraph-sdk-android | 255eeddf19c1b15f04ee3b1549f0cae70d561fdd | 1320795ba1c0b5eb36ef8252b73799d15fc46ba1 | refs/heads/master | 2021-01-20T05:09:00.148739 | 2017-04-28T23:20:23 | 2017-04-28T23:20:23 | 89,751,501 | 1 | 0 | null | 2017-04-28T23:20:37 | 2017-04-28T23:20:37 | null | UTF-8 | Java | false | false | 1,824 | java | // ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
pa... | [
"brianmel@microsoft.com"
] | brianmel@microsoft.com |
73efce0d771af75fed75b3cf0c5423a6b7e37b3a | 4e5e90686d8be6226321d2951f6bc5564c966ab4 | /chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkUpdateDataFetcher.java | 70e63772ad445cb18eced421fa0694507c0c64b4 | [
"BSD-3-Clause"
] | permissive | 0lorak0/chromium | 15c53bba2f4f316159f98087c8a6703ed8313ded | 71a188e053a19e3ce3528d33eef1a30166c878e4 | refs/heads/master | 2023-03-11T12:54:46.138686 | 2018-11-29T19:58:13 | 2018-11-29T19:58:13 | 159,721,234 | 1 | 0 | NOASSERTION | 2018-11-29T20:08:20 | 2018-11-29T20:08:20 | null | UTF-8 | Java | false | false | 5,521 | java | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.browser.webapps;
import android.graphics.Bitmap;
import android.text.TextUtils;
import org.chromium.base.annotations.CalledB... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
42e8d5c38039449b02ac6ba0a8aa5374170d81df | 431efea5838c6ce3b86ef367ba971f54cd9471b6 | /MPChartLib/src/com/github/mikephil/charting/utils/ColorTemplate.java | 4d43618a51316bc69a86905de73906ff8160ff3d | [] | no_license | fitmi2017/FitMi_Android_Beta | fd75311d46ffe7cb647e8647cc611d65d2c4e094 | f31e25aaca519a07e7df2d0b24d8069c99e74762 | refs/heads/master | 2020-06-29T05:13:49.843733 | 2017-06-08T13:38:00 | 2017-06-08T13:38:00 | 74,448,484 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,967 | java |
package com.github.mikephil.charting.utils;
import android.content.res.Resources;
import android.graphics.Color;
import java.util.ArrayList;
import java.util.List;
/**
* Class that holds predefined color integer arrays (e.g.
* ColorTemplate.VORDIPLOM_COLORS) and convenience methods for loading colors
* from reso... | [
"amankumar.impinge@gmail.com"
] | amankumar.impinge@gmail.com |
fe3d70386830e347acd0282828b3f511870b9a5e | a3fbc033f54d69f6026b632562568617475d9b37 | /Server/musichouse/src/main/java/io/musichouse/exception/ProductNotFoundException.java | 79a5b465c2e16ec0d79894f3fe736c1b563bef24 | [
"MIT"
] | permissive | kaushiknandhan/MusicHouse | bf2c0e691abc83363fa14beb54bb2e56738fe7bf | d9cc62e8e9401318f751dfd7346206f249ae3ac4 | refs/heads/master | 2020-05-21T08:34:26.130030 | 2017-04-13T21:50:17 | 2017-04-13T21:50:17 | 84,605,485 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 357 | java | package io.musichouse.exception;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
@ResponseStatus(code=HttpStatus.NOT_FOUND,reason="No Products found with the given ID")
public class ProductNotFoundException extends Exception {
/**
*
*/
private static ... | [
"kaushik nandhan injamuri"
] | kaushik nandhan injamuri |
2541e4c0b1eb3f225292fecc46439aecf8a6af8f | c9b24c524afdfb260e54ed6224992b6e37c3f6a7 | /src/test/java/com/boot/ShipwreckControllerTest.java | 04c8dd79e645919d3230471d516b72cccbb211b6 | [] | no_license | LoPan455/das-boot | 4409cec67dc78dcf1b6a1360652c88f34f9241b8 | d2c464fe8ce809171dbfea55f94b9e91f9cbaa16 | refs/heads/master | 2020-09-10T07:49:13.396357 | 2019-11-18T01:33:51 | 2019-11-18T01:33:51 | 221,690,405 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,604 | java | package com.boot;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertThat;
import static org.mockito.Mockito.when;
import com.boot.controller.ShipwreckController;
import com.boot.model.Shipwreck;
import com.boot.repository.ShipwreckRepository... | [
"tom.johander@dealerteamwork.com"
] | tom.johander@dealerteamwork.com |
e531954c4cf534b4cc12900bcb81cecbfd72fd6b | 3bf9cd0b46ba5e0ada693eff0ad39526fc4ae20e | /org/springframework/beans/propertyeditors/FileEditor.java | a5783a7531c17c6f272b8b9cde9e6486c8ab54fc | [] | no_license | zbtmaker/spring2.0.x-src | c6be55286a74f569aa455171e8fa49858a4a095b | fe2a9cbae6a0ea3e108a0dddaccf6ce63a59dd15 | refs/heads/master | 2021-07-11T13:19:59.102587 | 2019-09-28T16:10:37 | 2019-09-28T16:10:37 | 211,526,299 | 1 | 2 | null | 2020-10-13T16:22:15 | 2019-09-28T16:05:10 | Java | UTF-8 | Java | false | false | 3,221 | java | /*
* Copyright 2002-2006 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"zoubaitao@gmail.com"
] | zoubaitao@gmail.com |
79c6b26316dc72b811b43fabaec55afcaca3d82d | 1350f85cd7e8c5606bc84bec9cc6d5a14d4640a5 | /shared-api/src/test/java/au/org/aekos/shared/api/model/search/RequestGetAvailableIndexValuesTest.java | 638125ab2228cdd943ac5da379437d93a2450521 | [] | no_license | Tillbilly/shared-ecoinformatics | 5b900ccdf226288eb8f1e6dc8acdf47845ffcbe1 | f5a1396cc3f265fea449698be8a898e59803c99d | refs/heads/master | 2022-12-21T18:17:46.554664 | 2016-08-23T07:40:21 | 2016-08-23T07:40:21 | 66,336,965 | 0 | 0 | null | 2022-12-16T01:53:00 | 2016-08-23T05:46:55 | Java | UTF-8 | Java | false | false | 3,535 | java | package au.org.aekos.shared.api.model.search;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertThat;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import org.junit.Test;
public class RequestGetAvailableIndex... | [
"madbatch@gmail.com"
] | madbatch@gmail.com |
cec705f14c8e4a57bdda2289ec295070b30e788d | 1f9c5b25a89cdb90a620d70e0b7cfc68fc23dee5 | /src/main/java/org/schemaspy/model/ImpliedForeignKeyConstraint.java | 9dd469ca96575659085d6c0faa95b6a5d69113e6 | [
"MIT"
] | permissive | rodrigues-daniel/schemaspy | c89e55114c6613193afe11bdfb8de37f625e669b | d13e1181917994bbe323510bc39a17657e8b833e | refs/heads/master | 2020-03-13T14:34:53.836934 | 2018-04-23T05:18:58 | 2018-04-23T05:18:58 | 131,161,355 | 1 | 0 | MIT | 2018-04-26T13:40:04 | 2018-04-26T13:40:04 | null | UTF-8 | Java | false | false | 1,938 | java | /*
* This file is a part of the SchemaSpy project (http://schemaspy.org).
* Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 John Currier
*
* SchemaSpy is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Fo... | [
"rafalkasa@gmail.com"
] | rafalkasa@gmail.com |
cdcc3a6ed9044a60ef717e86a4c8fcc096084d3a | 7e58d3dd9eb925054817b535727dec0528132a2e | /src/com/xlccc/lbld/Permutation.java | 3775efc08d5132ba90088101ec5087a2c15a1263 | [] | no_license | xuan-linker/linker-algorithm | 170ae313b3497042d0a4737ad498fd95171aaecd | 33c6196cb9695701834b13687972e5b78131af8c | refs/heads/master | 2021-07-16T10:09:07.537953 | 2021-06-10T11:56:54 | 2021-06-10T11:56:54 | 258,102,855 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,575 | java | package com.xlccc.lbld;
import java.util.LinkedList;
import java.util.List;
/**
* 全排列问题
*/
public class Permutation {
List<List<Integer>> res = new LinkedList<>();
/*主函数,输入一组不重复的数字,返回他们的全排列*/
List<List<Integer>> permute(int[] nums) {
// 记录【路径】
LinkedList<Integer> track = new LinkedList<... | [
"xuanlccc@gmail.com"
] | xuanlccc@gmail.com |
124a1fa5fc1e38c6b5656b56681342c323c955da | c39fc3b7de831f8196de787ab84c5a3097e3b357 | /src/com/twu/biblioteca/menu/MainMenu.java | 4345234d1dd75316b2f799fdfbe7921c22ef163b | [
"Apache-2.0"
] | permissive | desireekelly/twu-biblioteca-desireekelly | ea7442ef24923350ad2b15cfad997134398b2270 | 7a520a1cf8cad47942abdce594a20606382ba00f | refs/heads/master | 2021-01-10T11:59:36.658734 | 2015-12-09T04:18:33 | 2015-12-09T04:18:33 | 47,225,167 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,119 | java | package com.twu.biblioteca.menu;
import com.twu.biblioteca.library.Library;
import com.twu.biblioteca.utilities.Messages;
import com.twu.biblioteca.utilities.Utilities;
import java.io.InputStream;
import java.io.PrintStream;
import java.util.InputMismatchException;
import java.util.Scanner;
/**
* MainMenu is respon... | [
"desireekelly@users.noreply.github.com"
] | desireekelly@users.noreply.github.com |
2821b434b1cbf54336240760a89e52ed1abb11a0 | 4fe38e11ae09c59bb5c04838d5446c124c22247c | /app/src/main/java/com/itca/crud_sqlite/AdminSQLiteOpenHelper.java | 1a3eb56c19bce06295cbff43c50e7eae8efc63ad | [] | no_license | jamt29/CRUDsqlite | 37dd2b3bc58ddcc478f2442d812f277b1bd03ed3 | 8ec69151d7d8d782e68e4a9bbd7db7cd561308c3 | refs/heads/master | 2023-07-23T13:18:29.792683 | 2021-09-09T22:07:39 | 2021-09-09T22:07:39 | 402,554,327 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 800 | java | package com.itca.crud_sqlite;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import androidx.annotation.Nullable;
public class AdminSQLiteOpenHelper extends SQLiteOpenHelper {
public AdminSQLiteOpenHelper(@Nullable Context context,... | [
"adony.torres29@gmail.com"
] | adony.torres29@gmail.com |
d6a0682685202bcee71f47d2417442d31ee44403 | 6b16cecab4b7d9b1811143c7759b5cad5244709c | /src/main/java/uk/ac/ebi/spot/gwas/deposition/javers/VersionSummaryStats.java | 1fa87ef090504f7f164ffa3e64dde2b040a694d4 | [] | no_license | EBISPOT/gwasdepo-commons | 65be86f5371b4daeb34e3b2cfd427b1462272d2d | 711a007fcb734e94eece1504df3cd508201e73ec | refs/heads/master | 2023-06-10T17:52:49.493993 | 2023-06-01T10:20:24 | 2023-06-01T10:20:24 | 240,874,408 | 0 | 0 | null | 2023-06-01T10:20:25 | 2020-02-16T10:48:33 | Java | UTF-8 | Java | false | false | 2,919 | java | package uk.ac.ebi.spot.gwas.deposition.javers;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
@JsonInclude(JsonInclude.Include.NON_NULL)
public class VersionSummaryStats {
@JsonProperty("studiesAdded")
private Integer studiesAdded;
@JsonPropert... | [
"77010716+sajo-ebi@users.noreply.github.com"
] | 77010716+sajo-ebi@users.noreply.github.com |
408ae7e197bc47a8be2b854b13a8d3c19dac52fd | cbb7b4bf391dab46d505d1102bb5da57a6c6bb68 | /tap-ide/src/hms/tap/idea/plugin/runner/ui/TapRunnerEditor.java | e41368df05cfbbc9eba634aeb814305abef94a8f | [
"Apache-2.0"
] | permissive | AnnSinthusha/Maven-project | 0188961d48fa99b71db4703d2e74058449b95ef2 | 899ada78132dfe3453b524cff40c6fbfe324086d | refs/heads/master | 2021-01-19T20:18:58.513274 | 2015-05-19T08:39:35 | 2015-05-19T08:39:35 | 35,605,440 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,329 | java | package hms.tap.idea.plugin.runner.ui;
import hms.tap.idea.plugin.runner.model.TapRunnerConfiguration;
import com.intellij.compiler.impl.ModuleCompileScope;
import com.intellij.openapi.compiler.CompileContext;
import com.intellij.openapi.compiler.CompileTask;
import com.intellij.openapi.compiler.CompilerManager;
impor... | [
"anns@hsenidmobile.com"
] | anns@hsenidmobile.com |
489d2d785872e658ba1718af715b85f1d70da5d0 | 45eb9fb4702477e27a74614c278c0164000ad589 | /modulo3/evaluación - grupo2/Proyecto JBMR/Banco_JoseB_JoseG_CarlosP/src/java/com/saime/models/User.java | b39fa5d047a43d3c951a57b9ce7fa023f8a74243 | [
"MIT"
] | permissive | jcc1110/carrera-java-2 | 48473abe83dae0321776b163a6d312ecca765858 | 6aa12c0b44c655ec07305df6d1c2e9ed4c7b8aff | refs/heads/master | 2020-04-11T04:24:05.567589 | 2018-05-02T20:40:56 | 2018-05-02T20:40:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 788 | java |
package com.saime.models;
/**
*
* @author
*/
public class User {
private int id;
private String username;
private String password;
public User(int id, String username, String password, String fname, String lname)
{
this.id = id;
this.username = username;
... | [
"shaka430@hotmail.com"
] | shaka430@hotmail.com |
ee9ce693f627c9c3a6c7b55ae4a7057d1f4318a5 | 50c8877be4bcb3c72369cea56542b360da542d87 | /stylesheet/Shawn/src/atm1.java | 453911dfca6679ea7b16bbf0d084c8d8d9ad617e | [] | no_license | shendilzer/shendilzer.github.io | 31976ad253946c1f8a436fa9f9c3429a8303d65b | 50d66fd505f434fc3d5d1070a4741ed0fa98c7e5 | refs/heads/master | 2021-01-10T04:19:15.876949 | 2016-03-23T08:23:01 | 2016-03-23T08:23:01 | 52,004,435 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,324 | java | import javax.swing.*;
public class atm1 {
public static int money = 500,add;
public static int balance, accountNumber, password,repassword, iaccountNumber, ipassword, main = 0, choice1;
public static String accountName;
public static void main(String[] args){
Start();
SignIn();
LogIn();
WidDep();... | [
"sshendilzer17@gmail.com"
] | sshendilzer17@gmail.com |
7de8c29183ef0cb8c36e163eb6863638b1ee2b26 | 172127b085d22e624365a0c8fb09c3e590fdbc90 | /src/Node.java | 93a698ce96b3d61cd725e9ee1435ddbf5acd1237 | [] | no_license | MironSz/CompressedTrees | 2520605cfe99bdbfeb30b215f393356454986e90 | beef85a19c52914ca1554d06ae6d6be85139c8f7 | refs/heads/master | 2021-01-23T04:58:45.133974 | 2017-06-15T15:09:39 | 2017-06-15T15:09:39 | 92,946,047 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,908 | java | import java.util.Scanner;
/**
* Created by Miron on 31.05.2017.
*/
public class Node {
private int compressedId;
private Node father;
private int val;
private Node left;
private Node right;
private Tree tree;
private int hash = -1;
private int P=1000000007,M=1000000009;/*Jakies liczby... | [
"ms383504@students.mimuw.edu.pl"
] | ms383504@students.mimuw.edu.pl |
de314ba24ac7cc4aa7535d591db25b46d3f837c0 | 8be4beeb81c873705f03317695f3df1d24c1a5fb | /features/src/main/java/com/bizo/dtonator/domain/AbstractManager.java | a11f8af81079293f0ae57d563c9a976a4d265bf8 | [
"Apache-2.0"
] | permissive | Alex130/dtonator | 87d41051bca89ea91f5a4d9946a6bf5cb8ed1601 | 72fe5fa92fcac0b74c4636d12cd063a905ccf9d0 | refs/heads/master | 2020-03-20T21:11:30.481686 | 2017-11-10T17:04:04 | 2017-11-10T17:04:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,144 | java | package com.bizo.dtonator.domain;
import java.util.List;
import java.util.Set;
public abstract class AbstractManager<T extends Account, V extends Account> {
private Long id;
private String name;
private T account;
private int employees;
private List<V> managedAccounts;
public AbstractManager() {
}... | [
"pbuchheit@tura.com"
] | pbuchheit@tura.com |
d704d2afbc084a8d39dc824e074495fb0d7e9b37 | 3d3f6f81ed4b8a036c067b6f016a3b906ef3a696 | /src/main/java/deadlock/Writer.java | 50059dde6f22a5e174f6f4d3ccda5e377577681f | [] | no_license | nimishsingh11/java-practice | c020ebc84e2fdeb9b10f0e7db13919f642226799 | 3af2916af8279ef798ea77bd18505da4e9d0b012 | refs/heads/master | 2023-07-05T08:39:55.181811 | 2021-08-12T08:03:30 | 2021-08-12T08:03:30 | 377,409,876 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 780 | java | package deadlock;
import java.util.Random;
public class Writer implements Runnable {
private Message message;
public Writer(Message message) {
this.message = message;
}
public void run() {
String messages[] = {
"Humpty Dumpty sat on a wall",
"Humpty Dumpt... | [
"76872529+nimishsumo@users.noreply.github.com"
] | 76872529+nimishsumo@users.noreply.github.com |
dfd38a27d7e5e517c4c71c463be486e486768e39 | f0fcff74111a8ffc317b3b84cca694c9309c24dc | /src/main/Materials/August25/Lesson 14/LectureConcurrent/src/main/java/Semafore/BoundedHashSet.java | 64ee58ff398178599c91b4829c36497674472ee9 | [] | no_license | AIChernyavskiy/JavaSchoolRND2016 | f06c05c7e807fb91dd931b6cdeaf5b8846fb3806 | 652d07898611955beb9d9718496e115aa0fe84f3 | refs/heads/master | 2020-04-12T08:55:36.478223 | 2016-10-24T17:32:44 | 2016-10-24T17:32:44 | 63,176,768 | 0 | 1 | null | 2016-07-24T16:31:09 | 2016-07-12T17:01:59 | Java | UTF-8 | Java | false | false | 881 | java | package Semafore;
import java.util.Collections;
import java.util.HashSet;
import java.util.Set;
import java.util.concurrent.Semaphore;
/**
* Created by sbt-raspopov-om on 25/08/2016.
*/
public class BoundedHashSet<T> {
private final Set<T> set;
private final Semaphore sem;
public BoundedHashSet(int bou... | [
"aichernyavskiy@mail.ru"
] | aichernyavskiy@mail.ru |
99e395ed1c749e439aac075f608312d0f5b26fc9 | 20a11652eb06b3bb16c3d8cd8a23f2f5a22fa2e9 | /app/src/main/java/com/guohanhealth/shop/ui/fenxiao/FenxiaoWithdrawalsActivity.java | be75b4d27f8e4e86b5afd952daa9204da5abbcb3 | [] | no_license | majicking/ghdjksc | 4d1f45474893ff084956684f64eed6887c56bc47 | 2fd0bb31368be669057a95d8dc75d4923ba3f332 | refs/heads/master | 2020-03-17T09:43:01.581634 | 2018-08-07T09:43:21 | 2018-08-07T09:43:21 | 133,450,237 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,559 | java | package com.guohanhealth.shop.ui.fenxiao;
import android.content.Intent;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.widget.EditText;
import android.widget.TextView;
import com.orhanobut.logger.Logger;
import com.guohanhealth.shop.common.StringUtils;
import com.g... | [
"majick@aliyun.com"
] | majick@aliyun.com |
d271fd00c8f7e322b6f9165fe1fe4d8048da54bc | 782ce569364142b3195f6aa552460c6c7418a374 | /XWeather/Droid/obj/Debug/MonoAndroid60/android/src/md5f15a4a710efbbf681793b69e000b94be/LocationSearchFilter.java | d0ca5cc9dac45176172b59fbd4fff1e91878b087 | [] | no_license | Avieeee/Weather-app | 97090362fb28658036f874f0e84139488f58d798 | f1d620bd21918ecc0031c02d75b5314873f66f68 | refs/heads/master | 2020-03-28T10:05:38.332234 | 2018-09-26T22:10:21 | 2018-09-26T22:10:21 | 148,082,583 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,115 | java | package md5f15a4a710efbbf681793b69e000b94be;
public class LocationSearchFilter
extends android.widget.Filter
implements
mono.android.IGCUserPeer
{
/** @hide */
public static final String __md_methods;
static {
__md_methods =
"n_performFiltering:(Ljava/lang/CharSequence;)Landroid/widget/Filter$FilterResult... | [
"spriyana@deakin.edu.au"
] | spriyana@deakin.edu.au |
02ff2a7007de52fd7e2b7df047f9f8775f83182c | 9c7a87a5e8c9cb147bede721b15adb8332dc3ce4 | /rabbitmq-spring/src/main/java/com/hualala/rabbitmqspring/cconverter/TextMessageConverter.java | a0dfc764ceedcefd570d6f73a413745d30a7b1cd | [] | no_license | lifei-coder/study | 0b8aabb2c12f55a8cfd15efa4876d80716e8523a | 4f582be0d6f8fe1d6bc2543cd6592ed0c1a15325 | refs/heads/master | 2022-04-27T19:57:49.387680 | 2022-03-29T06:40:41 | 2022-03-29T06:40:41 | 217,253,374 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,198 | java | package com.hualala.rabbitmqspring.cconverter;
import org.springframework.amqp.core.Message;
import org.springframework.amqp.core.MessageProperties;
import org.springframework.amqp.support.converter.MessageConversionException;
import org.springframework.amqp.support.converter.MessageConverter;
/**
* MessageConverter... | [
"lifei@hualala.com"
] | lifei@hualala.com |
8824ee36d004922ea6d780135cda4bd7056a907d | 599f1712c4980ac20f33563d80bba3c653532607 | /elevator_mobile/.svn/pristine/88/8824ee36d004922ea6d780135cda4bd7056a907d.svn-base | a04019ebd91b32a2a072bf48429cca3b2f317fb6 | [] | no_license | GitQian/MyProject | 8a09e45bc896e215f4d5048b9e5b99038e42d2e2 | d036258a24fa8af03eeebd3798f7811d3f114870 | refs/heads/master | 2021-01-17T06:11:39.051990 | 2016-07-27T09:17:27 | 2016-07-27T09:17:27 | 47,263,263 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,270 | /*
* android-spinnerwheel
* https://github.com/ai212983/android-spinnerwheel
*
* based on
*
* Android Wheel Control.
* https://code.google.com/p/android-wheel/
*
* Copyright 2011 Yuri Kanivets
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in complianc... | [
"651564194@qq.com"
] | 651564194@qq.com | |
f5b8cf6d82422a677644af37ab4f6ef9a0f5c313 | a5dbeadebfd268a529d6a012fb23dc0b635f9b8c | /core/src/main/java/ru/mipt/cybersecurity/crypto/digests/SkeinDigest.java | 407d044254b19840aaf47eb125f020358d393f98 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | skhvostyuk/CyberSecurity | 22f6a272e38b56bfb054aae0dd7aa03bc96b6d06 | 33ea483df41973984d0edbe47a20201b204150aa | refs/heads/master | 2021-08-29T04:44:31.041415 | 2017-12-13T12:15:29 | 2017-12-13T12:15:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,179 | java | package ru.mipt.cybersecurity.crypto.digests;
import ru.mipt.cybersecurity.crypto.ExtendedDigest;
import ru.mipt.cybersecurity.crypto.engines.ThreefishEngine;
import ru.mipt.cybersecurity.crypto.params.SkeinParameters;
import ru.mipt.cybersecurity.util.Memoable;
/**
* Implementation of the Skein parameterised hash f... | [
"hvostuksergey@gmail.com"
] | hvostuksergey@gmail.com |
45063643948e46577a81f90428232d4ebe792673 | fbef57a4441c21c096ace9b53c4dbbc6ac26fd39 | /src/main/java/jp/co/systena/tigerscave/ShoppingSite/Cart.java | 83a02239f27defd04398977640ef25818694549b | [] | no_license | fukutay/webjava_1 | 37521a671b541bc4cdc178981201f4436a2bfaf1 | 4253aa501952ed46835657213c16c71e15120c33 | refs/heads/master | 2020-03-17T22:41:42.097846 | 2018-05-19T00:44:51 | 2018-05-19T00:44:51 | 134,015,269 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 71 | java | package jp.co.systena.tigerscave.ShoppingSite;
public class Cart {
}
| [
"yuki@yuki-W517PU"
] | yuki@yuki-W517PU |
c599cfd15744b29d1375c5faf7cfe895c861b2ce | 0b9c8ad7a3025e732fc9b1db5752c74ef8ba67ae | /src/main/java/pl/edu/icm/jlargearrays/ObjectLargeArray.java | 05d30c9d7b69a334a092b6c4697768bf7cd3e0a8 | [
"BSD-2-Clause"
] | permissive | carandraug/debian-libjlargearrays-java | fd5c8a6db6cb23f6f9a26d7fa72cc4d402c83e52 | 155cce53f95eb1218bb20442c2060a5ca630b3e5 | refs/heads/master | 2020-12-02T06:45:33.416281 | 2017-09-08T14:40:55 | 2017-09-08T14:40:55 | 96,893,907 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,102 | java | /* ***** BEGIN LICENSE BLOCK *****
* JLargeArrays
* Copyright (C) 2013 onward University of Warsaw, ICM
* 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 c... | [
"carandraug+dev@gmail.com"
] | carandraug+dev@gmail.com |
8f7bfe5d93493a7e66882742bf5e7cb6bd16c3d5 | 1f4e57eab90e5ff141de16523f664b58ad532db6 | /src/ArrayPartitionI_561.java | 4c976a829f623eab3203a85d9fddac6cc6eb773b | [] | no_license | fanh2an/LeetCode | e8e490b243d5858000cd66372fe8b0ebea0268d1 | fa88b2467b1bd05ff1ca3e2268493685ba54e31e | refs/heads/master | 2020-03-28T05:40:02.288419 | 2018-09-09T12:01:01 | 2018-09-09T12:01:01 | 147,789,864 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 613 | java | import java.util.Arrays;
/*
给定长度为 2n 的数组, 你的任务是将这些数分成 n 对, 例如 (a1, b1), (a2, b2), ..., (an, bn) ,使得从1 到 n 的 min(ai, bi) 总和最大。
示例 1:
输入: [1,4,3,2]
输出: 4
解释: n 等于 2, 最大总和为 4 = min(1, 2) + min(3, 4).
提示:
n 是正整数,范围在 [1, 10000].
数组中的元素范围在 [-10000, 10000].
*/
public class ArrayPartitionI_561 {
public int arrayPairS... | [
"fanhuanhuan@fanfandeMac.local"
] | fanhuanhuan@fanfandeMac.local |
0509565fc47bba3ed982858f550996e6c1cfe371 | fa0ef0d4a95d4b0b89fe4248a0b6b8d4fc74032a | /src/main/java/com/gmail/jackkobec/config/SwaggerConfig.java | 33e6db56c62678031c9f4731ea1c78b91e215a3d | [] | no_license | Jackkobec/SpringBoot | 4c222bd6790982a040ff6ddc803ad9b6e6aa7161 | b73053917afd62fc19af140f95e94b34f0f20e39 | refs/heads/master | 2021-01-20T02:24:49.480352 | 2017-04-25T20:03:02 | 2017-04-25T20:03:02 | 89,401,452 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 856 | java | package com.gmail.jackkobec.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import springfox.documentation.builders.PathSelectors;
import springfox.documentation.builders.RequestHandlerSelectors;
import springfox.documentation.spi.DocumentationTy... | [
"jakkobec@gmail.com"
] | jakkobec@gmail.com |
888c9670aa4ed630381c8845c43b37a0cda56b41 | 344d4891c5ba6aee89fc00619496bc166ae618c6 | /src/Dependencias/EdisoncorSx/BarraTitle.java | a0b2ed536dc0362d45959baa01046f139df4fc28 | [] | no_license | osnoser1/Practica-Java-018---Look-and-feel | df5004ad8de66a30e98c50a3073ba1802924a058 | f0b7e16b877922bffebbedad83b28333f207e625 | refs/heads/master | 2021-01-10T21:26:05.198258 | 2012-10-09T03:37:40 | 2012-10-09T03:37:40 | 6,134,912 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 12,935 | java | package Dependencias.EdisoncorSx;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.MouseEvent;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.awt.image.BufferedImage;
import java.io.IOException;
import java.util.logging.Level;
import java.util.logging.Log... | [
"osnoser_12@hotmail.com"
] | osnoser_12@hotmail.com |
baf801edc9c335f3e47e2bfc9c4fce2496af6300 | 992d7435905077de58c26a9b21bad4d4daffcdaf | /src/demo/MyTest.java | 2a0eedf791d0ca1a80628266af52f395f3d8f00d | [] | no_license | luoyecheng/XcLearining_luobo | 474a1f7c41a5cc49b061c2b3e35477e3aeff9fcc | be8ee61057747ca036821bb49c1961bfb6cdf2f0 | refs/heads/master | 2023-04-17T02:23:45.031838 | 2021-04-15T06:53:58 | 2021-04-15T06:53:58 | 343,772,327 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,664 | java | package demo;
import org.junit.Test;
import java.util.*;
public class MyTest {
public MyTest(){}
class ListNode{
private int value;
private ListNode next;
public ListNode(int val){this.value=val;}
}
public ListNode reverse(ListNode node){
ListNode pre=null;
L... | [
"luobolyc@163.com"
] | luobolyc@163.com |
1e2933b37c379c33863cae22f4cf649bcc9da06f | abda9d411378e36c6c15025d991b1012a7f86e06 | /sdk_common/SDKFps/common/TickCommonHandler.java | 4b9efd3e64e6c4ceda16a9837be7a102c76684d1 | [] | no_license | eliferd/SDKGunUnofficial | 0847a4c702be7f63a9e3b26dbe3a99110a98388f | 655ae6af56de18ff62cb04874bfc12ff519c77df | refs/heads/master | 2021-05-26T21:06:59.796774 | 2013-08-02T13:05:49 | 2013-08-02T13:05:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,898 | java | package SDKFps.common;
import java.util.EnumSet;
import net.minecraft.client.Minecraft;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.world.World;
import cpw.mods.fml.common.ITickHandler;
import cpw.mods.fml.common.TickType;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.S... | [
"elias5401@hotmail.fr"
] | elias5401@hotmail.fr |
cf24d611d84b168a64fc6c0e71497d2d835ddf59 | 7ed50abf27306184935730d983dc59685bb362f5 | /melvoxels/src/com/sudoplay/joise/examples/Example_01.java | 8fa53d5a5e2891be647208dfdabbaa27a6f644b1 | [] | no_license | melsov/melvoxels | 1eb81c916702fabd113974229ef92dd12ddc4a73 | a8a058ff7f4314fea9b9e3127b64eb336d4fd9f1 | refs/heads/master | 2020-12-24T17:44:31.311197 | 2015-06-03T12:38:19 | 2015-06-03T12:38:19 | 34,623,985 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,998 | java | package com.sudoplay.joise.examples;
import com.sudoplay.joise.module.ModuleAutoCorrect;
import com.sudoplay.joise.module.ModuleBasisFunction.BasisType;
import com.sudoplay.joise.module.ModuleBasisFunction.InterpolationType;
import com.sudoplay.joise.module.ModuleFractal;
import com.sudoplay.joise.module.ModuleFractal... | [
"melsovereign@yahoo.com"
] | melsovereign@yahoo.com |
0982e0187cbbe3c58b289c4f2a3460ee34b0bb7b | 29d0f39a7d37cb26c51f66062bcce6a02f52c942 | /app/src/main/java/crossfit_juan/chk/com/crossfitjuan/Activity/AboutJuanActivity.java | b60a206d5276f095e1fc8a09fcfd1a1af675f427 | [] | no_license | kimkyuhwan/FITM_MOBLIE | e2999541bac153c770eaa0b81697815df74de121 | 98a485895d56bb9fcf364a8df87863d70bd7e79b | refs/heads/master | 2021-06-18T10:05:57.996758 | 2021-01-30T12:53:17 | 2021-01-30T12:53:17 | 132,495,085 | 0 | 0 | null | 2018-05-07T17:35:34 | 2018-05-07T17:35:34 | null | UTF-8 | Java | false | false | 4,348 | java | package crossfit_juan.chk.com.crossfitjuan.Activity;
import android.content.Intent;
import android.graphics.Color;
import android.net.Uri;
import android.os.Bundle;
import androidx.core.app.ActivityCompat;
import androidx.core.content.ContextCompat;
import androidx.appcompat.app.AppCompatActivity;
import android.view... | [
"gmarble94@gmail.com"
] | gmarble94@gmail.com |
36c32db6cc1163c7293bdd105c4679e01c0f9afc | d2cb1f4f186238ed3075c2748552e9325763a1cb | /pre_compile/nonstatic_methods/methods/java_security_cert_PKIXReason_getClass.java | 479731f6e40d308636716fe8bb7b2147e3954a0a | [] | no_license | Adabot1/data | 9e5c64021261bf181b51b4141aab2e2877b9054a | 352b77eaebd8efdb4d343b642c71cdbfec35054e | refs/heads/master | 2020-05-16T14:22:19.491115 | 2019-05-25T04:35:00 | 2019-05-25T04:35:00 | 183,001,929 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 166 | java | class java_security_cert_PKIXReason_getClass{ public static void function() {java.security.cert.PKIXReason obj = new java.security.cert.PKIXReason();obj.getClass();}} | [
"peter2008.ok@163.com"
] | peter2008.ok@163.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.