This file contains hidden or 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
#Homebrew | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
1 node | |
2 npm | |
3 git clone https://github.com/moorthi07/Chevakan.git | |
4 git clone https://github.com/moorthi07/Chevakan.git | |
5 git clone https://github.com/moorthi07/aibot-react-starter-package.git | |
6 ssh-keygen -f ~/.ssh/jenkins_agent_key | |
7 /Users/indo-mars/.ssh/jenkins_agent_key |
This file contains hidden or 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
Chrome: | |
d.js:111 GET https://https/ef.com//api/p_search?query=cat net::ERR_NAME_NOT_RESOLVED | |
get @ sed.js:111 | |
psearch @ sharedLogic-stripped.js:150 | |
onclick @ create:304 | |
create:1 Uncaught (in promise) TypeError: Failed to fetch | |
Promise.then (async) | |
get @ ed.js:119 | |
psearch @ d.js:150 | |
onclick @ create:304 |
This file contains hidden or 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
/* | |
* Test Code For Hoverboard with this firmware: | |
* https://github.com/p-h-a-i-l/hoverboard-firmware-hack | |
* | |
* Connect the PPM Receiver Data Pin to Arduino Pin 3 | |
* And set the Amount of channels of the PPM Receiver. | |
* this code uses the Arduino Hardware serial. | |
* | |
*/ |
This file contains hidden or 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
import { RepositoryApi } from './api/repositoryApi'; | |
import * as fs from 'fs'; | |
import * as path from 'path'; | |
async function pushFolderToRepo( | |
repoRef: string, | |
folderPath: string, | |
basePath: string, | |
accessToken: string |
This file contains hidden or 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
import os | |
import requests | |
from bs4 import BeautifulSoup | |
def bing_image_scraper(query, download_path='outlet_images', num_images=50): | |
headers = {"User-Agent": "Mozilla/5.0"} | |
query = '+'.join(query.split()) | |
url = f"https://www.bing.com/images/search?q={query}&form=HDRSC2" | |
if not os.path.exists(download_path): |
OlderNewer