Skip to content
View matrix-compute's full-sized avatar

Block or report matrix-compute

Report abuse

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

Report abuse
matrix-compute/README.md

Hi there 👋

Pinned Loading

  1. configurable-http-proxy configurable-http-proxy Public

    Forked from jupyterhub/configurable-http-proxy

    node-http-proxy plus a REST API

    JavaScript 2 2

  2. open-intelligence open-intelligence Public

    Forked from norkator/open-intelligence

    Creepy stalking tool to process security camera motion triggered images and sort seen objects in different categories, detect license plates and faces. Has PWA ready web front end. Meant to make pr…

    TypeScript 2 1

  3. vertex-ai-gemini-example.py vertex-ai-gemini-example.py
    1
    import vertexai
    2
    from vertexai.generative_models import GenerativeModel, ChatSession
    3
    
                  
    4
    vertexai.init(project=project, location=location)
    5
    model = GenerativeModel("gemini-1.5-pro-preview-0409")
  4. Encode/Decode X-address in the brows... Encode/Decode X-address in the browser (plain HTML+JS)
    1
    <script src="https://xrpaddress.info/js/xrpl-tagged-address-codec-browser.js"></script>
    2
    <script>
    3
      var XCodec = require('xrpl-tagged-address-codec')
    4
      console.log(XCodec.Encode({ account: 'rPEPPER7kfTD9w2To4CQk6UCfuHM9c6GDY', tag: 495 }))
    5
      console.log(XCodec.Decode('XV5sbjUmgPpvXv4ixFWZ5ptAYZ6PD28Sq49uo34VyjnmK5H'))
  5. Praxis ETHIndia Factory contract Praxis ETHIndia Factory contract
    1
    // TESTNET
    2
    
                  
    3
    // SPDX-License-Identifier: UNLICENSED
    4
    pragma solidity ^0.8.0;
    5
    
                  
  6. A template to make good README.md A template to make good README.md
    1
    # Project Title
    2
    
                  
    3
    One Paragraph of project description goes here
    4
    
                  
    5
    ## Getting Started