301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: 20c.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE HTML> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-20466829-2"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-20466829-2'); </script> <title>20C.com</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> <link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,500,600" rel="stylesheet"> <link rel="stylesheet" href="/s/prism_themes/prism.css" /> <link rel="stylesheet" href="/s/codeflask.css" /> <link rel="stylesheet" href="/s/dropzone.css" /> <link rel="stylesheet" href="/s/lightbox/dist/css/lightbox.min.css" /> <link rel="stylesheet" href="/s/site.css" /> <link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css" /> <script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js"></script> <script> window.addEventListener("load", function(){ window.cookieconsent.initialise({ "palette": { "popup": { "background": "#252e39" }, "button": { "background": "#14a7d0" } } })}); </script> </head> <body> <div class="container-fluid"> <div class="row"> <div class="col-12"> <div class="home-nav-holder row align-items-center justify-content-center"> <div class="col-10"> <div class="row align-items-center justify-content-center"> <nav class="col-12 home-nav navbar navbar-expand-lg navbar-dark bg-light"> <a class="navbar-brand" href="/"> <img class="logo-20-c img-fluid" src="/s/imgs/Logo20C.png" /> </a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarDDN" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarTabs"> <ul class="navbar-nav ml-auto"> <!-- FIXME: temporarily disabled <li class="nav-item"> <a class="nav-link" href="/">About 20C<span class="sr-only">(current)</span></a> </li> --> <li class="nav-item active"> <a class="nav-link" href="/projects">Projects</a> </li> <li class="nav-item"> <a class="nav-link" href="/case-study/tc">Case Study</a> </li> <!-- FIXME: temporarily disabled <li class="nav-item"> <a class="nav-link" href="automation">Automation</a> </li> <li class="nav-item"> <a class="nav-link" href="tools">Tools</a> </li> --> </ul> </div> </nav> </div> </div> </div> </div> <div class="col-12 collapse" id="navbarDDN"> <div class="row bg-dark align-items-center justify-content-center"> <ul class="navbar-nav"> <!-- FIXME: Temporarily disabled <li class="nav-item active"> <a class="nav-link" href="/">About 20C<span class="sr-only">(current)</span></a> </li> --> <li class="nav-item acitve top-hamburger-item"> <a class="nav-link" href="/projects">Projects</a> </li> <li class="nav-item"> <a class="nav-link" href="/case-study/tc">Case Study</a> </li> <!-- FIXME: temporarily disabled <li class="nav-item"> <a class="nav-link" href="automation">Automation</a> </li> <li class="nav-item"> <a class="nav-link" href="tools">Tools</a> </li> --> </ul> </div> </div> <div class="section-holder-transparent col-12"> <div class="row align-items-center justify-content-center"> <div class="section col-10"> <div class="row align-items-center justify-content-center"> <div class="col-10"> <div class="row"> <h2 class="headline-h2"> Focused on <span>performance</span> and <span>reliability</span>. </h2> <div class="col-12"> <div class="row"> <div class="callout-text callout-text-box"> Inspired by the fictional firm with a similar name set in Starnesville, Wisconsin, we are a custom software architecture firm, using our vast knowledge and experience to fill a much-needed void in software development, pushing technology in new and exciting directions with custom solutions. </div> </div> </div> <!-- FIX ME: temporarily disabled <button class="btn btn-lg btn-dark section-btn">Tell Me More</button> --> </div> </div> </div> </div> </div> </div> <div class="section-holder col-12"> <div class="row align-items-center justify-content-center"> <div class="section col-10"> <div class="row align-items-center justify-content-center"> <h3 class="">Core Competencies</h3> <div class="cards-holder col-12"> <div class="row align-items-center justify-content-center"> <div class="card"> <img class="card-img-top" src="/s/imgs/thumb-code-simplicity.jpg" alt="Card image cap"> <div class="card-body"> <h5 class="card-title">Code Simplicity</h5> <p class="card-text"> Specializing in C++, C, Python and Javascript, we will take you from idea to scalable completion in no time, including tests, continuous integration, and documentation. </p> </div> </div> <div class="card"> <img class="card-img-top" src="/s/imgs/thumb-geodistributed-computing.jpg" alt="Card image cap"> <div class="card-body"> <h5 class="card-title">Geodistributed Computing</h5> <p class="card-text"> Let us show you how to achieve better performance and redundancy across the globe. Turnkey solutions get you up and running on our server clusters immediately, or we're happy to show you how to use your gear to achieve the same. </p> </div> </div> <div class="card"> <img class="card-img-top" src="/s/imgs/thumb-low-latency.jpg" alt="Card image cap"> <div class="card-body"> <h5 class="card-title">Low Latency</h5> <p class="card-text">Experienced in squeezing out the best performance for even the most challenging datasets.</p> </div> </div> <div class="card"> <img class="card-img-top" src="/s/imgs/thumb-financial-expertise.jpg" alt="Card image cap"> <div class="card-body"> <h5 class="card-title">Financial Expertise</h5> <p class="card-text">We do large and high frequency datasets, we can handle whatever your needs are. We'll show you how to leverage direct market access for huge benefits and offer proximity access in some markets.</p> </div> </div> <div class="card"> <img class="card-img-top" src="/s/imgs/thumb-multicast-technology.jpg" alt="Card image cap"> <div class="card-body"> <h5 class="card-title">Multicast Technology</h5> <p class="card-text">Don't be scared, multicast can improve flow in lots of areas. We'll leverage network technology to improve your application.</p> </div> </div> <div class="card"> <img class="card-img-top" src="/s/imgs/thumb-seamless-automation.jpg" alt="Card image cap"> <div class="card-body"> <h5 class="card-title">Seamless Automation</h5> <p class="card-text"> Don't let deployment or manual tasks bog you down, we have established methods for doing versioned rollouts efficiently across any number of nodes. </p> </div> </div> <div class="card"> <img class="card-img-top" src="/s/imgs/thumb-network-architecture.jpg" alt="Card image cap"> <div class="card-body"> <h5 class="card-title">Network Architecture</h5> <p class="card-text">We've been successfully designing networks to meet needs for decades (with extreme and diverse requirements) -- sometimes it actually is the network and not the software!</p> </div> </div> </div> </div> <!-- FIX ME: link to expertise page <button class="btn btn-lg section-btn">Learn More About Our Expertise</button> --> </div> </div> </div> </div> <div class="col-12"> <div class="row footer-decoration"> <div class="col-sm-12 col-md-1"></div> <div class="col-sm-12 col-md-10 decoration"></div> <div class="col-sm-12 col-md-1"></div> </div> <div class="row footer"> <div class="col-sm-12 col-md-1"></div> <div class="col-sm-12 col-md-2"> <a class="copyright" href="#">© 2018-2019 20C, LLC</a> <br><a href="/legal">Legal</a> </div> <div class="col-sm-12 col-md-6 center"> <p> </p> </div> <div class="col-sm-12 col-md-2 right"> <a href="mailto:[email protected]">Contact Us</a> </div> <div class="col-sm-12 col-md-1"></div> </div> </div> </div> </div> <script src="https://code.jquery.com/jquery-3.2.1.min.js" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.1/moment.min.js"></script> <script src="/s/site.js"></script> <script src="/s/prism.js"></script> <script src="/s/prism_components.js"></script> <script src="/s/codeflask.min.js"></script> <script src="/s/dropzone.js"></script> <script src="/s/checkFileType.js"></script> <script src="/s/showdown.min.js"></script> <script src="/s/lightbox/dist/js/lightbox.min.js"></script> </body> </html>