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

Pages: 1-

I'm learning Javascript

Name: Anonymous 2020-04-06 1:08

Because I've never properly learned it. What are you going to do? Bully me twice?

Name: Anonymous 2020-04-06 1:59

lol u bullied kid u nerd

Name: JavaScript AI Mind 2020-04-06 3:10

Name: Anonymous 2020-04-06 3:16

>>3
I'm an anus
I know, I know.

Name: Anonymous 2020-04-06 16:19

Nobody has actually ``learned'' JavaScript after 2012, they just copy the newest polyfills from w3fools.com.

Name: Anonymous 2020-04-06 18:41

>>5
Abraham, Javascript has escaped from the browser. Or as I've recently taken to calling it it has netscaped.

Name: Anonymous 2020-04-07 1:54

all you need to know is
document.write()

Name: Anonymous 2020-04-07 11:43

IBM® SDK for Node.js - z/OS®, at no license charge, and optional paid support, provides a secure, module-driven, highly scalable approach to accelerate digital transformation on IBM Z. By coding in the popular JavaScript language, Node.js allows enterprise clients to tap into the wealth of JavaScript developer talent and resources.

With applications typically developed in a shorter time and with fewer lines of code, Node.js can enable enterprise clients to efficiently augment existing IBM Z® application stacks to provide a timely response to customer requirements driven by digital transformation.

https://www.ibm.com/us-en/marketplace/sdk-nodejs-compiler-zos

Name: Anonymous 2020-04-08 1:34

>>7
Isn't that that one that is practically unusable?

Name: Anonymous 2020-04-10 19:24

After one week of hard work I finally have a working program in Javascript.
<script type="text/javascript"><!--
alert('hello this is Javascript!');
//-->
</script>

Any feedback appreciated.

Name: Anonymous 2020-04-11 5:37

Name: Anonymous 2020-04-11 10:45

Name: Anonymous 2020-04-11 12:40

>>11
virus?
>>12
virus?

Name: Anonymous 2020-04-11 13:34

>>13
run it you are self

<html>
<body>
<canvas id="mycanvas" width="512" height="512"></canvas>
<script>
mcanv = document.getElementById("mycanvas");
ctx = mcanv.getContext("2d");

function circle(context, cx, cy, r){
context.beginPath(); context.arc(cx, cy, r, 0, 2 * Math.PI, false);
context.fillStyle = 'green'; context.fill();
context.lineWidth = 0; context.strokeStyle = '#003300'; context.stroke();
}
function clear(context,canvas){
context.clearRect(0, 0, canvas.width, canvas.height);
}

function load(){
x=0;y=0;t=0;w=2;r=75;v=20;
}
function update(dt){
t=t+dt;
x=100+v*t/1000+r*Math.cos(w*t/1000);
y=256+r*Math.sin(w*t/1000);
}
function draw(context){
//clear(context, mcanv);
circle(context, x, y, 1);
}

lasttime=new Date().getTime();
(function () {
load();
setInterval(function(){
thistime=new Date().getTime();
update(thistime-lasttime);
draw(ctx);//frames[frame%2]);
lasttime=thistime;}, 16);
})();

</script>
</body>
</html>

Name: i AM javascript 2020-04-11 13:52

>>14
run it you are self

http://ai.neocities.org/Dushka.html -- artificial intelligence in Russian.

Name: Anonymous 2020-04-11 15:57

>>12
Wasn't there a thread where Nikita was trying Javascript and made some nice old school demos with canvas? I can't find it.

Name: Anonymous 2020-04-16 13:20

a bunch of art projects

Name: Anonymous 2020-04-16 15:21

>>1

I am learning javascript and other programming language free of charge! http://discover.teachable.com/course/one-month-programming-for-non-programmers

Name: Anonymous 2020-04-21 3:53

Allow me to hypnotise you
https://toyprotector.github.io/livespiral.html

>>16
unsure
I might search for it later

Name: Fluent Interface 2020-04-22 5:19

Name: Anonymous 2020-04-22 8:36

>>20
I used to call myself the king of interfaces (as a goal, not a reality),
and "Super Hell" was just a codeword for "Shell", meaning "Interface (for privileged access)".

When I posted "root the world" back in 2017 what I meant probably was "obtain privileged access to the world's programs and functions", which is a long way to say "study physics, you fool!"

But alas, the task was too great for poor 2017-minded me, and lack of support allied with constant sidetracking and poor pedagogy made me reduce the scope over and over again.

Now with proper pedagogy what I do is break down the content into manageable parts, which are four main functions:

SEARCH
DEBUG
ACK
SHELL

The last one is interfaces, the second to last is synchronization functions, the third to last is sanitization functions and the fourth to last is enumeration functions (from any search space, in extension e.g. {1,2,3,4} or intension e.g. {y| x est Z and y=x^2}).

Name: !Ps1ivhrO6w 2020-04-23 9:09

.com enterprise SP (explorer) search
.org organize NT (analyst) debug
.net network NF (diplomat) ack
.gov govern SJ (sentinel) shell

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