THE BORE

General => The Superdeep Borehole => Topic started by: Crash Dummy on October 31, 2019, 05:37:33 AM

Title: learn to code
Post by: Crash Dummy on October 31, 2019, 05:37:33 AM
in order to fuck over another department i'm teaching myself some basic rpa shit on automation anywhere, any one else learnt some tech at work to make your life easier/screw over someone else?
Title: Re: learn to code
Post by: archnemesis on October 31, 2019, 06:31:34 AM
You can get far by learning the basics. https://automatetheboringstuff.com/ has good examples for how to automate common office tasks with Python.
Title: Re: learn to code
Post by: samir on October 31, 2019, 06:40:08 AM
I know how to code, I ain't no god damn cum chump
Title: Re: learn to code
Post by: Transhuman on October 31, 2019, 10:21:28 AM
Oh , I can code alright.

:pimp :pimp :pimp

Quote
()
Title: Re: learn to code
Post by: Rufus on October 31, 2019, 10:29:01 AM
Oh , I can code alright.

:pimp :pimp :pimp

Quote
()

Code: [Select]

:smug
Title: Re: learn to code
Post by: Nintex on October 31, 2019, 06:54:46 PM
Code: [Select]
//// OWN THE LIBS ENDLESS LOOP /////
var win;
var i;
function winning(lib) {
     if (lib = "owned") {
             win = true;
     }
     else {
             win = false;
    }
}
winning("owned");
setInterval(function() {
     for (i = 0; i < 10; i++) {
       alert(win);
     }
}, 10 * 1000);
:idont
Title: Re: learn to code
Post by: thisismyusername on October 31, 2019, 07:02:52 PM
Code: [Select]
//// OWN THE LIBS ENDLESS LOOP /////
var win;
var i;
function winning(lib) {
     if (lib = "owned") {
             win = true;
     }
     else {
             win = false;
    }
}
winning("owned");
setInterval(function() {
     for (i = 0; i < 10; i++) {
       alert(win);
     }
}, 10 * 1000);
:idont

Code: [Select]
Unexpected statement '=' in expression position.
     if (lib = "owned") {

12.0Undeclared 'setInterval'.
setInterval(function() {

13.5Unexpected 'for'.
     for (i = 0; i < 10; i++) {

13.26Expected '+= 1' and instead saw '++'.
     for (i = 0; i < 10; i++) {

14.7Undeclared 'alert'.
       alert(win);
Title: Re: learn to code
Post by: Nintex on October 31, 2019, 07:08:17 PM
riotous catched that feature quickly  :mynicca
Title: Re: learn to code
Post by: Nintex on October 31, 2019, 07:32:48 PM
IT/tech/web projects are basically college group projects.
A few people do most of the work and there's a number of others going along for the ride.

And now that there's more specialization than ever the number of hanger ons on any given project just keeps increasing.
Title: Re: learn to code
Post by: benjipwns on October 31, 2019, 07:43:07 PM
I'll have you know that CodeAcademy contacts me quite regularly to return to pick up where I left off, five or six tutorials in, during that time a few years ago when I said "hey I should relearn to code like I used to be able to with C/BASIC of all types/PHP/HTML/etc." and started. :hmph
Title: Re: learn to math
Post by: Madrun Badrun on October 31, 2019, 08:09:55 PM
I code mostly in math these days, plebs.  I einsum tensors like madman. 
Title: Re: learn to code
Post by: thisismyusername on November 09, 2019, 05:45:00 PM
What the fuck?  :lol