This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash -e | |
| termHeight=$(tput lines) | |
| dispRows=6 | |
| startRow=$((termHeight - dispRows - 1)) | |
| linesWritten=0 | |
| pids=() | |
| fds=() | |
| function dummy() { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #include <fmt/format.h> | |
| #include <asio.hpp> | |
| #include <memory> | |
| #include <sstream> | |
| template <typename... Ts> struct overloaded : public Ts... { | |
| using Ts::operator()...; | |
| }; | |
| template <typename... Ts> overloaded(Ts...) -> overloaded<Ts...>; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #include <iostream> | |
| #include <map> | |
| #include <chrono> | |
| // From https://github.com/HowardHinnant/date/blob/master/include/date/date.h | |
| #include "date.h" | |
| using namespace date; | |
| using namespace std::chrono; | |
| struct shoptimes { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/usr/bin/env python | |
| from datetime import datetime | |
| import timeit | |
| def a(n): | |
| steps = 0 | |
| while n > 9: | |
| steps += 1 | |
| k = 1 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/usr/bin/env python3 | |
| def alphablend(pix, val, a): | |
| # Input value is implicitly scaled by 256 | |
| alpha = a | |
| nalpha = 256 - a | |
| # Output value doesn't require any higher precision than | |
| # dividing by 256 (>>8) | |
| return ((val * alpha + pix * nalpha) >> 8) & 255 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | iperf3 invoked oom-killer: gfp_mask=0x40d0, order=0, oomkilladj=0 | |
| Hardware Trace: | |
| 0 Target : <0x00004b40> { _dump_stack + 0x0 } | |
| Source : <0x00034aac> { _oom_kill_process + 0xd0 } CALL pcrel | |
| 1 Target : <0x00034aac> { _oom_kill_process + 0xd0 } | |
| Source : <0x0000fcf2> { _printk + 0x16 } RTS | |
| 2 Target : <0x0000fcee> { _printk + 0x12 } | |
| Source : <0x00010350> { _vprintk + 0x170 } RTS | |
| 3 Target : <0x00010348> { _vprintk + 0x168 } | |
| Source : <0x000104b4> { _vprintk + 0x2d4 } JUMP.S |