(ONLY FOR ONE SINGLE C/C++ FILE)
This is a Configuration for VSCode to debug C++11 on mac.
I'v used Clang++ to compile C++11, Code-Runner(VSCode Extension) to run C++11,
CodeLLDB(VSCode Extension) to debug C++11, C/C++ Clang Command Adopter
<div class="container cv pad-t-40 no-pad-lr"> | |
<!-- Left Column --> | |
<div class="col-md-4 matchHeight no-pad-lr gray"> | |
<div class="col-md-12 avatar"> | |
<img src="https://www.w3schools.com/howto/img_avatar.png"> | |
</div> | |
<div class="col-md-12 bio pad-b-20"> | |
<div class="center"> | |
<h1 class="name">John Doe</h1> |
Learn how to use Facebook ads effectively to grow your online business. Our free guide is built for beginners who are new to paid advertising.
Imagine an advertising tool that helped you reach your ideal customers based on what they like, their interests, and their behaviors. A tool that saved you time and money by optimizing your ad delivery to get your message in front of those most likely to convert.
That’s what you get with Facebook advertising, a platform used by many ecommerce entrepreneurs and marketers, especially those just starting out who don’t have much advertising experience or a big ad budget. Anyone can fuel their business growth with Facebook ads, as long as they’re willing to learn the basics.
Install youtube-dl | |
brew install youtube-dl | |
Install ffmpeg for mp3 conversion | |
brew install ffmpeg | |
Installing spotify dl |
# installed by winget
winget install PowerShell-Preview
winget install git
git config --global user.name "Christophe Dervieux"
git config --global user.email christophe.dervieux@gmail.com
winget install rstudio
winget install vscode
winget install -e R
winget install Github.GithubDesktop
Percentage:
<img src="https://user-images.githubusercontent.com/16319829/81180309-2b51f000-8fee-11ea-8a78-ddfe8c3412a7.png" width=50% height=50%>
Pixels:
<img src="https://user-images.githubusercontent.com/16319829/81180309-2b51f000-8fee-11ea-8a78-ddfe8c3412a7.png" width="150" height="280">
#!/bin/bash | |
sudo su | |
cd ~ | |
mkdir gcc_all && cd gcc_all | |
# | |
curl -L https://ftpmirror.gnu.org/gcc/gcc-9.1.0/gcc-9.1.0.tar.xz | tar xf - | |
# | |
curl -L ftp://gcc.gnu.org/pub/gcc/infrastructure/gmp-6.1.0.tar.bz2 | tar xf - | |
curl -L ftp://gcc.gnu.org/pub/gcc/infrastructure/mpfr-3.1.4.tar.bz2 | tar xf - | |
curl -L ftp://gcc.gnu.org/pub/gcc/infrastructure/mpc-1.0.3.tar.gz | tar xf - |
/* | |
<https://stackoverflow.com/questions/40296831/is-it-possible-to-force-a-copy-of-a-protected-google-doc> | |
NOTE - 2021-05-24 | |
----------------- | |
The script below isn't the fastest way to copy-and-paste from a protected | |
Google Doc. Before trying it, I'd suggest following MikoFrosty's advice from | |
the comments: |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Google Docs API Quickstart</title> | |
<meta charset="utf-8" /> | |
</head> | |
<body> | |
<p>Google Docs API Quickstart</p> | |
<!--Add buttons to initiate auth sequence and sign out--> | |
<button id="authorize_button" style="display: none;">Authorize</button> |