# Page Replacment Smulator def FIFO(string: list["anything"], frames=3): page = [None]*frames pages = [] statu
class Solution: def createTargetArray(self, nums: List[int], index: List[int]) -> List[int]: target = []
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>R
<!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
<canvas id="gc" width="600" height="600"></canvas> <script> window.onload=function() { canv=document.getElementById("gc");
SELECT name, population, area FROM world WHERE area >= 3000000 or population >= 25000000;
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=
<!DOCTYPE html> <html> <head> <title>Git Clone</title> {% include 'stylesheet.html' %} <style> </style> </h
<?php session_start(); if(!isset($_SESSION['loggedin']) || $_SESSION['loggedin'] != true){ header("location:logi
<style> #otherInput { display: none; /* Hide the input box initially */ } </style> <form action="" met
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Tabs Integrations</title> <me
<!DOCTYPE html> <html> <head> <title>My Web Page</title> </head> <body> <h1>Welcome to My Web Page</h1> <p>Th
--[[ init.lua ]]-- local scheme_switcher = require("scheme-switcher") -- Error Mesages and wornigs vim.diagnostic.config({
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Social Buttons</title> <meta
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <ti
/** * @param {number} num1 * @param {number} num2 * @return {number} */ var sum = function(num1, num2) { return nu
<html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<iframe src='https://htmlify.artizote.com/api/embed?id=165'></iframe>
<html> <head> <title> Yahoo Internet</title> </head> <body bgcolor="aqua"> <marquee bgcolor="yellow" behavior="alternate"
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <ti
<?php //dates in php echo date("d"). "\n"; //Print date of today : 24 echo date("j"). "\n"; //Print dat
<!DOCTYPE html> <html> <head> <title>Login</title> {% include "stylesheet.html" %} <style> </style> </head> <bo
<!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>Gallery 03</title> <meta name
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>F
<!DOCTYPE html> <html> <head> <title>Bootstrap Form Demo</title> <!-- Include Bootstrap CSS from a CDN --> <lin
**Knowledge and Information:** * **Answer questions:** Get answers to questions about a wide range of topics. * **Weather fore
<!-- Based on Build A Responsive Website With HTML & CSS Tutorial by Simo Edwin - Dev Ed (2019) see: https://www.youtube.com/wat
#HTMLify from flask import * from flask_migrate import * from random import randint, shuffle from hashlib import md5 from os im
<?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> <head> <meta charset="UTF-8"> <title>Bubble Shooter Game</title> <!-- Linking CSS & JS --> <script type='
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <ti
def print_full_name(first_name,last_name): print("Hello",first_name,last_name,end='! You just delved into python.')
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, in
<?php //while loop $i = 1; while($i<=10){ echo $i. "\n"; $i++; } ?>
def are_anagrams(s1, s2): if len(s1) != len(s2): return False for c in s1: if s1.count(c) != s2.count(c)
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initia
def encrypt_xor_cipher(text, key): cipher = "" for char in text: cipher += chr(ord(char) ^ key) return ciphe
class Solution { bool isRobotBounded(String instructions) { List<int> direction = [0, 1], cordinates = [0, 0];
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>R
/** * @param {number} n * @return {number} */ var fib = function(n) { if (n == 0) return 0; if (n == 1
class Solution(object): def sumBase(self, n, k): s=0 while n > 0: r = n%k s = s+r
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in
<?php $name = 'SabkaCode'; echo $name; //simple print name echo "\n"; echo "The length of string ".strlen($name
<!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>Dictionary App</title> <meta name="viewport" c
<!-- media-edit.html --> <form action="/action/edit-media" method="POST"> <input type="hidden" name="oldname" value="{{ path[ses
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
def multiply(self, num1, num2): num1 = int(num1) num2 = int(num2) a = num1 * num2 return str(a)
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width
SELECT name FROM Customer WHERE referee_id != 2 OR referee_id IS NULL;
<!DOCTYPE html> <html lang="zxx"> <head> <meta charset="UTF-8"> <title>Cards</title> <meta
<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <title>Block Runner game</title> <script src="https://cdnj
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, in
func titleToNumber(columnTitle string) int { p := 1 var n int for i:=len(columnTitle)-1; i>=0; i++ { c = columnTitle[i]
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Transactions Table</title> <m
select actor_id,director_id from ActorDirector group by actor_id, director_id Having count(actor_id = director_id) >=3;
def roman_to_int(s): romans = {'I': 1, 'V': 5,'X': 10, 'L': 50, 'C': 100, 'D': 500, 'M': 1000} result = 0
<!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"> <met
<!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>B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <title>S
<!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>CodePen - ColorDrops</title> <meta name="viewport"
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in
<!DOCTYPE html> <html> <head> <title>OCTANET || TASK2</title> <link href="todo.css" rel="stylesheet"> </head>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> a{ font-size: 50px; margin-top: 50px;
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initi
<!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
class Solution: def singleNumber(self, nums: List[int]) -> int: return sorted(nums, key=lambda e:nums.count(e))[0]
<?php // Connecting to the Db $servername = "localhost"; $username = "root"; $password = ""; $database = "f
<!DOCTYPE html> <html> <head> <title>Image to PDF Converter</title> <style> #uploadBox { border: 2px dashed
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in
/** * @param {string} val * @return {Object} */ var expect = function(val) { return {"toBe": function (v
class Solution: def reverseOnlyLetters(self, s: str) -> str: s = list(s) chars = "qwertyuiopasdfghjklzxcv
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1">
func minimumRecolors(blocks string, k int) int { m := len(blocks) for i:=0; i<len(blocks)-k+1; i++ { c := 0
class Solution: def isNStraightHand(self, hand: List[int], groupSize: int) -> bool: if len(hand) % groupSize != 0:
select name from Customer where referee_id is null or referee_id != 2;
<!DOCTYPE html> <html lang="en" onclick="jump()"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=
<HTML> <HEAD> <TITLE>style sheets</TITLE> <style type="text/css"> table,td,th{Border-style:solid;Border-width:4;Border-color
SELECT user_id, count(follower_id) as followers_count FROM Followers GROUP BY user_id ORDER BY user_id;
def is_vowel(char): vowels = ["a", "e", "i", "o", "u", "A", "E", "I", "O", "U"] return char in vowels def is_vowel(char
<!-- Based on Build a Modern Landing Page Website by Kevin Powell for Traversy Media (2020) see: https://www.youtube.com/watch?v
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, in
from os import system from sys import version_info as ver ver = ver.major from random import randint try: from app import a
class Solution: def maxFrequencyElements(self, nums: List[int]) -> int: freq = {} h = 0 for n in
// getAttribute <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=dev
return { "nvim-telescope/telescope.nvim", dependencies = { "nvim-lua/plenary.nvim" } }
<!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"> <title>Cards</title> <link rel="st
<!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" /> <ti
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, in
<!DOCTYPE html> <html> <head> <title>Register</title> <link rel="preconnect" href="https://fonts.googleapis.com"> <link
class Solution: def twoSum(self, numbers: List[int], target: int) -> List[int]: last_i = None for i in ra
<?php // if(isset($_SESSION['loggedin']) || $_SESSION['loggedin'] = true){ // header("location:welcome.php"); //
<!DOCTYPE html> <html lang="en" onclick="jump()"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" conte
<?php if($_SERVER['REQUEST_METHOD'] == 'POST'){//if (isset($_POST)){ $name = $_POST['name']; $email = $_POST
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Signup Example</title> <link rel="stylesheet"
class Solution: def findKthNumber(self, n: int, k: int) -> int: l = sorted(map(lambda e:str(e), range(1, n+1)))
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in
<?php echo "welcome"; $file = fopen('yoursfile.txt','w'); //when this file not exit so automatticay file create & write te
flask flask_sqlalchemy flask_migrate requests pygments
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, init
<!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 name="viewport" content="width=device-width, initial-scale=
/** * Definition for a binary tree node. * type TreeNode struct { * Val int * Left *TreeNode * Right *Tree