Dataset Viewer
Auto-converted to Parquet Duplicate
repo
stringlengths
1
191
file
stringlengths
23
351
code
stringlengths
0
5.32M
file_length
int64
0
5.32M
avg_line_length
float64
0
2.9k
max_line_length
int64
0
288k
extension_type
stringclasses
1 value
null
ceph-main/examples/rgw/java/ceph-s3-upload/src/main/java/org/example/cephs3upload/App.java
package org.example.cephs3upload; import com.amazonaws.services.s3.model.AmazonS3Exception; import com.amazonaws.services.s3.AmazonS3; import com.amazonaws.services.s3.AmazonS3ClientBuilder; import com.amazonaws.client.builder.AwsClientBuilder; import com.amazonaws.auth.AWSStaticCredentialsProvider; import com.amazona...
2,294
43.134615
149
java
null
ceph-main/examples/rgw/java/ceph-s3-upload/src/test/java/org/example/cephs3upload/AppTest.java
package org.example.cephs3upload; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; /** * Unit test for simple App. */ public class AppTest extends TestCase { /** * Create the test case * * @param testName name of the test case */ public...
652
15.74359
46
java
null
ceph-main/src/java/java/com/ceph/crush/Bucket.java
/* * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or s...
1,449
32.72093
78
java
null
ceph-main/src/java/java/com/ceph/fs/CephAlreadyMountedException.java
/* * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or s...
1,535
33.133333
78
java
null
ceph-main/src/java/java/com/ceph/fs/CephFileAlreadyExistsException.java
/* * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or s...
1,561
33.711111
78
java
null
ceph-main/src/java/java/com/ceph/fs/CephFileExtent.java
/* * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or s...
1,868
26.895522
78
java
null
ceph-main/src/java/java/com/ceph/fs/CephMount.java
/* * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or s...
29,477
25.701087
123
java
null
ceph-main/src/java/java/com/ceph/fs/CephNativeLoader.java
/* * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or s...
3,139
32.404255
78
java
null
ceph-main/src/java/java/com/ceph/fs/CephNotDirectoryException.java
/* * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or s...
1,538
33.2
78
java
null
ceph-main/src/java/java/com/ceph/fs/CephNotMountedException.java
/* * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or s...
1,511
32.6
78
java
null
ceph-main/src/java/java/com/ceph/fs/CephPoolException.java
/* * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or s...
1,492
32.177778
78
java
null
ceph-main/src/java/java/com/ceph/fs/CephStat.java
/* * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or s...
1,665
29.851852
78
java
null
ceph-main/src/java/java/com/ceph/fs/CephStatVFS.java
/* * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or s...
1,321
37.882353
78
java
null
ceph-main/src/java/test/com/ceph/fs/CephAllTests.java
/* * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or s...
1,601
34.6
91
java
null
ceph-main/src/java/test/com/ceph/fs/CephDoubleMountTest.java
/* * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or s...
1,670
35.326087
78
java
null
ceph-main/src/java/test/com/ceph/fs/CephMountCreateTest.java
/* * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or s...
2,896
30.48913
78
java
null
ceph-main/src/java/test/com/ceph/fs/CephMountTest.java
/* * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or s...
26,218
24.186359
92
java
null
ceph-main/src/java/test/com/ceph/fs/CephUnmountedTest.java
/* * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or s...
4,869
28.515152
78
java
ic3
ic3-master/src/main/java/edu/psu/cse/siis/ic3/AndroidMethodReturnValueAnalyses.java
/* * Copyright (C) 2015 The Pennsylvania State University and the University of Wisconsin * Systems and Internet Infrastructure Security Laboratory * * Author: Damien Octeau * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
1,840
35.098039
87
java
ic3
ic3-master/src/main/java/edu/psu/cse/siis/ic3/AuthorityValueAnalysis.java
/* * Copyright (C) 2015 The Pennsylvania State University and the University of Wisconsin * Systems and Internet Infrastructure Security Laboratory * * Author: Damien Octeau * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
2,635
31.146341
97
java
ic3
ic3-master/src/main/java/edu/psu/cse/siis/ic3/ClassTypeValueAnalysis.java
/* * Copyright (C) 2015 The Pennsylvania State University and the University of Wisconsin * Systems and Internet Infrastructure Security Laboratory * * Author: Damien Octeau * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
2,474
31.565789
97
java
ic3
ic3-master/src/main/java/edu/psu/cse/siis/ic3/ContextValueAnalysis.java
/* * Copyright (C) 2015 The Pennsylvania State University and the University of Wisconsin * Systems and Internet Infrastructure Security Laboratory * * Author: Damien Octeau * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
1,896
28.640625
87
java
ic3
ic3-master/src/main/java/edu/psu/cse/siis/ic3/DataAuthority.java
/* * Copyright (C) 2015 The Pennsylvania State University and the University of Wisconsin * Systems and Internet Infrastructure Security Laboratory * * Author: Damien Octeau * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
1,738
24.573529
87
java
ic3
ic3-master/src/main/java/edu/psu/cse/siis/ic3/EntryPointMappingSceneTransformer.java
/* * Copyright (C) 2015 The Pennsylvania State University and the University of Wisconsin * Systems and Internet Infrastructure Security Laboratory * * Author: Damien Octeau * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
11,115
38.985612
100
java
ic3
ic3-master/src/main/java/edu/psu/cse/siis/ic3/Ic3Analysis.java
/* * Copyright (C) 2015 The Pennsylvania State University and the University of Wisconsin * Systems and Internet Infrastructure Security Laboratory * * Author: Damien Octeau * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
14,560
38.142473
100
java
ic3
ic3-master/src/main/java/edu/psu/cse/siis/ic3/Ic3CommandLineArguments.java
/* * Copyright (C) 2015 The Pennsylvania State University and the University of Wisconsin * Systems and Internet Infrastructure Security Laboratory * * Author: Damien Octeau * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
4,758
26.508671
100
java
ic3
ic3-master/src/main/java/edu/psu/cse/siis/ic3/Ic3CommandLineParser.java
/* * Copyright (C) 2015 The Pennsylvania State University and the University of Wisconsin * Systems and Internet Infrastructure Security Laboratory * * Author: Damien Octeau * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
3,248
46.086957
99
java
ic3
ic3-master/src/main/java/edu/psu/cse/siis/ic3/Ic3Result.java
/* * Copyright (C) 2015 The Pennsylvania State University and the University of Wisconsin * Systems and Internet Infrastructure Security Laboratory * * Author: Damien Octeau * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
3,360
28.226087
94
java
ic3
ic3-master/src/main/java/edu/psu/cse/siis/ic3/Ic3ResultBuilder.java
/* * Copyright (C) 2015 The Pennsylvania State University and the University of Wisconsin * Systems and Internet Infrastructure Security Laboratory * * Author: Damien Octeau * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
6,182
39.149351
100
java
ic3
ic3-master/src/main/java/edu/psu/cse/siis/ic3/Main.java
package edu.psu.cse.siis.ic3; public class Main { public static void main(String[] args) { Ic3Analysis analysis = new Ic3Analysis(); Ic3CommandLineParser parser = new Ic3CommandLineParser(); Ic3CommandLineArguments commandLineArguments = parser.parseCommandLine(args, Ic3CommandLineArguments.clas...
498
28.352941
69
java
ic3
ic3-master/src/main/java/edu/psu/cse/siis/ic3/PathValueAnalysis.java
/* * Copyright (C) 2015 The Pennsylvania State University and the University of Wisconsin * Systems and Internet Infrastructure Security Laboratory * * Author: Damien Octeau * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
3,071
32.032258
88
java
ic3
ic3-master/src/main/java/edu/psu/cse/siis/ic3/ProtobufResultProcessor.java
/* * Copyright (C) 2015 The Pennsylvania State University and the University of Wisconsin * Systems and Internet Infrastructure Security Laboratory * * Author: Damien Octeau * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
30,081
40.896936
113
java
End of preview. Expand in Data Studio

Dataset Card for "arxiv_java_research_code"

More Information needed

Downloads last month
137