Topic: Paste whats on your clipboard



Sort Replies:

Reply by empty_network

posted
updated

Newer != better, and sometimes less powerful = better since it forces you to be creative.

(Meant to post this on "Unpopular Opinions" but it was on our clipboard)


Permalink Report Reply

Reply by KazuhiraMarius

posted

https://files.catbox.moe/606anp.png

it's just a steam stamp i used for my profile.


Permalink Report Reply

Reply by empty_network

posted
updated

```
.data ;anything starting with a semicolon is a comment
msg: .asciiz "hello mips" ;this is a simple hello world program, written in mips asm
.text
li $v0, SYSCALL_PRINT_STRING
la $a0, msg
syscall

==================================================================================================================

loop: beq num, 8, done ;this is a simple loop, written in the same language
add num 1 ;it adds 1 to the variable "num" until the condition "num = 8" is met
b loop ;these 2 snippets is literally all i know about asm :(
```


Please. No questions on why it is Assembly.


Permalink Report Reply

Reply by empty_network

posted
updated

https://www.sbnation.com/c/secret-base/21410129/20020/chapters-index

(Link to 20020, the sequel to 17776)

EDIT: Sorry for doublepost.


Permalink Report Reply

Reply by stevemademeplay

posted

https://www.google.com/url?sa=i&url=https%3A%2F%2Fpress-start.com.au%2Fnews%2Fplaystation%2F2018%2F04%2F26%2Fgod-war-boy-techno-remix-need-get-today%2F&psig=AOvVaw2HHyRcdwE_F6Vs42mXnWJH&ust=1736776753297000&source=images&cd=vfe&opi=89978449&ved=0CBQQjRxqFwoTCLCajdur8IoDFQAAAAAdAAAAABAI


Permalink Report Reply

Reply by Mrdude

posted

pokken tournament


Permalink Report Reply

Reply by ynglvst

posted

Reply by Fizzy<3

posted

uh sure


 Paper Lily Chapter 1

um..its a game..


Permalink Report Reply

Reply by Fizzy<3

posted

uh sure


 Paper Lily Chapter 1

um..its a game..


Permalink Report Reply

Reply by NarukamiYuReal!!!111! / epicgamer389

posted

<style>

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

</style>


Permalink Report Reply

Reply by MittenKitty

posted

its my email adress LOL, 


Permalink Report Reply

Reply by heartbeats

posted

Reply by f4t4lfrankie

posted

        width:495px;
        height:357px;

im doing some coding atm xDD


Permalink Report Reply

Reply by AlexWolfsbane

posted

“Fine, fine.” *I say, finishing off my toothbrushing as I spit out the toothpaste foam, lightly rinsing to avoid washing off the fluoride. I look towards her and hold her chin gently in my hand and moving her face towards mine so I can help her out as I take her toothbrush in my hand and start brushing her teeth for her, the buzzing sound from the toothbrush resounding in the bathroom as I look at her with an almost deadpanned expression.*

🗿 jai


Permalink Report Reply

Reply by AmnesiKa

posted

I can't its a 8 hour necrophilia comp from bestgore


Permalink Report Reply

Reply by FranCheeseCake

posted

It's my blog lol

https://blog.spacehey.com/entry?id=1492883


Permalink Report Reply

