Skip to content

Instantly share code, notes, and snippets.

https://docs.google.com/forms/d/e/1FAIpQLSc_ge9nNcBmPCS9yWJYg4kJ0p69lisD7fjdehF_gyyR_KyY5Q/viewform?usp=pp_url&entry.2051067865=Sai&entry.1441700297=R%E1%BB%93i&entry.1798653333=Nam&entry.1202184015=T%E1%BB%AB%2022%20%C4%91%E1%BA%BFn%20d%C6%B0%E1%BB%9Bi%2035%20tu%E1%BB%95i&entry.1036360141=H%E1%BB%8Dc%20sinh%2F%20Sinh%20vi%C3%AAn&entry.2056800353=T%E1%BB%AB%2010%20%C4%91%E1%BA%BFn%20d%C6%B0%E1%BB%9Bi%2020%20tri%E1%BB%87u%20%C4%91%E1%BB%93ng&entry.1760358804=B%C3%ACnh%20th%C6%B0%E1%BB%9Dng&entry.371258083=Ho%C3%A0n%20to%C3%A0n%20%C4%91%E1%BB%93ng%20%C3%BD&entry.1428241952=Kh%C3%B4ng%20%C4%91%E1%BB%93ng%20%C3%BD&entry.977313782=Ho%C3%A0n%20to%C3%A0n%20%C4%91%E1%BB%93ng%20%C3%BD&entry.1704280609=B%C3%ACnh%20th%C6%B0%E1%BB%9Dng&entry.516802899=Ho%C3%A0n%20to%C3%A0n%20%C4%91%E1%BB%93ng%20%C3%BD&entry.295012565=Ho%C3%A0n%20to%C3%A0n%20%C4%91%E1%BB%93ng%20%C3%BD&entry.319777080=B%C3%ACnh%20th%C6%B0%E1%BB%9Dng&entry.142699288=Ho%C3%A0n%20to%C3%A0n%20%C4%91%E1%BB%93ng%20%C3%BD&entry.815550432=Ho%C3%A0n%20to%C3%A0n%20%
@chenminicode
chenminicode / PortableRPIGitServer.md
Created March 13, 2025 13:23 — forked from Olliebrown/PortableRPIGitServer.md
Setting up a Portable Git Server on an RPI 3B+

A Portable git Server on an RPI 3B+

For the past three years I participated in the GDC TrainJam, an event where a bunch of crazy game developers get on a train in Chicago and make games in teams with folks they've never met before! There are no winners and losers, only friends and good memories of exotic places during the 52 hour train ride.

Oh, and we also make a few games with very little in the way of outside access. The train has no usable internet and for a large portion of the ride there is also no cellular service. When there is, it is awful and not at all usable for serious things like syncing frequently to an external repo service like GitHub. The first year I played it by ear and got a live repo running on a thumb drive that we handed around between teammates. There were only two programmers on the team and even then we found this to be a real slog! Very tedious and some times merging was a nightmare.

The next year, I endeavored to do better, and have been pretty successful. I decided to s

