This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%!TEX program = xelatex | |
% Font Size: | |
% 10pt, 11pt, 12pt | |
% Paper Size: | |
% a4paper, letterpaper, a5paper, leagalpaper, executivepaper, landscape | |
% Font Family: | |
% roman, sans | |
\documentclass[12pt, a4paper, roman]{moderncv} | |
% Style: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PHP 10 hrs 33 mins █████████████▍░░░░░░░ 64.0% | |
TypeScript 2 hrs 7 mins ██▋░░░░░░░░░░░░░░░░░░ 12.9% | |
Smarty 2 hrs 5 mins ██▋░░░░░░░░░░░░░░░░░░ 12.7% | |
Nginx 25 mins ▌░░░░░░░░░░░░░░░░░░░░ 2.5% | |
JavaScript 20 mins ▍░░░░░░░░░░░░░░░░░░░░ 2.0% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const https = require("https"); | |
const token = ""; // change this to you telegram bot token! | |
const chatId = ""; // change this to your telegram chat id! | |
const cookie = ""; // change this to your shanbay cookie! | |
const PATH_API = (page) => | |
`/wordsapp/user_material_books/blozps/learning/words/today_learning_items?ipp=10&page=${page}&type_of=NEW`; | |
const options = { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
⭐ Total Stars: 12 | |
➕ Past Year Commits: 4 | |
🔀 Total PRs: 3 | |
🚩 Total Issues: 84 | |
📦 Contributed to: 5 |