- 64
- 15 367
SeveTech
Ireland
เข้าร่วมเมื่อ 24 เม.ย. 2020
Welcome to Sevetech!
This channel complement my blog posts (tessarinseve.pythonanywhere.com/nws/category/journal.html) with bite-sized screencasts! These concise videos, lasting 1-2 minutes, delve into the fascinating world of tech. Expect original content covering a diverse array of topics, including:
- Classical Vim: Unlock productivity with Vim tips and tricks.
- Python: Dive into Pythonic wonders, from beginner-friendly tutorials to advanced concepts.
- Deno JavaScript: Explore the Deno runtime and its powerful features.
- LibreOffice: Discover efficient ways to wield this open-source office suite.
- Vlang: Uncover the secrets of this intriguing new programming language.
Subscribe to gain access to exclusive content and insights. Supporters can grab that extra cup of motivation over at www.buymeacoffee.com/seve!
Hit that Subscribe button and let’s embark on this tech adventure together!
This channel complement my blog posts (tessarinseve.pythonanywhere.com/nws/category/journal.html) with bite-sized screencasts! These concise videos, lasting 1-2 minutes, delve into the fascinating world of tech. Expect original content covering a diverse array of topics, including:
- Classical Vim: Unlock productivity with Vim tips and tricks.
- Python: Dive into Pythonic wonders, from beginner-friendly tutorials to advanced concepts.
- Deno JavaScript: Explore the Deno runtime and its powerful features.
- LibreOffice: Discover efficient ways to wield this open-source office suite.
- Vlang: Uncover the secrets of this intriguing new programming language.
Subscribe to gain access to exclusive content and insights. Supporters can grab that extra cup of motivation over at www.buymeacoffee.com/seve!
Hit that Subscribe button and let’s embark on this tech adventure together!
Vim Typst Lsp (Unicode)
#vim #lsp #typst #latex
In this video, we demonstrate two methods for adding Unicode characters to PDF documents using Typst and Vim. We cover Typst's symbol module and Vim's Unicode support, featuring Vim's LSP plugin for autocompletion and a plugin for typing Unicode via LaTeX names.
Below a link to a comprehensive article.
tessarinseve.pythonanywhere.com/nws/2024-10-19.wiki.html
If you found this helpful, please like and subscribe!
Vim's Plugins:
github.com/sevehub/typstpowershell
github.com/joom/latex-unicoder.vim
Affiliate link:
Wired & Wireless Retro Multi-Device Mechanical Typewriter, Compact 80% Layout Keyboard, Hotswappable, Wireless 5.0, Round Keycaps, LED Backlit, For Windows/IOS/Android/Linux
👉 item link: temu.to/k/ezgo2tbub6i
For comments and/or feedback use the following link:
tessarinseve.pythonanywhere.com/shared/request-form.html
Credits:
Music by Jonas pixabay.com/users/itswatr-12344345/?
TTS: ttsmp3.com/
End of the Video by FAHIMG: www.pexels.com/video/green-background-animation-youtube-subscribe-3822752/
In this video, we demonstrate two methods for adding Unicode characters to PDF documents using Typst and Vim. We cover Typst's symbol module and Vim's Unicode support, featuring Vim's LSP plugin for autocompletion and a plugin for typing Unicode via LaTeX names.
Below a link to a comprehensive article.
tessarinseve.pythonanywhere.com/nws/2024-10-19.wiki.html
If you found this helpful, please like and subscribe!
Vim's Plugins:
github.com/sevehub/typstpowershell
github.com/joom/latex-unicoder.vim
Affiliate link:
Wired & Wireless Retro Multi-Device Mechanical Typewriter, Compact 80% Layout Keyboard, Hotswappable, Wireless 5.0, Round Keycaps, LED Backlit, For Windows/IOS/Android/Linux
👉 item link: temu.to/k/ezgo2tbub6i
For comments and/or feedback use the following link:
tessarinseve.pythonanywhere.com/shared/request-form.html
Credits:
Music by Jonas pixabay.com/users/itswatr-12344345/?
TTS: ttsmp3.com/
End of the Video by FAHIMG: www.pexels.com/video/green-background-animation-youtube-subscribe-3822752/
มุมมอง: 109
วีดีโอ
Effortless Folder Jumping in Vim
มุมมอง 88หลายเดือนก่อน
In this video, we demonstrate how to achieve effortless folder navigation in Vim using two powerful Vim9-script plugins. Learn to utilize a fuzzy finder popup for recently accessed folders and a keyboard shortcut to view 10 selectable directories with recently modified files. Discover the :mksession command to save your editing session's state, preserving your open files and layouts for easy re...
Create a SQLite Database from Vim Using SQLiteBiter
มุมมอง 962 หลายเดือนก่อน
SQLiteBiter is a powerful command-line interface tool that simplifies the conversion of SQLite databases into various formats, such as CSV and JSON. This video demonstrates how to efficiently extract and manipulate data from SQLite databases using SQLiteBiter, while also showcasing the integration with Vim. Learn how to capture Vim's key mappings, format them into a CSV table, and upload the SQ...
Exploring Command Line Utility QRENCODE
มุมมอง 642 หลายเดือนก่อน
This video explores the command line utility #qrencode, created by Kentaro Fukuchi, which allows users to generate QR codes easily from the terminal. QR codes are widely used for storing URLs but can also be utilized for saving notes in formats like Markdown. qrencode is compatible with both Linux and Windows systems, making it accessible to a broad audience. This utility integrates well with t...
Jedi-Ruff Python LSP for VIM
มุมมอง 1602 หลายเดือนก่อน
In this video, we introduce the Jedi Language Server, a powerful Python language server that leverages the capabilities of the Jedi library. Jedi is known for its exceptional autocompletion and code navigation features, making it an invaluable tool for developers looking to enhance their coding efficiency. Learn how to easily install the Jedi LSP server in a Python virtual environment and explo...
A Simple Build System
มุมมอง 313 หลายเดือนก่อน
Discover the efficiency of the Ninja build system. Watch as we delve into a Vlang source code example, creating a terminal pager for text files. Don't miss out on this informative video! #SoftwareDevelopment #Vlang #PythonScript #TerminalPager #BuildProcess #vim #ninjabuildsystem 🔗 Read the full blogpost: tessarinseve.pythonanywhere.com/nws/2024-06-27.wiki.html For comments and/or feedback use ...
Vim LSP in Less Than 70 Lines of Python Code
มุมมอง 953 หลายเดือนก่อน
In this video, we demonstrate how to create a simple Language Server Protocol (LSP) for Vim using Python and the pyglas module. Watch as we showcase a Markdown Vim buffer that displays suggestions in a convenient popup message, and check out the compact Python source code for the LSP, which is under 70 lines! #Vim #Python #lsp 🔗 Read the full blogpost: tessarinseve.pythonanywhere.com/nws/2024-0...
Fzf and PowerShell: The Ultimate Combo for File Management
มุมมอง 1173 หลายเดือนก่อน
#fzf #powershell #vim #cprogramming In this video, we demonstrate how to use fzf (Fuzzy Finder) in Windows PowerShell. We’ll show you how to list and filter text files using a pre-compiled C program, and then select and open them with vim. Additionally, we’ll cover how to display and work with the most recently modified files using another C program. This setup simplifies file selection and edi...
Ast Grep: The CLI Treesitter for Efficient Code Pattern Searching
มุมมอง 1614 หลายเดือนก่อน
Ast Grep: A powerful CLI tool for developers to search and manage code patterns efficiently. Install via pip, set rules, and integrate with Vim for real-time feedback. #DevTools #Coding #Python #JavaScript #Vim #AST #CodeSearch #treesitter 🔗 Read the full blogpost: tessarinseve.pythonanywhere.com/nws/2024-07-18.wiki.html For comments and/or feedback use the following link: tessarinseve.pythonan...
Vim + Logseq Graph Editing Made Easy
มุมมอง 3224 หลายเดือนก่อน
Discover the power of Logseq’s desktop app for seamless daily journaling. In this video, we explore how Vim enhances your note-taking experience within Logseq’s graph. Highlights include: 🖊️ Vim Integration: Learn how to edit Logseq graph items using Vim or directly within the app. 📑 MediaWiki References: Easily create references with double squared brackets, guided by the Language Server Proto...
Vim V Language LSP
มุมมอง 595 หลายเดือนก่อน
#LSP #CodeEditing The Language Server Protocol (LSP) has transformed code editing! By standardizing communication between editors and language servers, LSP empowers efficient development. Vim now supports LSPs via a Vim9Script plugin. This video demonstrates creating a basic V language executable with assistance from V-Analyzer, the vlang LSP, in VIM. #Vim #Vlang 🔗 Read the full blogpost: tessa...
Supercharge Your Python Code with Ruff
มุมมอง 1415 หลายเดือนก่อน
Explore the power of Ruff, a Python linter and formatter, and its integration with Vim. Learn how Ruff enhances code quality and style, fixes issues, and works as a Language Server Protocol. Dive into the world of real-time coding feedback and automated solutions. #Python #Rust #Ruff #Vim #CodeQuality #AutomatedSolutions 🔗 Read the full blogpost: tessarinseve.pythonanywhere.com/nws/2024-06-05.w...
Replicating VOX Features in PowerShell: A Python Virtual Environment Management Script
มุมมอง 275 หลายเดือนก่อน
#xonsh #python #virtualenv #powershell In this video, we dive into replicating the powerful features of VOX within a Python-powered PowerShell environment. Managing virtual environments is essential for keeping Python projects organized and maintaining a clean development setup 🔗 Read the full blogpost: tessarinseve.pythonanywhere.com/nws/2024-05-22.wiki.html For comments and/or feedback use th...
Enhancing Git History with Timeline Comments
มุมมอง 1176 หลายเดือนก่อน
In this video, we explore how to leverage Git-SCM’s note attachment feature to enhance commit messages without altering the commits themselves. Additionally, we delve into including comments directly within the commit history using empty commits. We’ll also showcase a VLANG code snippet that compiles into an executable called gittimeline.exe. This tool allows users to add comments and retrieve ...
Libcurl and C: CLI Tool for Data Retrieval
มุมมอง 286 หลายเดือนก่อน
#libcurl #csv Are you ready to harness the power of Libcurl in your C applications? In this video, we introduce a simple CLI tool that retrieves CSV files using Libcurl. We’ll walk through creating and compiling the tool using GCC on Windows. Whether you’re an experienced developer or just starting out, this tutorial equips you with the basics to fetch data from remote servers. Read more: tessa...
Mastering Graphs with DOT: A Short Guide to Diagram Creation
มุมมอง 438 หลายเดือนก่อน
Mastering Graphs with DOT: A Short Guide to Diagram Creation
Supercharge Your Day with These 7 Game-Changing Productivity Tips!
มุมมอง 778 หลายเดือนก่อน
Supercharge Your Day with These 7 Game-Changing Productivity Tips!
Creating SVG with Svgbob: From Installation to PowerShell + Vim
มุมมอง 749 หลายเดือนก่อน
Creating SVG with Svgbob: From Installation to PowerShell Vim
Xonsh. Python-powered shell language and command prompt
มุมมอง 18910 หลายเดือนก่อน
Xonsh. Python-powered shell language and command prompt
LibreOffice Python Macros (VIM - Windows OS)
มุมมอง 69411 หลายเดือนก่อน
LibreOffice Python Macros (VIM - Windows OS)