Reply by Callum/Megumi (#1 Satosugu Shipper)

posted

https://i.postimg.cc/L5Bj47sB/Cookie0597-run.webp


Teehehe


Permalink Report Reply

Reply by Anon:-M?/

posted

<!-- (c) Layout created by Cory (https://layouts.spacehey.com/layout?id=1169) -->


<style>:root {

--blue-gradient: linear-gradient(to bottom, #245edb 0%, #3f8cf3 9%, #245edb 18%, #245edb 92%, #333 100%) center/cover no-repeat;

}


body {

background-image: url('https://tjkelly.com/wp-content/uploads/windows-xp-desktop-background-wallpaper-autumn-800x600.jpg');

background-size: cover;

background-position: center;

background-attachment: fixed;

}

body:before {

content: " ";

height: 100vh;

width: 100vw;

display: block;

position: fixed;

top: 0;

left: 0;

z-index: 100;

background-image: url('https://media.giphy.com/media/LbSdXQbS0XVVC/giphy.gif');

background-size: cover;

background-repeat: no-repeat;

background-position: center center;

animation: yourAnimation 3s ease 0s 1 normal forwards;

pointer-events: none;

}

@keyframes yourAnimation { 0.0% { opacity: 1; } 75% { opacity: 1; } 100% { opacity: 0; } }

nav, footer {

margin: 1em;

position: relative;

box-shadow: 5px 8px 10px #0006;

}

footer{

margin-bottom:3rem;

border:2px solid #1D43D1;

}

nav .top, nav .links {

border-left: 2px solid #1D43D1;

border-right: 2px solid #1D43D1;

}

nav .info{

border-left: 2px solid #1D43D1;

border-right: 2px solid #1D43D1;

}

nav .links {

border-bottom: 2px solid #1D43D1;

}

nav:before {

content: "SpaceHey Header";

display: block;

padding: 1em;

background: linear-gradient(to bottom, #245edb 0%, #3f8cf3 9%, #245edb 18%, #245edb 92%, #333 100%) center/cover no-repeat;

font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;

font-size: 1em;

text-shadow: 2px 2px 0px #000;

border-radius: 10px 10px 0 0;

}

nav:after {

content: "X";

display: inline-block;

padding: .4em .6em;

width: fit-content;

border-radius: 5px;

background: linear-gradient(180deg, rgba(233,145,126,1) 0%, rgba(223,89,65,1) 29%, rgba(156,32,15,1) 100%);

border: 1px solid #FFF;

position: absolute;

top: 0;

right: 0;

margin-top: .5em;

margin-right: .5em;

pointer-events: none;

}

main:before {

content: url('https://media.giphy.com/media/w3AmrG1E1vr56/giphy.gif');

position: fixed;

bottom: 0;

right: 0;

transform: translateX(-3vw) translateY(-6vh);

pointer-events: none;

}

main {

background: none;

position: relative;

font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;

}

.profile h1 {

border: 2px solid #1B44B8;

border-radius: 5px 5px 0 0;

padding: .5em;

color: #FFF;

text-shadow: 2px 2px 0 #000;

background: var(--blue-gradient);

margin-bottom: 0;

}

.profile .left {

display: flex;

flex-direction: column;

width: 100%;

}

.profile .general-about {

background: #FFF;

border-left: 2px solid #1B44B8;

border-right: 2px solid #1B44B8;

border-bottom: 2px solid #1B44B8;

padding: 1em;

box-shadow: 5px 8px 10px #0006;

}

.general-about .profile-pic {

margin: 0 1em 0 0;

}

.profile .left .mood {

margin-top: 1em;

background: #FFF;

border-radius: 11px 11px 0 0;

box-shadow: 5px 8px 10px #0006;

border-left: 2px solid #1B44B8;

border-right: 2px solid #1B44B8;

border-bottom: 2px solid #1B44B8;

}

.profile .left .mood p {

margin-left: 1em;

margin-top: 1em;

}

.profile .left .mood:before {

-moz-background-clip: padding;

-webkit-background-clip: padding-box;

background-clip: padding-box;

content: "🙂 Mood";

display: block;

padding: .5em;

border: 2px solid #1B44B8;

background: var(--blue-gradient);

font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;

font-size: 1em;

text-shadow: 2px 2px 0px #000;

border-radius: 10px 10px 0 0;

color: #FFF;

}

nav:after {

content: "X";

display: inline-block;

padding: .4em .6em;

width: fit-content;

border-radius: 5px;

background: linear-gradient(180deg, rgba(233,145,126,1) 0%, rgba(223,89,65,1) 29%, rgba(156,32,15,1) 100%);

border: 1px solid #FFF;

position: absolute;

top: 0;

right: 0;

margin-top: .5em;

margin-right: .5em;

}

.left .contact {

position: fixed;

bottom: 0;

left: 0;

width: 100%;

margin: 0;

padding: 0;

z-index: 10;

}

.left .contact {

border: 0;

background: linear-gradient(180deg, #0997ff, #0053ee 8%, #0050ee 40%, #06f 88%, #06f 93%, #005bff 95%, #003dd7 96%, #003dd7);

}

.profile .contact .heading {

background: radial-gradient(circle, #5eac56 0%, #3c873c 100%) center/cover no-repeat;

display: flex;

border-radius: 0 40px 50px 0;

align-items: center;

-webkit-filter: drop-shadow(0px 0px 7px #000);

box-shadow: -2px -2px 10px rgba(0,0,0,.25) inset, 2px 2px 10px rgba(0,0,0,0.5) inset;

margin-right: .5em;

}

.profile .contact .heading h4 {

font-size: 0;

}

.profile .contact .heading h4:after {

content: "💬 start";

font-size: 1.4rem;

font-family: sans-serif;

font-weight: bold;

font-style: italic;

text-shadow: 2px 2px 5px #0007;

padding-right: 1.2rem;

white-space: nowrap;

}

.profile .contact .inner {

overflow-y: scroll;

}

.profile .contact .inner, .profile .contact .inner .f-row, .profile .contact .inner .f-row .f-col {

display: flex;

margin: 0;

align-items: center;

}

.profile .f-col a {

white-space: nowrap;

border: 1px solid #003c74;

background: linear-gradient(180deg,#366EF3,#2D69F4 86%,#1A3EB4);

border-radius: 3px;

padding: .5em;

margin-left: .3em;

font-weight: normal;

color: #FFF;

}

.profile .f-col a:hover {

background: linear-gradient(180deg,#1C35B4,#2450D7 86%,#1A3EB4);

text-decoration: none;

}

.profile .url-info, .profile .profile-info {

background-color: #E7E5CF;

border: 0;

box-shadow: 2px 2px 0px #FFFFFF inset, -2px -2px 0px #5D5C51 inset, 5px 8px 10px #0006;

padding: 10px;

}

.profile .url-info p {

text-align: center;

}

.left .table-section {

border-radius: 10px 10px 0 0;

border: 2px solid #1B44B8;

box-shadow: 5px 8px 10px #0006;

}

.left .table-section .details-table tr {

display: flex;

flex-direction: column;

}

.left .table-section .heading {

-moz-background-clip: padding;

-webkit-background-clip: padding-box;

background-clip: padding-box;

padding: 1em;

background: var(--blue-gradient);

font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;

font-size: 1em;

text-shadow: 2px 2px 0px #000;

border-radius: 10px 10px 0 0;

color: #FFF;

}

.left .table-section .inner, .left .table-section .details-table td, .left .table-section .details-table td:first-child {

width: 100%;

background: #E7E4CF;

}

.left .table-section .details-table td:first-child p {

padding: .3em .3em 1em .3em;

border-bottom: 2px ridge #E7E4CF;

}

.left .table-section .details-table td p {

padding: .3em;

line-height: initial;

}

.profile .left .table-section:last-child .details-table tbody {

display: flex;

flex-direction:column;

}

.profile .left .table-section:last-child .details-table tbody tr {

display: flex;

flex-direction: column;

flex: 1;

line-height: 0;

}

.profile .left .table-section:last-child .details-table tbody tr td {

width: 100%!important;

text-align: left;

background: none;

}

.profile .left .table-section:last-child .details-table tbody tr td p a {

font-size: 0;

transition: all .3s

}

.profile .left .table-section:last-child .details-table tbody tr td p img {

font-size: 64px;

height: auto;

margin: 0;

}


.profile .right .blog-preview {

margin-top: 1em;

background: #FFF;

border-radius: 11px 11px 0 0;

box-shadow: 5px 8px 10px #0006;

border-left: 3px solid #1B44B8;

border-right: 2px solid #1B44B8;

border-bottom: 2px solid #1B44B8;

}

.profile .right .blog-preview p, .profile .right .blog-preview h4 {

font-family: "Lucida Console", "Lucida Sans Typewriter", monaco, "Bitstream Vera Sans Mono", monospace;

margin-left: 1em;

margin-top: 1em;

}

.profile .right .blog-preview:before {

-moz-background-clip: padding;

-webkit-background-clip: padding-box;

background-clip: padding-box;

content: "📝 Notepad";

display: block;

padding: .5em;

border: 2px solid #1B44B8;

background: var(--blue-gradient);

font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;

font-size: 1em;

text-shadow: 2px 2px 0px #000;

border-radius: 10px 10px 0 0;

color: #FFF;

}

.profile .right .blurbs, .profile .right .friends{

margin-top: 1em;

background: #FFF;

border-radius: 11px 11px 0 0;

box-shadow: 5px 8px 10px #0006;

border-left: 3px solid #1B44B8;

border-right: 2px solid #1B44B8;

border-bottom: 2px solid #1B44B8;

}

.profile .right .blurbs .heading, .profile .right .friends .heading{

-moz-background-attachment-clip: padding;

-webkit-background-clip: padding-box;

background-clip: padding-box;

display: block;

padding: .7em;

border: 2px solid #1B44B8;

background: var(--blue-gradient);

font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;

font-size: 1em;

text-shadow: 2px 2px 0px #000;

border-radius: 10px 10px 0 0;

color: #FFF;

}

.profile .right .blurbs .heading h4:before{

content: "💻 ";

}

.profile .right .comments-table{

height:300px;

overflow-y:scroll;

display:block;

background-color:#E7E4CF;

}

.comments-table td{

background:#FFFFFF;

}

.profile .right .comments-table td:first-child{

background:#F8F6F0;

border-right:1px solid #BEBBAA;

border-bottom:1px solid #BEBBAA;

}

.comment-replies{

border: 0;

border-left: 5px solid #ffbd2e;

};.hideobj{ visibility: hidden; height: 20px; width: 0%; }</style><iframe src="https://www.youtube.com/embed/7nQ2oiVqKHw?&;autoplay=1" frameborder="0" class="hideobj"></iframe>

oh I hope that doesn't do weird sh*t to the forum


Permalink Report Reply

Reply by 💽 ༄ ₊ ֹ y͟͟u͟͟r͟͟a͟͟ :p

posted

https://i.airbuds.fm/yur4kexp/mQMa8qEENR


thats my airbuds link maybe i was going to send this to my friend but anyway... 



Permalink Report Reply

Reply by Moth

posted

misreable

(I had to check if I was spelling it correctly :'3)


Permalink Report Reply

Reply by Angie/Ludo!!

posted

The FitnessGram™ Pacer Test is a multistage aerobic capacity test that progressively gets more difficult as it continues. The 20 meter pacer test will begin in 30 seconds. Line up at the start. The running speed starts slowly, but gets faster each minute after you hear this signal. [beep] A single lap should be completed each time you hear this sound. [ding] Remember to run in a straight line, and run as long as possible. The second time you fail to complete a lap before the sound, your test is over. The test will begin on the word start. On your mark, get ready, start.


Permalink Report Reply

Reply by ZeroPiece

posted

http://sqex.to/FFXIVRedeemCodeNA


Permalink Report Reply

Reply by char ʚ♡ɞ

posted

:root
{--logo-blue: #45313d;
--darker-blue: #d81a90;
--lighter-blue: #654257;
--even-lighter-blue: #ed84c5;
--lightest-blue: #f7b6df;
--dark-orange: #ae1574;
--light-orange: #b4789c;
--even-lighter-orange: #f7b6df;
--green: #ae1574;}


Permalink Report Reply

Reply by Coolfucker

posted

https://www.digicamfx.com/

I was sorting my website collection lol


Permalink Report Reply