Programming, computers, etc. [Serious]

All things asdf (and anything else)
User avatar
atomtengeralattjaro
Site Admin
Site Admin
Posts: 37518
Joined: Wed May 23, 2007 3:43 pm
Location: green
Pronouns: he / they / that submarine
Contact:

Re: Programming, computers, etc. [Serious]

Post by atomtengeralattjaro » Mon Jun 16, 2014 9:59 am

well yeah, if we were talking about Programming, computers, etc.
Ivokyuftaf6666 wrote:
Sun Oct 20, 2019 5:22 pm
Awesome Site, Delivering Fun
Image

RandomBomb
ASDF Worshipper
ASDF Worshipper
Posts: 375
Joined: Wed Jan 15, 2014 10:37 pm
Location: South Bay...

Re: Programming, computers, etc. [Serious]

Post by RandomBomb » Mon Jun 16, 2014 2:19 pm

Sometimes I wonder why every time I show up it turns weird (if it hasn't already).
Well. School's out. Hell Yeah.

User avatar
atomtengeralattjaro
Site Admin
Site Admin
Posts: 37518
Joined: Wed May 23, 2007 3:43 pm
Location: green
Pronouns: he / they / that submarine
Contact:

Re: Programming, computers, etc. [Serious]

Post by atomtengeralattjaro » Mon Jun 16, 2014 2:28 pm

It is the natural progression of things.
Ivokyuftaf6666 wrote:
Sun Oct 20, 2019 5:22 pm
Awesome Site, Delivering Fun
Image

RandomBomb
ASDF Worshipper
ASDF Worshipper
Posts: 375
Joined: Wed Jan 15, 2014 10:37 pm
Location: South Bay...

Re: Programming, computers, etc. [Serious]

Post by RandomBomb » Mon Jun 16, 2014 2:32 pm

So in other words,
Normal -> Weird -> Steaming pile of shit.
Well. School's out. Hell Yeah.

User avatar
atomtengeralattjaro
Site Admin
Site Admin
Posts: 37518
Joined: Wed May 23, 2007 3:43 pm
Location: green
Pronouns: he / they / that submarine
Contact:

Re: Programming, computers, etc. [Serious]

Post by atomtengeralattjaro » Mon Jun 16, 2014 6:20 pm

what's wrong? :(
Ivokyuftaf6666 wrote:
Sun Oct 20, 2019 5:22 pm
Awesome Site, Delivering Fun
Image

RandomBomb
ASDF Worshipper
ASDF Worshipper
Posts: 375
Joined: Wed Jan 15, 2014 10:37 pm
Location: South Bay...

Re: Programming, computers, etc. [Serious]

Post by RandomBomb » Mon Jun 16, 2014 9:31 pm

Nothing, just feeling tired. And cranky. I need a nap.
Well. School's out. Hell Yeah.

User avatar
lunar_furor
ASDF Prophet
ASDF Prophet
Posts: 4346
Joined: Wed May 14, 2008 3:34 pm
Location: Most likely at work

Re: Programming, computers, etc. [Serious]

Post by lunar_furor » Tue Jul 01, 2014 10:38 am

As a programmer I feel obligated to type words here. What's up guys it's been FOREVER! Did some work recently, look for LunarFuror on github. Mostly robotics stuff. I'd post code here but it's huge...
Image

User avatar
lunar_furor
ASDF Prophet
ASDF Prophet
Posts: 4346
Joined: Wed May 14, 2008 3:34 pm
Location: Most likely at work

Re: Programming, computers, etc. [Serious]

Post by lunar_furor » Wed Jul 02, 2014 1:07 pm

meeASDF wrote:I am trying to get the app to encode any letter into code, and then be able to decode it on another computer with the software. I'm planning to write a PHP web version too.

Code is at github.com/meecoder/dummyphone-app
From what I understand from this description you're playing with your own encryption code. However i'm unclear what exactly you're doing. Encode any letter into code. That's where I'm getting hung up. If this is the case, from what i'm seeing on your github you're doing basic swapping (Caeser encryption) which is super not reccomended. I also reccomend NOT just incrimenting every char mathematically for numerous reasons.

Here's a pretty good intro to encryption tutorial.
While it is in c++ everything seems well explained, and the ideas should hopefully be of some use.

Of course I may be misunderstanding what you're trying to accomplish if so my bad :S
Image

SnpM
ASDF-ville inhabitant
ASDF-ville inhabitant
Posts: 36
Joined: Thu Mar 27, 2014 12:42 am

Re: Programming, computers, etc. [Serious]

Post by SnpM » Thu Jul 24, 2014 3:10 pm

OHMAGOSHOHMAGOSHOHMAGOSH
Chechk out dis genias computer program: https://65329c6a1664ef6ce082ccb4dfb9c4d ... beWeb.html

User avatar
lunar_furor
ASDF Prophet
ASDF Prophet
Posts: 4346
Joined: Wed May 14, 2008 3:34 pm
Location: Most likely at work

Re: Programming, computers, etc. [Serious]

Post by lunar_furor » Tue Jan 27, 2015 1:43 pm

Is anyone here familiar with C#.Net, or JavaScript?
Image

User avatar
Anonymously Famous
JKL; Assassin
JKL; Assassin
Posts: 11413
Joined: Thu Mar 03, 2011 6:52 pm
Location: Area ???, under Bermuda Triangle

Re: Programming, computers, etc. [Serious]

Post by Anonymously Famous » Tue Jan 27, 2015 5:37 pm

I have some experience with JavaScript, and I've used another .Net language and some C/C++ a while ago. I can probably help you find some answers.
BOTTOM TEXT
ThingerDudes wrote:The only reasonable amount of Nutella is infinity. Everything else is too little.
Proud poster of the 300kth post in General

User avatar
atomtengeralattjaro
Site Admin
Site Admin
Posts: 37518
Joined: Wed May 23, 2007 3:43 pm
Location: green
Pronouns: he / they / that submarine
Contact:

Re: Programming, computers, etc. [Serious]

Post by atomtengeralattjaro » Tue Jan 27, 2015 7:41 pm

I work with C#.Net, what do you need?
Ivokyuftaf6666 wrote:
Sun Oct 20, 2019 5:22 pm
Awesome Site, Delivering Fun
Image

User avatar
Rattle189
ASDF-ville inhabitant
ASDF-ville inhabitant
Posts: 1
Joined: Thu Feb 05, 2015 11:53 pm
Location: Philippines
Contact:

Re: Programming, computers, etc. [Serious]

Post by Rattle189 » Fri Feb 06, 2015 12:07 am

I made a combat-based batch game with multiple features but still experiencing random crashes, hopefully I get those fixed soon.

User avatar
lunar_furor
ASDF Prophet
ASDF Prophet
Posts: 4346
Joined: Wed May 14, 2008 3:34 pm
Location: Most likely at work

Re: Programming, computers, etc. [Serious]

Post by lunar_furor » Tue Mar 17, 2015 8:03 pm

I didn't see these get updated sorry guys :P Was gonna ask about some resources but I no longer need them. I do need to know how to turn my c++ code into an executable though... if anyone knows that. Someone was gonna but never got back to me.
Image

radort
ASDF-ville inhabitant
ASDF-ville inhabitant
Posts: 4
Joined: Sat May 09, 2015 1:30 pm

Re: Programming, computers, etc. [Serious]

Post by radort » Sat May 09, 2015 2:18 pm

Yeah making c++ into exe is quite a thing I want to know.If anyone knows I will be grateful.Sorry for my bad english.

User avatar
atomtengeralattjaro
Site Admin
Site Admin
Posts: 37518
Joined: Wed May 23, 2007 3:43 pm
Location: green
Pronouns: he / they / that submarine
Contact:

Re: Programming, computers, etc. [Serious]

Post by atomtengeralattjaro » Sat May 09, 2015 8:40 pm

doesn't an IDE like Visual Studio do that for you?
Ivokyuftaf6666 wrote:
Sun Oct 20, 2019 5:22 pm
Awesome Site, Delivering Fun
Image

radort
ASDF-ville inhabitant
ASDF-ville inhabitant
Posts: 4
Joined: Sat May 09, 2015 1:30 pm

Re: Programming, computers, etc. [Serious]

Post by radort » Fri May 22, 2015 10:51 am

Oh well yeah.It's good for it.Any c# lessons you know(online)?

Racattack467
ASDF-ville inhabitant
ASDF-ville inhabitant
Posts: 4
Joined: Sat May 23, 2015 5:08 pm

Re: Programming, computers, etc. [Serious]

Post by Racattack467 » Sun May 24, 2015 12:52 am

Take it easy.

User avatar
lunar_furor
ASDF Prophet
ASDF Prophet
Posts: 4346
Joined: Wed May 14, 2008 3:34 pm
Location: Most likely at work

Re: Programming, computers, etc. [Serious]

Post by lunar_furor » Mon Jun 08, 2015 1:25 pm

I dont have visual studio :/ From what I understand it isn't free. We do use it here at work though so maybe i could import my project and just do it here. If I ever DO get it I'll release it for all to see. It's an adveeeeenntuuure. As for C# lessons, honestly if you're familiar with any of the c or java languages c# is a breeze, so I don't really have any good examples :/ If your NEW to code W3 Schools has great intros to many languages, but they aren't great for anyone who is familiar with a couple languages. Very simple stuff.
Image

User avatar
atomtengeralattjaro
Site Admin
Site Admin
Posts: 37518
Joined: Wed May 23, 2007 3:43 pm
Location: green
Pronouns: he / they / that submarine
Contact:

Re: Programming, computers, etc. [Serious]

Post by atomtengeralattjaro » Mon Jun 08, 2015 8:02 pm

Visual Studio Express (or it seems it's now called Community) is free: https://www.visualstudio.com/en-us/prod ... ss-vs.aspx
(not sure about its limitations compared to the pro/ultimate editions though)
Ivokyuftaf6666 wrote:
Sun Oct 20, 2019 5:22 pm
Awesome Site, Delivering Fun
Image

Post Reply