Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Programming thread

Name: Anonymous 2021-10-16 4:46

Post programming content here. Html, Python, Php, etc. Memes allowed.

Name: Anonymous 2021-10-16 5:00

____________7777777777777777____________
_________777_______________7777_________
_______777_____________________777______
______77_________________________7777___
_____7___________77777777777_________u__
____1_____7777777___________7777______1_
___7______7_____________________77____77
___n____________17________________7____u
__n_______77777___777777777____________1
__n____7777___777___________77_________7
_77___7__________1________777_777______7
_17__77__________________77______1_____7
_u_6880qqqqqqq6u7_________________7____7
_u_q8u________7756b417_________________7
_u78q_____7717_____48880q44446ddd4415159
_nn64___794086347_7d7763___________75d80
75n14__797_9q7_n73d5___077777nu7_____780
1574b333dq1777ud66n____7d75__b07bu___704
1677_777777777777_77777770847__761777183
u5u_____77777_777777_____777uu7715555543
4u7_1________17_48807__1u77__777_____777
6477_________u_78888u_588d_u_________n7u
6u1n_________77_5114774qd47u_________u1q
o93n________7_71n_n777d_u_77_________1ud
ud_77_____77_7u7uu17777u6nn_7________7u7
b5__7____7_____7777u71o71d4__77_______51
uu7_____7_____54n47477n_4q67___7______uu
16q_____n___u54808888880b465____7____n4n
107_________557888888888885_7___77___707
56_u7_______u13888888888884_u_________bb
76335_________7888888888880_7_______7756
n0767_________788888888888d7_________n53
n676__________7888888888884u_________467
7144__________n388888888885u________77d_
_7987_________u_088888888857________6445
___b51________u_b8888888807_7______7407_
___615u_______u_3888888886__1_____14d0__
___335u_______5_1d433333b7_77____77661__
___u94777_____1____________u_____u_037__
____u67uuu_____n___________n_____u1817__
___7_5u61u__7__77_________7____7744bu___
___7___675__3____777777777_____708d11___
____7__15q1_6_________________n780n_1___
____7___7qd5n71____________734d48u__77__

>Memes allowed.

Name: Anonymous 2021-10-16 20:02

