Help
RSS
API
Feed
Maltego
Contact
Domain > www.jinq.org
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2014-03-22
176.32.101.132
(
ClassC
)
2014-08-08
205.251.242.244
(
ClassC
)
2014-08-10
54.231.16.156
(
ClassC
)
2014-08-13
54.231.11.36
(
ClassC
)
2014-08-28
54.231.18.180
(
ClassC
)
2015-01-29
54.231.17.92
(
ClassC
)
2015-02-01
54.231.10.196
(
ClassC
)
2015-02-28
54.231.0.52
(
ClassC
)
2015-03-10
54.231.8.148
(
ClassC
)
2015-03-13
54.231.9.244
(
ClassC
)
2015-03-16
54.231.1.236
(
ClassC
)
2015-03-26
54.231.18.236
(
ClassC
)
2015-04-26
54.231.12.84
(
ClassC
)
2015-05-13
54.231.2.116
(
ClassC
)
2015-06-19
54.231.2.108
(
ClassC
)
2015-07-31
54.231.14.68
(
ClassC
)
2015-09-08
54.231.64.36
(
ClassC
)
2015-11-10
54.231.64.164
(
ClassC
)
2015-12-02
54.231.10.84
(
ClassC
)
2016-01-30
54.231.13.132
(
ClassC
)
2016-02-16
54.231.17.100
(
ClassC
)
2016-06-14
54.231.12.228
(
ClassC
)
2024-03-06
204.246.191.116
(
ClassC
)
2024-04-05
3.163.24.13
(
ClassC
)
2024-07-13
18.161.6.121
(
ClassC
)
2024-08-07
18.161.6.76
(
ClassC
)
2024-12-03
18.238.217.96
(
ClassC
)
2025-03-04
18.161.6.103
(
ClassC
)
2025-04-27
204.246.191.95
(
ClassC
)
2025-06-14
204.246.191.39
(
ClassC
)
2025-10-01
3.175.34.38
(
ClassC
)
2026-01-21
3.175.34.51
(
ClassC
)
Port 80
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 3936Connection: keep-aliveDate: Mon, 19 Feb 2024 22:07:51 GMTLast-Modified: Thu, 18 Jan 2024 22:12:01 GMTETag: 18365af16b91f905345b72d29e18c08eSer !DOCTYPE html SYSTEM about:legacy-compat>?xml-stylesheet typetext/xsl hrefstyle.xsl >html>head>META http-equivContent-Type contenttext/html; charsetUTF-8>title>Jinq/title>link relstylesheet typetext/css hrefmain.css>/head>body>div classpageheading>div>a hrefhttp://www.jinq.org>img stylewidth:1.5em; srcjinqlogo_white.svg width50>/a>/div>div stylecolor:white;>Easy database queries for Java/div>/div>div classnavigation style>a hrefindex.html>Home/a> a hrefdocs/>Documentation/a> a hrefdownload.html>Download/a> a hrefcommunity.html>Community/a> a hrefabout.html>About/a>/div>div stylemax-width: 35em; margin: auto;>div stylemin-height: 250px; background-color: lightgrey; background: linear-gradient(to bottom, #eeeeee, lightgrey); >div stylemin-height: 250px; font-size: 60px; font-weight: bold; text-shadow: 2px 2px 2px grey; padding: 0.5em; background-image: url(icon_db50.png); background-repeat: no-repeat; background-position: right bottom;>Jinq: br> Easy Database Queries for Java/div>/div>p>Jinq provides developers an easy and natural way to write database queries in Java. You can treat database data like normal Java objects stored in collections. You can iterate over them and filter them using normal Java commands, and all your code will be automatically translated into optimized database queries. Finally, LINQ-style queries are available for Java!/p>h3>Simple Natural Queries./h3>p>With Jinq, you can write database queries using a simple, natural Java syntax. Using Java 8s new support for functional programming, you can filter and transform data in a database using the same code you would use for normal Java data./p>p>For example, below is some Java code that uses Jinq to get a list of all the customers named Alice from a database./p>pre stylemargin-left: 3em; margin-right: 1em; padding: 1em; background-color: #EEEEEE;>database.customerStream().where( customer -> customer.getName().equals(Alice));/pre>p>The code/p>ol>li>Gets a stream of all the customers from a d
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 3936Connection: keep-aliveDate: Mon, 19 Feb 2024 22:07:51 GMTLast-Modified: Thu, 18 Jan 2024 22:12:01 GMTETag: 18365af16b91f905345b72d29e18c08eSer !DOCTYPE html SYSTEM about:legacy-compat>?xml-stylesheet typetext/xsl hrefstyle.xsl >html>head>META http-equivContent-Type contenttext/html; charsetUTF-8>title>Jinq/title>link relstylesheet typetext/css hrefmain.css>/head>body>div classpageheading>div>a hrefhttp://www.jinq.org>img stylewidth:1.5em; srcjinqlogo_white.svg width50>/a>/div>div stylecolor:white;>Easy database queries for Java/div>/div>div classnavigation style>a hrefindex.html>Home/a> a hrefdocs/>Documentation/a> a hrefdownload.html>Download/a> a hrefcommunity.html>Community/a> a hrefabout.html>About/a>/div>div stylemax-width: 35em; margin: auto;>div stylemin-height: 250px; background-color: lightgrey; background: linear-gradient(to bottom, #eeeeee, lightgrey); >div stylemin-height: 250px; font-size: 60px; font-weight: bold; text-shadow: 2px 2px 2px grey; padding: 0.5em; background-image: url(icon_db50.png); background-repeat: no-repeat; background-position: right bottom;>Jinq: br> Easy Database Queries for Java/div>/div>p>Jinq provides developers an easy and natural way to write database queries in Java. You can treat database data like normal Java objects stored in collections. You can iterate over them and filter them using normal Java commands, and all your code will be automatically translated into optimized database queries. Finally, LINQ-style queries are available for Java!/p>h3>Simple Natural Queries./h3>p>With Jinq, you can write database queries using a simple, natural Java syntax. Using Java 8s new support for functional programming, you can filter and transform data in a database using the same code you would use for normal Java data./p>p>For example, below is some Java code that uses Jinq to get a list of all the customers named Alice from a database./p>pre stylemargin-left: 3em; margin-right: 1em; padding: 1em; background-color: #EEEEEE;>database.customerStream().where( customer -> customer.getName().equals(Alice));/pre>p>The code/p>ol>li>Gets a stream of all the customers from a d
Subdomains
Date
Domain
IP
app.jinq.org
2015-04-27
64.233.191.121
www.jinq.org
2014-03-22
176.32.101.132
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]