• DELETE FROM KEYWORDS WHERE ID_DOMAINE=28767882
  • DoneDoneDone

    URL:jasperapp.io

    Connection: keep-alive
    Date: Wed, 22 Jan 2025 10:08:31 GMT
    Via: 1.1 varnish
    Content-Length: 162
    Content-Type: text/html
    Accept-Ranges: bytes
    Age: 0
    Location: https://jasperapp.io/
    Server: GitHub.com
    Vary: Accept-Encoding
    X-GitHub-Request-Id: 8B07:ED165:166BB5:169F26:6790C39F
    X-Served-By: cache-cdg-lfpb1150051-CDG
    X-Cache: MISS
    X-Cache-Hits: 0
    X-Timer: S1737540512.672025,VS0,VE106
    X-Fastly-Request-ID: 3ca3eef8c0f66d10832abae1ee220e64a9cc2fdc
    
    
    Location => https://jasperapp.io/
    Status => 301
    <html>
    <head><title>301 Moved Permanently</title></head>
    

    (vide) Tentative en https

    https://jasperapp.io/

    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="utf-8"/>
      <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0">
      <title>Jasper - A flexible and powerful issue reader for GitHub</title>
      <meta property="og:url" content="https://jasperapp.io/">
      <meta property="og:site_name" content="Jasper">
      <meta property="og:title" content="Jasper - A flexible and powerful issue reader for GitHub">
      <meta property="og:description" content="You will be able to read, track and discover many active issues very flexibly by using Jasper in GitHub.">
      <meta property="og:type" content="website">
      <meta property="og:author" content="https://twitter.com/h13i32maru">
      <meta property="og:image" content="https://jasperapp.io/image/logo_full.png">
      <meta property="og:image:width" content="696">
      <meta property="og:image:height" content="720">
      <meta property="twitter:card" content="summary">
      <meta property="twitter:site" content="@h13i32maru">
      <meta property="twitter:creator" content="@h13i32maru">
      <meta property="twitter:title" content="Jasper - A flexible and powerful issue reader for GitHub">
      <meta property="twitter:description" content="You will be able to read, track and discover many active issues very flexibly by using Jasper in GitHub.">
      <meta property="twitter:image:src" content="https://jasperapp.io/image/logo_full.png">
      <meta property="twitter:image:width" content="696">
      <meta property="twitter:image:height" content="720">
      <meta name="description" content="You will be able to read, track and discover many active issues very flexibly by using Jasper in GitHub.">
      <link rel="shortcut icon" href="./image/favicon.png">
      <link rel="stylesheet" href="./css/style.css"/>
      <link rel="stylesheet" href="./css/materialdesignicons.css"/>
      <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
      <style>
        .content {
          max-width: 980px;
          display: flex;
          border-top: 1px solid #ddd;
          padding-top: 2em;
          flex-flow: row wrap;
        }
    
        header {
          position: relative;
          padding: 3em 0 8em;
          text-align: center;
          /*background: #86B0CE;*/
          background: #1c3e73;
          /*background: #4C3852;*/
          border-top: solid 1px #fff;
          /*color: white;*/
        }
    
        .eye-catch {
          position: relative;
          text-align: center;
        }
    
        .eye-catch img{
          max-width: 1024px;
          margin: -7em auto 0;
        }
    
        .overview {
          width: 500px;
          margin: auto auto 2em;
          font-size: 1.2em;
          text-align: center;
        }
    
        .downloads {
          position: absolute;
          width: 200px;
          left: 50%;
          top: 90px;
          margin-left: 220px;
        }
    
        .download {
          margin-bottom: 16px;
        }
    
        .stream-sample {
          background: #214b8c;
          color: #fff;
          border-radius: 0.3em;
          text-align: center;
          font-family: Menlo, Consolas, 'Courier New', Courier, Monaco, monospace;
          font-size: 0.9em;
          padding: 8px;
        }
    
        .stream-sample .label {
          border: solid 1px #8098bd;
          border-radius: 0.2em;
          padding: 0.1em 0.5em;
          background: #214b8c;
          font-size: 0.85em;
        }
    
        .features {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
        }
    
        .features .feature {
          width: 49%;
          /*border: solid 1px #214b8c;*/
          /*border: solid 1px #DC407B;*/
          box-sizing: border-box;
          border-radius: 4px;
          padding: 8px;
          margin-bottom: 24px;
        }
    
        .feature .feature-title {
          display: flex;
          align-items: center;
          font-size: 1.2em;
          /*color: #214b8c;*/
          color:#DC407B;
          font-weight: bold;
          border-bottom: solid 1px #DC407B;
        }
    
        .feature-title .mdi {
          margin-right: 8px;
        }
    
        .feature .feature-desc {
          padding-top: 8px;
        }
    
        .feature .feature-details {
          font-size: 0.8em;
          color: #666666;
        }
    
        .feature-desc img {
          margin-top: 8px;
          max-width: 100%;
          border: solid 1px #dddddd;
          border-radius: 4px;
        }
    
        .code {
          background: #eeeeee;
          padding: 2px 4px;
          border-radius: 4px;
        }
    
        .users {
          width: 100%;
          margin-top: 3em;
          border-top: solid 1px #ddd;
          padding-top: 2em;
          text-align: center;
        }
    
        .users .tweets {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          margin-top: 1em;
        }
    
        .users .tweets .twitter-tweet {
          width: 49% !important;
        }
    
        .users .tweets .twitter-tweet:not(.twitter-tweet-rendered) {
          border: solid 1px #4078c0;
          border-radius: 8px;
          margin-bottom: 16px;
          padding: 8px;
          box-sizing: border-box;
        }
    
        @media (max-width: 1024px) {
          .eye-catch img{
            max-width: 100%;
          }
    
          .overview {
            padding: 10px;
            max-width: 100%;
            box-sizing: border-box;
          }
    
          header .downloads {
            position: static;
            margin: 10px auto 0;
          }
    
          .overview .stream-sample {
            overflow-x: auto;
            white-space: nowrap;
          }
    
          .features .feature {
            width: 100%;
          }
    
          .users .tweets .twitter-tweet {
            width: 100% !important;
          }
        }
      </style>
    </head>
    
    

    Jasper - A flexible and powerful issue reader for GitHub

    Recherche META Description de la page

    You will be able to read, track and discover many active issues very flexibly by using Jasper in GitHub.

    Recherche META Keywords de la page

    UPDATE DOMAINES SET server='GitHub.com',redirection='https://jasperapp.io/',Status='200',err='',[TITRE]=N'Jasper - A flexible and powerful issue reader for GitHub',[DESCRIPTION]=N'You will be able to read, track and discover many active issues very flexibly by using Jasper in GitHub.',[KEYWORDS]=N'' WHERE id=28767882
  • 0

    Jasper - A flexible and powerful issue reader for GitHub You will be able to read track and discover many active issues very flexibly by using Jasper in GitHub.

  • 0. Jasper (6)
  • --------->0
  • 1. - (1)
  • --------->0
  • 2. A (1)
  • --------->0
  • 3. flexible (8)
  • --------->0
  • 4. and (3)
  • --------->0
  • 5. powerful (8)
  • --------->0
  • 6. issue (5)
  • --------->0
  • 7. reader (6)
  • --------->0
  • 8. for (3)
  • --------->0
  • 9. GitHub (6)
  • --------->0
  • 10. You (3)
  • --------->0
  • 11. will (4)
  • --------->0
  • 12. be (2)
  • --------->0
  • 13. able (4)
  • --------->0
  • 14. to (2)
  • --------->0
  • 15. read (4)
  • --------->0
  • 17. track (5)
  • --------->0
  • 19. discover (8)
  • --------->0
  • 20. many (4)
  • --------->0
  • 21. active (6)
  • --------->0
  • 22. issues (6)
  • --------->0
  • 23. very (4)
  • --------->0
  • 24. flexibly (8)
  • --------->0
  • 25. by (2)
  • --------->0
  • 26. using (5)
  • --------->0
  • 28. in (2)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'Jasper',28767882),(N'-',28767882),(N'A',28767882),(N'flexible',28767882),(N'and',28767882),(N'powerful',28767882),(N'issue',28767882),(N'reader',28767882),(N'for',28767882),(N'GitHub',28767882),(N'You',28767882),(N'will',28767882),(N'be',28767882),(N'able',28767882),(N'to',28767882),(N'read',28767882),(N'track',28767882),(N'discover',28767882),(N'many',28767882),(N'active',28767882),(N'issues',28767882),(N'very',28767882),(N'flexibly',28767882),(N'by',28767882),(N'using',28767882),(N'in',28767882)