3DAnon!!!OQQaeWZb2bt6CWmd ID: 4397e0 Feb. 11, 2018, 9:08 p.m. No.4384   🗄️.is 🔗kun   >>4385 >>4394

>>4379

>>4381

>Trig problem involving determining the location of a satellite in 3D

Dude, ephemeris calculations are a bitch, good on you for doing it on a TI-89. Hate to break it to you but you might already be a programmer!

Am honored to have inspired you to get on with it this quickly. Now turn in your e and d from c solution skeptical teacher glare

 

In all seriousness I would love to help out fellow ProgramAnonNoobs and will be watching this thread

3DAnon !!!YmM2NGExNzVlMDQ2 ID: 4397e0 Feb. 11, 2018, 9:16 p.m. No.4387   🗄️.is 🔗kun   >>4389

>>4386

Not worried about pdfs at all but this one seems short enough to post, especially in a relevant thread. If you're done taking a shit you can even add some bold to the headlines.

Anonymous ID: 4397e0 Feb. 11, 2018, 9:24 p.m. No.4392   🗄️.is 🔗kun

>>4389

I know, just thought the last part was a funny joke… I would hope there gone for your sake!.

It's still somewhat useful, and VA might not be the only ProgramAnonNoob here. Lurkers, where are you?

Anonymous ID: 4397e0 Feb. 11, 2018, 9:35 p.m. No.4398   🗄️.is 🔗kun   >>4399 >>4400

>>4396

>>4395

Now I don't know C# at all but the first lesson is "getting errors" is not a valid way to ask for help. Unless you get the dreaded "Error: Success" message I'm pretty sure it provides more info than that.

From your screenshot I assume strings in C# have to be quoted, so try putting "" around your path and prefixing it with C:. I think Windows uses \ and not / but both may work, but get rid of the spaces too.

Anonymous ID: 4397e0 Feb. 11, 2018, 9:39 p.m. No.4399   🗄️.is 🔗kun   >>4400

>>4398

Skipped over the Mac part, but that means your paths are case sensitive as well, so you could try path="/users/VA/desktop";

Note what VQC posted is incomplete and won't do anything by itself even if it compiles without errors. The final part is something you can figure out by yourself

Anonymous ID: 4397e0 Feb. 11, 2018, 10:05 p.m. No.4408   🗄️.is 🔗kun

>>4404

Really? The Shadow Brokers dump of a decade old NSA stuff was much better. Actual hardcore stuff in there even if most targets are outdated now. Microsoft even had to panic patch everything in advance of the release.

Vault 7 just proved how lame the clowns are training software programmers to be scriptkiddies… They may own some shitty MikroTek based phone infrastructure and have dumb rootkits that anyone could make. Marbler is pretty nicely integrated with Visual C++ but thats about it. These guys really have no chance on secure stuff so that makes me feel better reading their code and internal wiki. devlan.net, really?

Anonymous ID: 4397e0 Feb. 11, 2018, 11:18 p.m. No.4419   🗄️.is 🔗kun

>>4416

This is the expected result for a program that does nothing, congrats on getting it to run. Still missing a piece of code!

Anonymous ID: 4397e0 Feb. 12, 2018, 4:34 p.m. No.4453   🗄️.is 🔗kun   >>4455

>>4448

Don't let him lure you to the dark side :)

>>4450

This is the missing piece I was talking about which… AA just posted so you didn't have to figure it out yourself! Too easy. Here is mine

public static void Main() { TheEnd.CreateTheEnd(); TheEnd.Output(); }