Exemplo
#include <stdio.h>
#include <string.h>
int main ()
{
char str[50];
strcpy(str,"This is string.h library function");| const blobfile = await (await fetch(`file://${uri}`)).blob() |
| import {AxiosError, AxiosInstance, AxiosRequestConfig, AxiosResponse} from "axios"; | |
| const onRequest = (config: AxiosRequestConfig): AxiosRequestConfig => { | |
| console.info(`[request] [${JSON.stringify(config)}]`); | |
| return config; | |
| } | |
| const onRequestError = (error: AxiosError): Promise<AxiosError> => { | |
| console.error(`[request error] [${JSON.stringify(error)}]`); | |
| return Promise.reject(error); |
| const matrizInimigo = [ | |
| [0, 0], | |
| [104, 0], | |
| [208, 0], | |
| [312, 0], | |
| [0, 104], | |
| [104, 104], | |
| [208, 104], | |
| [312, 104], | |
| [0, 208], |
| import axios from "axios"; | |
| import buildUrl from "build-url"; | |
| import { setupCache } from "axios-cache-adapter"; | |
| import { axiosResponseDataUnpacker } from "axios-data-unpacker"; | |
| import getConfig from "next/config"; | |
| import _ from "lodash"; | |
| import isNode from "detect-node"; | |
| import { cacheInstance } from "../cache/redisCache"; | |
| import http = require('http') | |
| import https = require('https') | |
| import url = require('url') | |
| import {AxiosInstance, AxiosInterceptorManager} from 'axios' | |
| import {HttpRequestOptions as HttpFollowRequestOptions, http as httpFollow, https as httpsFollow} from 'follow-redirects' | |
| import now = require('performance-now') | |
| import httpAdapter = require('axios/lib/adapters/http') | |
| import InterceptorManager = require('axios/lib/core/InterceptorManager') |
| import axios from 'axios' | |
| let mockingEnabled = false | |
| const mocks = {} | |
| export function addMock(url, data) { | |
| mocks[url] = data | |
| } |
Exemplo
#include <stdio.h>
#include <string.h>
int main ()
{
char str[50];
strcpy(str,"This is string.h library function");Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |