• DELETE FROM KEYWORDS WHERE ID_DOMAINE=28713202
  • DoneDoneDone

    URL:aerolab.github.io

    Cache-Control: max-age=600
    Connection: keep-alive
    Date: Tue, 21 Jan 2025 14:11:27 GMT
    Via: 1.1 varnish
    Content-Length: 14512
    Content-Type: text/html; charset=utf-8
    Expires: Tue, 21 Jan 2025 14:21:27 GMT
    Last-Modified: Tue, 03 Mar 2015 15:57:45 GMT
    Accept-Ranges: bytes
    Age: 0
    ETag: "54f5d9f9-38b0"
    Server: GitHub.com
    Vary: Accept-Encoding
    permissions-policy: interest-cohort=()
    Access-Control-Allow-Origin: *
    x-proxy-cache: MISS
    X-GitHub-Request-Id: D7F2:23C5BF:13E0F4:14129E:678FAB0F
    X-Served-By: cache-cdg-lfpb1150070-CDG
    X-Cache: MISS
    X-Cache-Hits: 0
    X-Timer: S1737468687.417763,VS0,VE118
    X-Fastly-Request-ID: 0e5ece65ee366340a2473e2a68ce9d5ac6995d4c
    
    
    Status => 200
    <!DOCTYPE HTML>
    <html lang="en" prefix="og: http://ogp.me/ns#">
    <head>
    
      <!--
                                                                       ~
                                                                    ,++?I
                                                                  ++++?III
                                                               =++++++IIIII
                                                             ++++++++?IIIIII
                                                          +++++++++++IIIIIII?
                                                       :++++++++++++IIIIIIII??
                                                     +++++++++++++++IIIIIIIIII?
                                                     I?++++++++++++?IIIIIIIIIIII
                                                     IIII?+++++++++IIIIIIIIIIIII?
                                                     :IIII?II+++++IIIIIIIIIIIIIIII
                                                      IIIIIIII?IIIIIIIIIIIIIIIIIII?
                                                      IIIIIIIIIII777777777II?IIIIII?
                                                      ,IIIIIIIIII777777777777777777,
                                                       IIIIIIIIII77777777777777777
                                                       ?IIIIIIII7777777777777777=
                                                       ,IIIIIIII777777777777777
                                                        ?IIIIIII77777777777777
                                                        IIIIIII7777777777777~
                                                        ,IIIIII77777777777I
                                                         IIIIII7777777777I
                                                         ?IIIII777777777:
                                                         ,IIII777777777
                                                          IIII7777777I
                  :77777777777777,                        IIII777777
              =777777~           I77:                      II777777
           :77777,                  I7                     II77777
         =7777,                       77                   ?I777,
        7777                           I7                  ,777
        +7                               7+                 7:
                                          77              77
                                            77          77
                                              7I77??777I
      -->
    
      <!-- Metadata -->
        <meta charset="UTF-8">
        <title>Open Source Projects by Aerolab at GitHub</title>
    
        <meta name="description" content="Our Github is full of interesting libraries, sites and articles on design and technology.">
        <meta name="keywords" content="">
        <meta name="robots" content="INDEX, FOLLOW">
        <meta name="author" content="Aerolab">
        <meta name="geo.placename" content="Buenos Aires">
        <meta name="geo.region" content="AR">
    
        <link rel="canonical" href="https://aerolab.github.io">
    
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimal-ui">
        <meta name="theme-color" content="#FFFFFF">
    
        <meta name="X-UA-Compatible" content="IE=edge">
        <meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE">
        <meta name="apple-mobile-web-app-capable" content="no">
    
    
      <!-- Facebook -->
        <meta property="og:type" content="website">
        <meta property="og:site_name" content="Aerolab">
        <meta property="og:title" content="Open Source Projects by Aerolab">
        <meta property="og:description" content="Our Github is full of interesting libraries, sites and articles on design and technology.">
        <meta property="og:image" content="https://aerolab.github.io/images/page-opensource/social-facebook-opensource.png">
        <meta property="og:url" content="https://aerolab.github.io">
        <meta property="fb:app_id" content="344819049029949">
    
      <!-- Twitter -->
        <meta property="twitter:card" content="summary">
        <meta property="twitter:site" content="@aerolab">
        <meta property="twitter:title" content="Open Source Projects by Aerolab">
        <meta property="twitter:description" content="Our Github is full of interesting libraries, sites and articles on design and technology.">
        <meta property="twitter:image" content="https://aerolab.github.io/images/page-opensource/social-twitter-opensource.png">
        <meta property="twitter:url" content="https://aerolab.github.io">
    
      <!-- CSS & Fonts -->
        <link type="text/css" rel="stylesheet" href="css/aerolab.css">
        <link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Dosis:300,400,600">
    
      <!-- Favicon & iPhone Icon -->
        <link rel="icon" type="image/png" href="images/favicon.ico">
        <link rel="shortcut icon" type="image/png" href="images/favicon.ico">
        
        <link rel="apple-touch-icon-precomposed" sizes="60x60" href="https://aerolab.github.io/images/apple-touch-icon-iphone.png">
        <link rel="apple-touch-icon-precomposed" sizes="76x76" href="https://aerolab.github.io/images/apple-touch-icon-ipad.png">
        <link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://aerolab.github.io/images/apple-touch-icon-iphone@2x.png">
        <link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://aerolab.github.io/images/apple-touch-icon-ipad@2x.png">
    
      <!--[if lt IE 9]>
        <script type="text/javascript" src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
      <![endif]-->
    
      <!-- Head Scripts -->
        <script type="text/javascript">
          /**
           * Insert some extra styles so non-js renderers can see the site by default and be unaffected by wow.js (which uses visibility: hidden on everything)
           * This also prevents flickering before document ready.
           */
          (function(){
            var hiddenStyles = document.createElement('style'); 
            var head = document.head || document.getElementsByTagName('head')[0];
            var css = '.wow { visibility: hidden; }'+
                      '#header { visibility: hidden; }';
    
            hiddenStyles.type = 'text/css';
            if( hiddenStyles.styleSheet ) {
              hiddenStyles.styleSheet.cssText = css;
            } else {
              hiddenStyles.appendChild(document.createTextNode(css));
            }
            head.appendChild(hiddenStyles);
          })();
        </script>
    
      <!-- Tracking -->
        <script type="text/javascript">
    
          (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
          (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
          m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
          })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
    
          ga('create', 'UA-21195039-3', 'aerolab.github.io');
          ga('require', 'displayfeatures');
          ga('require', 'linkid', 'linkid.js');
          ga('send', 'pageview');
    
          window.onerror = function(message, file, line) { 
            var sFormattedMessage = '[' + file + ' (' + line + ')] ' + message; 
            ga('send', 'event', 'Errors', 'Browser', sFormattedMessage, null, true);
          };
    
        </script>
    
    </head>
    
    
    <!DOCTYPE HTML>
    <html lang="en" prefix="og: http://ogp.me/ns#">
    <head>
    
      <!--
                                                                       ~
                                                                    ,++?I
                                                                  ++++?III
                                                               =++++++IIIII
                                                             ++++++++?IIIIII
                                                          +++++++++++IIIIIII?
                                                       :++++++++++++IIIIIIII??
                                                     +++++++++++++++IIIIIIIIII?
                                                     I?++++++++++++?IIIIIIIIIIII
                                                     IIII?+++++++++IIIIIIIIIIIII?
                                                     :IIII?II+++++IIIIIIIIIIIIIIII
                                                      IIIIIIII?IIIIIIIIIIIIIIIIIII?
                                                      IIIIIIIIIII777777777II?IIIIII?
                                                      ,IIIIIIIIII777777777777777777,
                                                       IIIIIIIIII77777777777777777
                                                       ?IIIIIIII7777777777777777=
                                                       ,IIIIIIII777777777777777
                                                        ?IIIIIII77777777777777
                                                        IIIIIII7777777777777~
                                                        ,IIIIII77777777777I
                                                         IIIIII7777777777I
                                                         ?IIIII777777777:
                                                         ,IIII777777777
                                                          IIII7777777I
                  :77777777777777,                        IIII777777
              =777777~           I77:                      II777777
           :77777,                  I7                     II77777
         =7777,                       77                   ?I777,
        7777                           I7                  ,777
        +7                               7+                 7:
                                          77              77
                                            77          77
                                              7I77??777I
      -->
    
      <!-- Metadata -->
        <meta charset="UTF-8">
        <title>Open Source Projects by Aerolab at GitHub</title>
    
        <meta name="description" content="Our Github is full of interesting libraries, sites and articles on design and technology.">
        <meta name="keywords" content="">
        <meta name="robots" content="INDEX, FOLLOW">
        <meta name="author" content="Aerolab">
        <meta name="geo.placename" content="Buenos Aires">
        <meta name="geo.region" content="AR">
    
        <link rel="canonical" href="https://aerolab.github.io">
    
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimal-ui">
        <meta name="theme-color" content="#FFFFFF">
    
        <meta name="X-UA-Compatible" content="IE=edge">
        <meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE">
        <meta name="apple-mobile-web-app-capable" content="no">
    
    
      <!-- Facebook -->
        <meta property="og:type" content="website">
        <meta property="og:site_name" content="Aerolab">
        <meta property="og:title" content="Open Source Projects by Aerolab">
        <meta property="og:description" content="Our Github is full of interesting libraries, sites and articles on design and technology.">
        <meta property="og:image" content="https://aerolab.github.io/images/page-opensource/social-facebook-opensource.png">
        <meta property="og:url" content="https://aerolab.github.io">
        <meta property="fb:app_id" content="344819049029949">
    
      <!-- Twitter -->
        <meta property="twitter:card" content="summary">
        <meta property="twitter:site" content="@aerolab">
        <meta property="twitter:title" content="Open Source Projects by Aerolab">
        <meta property="twitter:description" content="Our Github is full of interesting libraries, sites and articles on design and technology.">
        <meta property="twitter:image" content="https://aerolab.github.io/images/page-opensource/social-twitter-opensource.png">
        <meta property="twitter:url" content="https://aerolab.github.io">
    
      <!-- CSS & Fonts -->
        <link type="text/css" rel="stylesheet" href="css/aerolab.css">
        <link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Dosis:300,400,600">
    
      <!-- Favicon & iPhone Icon -->
        <link rel="icon" type="image/png" href="images/favicon.ico">
        <link rel="shortcut icon" type="image/png" href="images/favicon.ico">
        
        <link rel="apple-touch-icon-precomposed" sizes="60x60" href="https://aerolab.github.io/images/apple-touch-icon-iphone.png">
        <link rel="apple-touch-icon-precomposed" sizes="76x76" href="https://aerolab.github.io/images/apple-touch-icon-ipad.png">
        <link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://aerolab.github.io/images/apple-touch-icon-iphone@2x.png">
        <link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://aerolab.github.io/images/apple-touch-icon-ipad@2x.png">
    
      <!--[if lt IE 9]>
        <script type="text/javascript" src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
      <![endif]-->
    
      <!-- Head Scripts -->
        <script type="text/javascript">
          /**
           * Insert some extra styles so non-js renderers can see the site by default and be unaffected by wow.js (which uses visibility: hidden on everything)
           * This also prevents flickering before document ready.
           */
          (function(){
            var hiddenStyles = document.createElement('style'); 
            var head = document.head || document.getElementsByTagName('head')[0];
            var css = '.wow { visibility: hidden; }'+
                      '#header { visibility: hidden; }';
    
            hiddenStyles.type = 'text/css';
            if( hiddenStyles.styleSheet ) {
              hiddenStyles.styleSheet.cssText = css;
            } else {
              hiddenStyles.appendChild(document.createTextNode(css));
            }
            head.appendChild(hiddenStyles);
          })();
        </script>
    
      <!-- Tracking -->
        <script type="text/javascript">
    
          (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
          (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
          m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
          })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
    
          ga('create', 'UA-21195039-3', 'aerolab.github.io');
          ga('require', 'displayfeatures');
          ga('require', 'linkid', 'linkid.js');
          ga('send', 'pageview');
    
          window.onerror = function(message, file, line) { 
            var sFormattedMessage = '[' + file + ' (' + line + ')] ' + message; 
            ga('send', 'event', 'Errors', 'Browser', sFormattedMessage, null, true);
          };
    
        </script>
    
    </head>
    
    

    Open Source Projects by Aerolab at GitHub

    Recherche META Description de la page

    Our Github is full of interesting libraries, sites and articles on design and technology.

    Recherche META Keywords de la page

    UPDATE DOMAINES SET server='GitHub.com',redirection='',Status='200',err='',[TITRE]=N'Open Source Projects by Aerolab at GitHub',[DESCRIPTION]=N'Our Github is full of interesting libraries, sites and articles on design and technology.',[KEYWORDS]=N'' WHERE id=28713202
  • 0

    Open Source Projects by Aerolab at GitHub Our Github is full of interesting libraries sites and articles on design and technology.

  • 0. Open (4)
  • --------->0
  • 1. Source (6)
  • --------->0
  • 2. Projects (8)
  • --------->0
  • 3. by (2)
  • --------->0
  • 4. Aerolab (7)
  • --------->0
  • 5. at (2)
  • --------->0
  • 6. GitHub (6)
  • --------->0
  • 7. Our (3)
  • --------->0
  • 9. is (2)
  • --------->0
  • 10. full (4)
  • --------->0
  • 11. of (2)
  • --------->0
  • 12. interesting (11)
  • --------->0
  • 13. libraries (9)
  • --------->0
  • 15. sites (5)
  • --------->0
  • 16. and (3)
  • --------->0
  • 17. articles (8)
  • --------->0
  • 18. on (2)
  • --------->0
  • 19. design (6)
  • --------->0
  • 21. technology (10)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'Open',28713202),(N'Source',28713202),(N'Projects',28713202),(N'by',28713202),(N'Aerolab',28713202),(N'at',28713202),(N'GitHub',28713202),(N'Our',28713202),(N'is',28713202),(N'full',28713202),(N'of',28713202),(N'interesting',28713202),(N'libraries',28713202),(N'sites',28713202),(N'and',28713202),(N'articles',28713202),(N'on',28713202),(N'design',28713202),(N'technology',28713202)