Uma api paginada que devolve os números baseados nas informações obtidas através do Kaggle
Basta chamar no endpoint a seguir e receber os dados que você
$ curl --request GET \
You are an expert in social media and content creation with a focus on Technologies and Software Engineering. | |
Analyze the provided data which consists of YouTube video titles and view counts. | |
Your task is to create new video ideas based on the best performing content as | |
quantified by view count. | |
Rank your video suggestions from most to least relevant,considering the following factors: | |
1. Identify common themes or topics across high-perfoming titles that could inspire | |
new video ideas. |
// Code generated by easyjson for marshaling/unmarshaling. DO NOT EDIT. | |
package config | |
import ( | |
json "encoding/json" | |
jwtauth "github.com/Pluto-tv/lib-auth-go/jwtauth" | |
circuitbreaker "github.com/Pluto-tv/lib-client-go/circuitbreaker" | |
httpclient "github.com/Pluto-tv/lib-client-go/httpclient" | |
httpserver "github.com/Pluto-tv/lib-server-go/httpserver" |
<scheme name="rflpazini's - solarized light" version="142" parent_scheme="Default"> | |
<option name="FONT_SCALE" value="1.0" /> | |
<metaInfo> | |
<property name="created">2021-04-07T10:14:16</property> | |
<property name="ide">Idea</property> | |
<property name="ideVersion">2021.1.0.0</property> | |
<property name="modified">2021-04-07T10:14:41</property> | |
<property name="originalScheme">Solarized Light (Material) Modified</property> | |
</metaInfo> | |
<console-font> |
[*] | |
charset = utf-8 | |
end_of_line = lf | |
indent_size = 2 | |
indent_style = space | |
insert_final_newline = false | |
max_line_length = 100 | |
tab_width = 2 | |
ij_continuation_indent_size = 4 | |
ij_formatter_off_tag = @formatter:off |
Uma api paginada que devolve os números baseados nas informações obtidas através do Kaggle
Basta chamar no endpoint a seguir e receber os dados que você
$ curl --request GET \
const moment = require('moment'); | |
const axios = require('axios'); | |
const qs = require('qs'); | |
module.exports = class Ahgora{ | |
constructor(user_id, password){ | |
this.url = 'https://www.ahgora.com.br/externo/getApuracao'; | |
this.options = {}; | |
this.current = moment().format('YYYY-MM-DD'); |
[user] | |
name = rflpazini | |
email = [email protected] | |
[alias] | |
logpretty = log --graph --decorate --pretty=oneline --abbrev-commit | |
ci = commit | |
br = branch | |
co = checkout | |
cob = checkout -b | |
d = difftool |
#include <Wire.h> | |
#include <Stepper.h> //biblioteca para controle de motor de passo | |
#include <LiquidCrystal.h> | |
LiquidCrystal disp(6, 7, 5, 4, 3, 2); | |
// VARIÁVEL PARA SELEÇÃO DO PINO DIGITAL ---------------------------------------------------------------------------------- | |
const int setButton = 11; // SETA VALORES ESCOLHIDOS | |
const int returnButton = 8; // RETORNA MENU ANTERIOR | |
const int proceedButton = 13; // PROCEDE AO PRÓXIMO MENU |