Author Topic: learn to code  (Read 2651 times)

0 Members and 1 Guest are viewing this topic.

Crash Dummy

  • teleiophile
  • Member
learn to code
« 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?

archnemesis

  • Senior Member
Re: learn to code
« Reply #1 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.

samir

  • Member
Re: learn to code
« Reply #2 on: October 31, 2019, 06:40:08 AM »
I know how to code, I ain't no god damn cum chump

Transhuman

  • youtu.be/KCVCmGPgJS0
  • Senior Member
Re: learn to code
« Reply #3 on: October 31, 2019, 10:21:28 AM »
Oh , I can code alright.

:pimp :pimp :pimp
Quote
(Image removed from quote.)

Rufus

  • 🙈🙉🙊
  • Senior Member
Re: learn to code
« Reply #4 on: October 31, 2019, 10:29:01 AM »

Nintex

  • Finish the Fight
  • Senior Member
Re: learn to code
« Reply #5 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
🤴

thisismyusername

  • GunOn™! Apply directly to forehead!
  • Senior Member
Re: learn to code
« Reply #6 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);

Nintex

  • Finish the Fight
  • Senior Member
Re: learn to code
« Reply #7 on: October 31, 2019, 07:08:17 PM »
riotous catched that feature quickly  :mynicca
🤴

Nintex

  • Finish the Fight
  • Senior Member
Re: learn to code
« Reply #8 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.
🤴

benjipwns

  • your bright ideas always burn me
  • Senior Member
Re: learn to code
« Reply #9 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

Madrun Badrun

  • twin-anused mascot
  • Senior Member
Re: learn to math
« Reply #10 on: October 31, 2019, 08:09:55 PM »
I code mostly in math these days, plebs.  I einsum tensors like madman. 

thisismyusername

  • GunOn™! Apply directly to forehead!
  • Senior Member
Re: learn to code
« Reply #11 on: November 09, 2019, 05:45:00 PM »
What the fuck?  :lol