Nov 24, 2022Member-onlyHow to bypass CAPTCHA in pythonYou may have already solved a number of captchas while filling out a form or registering for a website. The basic goal of Captcha is to determine whether the user is human or a bot. Captcha is an abbreviation for “Completely Automated Public Turing Test,” which is used to distinguish…Captcha5 min readCaptcha5 min read
May 25, 2022Member-onlyAurora — EVM on the NEAR Protocol blockchain.Aurora is a layer 2 solution built on top of the NEAR Protocol, which is a sharded proof-of-stake blockchain.Aurora1 min readAurora1 min readAurora — EVM on the NEAR Protocol blockchain.----1
Nov 1, 2020Member-onlyInstalling and connecting oracle DB 19 on a local machineFirst, download the database from oracle’s website https://www.oracle.com/database/technologies/oracle-database-software-downloads.html#19cOracle2 min readOracle2 min readInstalling and connecting oracle DB 19 on a local machine----
Oct 20, 2020Member-onlyWrite-up of the Profitability Case Study Interview Example — Solved by Ex-McKinsey ConsultantThis is a simple summary of the https://youtu.be/iPg7-NO97FU mock interview for the consulting position. Task: Client is the Auto-manufacturer in the US. During the last five years faced profitability decrease from 5% to 2.5%. While competitors average rose from 3.5% to higher than 3.5%. You are hired to restore the…Consulting3 min readConsulting3 min read
Aug 21, 2020Member-onlySummary of podcast Exchanges at Goldman Sachs: The latest outlook for U.S. Equities. August 19 2020Dave Kostin — Chief US equity strategist. Outlook in January 2020 on S&P 500 2020 close was 3400. February 19th S&P 500 reached an all time high. Followed by the fastest and steepest bear market in history: in 22 days the market fell by more than 33%. The market has rallied…Podcast2 min readPodcast2 min read
Aug 7, 2020Member-onlySummary Baby Bust Stephanomics 10Oct19https://podcasts.apple.com/ru/podcast/the-baby-bust-and-the-global-economy/id1038108799?i=1000452987725&l=en In many developed countries experience population decline. The baby bust — fertility below replacement level, high life expectancy level and shrinking population. Demographics can explain the decline in sales. Changing consumption patterns: lower spending on durables and fuel leading to lower tax revenue. Solution — focus on productivity growth.Summary1 min readSummary1 min read
Aug 7, 2020Member-onlySummary of 29oct19 FT Banking weeklyhttps://podcasts.apple.com/ru/podcast/barclays-trial-climate-initiative-fed-regulatory-reprieve/id374270310?i=1000453626319&l=en Topics: Barclays trial, climate change, European banks Binham(FT): Barclays retrial — Qatar arrangements. First retrial. One of the defendants was acquitted, others went on the retrial…Banking1 min readBanking1 min read
Jun 23, 2020Member-onlyPython jail escape (Newbie CTF 2019)We moved post to Data Science with Python. The link to the post: https://dspyt.com/how-to-python-jail-escape-newbie-ctf-2019Python1 min readPython1 min readPython jail escape (Newbie CTF 2019)We moved post to Data Science with Python.The link to the post: https://dspyt.com/how-to-python-jail-escape-newbie-ctf-2019----1
Nov 25, 2019Installing jq to parse JSONI have encountered the problem of not having the command line JSON processor jq on the Kali Linux so I decided to share how I have dealt with it. stedolan/jq jq is a lightweight and flexible command-line JSON processor. , Unix: , Windows: If you want to learn to use jq, read…github.com Firstly, to determine the system information I ran: uname -a That yielded 5.3.0-kali2-amd64 … Then I took the link of the…Programming1 min readProgramming1 min read