Search Articles — Sudonull

Search Results

In this project

TCP server in iOS on POSIX sockets

https://sudonull.com/tcp-server-in-ios-on-posix-sockets

Implementation of TCP server in iOS app via BSD sockets. POSIX API, HTTP parsing, file serving. Code and explanations for middle/senior iOS dev. Test locally.

WebAssembly SQL for Excel and Parquet in the browser

https://sudonull.com/webassembly-sql-for-excel-and-parquet-in-the-browser

Learn how to run a C++ SQL engine in the browser for parsing XLSX, CSV, Parquet without a server. Code examples, architecture, performance. Integration for developers.

Parser Combinators from Scratch in TypeScript

https://sudonull.com/parser-combinators-from-scratch-in-typescript

Implementation of Parser Combinators in TypeScript: basic parsers, sequence, oneOf. Code with examples for middle/senior developers. Create your own parser in 15 minutes.

JavaScript Date Parser: Hidden Errors and Fixes

https://sudonull.com/javascript-date-parser-hidden-errors-and-fixes

Breakdown of the new Date(string) mechanism in JS: why it parses any text, timezone problems and how to avoid bugs in production. For developers: regex-validation and alternatives.

From other projects

Wall Street takes a pause: oil above $100

https://ymaho.com/wall-street-takes-a-pause-oil-above-100

S&P 500 freezes amid oil rise to $104 and collapse of US-Iran talks. Find out what investors should prepare for and why the AI rally is under threat.

Federal Reserve left rate unchanged: pause until September 2026

https://ymaho.com/federal-reserve-left-rate-unchanged-pause-until-september-2026

Analysis of the Fed's decision to keep the rate at 5.5% until September: real reasons for the pause, who wins and loses, hidden risks of inflation and commercial real estate. Read details.

Maine AI Data Center Ban: What It Means for You

https://ymaho.com/maine-ai-data-center-ban-what-it-means-for-you

Maine may pause new AI data centers over energy and noise concerns. Learn why this first-in-nation move affects everyone.

EUR/USD updated 3-month low: Fed and ECB divergences

https://ymaho.com/eur-usd-updated-3-month-low-fed-and-ecb-divergences

Analysis of EUR/USD fall below 1.0650 due to ECB pause and stagflation in the eurozone. Forecast for 30 and 90 days, hidden factors. Find out what will happen to the euro next.

Gold is rising: records, Fed, and flight from the dollar

https://ymaho.com/gold-is-rising-records-fed-and-flight-from-the-dollar

Why is gold updating multi-month highs despite geopolitical détente? Analysis of the role of central banks, the Fed pause, and the shift in global reserves. Read.

From the web

Sign in to GitHub · GitHub

https://github.com/login

GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.

GitHub · Change is constant. GitHub keeps you ahead.

https://github.com/

Join the world's most widely adopted, AI-powered developer platform where millions of developers, businesses, and the largest open source community build software that advances humanity.

How do I log in using the Git terminal? - Stack Overflow

https://stackoverflow.com/questions/57947268/how-do-i-log-in-using-the-git-terminal

Sep 15, 2019 · Login to your GitHub account in the browser and create a new repository Follow the instructions to add a sample file README.md into your repo and push the desired files

github - How to re-authorize the OAuth Application 'Git Credential ...

https://stackoverflow.com/questions/66475833/how-to-re-authorize-the-oauth-application-git-credential-manager

Mar 29, 2021 · To clarify, on mac, you can go to the "Keychain Access" app and delete any git: login credentials to re-force the git credential manager core login for GitHub.

Sign up for GitHub · GitHub

https://github.com/join

GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.

How to fix Git for Windows keeps asking for Github credentials

https://stackoverflow.com/questions/75949578/how-to-fix-git-for-windows-keeps-asking-for-github-credentials

Apr 6, 2023 · 16 I always clone private Github repos via HTTPS. I have personal access token to use as "password" when git asked for it for the first time. For a very long time, I was able to do git operations …

Sign up for GitHub

https://github.com/signup?source=login

Create your free account Explore GitHub's core features for individuals and organizations. See what's included or Email* Password*

IDEA plugin 'github copilot' can't login in github

https://stackoverflow.com/questions/72505280/idea-plugin-github-copilot-cant-login-in-github

Jun 10, 2023 · My IDEA plugin, GitHub copilot, can't login in GitHub. It is wating for GitHub Authentication... But! My VSCode can login in successfully.

Creating an account on GitHub

https://docs.github.com/en/get-started/start-your-journey/creating-an-account-on-github

About your personal account on GitHub To get started with GitHub, you'll need to create a free personal account and verify your email address. You can also authenticate with Google or Apple - which are …

authentication - How can I "login" to git? - Stack Overflow

https://stackoverflow.com/questions/56573522/how-can-i-login-to-git

Jun 13, 2019 · You do login to a Git repository hosting server, which requests an authentication, but Git itself has no authentication nor authorization. (As an example of a Git repository hosting service …

Trending Now