@atvosanpalf8
atvosanpalf8 / UkeySoft File Lock
Created March 13, 2025 13:23
UkeySoft File Lock Crack
UkeySoft File Lock Cracked
@laploy
laploy / testMinimalApi.cs
Created March 13, 2025 13:23
Test ASP.NET Core Minimal APIs
// laploy@gmail.com March 2025
namespace testApi6Pro
{
public class Program
{
public static void Main(string[] args)
{
var builder = WebApplication.CreateBuilder(args);
var app = builder.Build();
@WangYihang
WangYihang / venn.py
Created March 13, 2025 13:22
Venn Diagram
from reportlab.pdfgen import canvas
from reportlab.lib.colors import red, blue, black
from reportlab.lib.units import inch
def wrapper(func, output_file="output.pdf"):
def inner(*args, **kwargs):
c = canvas.Canvas(output_file)
func(c, *args, **kwargs)
c.save()
return inner
@humunuk
humunuk / javascript_challenge.js
Created March 13, 2025 13:22
JavaScript challenge
function decryptPart2() {
const hexString = "796f75206174";
let decrypted = "";
for (let i = 0; i < hexString.length; i+=1) {
const hexPair = hexString.substring(i, i+1);
const charCode = parseInt(hexPair, 16);
decrypted += String.fromCharCode(charCode);
}
diff --git a/sql/opt_hints.cc b/sql/opt_hints.cc
index 327af753b3c..fb09d6bd8db 100644
--- a/sql/opt_hints.cc
+++ b/sql/opt_hints.cc
@@ -746,18 +746,38 @@ bool Opt_hints_qb::set_join_hint_deps(JOIN *join,
@param hint_tab_map map of the tables, specified in the hint
- @TODO: why do we go just one level up? What if there is a deep
- embedding structure, like
@Starkyv
Starkyv / coding_performance_denormalized_sample.csv
Created March 13, 2025 13:21
Upload coding_performance_denormalized_sample.csv
We can make this file beautiful and searchable if this error is corrected: It looks like row 6 should actually have 22 columns, instead of 6 in line 5.
coding_date,day_of_week,month,year,coder_id,coder_name,coder_certification_level,coder_department,service_line_name,procedure_code,procedure_description,doctor_id,doctor_name,doctor_specialty,patient_encounter_id,total_cases_coded,total_coding_time_minutes,coding_accuracy_pct,coding_errors_count,financial_discrepancies_amount,avg_time_per_case_minutes,notes
2023-03-21,2,3,2023,C020,John Smith,RHIT,Emergency,General Surgery,CPT-5678,Knee Replacement,D002,Dr. Hall,Orthopedic Surgeon,E90214,7,102.41,86.81,1,169.97,14.63,
2023-09-07,4,9,2023,C005,David Clark,CPMA,Outpatient,Cardiology,CPT-1234,Hip Replacement,D014,Dr. Jenkins,Pediatrician,E57412,9,96.51,94.53,5,93.66,10.72,
2023-05-22,1,5,2023,C001,John Smith,CCS,Ambulatory,Orthopedics,CPT-5678,Cesarean Section,D003,Dr. Foster,Cardiologist,E72123,13,215.11,90.9,4,267.8,16.55,
2023-09-12,2,9,2023,C002,David Clark,CPMA,Emergency,Newborn,ICD10-P45.1,Angioplasty,D015,Dr. Carter,Pediatrician,E82252,2,30.72,99.76,0,611.16,15.36,
2023-12-19,2,12,2023,C017,David Cla
@Starkyv
Starkyv / coding_performance_denormalized_sample.csv
Created March 13, 2025 13:21
Upload coding_performance_denormalized_sample.csv
We can make this file beautiful and searchable if this error is corrected: It looks like row 6 should actually have 22 columns, instead of 6 in line 5.
coding_date,day_of_week,month,year,coder_id,coder_name,coder_certification_level,coder_department,service_line_name,procedure_code,procedure_description,doctor_id,doctor_name,doctor_specialty,patient_encounter_id,total_cases_coded,total_coding_time_minutes,coding_accuracy_pct,coding_errors_count,financial_discrepancies_amount,avg_time_per_case_minutes,notes
2023-03-21,2,3,2023,C020,John Smith,RHIT,Emergency,General Surgery,CPT-5678,Knee Replacement,D002,Dr. Hall,Orthopedic Surgeon,E90214,7,102.41,86.81,1,169.97,14.63,
2023-09-07,4,9,2023,C005,David Clark,CPMA,Outpatient,Cardiology,CPT-1234,Hip Replacement,D014,Dr. Jenkins,Pediatrician,E57412,9,96.51,94.53,5,93.66,10.72,
2023-05-22,1,5,2023,C001,John Smith,CCS,Ambulatory,Orthopedics,CPT-5678,Cesarean Section,D003,Dr. Foster,Cardiologist,E72123,13,215.11,90.9,4,267.8,16.55,
2023-09-12,2,9,2023,C002,David Clark,CPMA,Emergency,Newborn,ICD10-P45.1,Angioplasty,D015,Dr. Carter,Pediatrician,E82252,2,30.72,99.76,0,611.16,15.36,
2023-12-19,2,12,2023,C017,David Cla
import Head from 'next/head';
export default function Home() {
return (
<>
<Head>
<title>Главная страница | Next.js</title>
<meta name="description" content="Этот сайт создан с помощью Next.js" />
<meta name="keywords" content="nextjs, seo, react, web development" />
</Head>