Pastebin
API
tools
faq
paste
Login
Sign up
Group_Coder's Pastebin
30
18,013
0
2 years ago
Name / Title
Added
Expires
Hits
Comments
Syntax
Example of HTML Id (HTML)
Sep 29th, 2023
Never
18
0
None
-
Example HTML Classes (Styles.css)
Sep 29th, 2023
Never
267
0
None
-
Example HTML Classes (HTML)
Sep 29th, 2023
Never
403
0
None
-
Styles.css
Sep 29th, 2023
Never
279
0
None
-
Example of Html Script.
Sep 29th, 2023
Never
373
0
None
-
Using Named Character Entities
Sep 29th, 2023
Never
374
0
None
-
Using Unicode characters
Sep 29th, 2023
Never
26
0
None
-
Example of Named character references
Sep 29th, 2023
Never
361
0
None
-
Example of HTML Symbols
Sep 29th, 2023
Never
431
0
None
-
Some More Example of some common HTML form attributes
Sep 29th, 2023
Never
484
0
None
-
Example of some common HTML form attributes
Sep 29th, 2023
Never
481
0
None
-
Example of some common HTML text input types
Sep 29th, 2023
Never
1,071
0
None
-
Example of Html Forms
Sep 29th, 2023
Never
1,255
0
None
-
Example of inline elements
Sep 29th, 2023
Never
562
0
None
-
Example of block-level elements
Sep 29th, 2023
Never
531
0
None
-
an example of how to use an iframe to embed a Google Map in a webpage
Sep 29th, 2023
Never
820
0
None
-
Use of HTML Lists
Sep 29th, 2023
Never
19
0
None
-
HTML tables
Sep 29th, 2023
Never
1,242
0
None
-
HTML Favicon
Sep 29th, 2023
Never
1,421
0
None
-
An example to create a webpage to show the use of file path
Sep 29th, 2023
Never
736
0
None
-
Provide an example of using the Pair template to store and display a pair of integers and a pair of
Aug 9th, 2023
Never
16
0
None
-
Describe the concept of encapsulation and how it promotes data hiding and abstraction.
Aug 9th, 2023
Never
18
0
None
-
how does object slicing occur in OOP
Aug 9th, 2023
Never
16
0
None
-
Write a program that demonstrates nested exception handling.
Aug 9th, 2023
Never
16
0
None
-
Write a function that performs a withdrawal from a bank account.
Aug 9th, 2023
Never
66
0
None
-
Design a class BankAccount that encapsulates a person's bank account information.
Aug 9th, 2023
Never
16
0
None
-
Design a class Book that uses composition to include an Author object.
Aug 9th, 2023
Never
15
0
None
-
Calc. the fact. of a given number n. Use a class var to keep track of the number of calc. performed
Aug 9th, 2023
Never
16
0
None
-
Implementation of Template Specialization.
Aug 8th, 2023
Never
15
0
None
-
Implementation of Class templates in cpp.
Aug 8th, 2023
Never
14
0
None
-
How to implement static functions in cpp.
Aug 8th, 2023
Never
16
0
None
-
How to implement Member functions in cpp.
Aug 8th, 2023
Never
19
0
None
-
Example of using public, protected, and private access modifiers in C++
Aug 8th, 2023
Never
19
0
None
-
how to display bank account number, withdrawn and Deposited amount.
Aug 8th, 2023
Never
13
0
None
-
How to display Area of Shapes using polymorphism in cpp.
Aug 8th, 2023
Never
13
0
None
-
How to implement Inheritance
Aug 8th, 2023
Never
11
0
None
-
how to display bank account number, withdrawn and Deposited amount.
Aug 8th, 2023
Never
148
0
None
-
How to display Bank account number and Balance.
Aug 8th, 2023
Never
159
0
None
-
Find area and perimeter of rectangles.
Aug 8th, 2023
Never
16
0
None
-
Book class
Aug 8th, 2023
Never
15
0
None
-
Write a program to Print sum from 1 to n.
Jul 27th, 2023
Never
722
0
None
-
Write a program to Print number from 1 to n.
Jul 27th, 2023
Never
307
0
None
-
Write a program to Print n to 1.
Jul 27th, 2023
Never
759
0
None
-
Make a function which calculates the factorial of n using recursion.
Jul 27th, 2023
Never
691
0
None
-
Make a function which calculates ‘a’ raised to the power ‘b’ using recursion.
Jul 27th, 2023
Never
657
0
None
-
Program on Fibonacci Series.
Jul 27th, 2023
Never
994
0
None
-
Write a function to calculate the nth fibonacci number using recursion.
Jul 27th, 2023
Never
710
0
None
-
Recursion Example
Jul 27th, 2023
Never
770
0
None
-
Inserting a node at a specific position
Jul 26th, 2023
Never
30
0
None
-
Searching for a value
Jul 26th, 2023
Never
22
0
None
-
Length of Linked list
Jul 26th, 2023
Never
21
0
None
-
Removing a node
Jul 26th, 2023
Never
26
0
None
-
Adding a node to the end
Jul 26th, 2023
Never
24
0
None
-
Adding a node to the front
Jul 26th, 2023
Never
18
0
None
-
Given a queue and an integer K, write a function to reverse the first K elements in the queue.
Jul 24th, 2023
Never
25
0
None
-
Implement a Queue using a Python list (built-in methods are not allowed). Implement the enqueue, deq
Jul 24th, 2023
Never
23
0
None
-
Code to implement Deque:-
Jul 24th, 2023
Never
18
0
None
-
implement Operations: addFront, addRear, removeFront, removeRear, peekFront, peekRear
Jul 24th, 2023
Never
26
0
None
-
Code to implement Circular Queues
Jul 24th, 2023
Never
27
0
None
-
Dealing with the "queue full" and "queue empty" scenarios
Jul 24th, 2023
Never
25
0
None
-
implementation of a circular queue
Jul 24th, 2023
Never
26
0
None
-
Write a function that takes an infix expression as input and returns the equivalent postfix express
Jul 24th, 2023
Never
25
0
None
-
Write a function that takes a string as input and returns True if it's a palindrome (reads the same
Jul 24th, 2023
Never
19
0
None
-
Write a function that takes a string as input and returns the reversed string using a stack.
Jul 24th, 2023
Never
22
0
None
-
Given a string containing parentheses, curly brackets, and square brackets, write a function to dete
Jul 24th, 2023
Never
23
0
None
-
Given a postfix expression as a string, write a function to evaluate it and return the result.
Jul 24th, 2023
Never
20
0
None
-
Implement the push, pop, peek, and isEmpty methods.
Jul 24th, 2023
Never
30
0
None
-
Implement a Stack using a Python list (built-in methods are not allowed)
Jul 24th, 2023
Never
20
0
None
-
Browser history (forward and back navigation)
Jul 24th, 2023
Never
20
0
None
-
Program to demonstrate Stack Operations
Jul 24th, 2023
Never
22
0
None
-
Implementing a stack using a linked list (class-based implementation)
Jul 24th, 2023
Never
18
0
None
-
Using lists (built-in stack methods)
Jul 24th, 2023
Never
26
0
None
-
Implementing queue using Linked list Python
Jul 24th, 2023
Never
24
0
None
-
Implementing queue using list Python
Jul 24th, 2023
Never
24
0
None
-
hwllow world
Jul 23rd, 2023
Never
16
0
None
-
Public Pastes
MAKE $5000 INSTANTLY 7
JavaScript | 9 sec ago | 0.08 KB
✅ MAKE $22OO IN 10 MIN W
JavaScript | 34 sec ago | 0.08 KB
✅ MAKE $22OO IN 10 MIN N
JavaScript | 54 sec ago | 0.08 KB
Make 3500$ in 20 MIN [Method] D
JavaScript | 1 min ago | 0.08 KB
FREE BTC GUIDE P
JavaScript | 2 min ago | 0.08 KB
excellent 4 OK very good final 2
Python | 17 min ago | 35.64 KB
Untitled
CSS | 34 min ago | 0.04 KB
lua
Lua | 2 hours ago | 3.50 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!