What is copied to your clipboard right now?
2 years ago
Texas, USA
rtay
He/Him, They/Them, It/Its
1 year ago

👍

Texas, USA

My bezier curve pseudocode example.

Arguments: x1, y1, x2, y2, x3, y3, x4, y4 var step = 0.05; vertex_A = (x1, y1); for (var i = 0; i <= 1; i += step){ var ix = abs(x1 - x2) * i; var iy = abs(y1 - y2) * i; var jx = abs(x2 - x3) * i; var jy = abs(y2 - y3) * i; var kx = abs(x3 - x4) * i; var ky = abs(y3 - y4) * i; var iix = abs(ix - jx) * i; var iiy = abs(iy - jy) * i; var jjx = abs(jx - kx) * i; var jjy = abs(jy - ky) * i; var bx = abs(iix - jjx) * i; var by = abs(iiy - jjy) * i; } vertex_B = (x4, y4);

jackzfiml likes this
Pennsylvania, USA

{ "ns": "yt", "el": "detailpage", "cpn": "I-mPSabzxNe6pvBc", "ver": 2, "cmt": "294.551", "fmt": "244", "fs": "0", "rt": "156.985", "euri": "", "lact": 0, "cl": "471845996", "mos": 0, "state": "4", "volume": 100, "cbrand": "apple", "cbr": "Chrome", "cbrver": "105.0.0.0", "c": "WEB", "cver": "2.20220906.01.00", "cplayer": "UNIPLAYER", "cos": "Macintosh", "cosver": "10_15_7", "cplatform": "DESKTOP", "hl": "en_US", "cr": "US", "len": "319.861", "fexp": "23983296,23986017,24001373,24002022,24002025,24004644,24007246,24080738,24135310,24166096,24169501,24219381,24225483,24226335,24228425,24229161,24248385,24249178,24255163,24260441,24260538,24268153,24269952,24269957,24276619,24276632,24278466,39322223,39322278", "afmt": "251", "muted": "0", "docid": "4l63p2dZn50", "ei": "HMwXY4GzHoq98wTykZKYCQ", "plid": "AAXoCd4_W2u0yIju", "of": "wbAUJoLFDaeeOSJrHXH1sg", "vm": "CAEQABgEOjJBTlRLbG50clpuS3BseVlQYXBfZXlxVTZicmZ3bW1jQjZhT2FlRjlReHVtYXpiMmhjQWJaQVBta0tES01FRm5obnhLeUlRd3BoM3FBdmhjTmdTemhyeWdFM1k4SDV0MC04a1FvRTNJWDdlVmxKcVdjZ2g1Q1M0SGpLSHBPTVV1RnlQY3ZKQlgzbE15WTJB", "vct": "294.551", "vd": "319.861", "vpl": "305.333-305.416,307.857-308.427,313.427-315.333", "vbu": "0.000-229.337,290.001-319.861", "vpa": "1", "vsk": "0", "ven": "0", "vpr": "1", "vrs": "4", "vns": "2", "vec": "null", "vemsg": "", "vvol": "1", "vdom": "1", "vsrc": "1", "vw": "370", "vh": "842", "lct": "294.551", "lsk": false, "lmf": false, "lbw": "5342615.891", "lhd": "0.337", "lst": "0.000", "laa": "itag_251_type_3_seg_31_range_3936710-3955983_time_318.3-319.9_off_99203_len_19274_end_1_eos_1", "lva": "itag_244_type_3_seg_62_range_28264033-28661493_time_316.0-319.8_off_0_len_397461_end_1_eos_1", "lar": "itag_251_type_3_seg_31_range_3936710-3955983_time_318.3-319.9_off_99203_len_19274_end_1_eos_1", "lvr": "itag_244_type_3_seg_62_range_28264033-28661493_time_316.0-319.8_off_0_len_397461_end_1_eos_1", "laq": "0", "lvq": "0", "lab": "0.000-240.001,290.001-319.861", "lvb": "0.000-229.337,285.398-319.832", "ismb": 15680000, "relative_loudness": "-26.700", "optimal_format": "480p", "user_qual": 0, "release_version": "youtube.player.web_20220831_01_RC01", "debug_videoId": "4l63p2dZn50", "0sz": "false", "op": "", "yof": "false", "dis": "", "gpu": "ANGLE_(NVIDIA_Corporation,_NVIDIA_GeForce_GT_755M_OpenGL_Engine,_OpenGL_4.1)", "debug_playbackQuality": "large", "debug_date": "Tue Sep 06 2022 18:42:24 GMT-0400 (Eastern Daylight Time)" }

Gaming_64 and Dynajay like this
Somerset, England

Text you copy will automatically show here Pin copied text snippets to stop them expiring after 1 hour Slide clips to delete them

Gaming_64 and jackzfiml like this
European Union

sed 's/[^0-9\n.]/\n#&\n/g; s/[0-9].[0-9]/& 8 58.5926 / */g' testy | grep '^[^#]' | qalc +u8 | awk '/=|> #/ { print $NF }' | sed -e 's/#//g' -e 's/\x1B[[0-9;]{1,}[A-Za-z]//g' | paste -sd' ' | xclip -selection clipboard

Gaming_64 and Dynajay like this
Somerset, England

Hahahahaha

CyanWes, Gaming_64, and jackzfiml like this