A PHP Error was encountered

Severity: Notice

Message: Undefined offset: 1

Filename: geshi/geshi.php

Line Number: 3469

Backtrace:

File: /www/wwwroot/pastebin.vip/stikked/application/libraries/geshi/geshi.php
Line: 3469
Function: _error_handler

File: /www/wwwroot/pastebin.vip/stikked/application/libraries/geshi/geshi.php
Line: 2547
Function: parse_non_string_part

File: /www/wwwroot/pastebin.vip/stikked/application/libraries/Process.php
Line: 45
Function: parse_code

File: /www/wwwroot/pastebin.vip/stikked/application/models/Pastes.php
Line: 430
Function: syntax

File: /www/wwwroot/pastebin.vip/stikked/application/controllers/Main.php
Line: 592
Function: getPaste

File: /www/wwwroot/pastebin.vip/stikked/index.php
Line: 284
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Undefined offset: 2

Filename: geshi/geshi.php

Line Number: 3469

Backtrace:

File: /www/wwwroot/pastebin.vip/stikked/application/libraries/geshi/geshi.php
Line: 3469
Function: _error_handler

File: /www/wwwroot/pastebin.vip/stikked/application/libraries/geshi/geshi.php
Line: 2547
Function: parse_non_string_part

File: /www/wwwroot/pastebin.vip/stikked/application/libraries/Process.php
Line: 45
Function: parse_code

File: /www/wwwroot/pastebin.vip/stikked/application/models/Pastes.php
Line: 430
Function: syntax

File: /www/wwwroot/pastebin.vip/stikked/application/controllers/Main.php
Line: 592
Function: getPaste

File: /www/wwwroot/pastebin.vip/stikked/index.php
Line: 284
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Undefined offset: 1

Filename: geshi/geshi.php

Line Number: 3469

Backtrace:

File: /www/wwwroot/pastebin.vip/stikked/application/libraries/geshi/geshi.php
Line: 3469
Function: _error_handler

File: /www/wwwroot/pastebin.vip/stikked/application/libraries/geshi/geshi.php
Line: 2547
Function: parse_non_string_part

File: /www/wwwroot/pastebin.vip/stikked/application/libraries/Process.php
Line: 45
Function: parse_code

File: /www/wwwroot/pastebin.vip/stikked/application/models/Pastes.php
Line: 430
Function: syntax

File: /www/wwwroot/pastebin.vip/stikked/application/controllers/Main.php
Line: 592
Function: getPaste

File: /www/wwwroot/pastebin.vip/stikked/index.php
Line: 284
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Undefined offset: 2

Filename: geshi/geshi.php

Line Number: 3469

Backtrace:

File: /www/wwwroot/pastebin.vip/stikked/application/libraries/geshi/geshi.php
Line: 3469
Function: _error_handler

File: /www/wwwroot/pastebin.vip/stikked/application/libraries/geshi/geshi.php
Line: 2547
Function: parse_non_string_part

File: /www/wwwroot/pastebin.vip/stikked/application/libraries/Process.php
Line: 45
Function: parse_code

File: /www/wwwroot/pastebin.vip/stikked/application/models/Pastes.php
Line: 430
Function: syntax

File: /www/wwwroot/pastebin.vip/stikked/application/controllers/Main.php
Line: 592
Function: getPaste

File: /www/wwwroot/pastebin.vip/stikked/index.php
Line: 284
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Undefined offset: 1

Filename: geshi/geshi.php

Line Number: 3469

Backtrace:

File: /www/wwwroot/pastebin.vip/stikked/application/libraries/geshi/geshi.php
Line: 3469
Function: _error_handler

File: /www/wwwroot/pastebin.vip/stikked/application/libraries/geshi/geshi.php
Line: 3043
Function: parse_non_string_part

File: /www/wwwroot/pastebin.vip/stikked/application/libraries/Process.php
Line: 45
Function: parse_code

File: /www/wwwroot/pastebin.vip/stikked/application/models/Pastes.php
Line: 430
Function: syntax

File: /www/wwwroot/pastebin.vip/stikked/application/controllers/Main.php
Line: 592
Function: getPaste

File: /www/wwwroot/pastebin.vip/stikked/index.php
Line: 284
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Undefined offset: 2

Filename: geshi/geshi.php

Line Number: 3469

Backtrace:

File: /www/wwwroot/pastebin.vip/stikked/application/libraries/geshi/geshi.php
Line: 3469
Function: _error_handler

File: /www/wwwroot/pastebin.vip/stikked/application/libraries/geshi/geshi.php
Line: 3043
Function: parse_non_string_part

File: /www/wwwroot/pastebin.vip/stikked/application/libraries/Process.php
Line: 45
Function: parse_code

File: /www/wwwroot/pastebin.vip/stikked/application/models/Pastes.php
Line: 430
Function: syntax

File: /www/wwwroot/pastebin.vip/stikked/application/controllers/Main.php
Line: 592
Function: getPaste

File: /www/wwwroot/pastebin.vip/stikked/index.php
Line: 284
Function: require_once

Binary string representation of byte variable in go language - Pastebin.vip - paste tool since 2022!

Binary string representation of byte variable in go language

From , 3 Years ago, written in Go, viewed 227 times.
URL https://pastebin.vip/view/8be627bc
  1. func ByteToBinaryString(data byte) (str string) {
  2.         var a byte
  3.         for i:=0; i < 8; i++ {
  4.                 a = data
  5.                 data <<= 1
  6.                 data >>= 1
  7.                
  8.                 switch (a) {
  9.                 case data: str += "0"
  10.                 default: str += "1"
  11.                 }
  12.                
  13.                 data <<= 1
  14.         }
  15.         return str
  16. }
  17.  
  18.  
  19.  
  20. //go/4357

Reply to "Binary string representation of byte variable in go language"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website