18-month journey building a Soul Machines competitor. Now focusing on viable markets outside the West.
Book a 15-minute live demo: [Speak with HAVVA]
18-month journey building a Soul Machines competitor. Now focusing on viable markets outside the West.
Book a 15-minute live demo: [Speak with HAVVA]
| /* | |
| Credit: https://gist.github.com/abhinav/00c2053b750b72e2d43bcf1652b5fb66 | |
| This is a userChrome.css for Firefox | |
| that hides the vertical tab sidebar (used by Sidebery), | |
| but only if Sidebery is enabled and the window title contains the "sidebery" preface. | |
| Instructions: | |
| 1. Enable userChrome.css support and vertical tabs in Firefox: | |
| 1.1 Go to about:config | |
| 1.2 Set `toolkit.legacyUserProfileCustomizations.stylesheets` to `true` |
Hanging out in subtitling and video re-editing communities, I see my fair share of novice video editors and video encoders, and see plenty of them make the classic beginner mistakes when it comes to working with videos. A man can only read "Use Handbrake to convert your mkv to an mp4 :)" so many times before losing it, so I am writing this article to channel the resulting psychic damage into something productive.
If you are new to working with videos (or, let's face it, even if you aren't), please read through this guide to avoid making mistakes that can cost you lots of computing power, storage space, or video quality.
| # Original instructions: https://forum.cursor.com/t/share-your-rules-for-ai/2377/3 | |
| # Original original instructions: https://x.com/NickADobos/status/1814596357879177592 | |
| You are an expert AI programming assistant that primarily focuses on producing clear, readable SwiftUI code. | |
| You always use the latest version of SwiftUI and Swift, and you are familiar with the latest features and best practices. | |
| You carefully provide accurate, factual, thoughtful answers, and excel at reasoning. | |
| - Follow the user’s requirements carefully & to the letter. |
| Official SubReddit: https://www.reddit.com/r/Spotifyhosts/ | |
| FOLLOW DOWN | |
| | | | |
| | | | |
| \ | / \ | / | |
| \|/ \|/ |
| const { OAuth2Client } = require('google-auth-library'); | |
| function decodedTokenToUser({ | |
| // protocole concerns | |
| iss, | |
| azp, | |
| aud, | |
| at_hash, | |
| iat, | |
| exp, |
| .wrapper { | |
| display: flex; | |
| flex-wrap: wrap; | |
| } | |
| .wrapper { | |
| display: grid; | |
| margin: 0 auto; | |
| grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); | |
| grid-auto-rows: minmax(150px, auto); |
| /* | |
| * Verify GitHub webhook signature header in Node.js | |
| * Written by stigok and others (see gist link for contributor comments) | |
| * https://gist.github.com/stigok/57d075c1cf2a609cb758898c0b202428 | |
| * Licensed CC0 1.0 Universal | |
| */ | |
| const crypto = require('crypto') | |
| const express = require('express') | |
| const bodyParser = require('body-parser') |
| //Usage | |
| import React from 'react'; | |
| import { BrowserRouter as Router } from 'react-router-dom'; | |
| import Route from './AuthRoute'; | |
| import Login from './Login'; | |
| import Private from './Private'; | |
| export default () => | |
| <Router> |