Download com.googlecode.selenium-uitaf JAR files with all dependencies
ejml from group com.googlecode.efficient-java-matrix-library (version 0.23)
A fast and easy to use dense matrix linear algebra library written in Java.
selenium-server from group org.seleniumhq.selenium (version 2.44.0)
Selenium automates browsers. That's it! What you do with that power is entirely up to you.
36 downloads
selenium-chrome-driver from group org.seleniumhq.selenium (version 2.29.0)
selenium-support from group org.seleniumhq.selenium (version 3.6.0)
36 downloads
selenium-remote-driver from group org.seleniumhq.selenium (version 3.11.0)
Selenium automates browsers. That's it! What you do with that power is entirely up to you.
selenium-firefox-driver from group org.seleniumhq.selenium (version 2.39.0)
selenium-safari-driver from group org.seleniumhq.selenium (version 3.141.59)
lanterna from group com.googlecode.lanterna (version 2.1.7)
Java library for creating text-based terminal GUIs
35 downloads
selenium-leg-rc from group org.seleniumhq.selenium (version 3.141.59)
35 downloads
gwt-charts from group com.googlecode.gwt-charts (version 0.9.10)
Unofficial Google Chart Tools API for Google Web Toolkit
htmlunit-driver from group org.seleniumhq.selenium (version 2.29.0)
WebDriver compatible driver for HtmlUnit headless browser
34 downloads
selenium-firefox-driver from group org.seleniumhq.selenium (version 3.7.1)
selenium-server from group org.seleniumhq.selenium (version 3.0.1)
Selenium automates browsers. That's it! What you do with that power is entirely up to you.
34 downloads
selenium-server from group org.seleniumhq.selenium (version 3.10.0)
Selenium automates browsers. That's it! What you do with that power is entirely up to you.
34 downloads
JavaEWAH from group com.googlecode.javaewah (version 1.1.6)
The bit array data structure is implemented in Java as the BitSet class. Unfortunately, this fails to scale without compression.
JavaEWAH is a word-aligned compressed variant of the Java bitset class. It uses a 64-bit run-length encoding (RLE) compression scheme.
The goal of word-aligned compression is not to achieve the best compression, but rather to improve query processing time. Hence, we try to save CPU cycles, maybe at the expense of storage. However, the EWAH scheme we implemented is always more efficient storage-wise than an uncompressed bitmap (implemented in Java as the BitSet class). Unlike some alternatives, javaewah does not rely on a patented scheme.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
Page 16 from 144 (items total 2146)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy