Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

32
LINES

< > BotCompany Repo | #1033890 // ultrafa.st backup

JavaX source code (Dynamic Module) - run with: Stefan's OS

1  
!7
2  
3  
cm UltrafaST > DynWebServee {
4  
  @Override O html(IWebRequest req) {
5  
    try object redirectToHTTPS(req);
6  
    
7  
    if (eq(req.uri(), "/favicon.ico"))
8  
      ret serveFavIcon(gazelleFavIconSnippet());
9  
      
10  
    if (eq(req.uri(), "/"))
11  
      ret hhtml(
12  
        hhead_title("Ultrafa.st - Ultrafast Recognition")
13  
        + hsansserif()
14  
        + hbody(hfullcenter(
15  
          h1("Ultrafa.st - Ultrafast Image/Audio Recognition")
16  
          + p(himgsnippet(#1103002, width := "500"))
17  
          + p(joinWithBR(
18  
            "IDEA:",
19  
            "Using the power of " + b("integral images") + ", we recognize things faster than anyone else.",
20  
            "It's a new family of algorithms being developed by "
21  
              + targetBlank("https://BotCompany.de", "Stefan Reich")
22  
              + " at " + ahref("https://gazelle.rocks", "Gaz.AI") + "."))
23  
          + h3("News")
24  
          + mapToLines p(
25  
            targetBlank("https://agi.topicbox.com/groups/agi/T8ca0db34fc106b16/image-recognizers-should-return-mathematical-proofs", "Image recognizers should return mathematical proofs") + " [2021/9/10]",
26  
            targetBlank("https://agi.topicbox.com/groups/agi/T2771ec3238f217fa/gazelle-looks-at-its-own-logo-and-paints-it-red", "Gazelle looks at its own logo and paints it red") + " [2021/8/20]"
27  
          )
28  
      )));
29  
    
30  
    ret subBot_serve404("Four oh four dude. Your URL f*cked");
31  
  }
32  
}

Author comment

Began life as a copy of #1032402

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): bhatertpkbcr, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033890
Snippet name: ultrafa.st backup
Eternal ID of this version: #1033890/1
Text MD5: a717c2d4b559fe25fb0f85eff63c919d
Author: stefan
Category: javax
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-09 01:37:21
Source code size: 1424 bytes / 32 lines
Pitched / IR pitched: No / No
Views / Downloads: 70 / 88
Referenced in: [show references]