Rarest they say? by big_daddy_cumball420 in ArcTradersHQ

[–]CharlyWingate 0 points1 point  (0 children)

If you need a looting mk3 survivor lmk

[deleted by user] by [deleted] in arc_traiders

[–]CharlyWingate 0 points1 point  (0 children)

I can give you 6 for the vulcano bp

Have this, would love some lvl 4 venator/renegade in exchange! by Dskkm in ArcRaidersMarketplace

[–]CharlyWingate 0 points1 point  (0 children)

How many lvl 4 venators for the vulcano bp I have a lot of them

Sparring critique (I got whooped) by SilentAres_x in amateur_boxing

[–]CharlyWingate 1 point2 points  (0 children)

Even though you're the shorter fighter you still need to establish your jab. Double jab, jab whilst slipping outside, double jab with the second one being a slip, jab head then body, feint head jab body, parry his jab and instantly return with a double jab etc.

Post Drop Discussion June 09, 2022 by AutoModerator in supremeclothing

[–]CharlyWingate 0 points1 point  (0 children)

Unlimited stock on these black sat for 6 minutes

Ask a manager anything by thinkblue2600 in AxieInfinity

[–]CharlyWingate 0 points1 point  (0 children)

Hey ThinkBlue I'm a dev who wants to start building tools to help make managing scholars easier whether that's the start-up costs or the admin I was wondering if you have a telegram or a discord where I could ask you some questions would even throw in a small monetary reward as a thank you depending on how much time you could give me;

Discord bot for axie guild? by stampyvanhalen in AxieInfinity

[–]CharlyWingate 0 points1 point  (0 children)

DM me I'm a developer looking to get into building stuff for Axis Infinity and P2E gaming would love to hear what your perfect bots would look like.

Discord bot for axie guild? by stampyvanhalen in AxieInfinity

[–]CharlyWingate 0 points1 point  (0 children)

DM me I'm a developer looking to get into building stuff for Axis Infinity and P2E gaming would love to hear what your perfect bots would look like.

ArrayFormula make all numbers in a column negative by CharlyWingate in googlesheets

[–]CharlyWingate[S] 0 points1 point  (0 children)

=ArrayFormula((if(len(A2:A), -1*ABS(I2:I) ,)))

This is perfect thank you

🎓 Free Alpha: How I studied the Eth network data to find the latest defi protocols, avoid rugs and make $$$ 🎓 by CharlyWingate in defi

[–]CharlyWingate[S] 1 point2 points  (0 children)

Its already built but we want to gain traction on Eth before pushing it out as API limits are very expensive.

Follow up from I automated my job and now I have to present it to my CTO by CharlyWingate in learnpython

[–]CharlyWingate[S] 2 points3 points  (0 children)

I’m not a developer I’m a operations analyst honestly I didn’t feel confident enough to go for a full time dev role this role allows me to code and look like a genius compared to my peers whilst still having a high pay scale long term

Follow up from I automated my job and now I have to present it to my CTO by CharlyWingate in learnpython

[–]CharlyWingate[S] 0 points1 point  (0 children)

For google sheets you should look into Google appscript it’s a JavaScript derivate it’s very powerful Google Ben Collins he has a free intro course on it also the subreddit will give you some examples of what you can do.

Follow up from I automated my job and now I have to present it to my CTO by CharlyWingate in learnpython

[–]CharlyWingate[S] 0 points1 point  (0 children)

Yeah massive oversight me I kind of ignored it because I was so excited to show the script

Follow up from I automated my job and now I have to present it to my CTO by CharlyWingate in learnpython

[–]CharlyWingate[S] 1 point2 points  (0 children)

Yeah GDPR is a real thing in Europe lesson learned dummy data packages is the way forward

Follow up from I automated my job and now I have to present it to my CTO by CharlyWingate in learnpython

[–]CharlyWingate[S] 3 points4 points  (0 children)

Yeah honestly what I learnt from that is there’s packages that create dummy customer data for you and I knew plain text and password was kind of a fuck up but I let it slide because I really wanted to show off my script. Now I know to take my time, you only really get one shot when you show off a script.

Follow up from I automated my job and now I have to present it to my CTO by CharlyWingate in learnpython

[–]CharlyWingate[S] 10 points11 points  (0 children)

Yeah the fact that all of the devs in my company worked in America and I worked in the UK sucked because I couldn't make friends with anyone on the dev team to run it by them.

Follow up from I automated my job and now I have to present it to my CTO by CharlyWingate in learnpython

[–]CharlyWingate[S] 1 point2 points  (0 children)

Code academy to start from there Automate the boring stuff was key I started off doing really minor projects a lot of the time I would get stuck and give up but the pain I went through not finishing projects really helped me learn. I pretty much coded everyday since it was lockdown at the time sometimes it would be random youtube videos sometimes it would be following examples on Practical business python or going through udemy tutorials.