fugit inreparabile tempus
Pinned Loading
-
Minimal HTML5
Minimal HTML5 1<!DOCTYPE html>
2<html lang="en">
3<head>
4<meta charset="utf-8">
5<meta name="viewport" content="width=device-width,initial-scale=1">
-
Nginx server notes
Nginx server notes 1The following is from [scotthelme.co.uk](http://scotthelme.co.uk)
234## Content Security Policy
5 -
MIT 6.172 Performance Engineering of...
MIT 6.172 Performance Engineering of Software Systems Open Courseware Lecture 2 1// Swap two integers x and y without a temporary
2// Performance poor with instruction-level parallelism (ILP)
3// Each step has to wait for the previous step to compute before it can execute
4x = x ^ y
5y = x ^ y
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.