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

Highlights

  • Pro

Block or report matrix-compute

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
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 1

  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

  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