I hereby claim:
- I am kiemrong08 on github.
- I am quanntvt (https://keybase.io/quanntvt) on keybase.
- I have a public key ASCg31kxJsgBlP3Vp7xtMF4QOkuqKtXsEvs3DGL-FVDCQgo
To claim this, I am signing this object:
from telegram.ext import Application, CommandHandler | |
from telegram import Update | |
import subprocess | |
import logging | |
from typing import List | |
# Enable logging | |
logging.basicConfig( | |
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s', | |
level=logging.INFO |
#Include, Gdip.ahk | |
#NoEnv | |
#SingleInstance, Force | |
SetBatchLines, -1 ; Tối ưu hiệu năng CPU | |
SetWinDelay, -1 ; Giảm độ trễ của GUI | |
SetControlDelay, -1 | |
SendMode Input | |
SetWorkingDir %A_ScriptDir% |
// Array to store image URLs | |
let imageUrls = []; | |
// Function to get image URLs from the current page | |
function getImageUrls() { | |
const imgElements = document.querySelectorAll('img[src^="https://pbs.twimg.com/media/"]'); | |
let newUrls = []; | |
imgElements.forEach(img => { | |
const src = img.src; | |
if (src.includes('name=')) { |
class Solution { | |
public int[] twoSum(int[] nums, int target) { | |
Map<Integer,Integer> map=new HashMap<>(); | |
int arr[]=new int [2]; | |
for(int i=0;i<nums.length;i++) { |
#include<iostream> | |
using namespace std; | |
#define MAX 500 | |
int multiply(int x, int res[], int res_size); | |
void factorial(int n) | |
{ | |
int res[MAX]; |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
##################################################### | |
# Name: Bash CheatSheet for Mac OSX | |
# | |
# A little overlook of the Bash basics | |
# | |
# Usage: | |
# | |
# Author: J. Le Coupanec | |
# Date: 2014/11/04 |
http://ensage-forum.ru/account-confirmation/9464/email?c=--rIZSdF2fjSxYbK |