* g o a t s e x * g o a t s e x * g o a t s e x *
g g
o / \ \ / \ o
a| | \ | | a
t| `. | | : t
s` | | \| | s
e \ | / / \\ --__ \ : e
x \ \/ _--~~ ~--__| \ | x
* \ \_-~ ~-_\ | *
g \_ \ _.--------.______\| | g
o \ \______// _ ___ _ (_(__> \ | o
a \ . C ___) ______ (_(____> | / a
t /\ | C ____)/ \ (_____> |_/ t
s / /\| C_____) | (___> / \ s
e | ( _C_____)\______/ // _/ / \ e
x | \ |__ \_________// (__/ | x
* | \ \____) `---- --' | *
g | \_ ___\ /_ _/ | g
o | / | | \ | o
a | | / \ \ | a
t | / / | | \ |t
s | / / \__/\___/ | |s
e | / | | | |e
x | | | | | |x
* g o a t s e x * g o a t s e x * g o a t s e x *

Name: Anonymous 2021-10-17 4:39

>>2
The Soyman :-)

Name: Anonymous 2021-10-17 21:48

>>4
I am the walrus.

Name: Anonymous 2021-10-25 22:14

//vec.js
vecnew = (x,y,z) => {x:x,y:y,z:z};
vecadd = (v,u) => vecnew(v.x+u.x,v.y+u.y,v.z+u.z);
vecneg = (v) => vecnew(-v.x,-v.y,-v.z);
vecsub = (v,u) => vecadd(v,vecneg(u));
vecdot = (v,u) => (v.x*u.x+v.y*u.y+v.z*u.z);
vecsqr = (v) => vecdot(v,v);
vecscl = (a,v) => vecnew(a*v.x,a*v.y,a*v.z);

Name: Anonymous 2021-10-26 4:04

>>6
Cool post!
I am a diplomat for Yemen.

Name: Anonymous 2021-10-26 5:03

>>7 change the y to s haha

Name: Anonymous 2021-10-26 5:55

Elon says the catgirl era is upon us, I will not doubt!

Name: Anonymous 2021-10-26 12:56

nah boypu$$y era is upon us

Name: Anonymous 2021-10-31 8:32

Check em

Name: Anonymous 2021-10-31 15:31

well hyeckeroo. nice duberino byuddy

Name: Anonymous 2021-11-02 19:20

Name: Anonymous 2021-11-05 13:49

10 PRINT "FUCK YOU"
20 GOTO 10

Name: Anonymous 2021-11-05 15:46

How do lisp macros work? Too lazy to searchengine it or read a book.

Name: Anonymous 2021-11-05 16:45

I wanted to learn lisp, mainly the macro system, to create my own domain specific languages, mainly to assist with math and logic (demonstrations).

Name: Anonymous 2021-11-05 17:46

>>16
Hi! I'm a lisper too. So my current path:

1. Read SICP
2. Get persecuted and kicked out of Russia for being a traitor reading western books.
3. Get programming socks, plaid skirt, blouse and start crossdressing.
4. Write a voxel editor in my personal Lisp dialect ( https://nancygold.itch.io/voxpie )
5. Read https://diytrans.wiki/How_to_Begin_HRT
6. Obtain hormones - hormones are like Lisp macros of organic chemistry.
7. Post HRT progress: http://lj.rossia.org/users/nancygold/12782.html

-Nancy

Name: Anonymous 2021-11-05 19:03

>>17
Thanks for rec'ing SICP, but as I said, I'm lazy. I found this link: https://en.m.wikibooks.org/wiki/Scheme_Programming/Macros
which I think I'll read. I'm already beginning to understand them. Though I wanted something in common lisp.

Your voxel project is really cool, I admire that.

As for the tranny stuff, I think it's just a fad to make money off vulnerable lonely people like you, and I despise it profoundly.

Name: Anonymous 2021-11-05 20:15

>>18
Thank you, sister!

There is a good free book on Common Lisp: http://www.paulgraham.com/onlisp.html

It is basically SICP abridged and simplified.

Name: Anonymous 2021-11-06 19:32

>>19
Thanks, I'll look into it.

Name: Anonymous 2021-11-08 5:42

>>17
RMS liked lisp.
He hates pedos now and threw Epstein under the bus.
Guess it checks out.

Name: Anonymous 2021-12-04 3:51

>>17
You can fucking die or suffer some serious damage in your renal system if you don't get professional assistance during the process. Please be very cautious, we don't want to see more sisters suffering

Pd. The voxel editor is real cool. Until now I thought lisp was useless haha

Name: Anonymous 2021-12-04 7:46

>>21
To all his other negative qualities, RMS is now also a slimy traitor.
You know it is one thing you're a pedo, and completely another when you're a pedo who backstabs other pedos for some social points.

Name: Anonymous 2021-12-05 8:41

>>22
The only way to transition in Netherlands is illegally, because the Nazi Christian government is against people transitioning and therefore implemented these 3 year wait times. The only way to become free is to abolish Christianity and lynch all the pedophile pastors, oppressing trans girls.

Name: Anonymous 2021-12-05 12:31

>>22
You can fucking die or suffer some serious damage
The only serious damage is the injury to sciatic nerve resulting from botched estradiol injection: https://onlinelibrary.wiley.com/doi/full/10.1111/j.1742-1241.2009.02177.x

But that is not my fault, since registered nurses refuse to help me injecting the stuff I ordered from drug dealers for bitcoins.

Name: Anonymous 2021-12-05 12:32

>>25
And if I damage that nerve paralyzing myelf, NL will be forced to pay me disability benefits for my life.

Don't change these.
Name: Email:
Entire Thread Thread List