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:
// 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 |