Skip to content
View vcgato29's full-sized avatar
  • Spaceforce LLC
Block or Report

Block or report vcgato29

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. spaceforce spaceforce Public

    Forked from sixthgear/spaceforce

    GGJ: SPACE FORCE

    Java 1

  2. trinketadopt.ROASAdoptADevice trinketadopt.ROASAdoptADevice
    1
    ROAS(AdoptScript) {
    2
    AdoptScript(trinket) {
    3
    Driver = USBtinyISP ;
    4
    DriverUnder = libusb-/*Your Computer's Operating System*/ ;
    5
    CodingLang = .ino or arduino ;
  3. SAP Individual Contributor License A... SAP Individual Contributor License Agreement
    1
    ###SAP Individual Contributor License Agreement
    2
    
    
    3
    Thank you for your interest in contributing to open source software projects (“Projects”) made available by SAP SE or its affiliates (“SAP”). This Individual Contributor License Agreement (“Agreement”) sets out the terms governing any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, information or other works of authorship that you submit or have submitted, in any form and in any manner, to SAP in respect of any of the Projects (collectively “Contributions”). If you have any questions respecting this Agreement, please contact [email protected].
    4
    
    
    5
    
    
  4. TripMode TCP out of order bytes repr... TripMode TCP out of order bytes reproducing steps
    1
    Generate a payload.txt file using this Ruby script:
    2
    ```ruby
    3
    (1..1000000).each{|i| print "#{i} "}
    4
    ```
    5
    The file will trivially contain "1 2 3 4 5 ..." so that out of order violations are trivial to spot.
  5. RESP3 protocol draft RESP3 protocol draft
    1
    # RESP3 specification
    2
    
    
    3
    Versions history:
    4
    * 1.0, 2 May 2018, Initial draft to get community feedbacks.
    5
    
    
  6. haproxy check: postgresql is master haproxy check: postgresql is master
    1
    # haproxy postgresql master check
    2
    #
    3
    # haproxy listen: 5432
    4
    # pg, instance #1 listen: 5432 (master node)
    5
    # pg, instance #2 listen: 5432 (replica node)