程序代写

CS341 Exam glass

#include #include #include #include #include #include #include #define MILES (10) #define DONG (11) #define KLEAR (12) #define ONION (13) #define IDEA “AI for Dogs” // compile with -pthread -D_GNU_SOURCE static int stage = 1; // Complete all 4 puzzles static int completed = 0; static int monalisa = MILES; static int barrier = 0; static …

CS341 Exam glass Read More »

How to create an OpenSea GraphQL subgraph

To create an OpenSea GraphQL subgraph, you need to follow several steps, including defining the schema, writing mapping functions, and deploying the subgraph. The following instructions will guide you through this process: 1. Set up your environment: Before you start, make sure you have the following installed: – Node.js (version 14.x or higher) – Yarn …

How to create an OpenSea GraphQL subgraph Read More »

HW

Kraken API 您将创建两个单独的程序(python,C / C++,ruby,Golang或其他程序),报告来自流行的加密货币交换服务器(称为Kraken)的返回消息。请注意,绝对没有必要花钱。您的程序将仅返回您的钱包余额和另一个信息,其中这些请求需要特殊密钥来加密/解密/验证。本练习将向我们展示如何使用加密密钥和HTTP协议,发送格式正确的数据包。任何格式不正确的消息都不会通过到服务器的完整性检查。 转到 https://www.kraken.com/。 如果您还没有登录帐户,请创建它。然后登录。 转到 https://www.kraken.com/u/security/api ->添加密钥。创建您的 API 密钥和密钥。 只留给自己!您将需要这些 API 密钥才能继续。 现在你已经准备好了。 重要提示:考试后删除您的 API 密钥。 程序应显示以下两个请求的响应消息: A. API 文档 -> REST API ->钱包 -> 获取余额 (https://docs.kraken.com/rest/#tag/User-Data/operation/getAccountBalance) 您的余额应该是空的,假设您在Kraken没有任何硬币或金钱。 显示此 API 调用的返回消息。 B. API 文档 -> REST API -> 下订单 (https://docs.kraken.com/rest/#tag/User-Trading/operation/addOrder) 仅发送“卖出”订单。同样,任何市场符号都可以。 显示此 API 调用的返回消息。 要完成A和B,请参阅 https://docs.kraken.com/rest/#section/Authentication。但是,您需要将此示例代码与密钥和机密相结合。然后,您将能够向服务器发送经过验证的“http请求”消息。仔细阅读 API 文档。请勿使用现有的库,如CCXT或任何其他与Kraken相关的库。 **任务 1:在 python …

HW Read More »

coding challenge

coding challenge deliverables 1. mobx Asset store 2. mobx Pool store 3. UItoadddata(optional) instructions You’ll be working in ./packages/app . The goal is to use mobx stores and display the data in a user interface. We’ll be using https://mobx.js.org/, and chain-registry, which will help us create the genesis state for a mobx store. In this …

coding challenge Read More »

ENE 1004 23480 Assignment 1

# switch to the Data segment # global data is defined here # Don’t forget the backslash-n (newline character) .asciiz “ENE 1004 23480 Assignment 1\n” .asciiz “My name is:\n” # switch to the Text segment # the program is defined here .globl main # Whose program is this? la $a0, Homework jal Print_string la $a0, …

ENE 1004 23480 Assignment 1 Read More »

ECON7300: Statistical Project Assignment (Part I), Semester 1, 2023

ECON7300: Statistical Project Assignment (Part I), Semester 1, 2023 Instruction: (A) Questions in this paper should be answered by students whose surnames fall within the range (B) Use the Excel files ¡®Dataset9 and Dataset10¡¯ to answer questions asked in Part A and ¡®Dataset11¡¯and ¡®Dataset12¡¯ to answer questions asked in Part B. (C) A heavy penalty …

ECON7300: Statistical Project Assignment (Part I), Semester 1, 2023 Read More »

ECON7300: Statistical Project Assignment (Part IIIa), Semester 1, 2023

ECON7300: Statistical Project Assignment (Part IIIa), Semester 1, 2023 Instruction: (A) Questions in this paper should be answered by students whose surnames fall within the range (B) Use the Excel file ‘Dataset3_part3a to answer the questions asked. (C) A heavy penalty will be applied if your answers are not based on dataset assigned to you. …

ECON7300: Statistical Project Assignment (Part IIIa), Semester 1, 2023 Read More »

ECON7300: Statistical Project Assignment (Part IIIb), Semester 1, 2023

ECON7300: Statistical Project Assignment (Part IIIb), Semester 1, 2023 Instruction: (A) Questions in this paper should be answered by students whose surnames fall within the range (B) Use the Excel file ‘Dataset3_part3b to answer the questions asked. (C) A heavy penalty will be applied if your answers are not based on dataset assigned to you. …

ECON7300: Statistical Project Assignment (Part IIIb), Semester 1, 2023 Read More »