Spaces:
Runtime error
Runtime error
Upload 2 files
Browse files
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
IntelliJIDEALicenseServer/IntelliJIDEALicenseServer_linux_amd64 filter=lfs diff=lfs merge=lfs -text
|
IntelliJIDEALicenseServer/IntelliJIDEALicenseServer.html
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html >
|
2 |
+
|
3 |
+
<head>
|
4 |
+
<title>IntelliJ IDEA License Server</title>
|
5 |
+
</head>
|
6 |
+
|
7 |
+
<body onload="showTime()">
|
8 |
+
|
9 |
+
<h1>Service is Runing...</h1><h3> IntelliJ IDEA License Server v1.5</h3><span id="time"></span></br>
|
10 |
+
|
11 |
+
<script>
|
12 |
+
var url=window.location.href;
|
13 |
+
document.write('<h2>You can use <u>' + url + '</u> as license server</h2>');
|
14 |
+
</script>
|
15 |
+
|
16 |
+
<script>
|
17 |
+
function showTime()
|
18 |
+
{
|
19 |
+
var today = new Date();
|
20 |
+
var year = today.getFullYear();
|
21 |
+
var month = today.getMonth()+1;
|
22 |
+
var day = today.getDate();
|
23 |
+
var hours = today.getHours();
|
24 |
+
var minutes = today.getMinutes();
|
25 |
+
var seconds = today.getSeconds();
|
26 |
+
month = month<10 ? "0"+month : month;
|
27 |
+
day = day <10 ? "0"+day : day;
|
28 |
+
hours = hours<10 ? "0"+hours : hours;
|
29 |
+
minutes = minutes<10 ? "0"+minutes : minutes;
|
30 |
+
seconds = seconds<10 ? "0"+seconds : seconds;
|
31 |
+
var str = year+"-"+month+"-"+day+" "+hours+":"+minutes+":"+seconds;
|
32 |
+
var obj = document.getElementById("time");
|
33 |
+
obj.innerHTML = str;
|
34 |
+
window.setTimeout("showTime()",1000);
|
35 |
+
}
|
36 |
+
</script>
|
37 |
+
</body>
|
38 |
+
</html>
|
IntelliJIDEALicenseServer/IntelliJIDEALicenseServer_linux_amd64
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f14acf55cb5370cbb43cb75d9fcb8a9287a33dd049c23bc4ecfa81f1a10ea215
|
3 |
+
size 4539296
|