Skip to content

Instantly share code, notes, and snippets.

View kostabekre's full-sized avatar
🟣

Konstantin Bekrenyov kostabekre

🟣
View GitHub Profile
@tatsumoto-ren
tatsumoto-ren / subs.md
Last active June 15, 2024 12:39
Japanese Subtitles

📓 Table of Contents 📚 Resources ✉️ Chat


kitsunekko.net jp subtitles

A large repository of japanese subtitles that is updated reasonably often and has a clean design.| The most popular one, you can upload your own subs.| Often have to be retimed.

@madkoding
madkoding / pair-dual-boot-bluetooth.md
Last active June 8, 2024 12:14
Pairing bluetooth devices in dual boot with Linux Ubuntu and Windows 10/11

Pairing Bluetooth Devices in Dual Boot with Linux Ubuntu and Windows 10/11

Introduction

This guide provides updated instructions for pairing Bluetooth devices (such as keyboards or mice) in a dual-boot environment with Linux Ubuntu and Windows 10/11, incorporating community feedback and suggestions.

Instructions

1. Pair in Linux First

  • Pair your Bluetooth device in Linux. This is crucial to ensure the LinkKey remains consistent.
  • Note: Do not re-pair the device in Linux after completing the pairing in Windows.
@samlii
samlii / PostgresBulkUpdate.cs
Created September 26, 2016 13:54
A way to do a bulk update in postgresql using a datatable.
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using Dapper;
using Newtonsoft.Json;
using Npgsql;
using NpgsqlTypes;
namespace DataExtensions