Skip to content
Pro
Block or report user

Report or block corburn

Hide content and notifications from this user.

Learn more about blocking users

Contact Support about this user’s behavior.

Learn more about reporting abuse

Report abuse
Block or report user

Report or block corburn

Hide content and notifications from this user.

Learn more about blocking users

Contact Support about this user’s behavior.

Learn more about reporting abuse

Report abuse

Pinned

  1. 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">
  2. 1
    The following is from [scotthelme.co.uk](http://scotthelme.co.uk)
    2
    
                
    3
    
                
    4
    ## Content Security Policy
    5
    
                
  3. 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
    4
    x = x ^ y
    5
    y = x ^ y

Contribution activity

May 2019

19 contributions in private repositories May 6 – May 29

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.