-- [[ notes ]] -- local notes_dir = vim.fn.stdpath("data") .. "/notes/" vim.fn.mkdir(notes_dir, "p") local Notes = {}; func
class Solution: def makeFancyString(self, s: str) -> str: for c in set(s): while c*3 in s:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=
return { { "Yggdroot/indentLine", config = function () vim.g.indentLine_char = "│" -
<style> #otherInput { display: none; /* Hide the input box initially */ } </style> <form action="" met
func atoi(s string) int { var n int for _, c := range s { n = (n*10) + int(c-48) } return n } func is_number(s stri
<!DOCTYPE html> <html> <head> <title>Media Upload</title> {% include "stylesheet.html" %} <style> </style> </hea
func isStrictlyPalindromic(n int) bool { return false }
<?php // foreach loop in php $arr = array('Apple','Banana','Grapes','Mango'); //this is a simply a for loop that us
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <ti
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, init
<?php // session_start(); // if(isset($_SESSION['loggedin']) || $_SESSION['loggedin'] == true){ // header('location:
<!-- user-files.html --> {% for file in files %} {{ loop.index }}<a href=" {{ file.path }}">{{ file.name }}</a> {{ file.size }}<
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=
<!DOCTYPE html> <html> <head> <title>Image to PDF Converter</title> <style> #uploadBox { border: 2px dashed
<?php echo "Hello World!"; ?> <!-- For embedding/use PHP we have to use <?php ?> all the php code will goes within the <?php
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>E
class Solution: def findCenter(self, edges: List[List[int]]) -> int: flat = set() for l in edges[:3]:
<div id="main"> <h1>Instagram chla rhe ho?</h1> <button id="yes" onclick="yes()"> Yes </button> <button id="no" o
<?php // session_start(); // if(isset($_SESSION['loggedin']) || $_SESSION['loggedin'] == true){ // header('location:
<?php // Connecting to the Db $servername = "localhost"; $username = "root"; $password = ""; $database = "f
// LinkedList // import "fmt" // type ListNode struct { // Val int // Next *ListNode // } type MyLinkedList struct {
<!DOCTYPE html> <html> <head> <title>my</title> </head> <body> <p align="right">my name is rah
<html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
* **Coding:** You can ask Coder AI questions like "How do I write a function to sort a list of numbers?" or "Can you help me de
CoderAI is a powerful tool that enhances the coding experience by providing assistance and guidance to developers. Its benefits
<!DOCTYPE html> <html> <head> <title>Auto Vibration on Page Load</title> </head> <body> <script> // Funct
<?PhP // php is case insensitive programming lang. //with three variable $a = 10; $b = 5; $c = $a + $b; EcHo ($
<head> <title>Imp Quetions</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <style> t
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, in
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
func getMaximumGenerated(n int) int { if n == 0 { return 0 } arr := []int{0, 1} for len(arr) < n + 1 { l := len(ar
/** * @param {Function[]} functions * @return {Function} */ var compose = function(functions) { return functio
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>N
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"
<html> <head> <title>frame</title></head> <form> <body bgcolor="lightcyan"> Name:<input type="text" Name ="firstname"size
<?php echo"Include:<br>"; //include include 'MySQL-Databases-Connection.php'; //include will only produce a warning
<!-- Based on Hulu Webpage Clone | HTML & CSS by Brad Traversy (2021) see: https://www.youtube.com/watch?v=9OVLaEjY-Rc --> <!DO
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Accordion 01</title> <meta na
if __name__ == '__main__': n = int(input()) for i in range(1,n+1): print(i,end="")
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Tabs</title> <meta name="view
class Solution: def kthDistinct(self, arr: List[str], k: int) -> str: distinct = [] for c in arr:
def findComplement(self, num): s = [] while num > 0: # 5 r = str(num % 2)# s.append(r) num = num // 2 s
<?php //for loop for ($i=0; $i <= 10; $i++) { echo $i; } ?>
def is_prime(n): if n < 2: return False for i in range(2, n//2+1): if not n%i: return F
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in
// @leet start type BrowserHistoryNode struct { Url string Back *BrowserHistoryNode Forward *BrowserHistoryNode } t
/** * @param {string} s * @return {character} */ var repeatedCharacter = function(s) { seen = []; for (let i=0;
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,
class Solution: def diagonalSum(self, mat: List[List[int]]) -> int: i = 0 s = 0 if len(mat)%2:
<HTML> <HEAD> <TITLE>style sheets</TITLE> <style type="text/css"> table,td,th{Border-style:solid;Border-width:4;Border-color
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in
class Solution: def findWords(self, words: List[str]) -> List[str]: rows = [ "qwertyuiop",
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <ti
<!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" c
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Menu Example</title> <link rel
# Definition for singly-linked list. # class ListNode: # def __init__(self, val=0, next=None): # self.val = val
#include <iostream> using namespace std; int main() { int i, n; bool is_prime = true; cout << "Enter a positive
// @leet start /** * Definition for singly-linked list. * type ListNode struct { * Val int * Next *ListNode *
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>H
public class SumCalculator { public static void main(String[] args) { int num1 = 5; int num2 = 10;
<?php echo"Include:<br>"; //include include 'MySQL-Databases-Connection.php'; //include will only produce a warning
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<?php $a = 50; // Global Variable function paste(){ $a = 10; // Local Variable echo $a. "\n"; g
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Tabs Integrations</title> <me
func minOperations(logs []string) int { depth := 0 for _, o := range logs { if o == "../" { if d
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in
class Solution: def minBitFlips(self, start: int, goal: int) -> int: bb = len(bin(max([start, goal]))) - 2
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width i
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Drag & drop</title> <link rel=
<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <met
<?php //while loop $i = 1; while($i<=10){ echo $i. "\n"; $i++; } ?>
from math import* def fun(x): return(x**3-4*x-9) def bisection(x0,x1): i=1 for _ in range(max): x2 =
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initi
class Solution: def applyOperations(self, nums: List[int]) -> List[int]: for i in range(len(nums)-1):
* **Community Support:** Ask questions, seek assistance, and share insights with fellow TXQL enthusiasts. * **Knowledge Sharin
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <ti
import java.util.Random fun main() { val options = arrayOf("Rock", "Paper", "Scissors") while (true) { p
func nextGreaterElement(nums1 []int, nums2 []int) []int { var ans []int for _, n := range nums1 { f := false g := -
```python def sum_of_numbers(numbers): """ This function takes a list of numbers and returns the sum of the numbers. Args
select name,population,area from World where area >= 3000000 or population >= 25000000;
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Sidebar</title> <link rel="preconnect" href="https:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, in
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>S
<!DOCTYPE html> <html> <head> <title>Register</title> <link rel="preconnect" href="https://fonts.googleapis.com"> <link
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, in
* **Username:** @coderai * **Bio:** AI-powered coding assistant that helps developers write better code faster. * **Repositorie
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>O
<canvas id="gc" width="600" height="600"></canvas> <script> window.onload=function() { canv=document.getElementById("gc");
class Solution: def digit_sum(self, num) -> int: s = 0 for d in str(num): s += int(d)
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, ini
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>M
<html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
class Solution: def countSeniors(self, details: List[str]) -> int: return len(list(filter(lambda p: p>60, [int(p[1
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initia
# @leet start # @param {Integer[]} arr # @param {Integer} a # @param {Integer} b # @param {Integer} c # @return {Integer}
class Solution { function divide($dividend, $divisor) { if(intval($dividend/$divisor) > 2**31-1){ return
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width
<?php //Database Connection /*There are two ways to connect to My SQL Database 1. MySQLi extension (for use only m
Q1. Write a SQL block to display electricity bill for the consumer. Database should consist of consumer number, address, and un
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, in
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, in
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, in
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, in
* **Name:** CoderAI * **Industry:** Software Development * **Headquarters:** San Francisco, California * **Year Founded:** 2016
* **Make it unique.** Your username should be something that is not already taken by another user. If it is, you will be prompt
* **Purpose:** The link leads to a video on YouTube that discusses the experience of a woman who removed her breast implants af
<!DOCTYPE html> <html> <head> <style> body { font-family: 'Arial', sans-serif; display: flex; a
<?php // Connecting to the Db $servername = "localhost"; $username = "root"; $password = ""; $database = "f
* { margin: 0; padding: 0; box-sizing: border-box; } html, body { height: 100%; width: 100
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, in
select actor_id,director_id from ActorDirector group by actor_id, director_id Having count(actor_id = director_id) >=3;
<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <title>Flappy Bird</title> <link rel="sty
class Solution: def majorityElement(self, nums: List[int]) -> int: f = int(len(nums)/2) for n in set(nums