Page 28 of 43
Re: Programming, computers, etc. [Serious]
Posted: Mon Jun 16, 2014 9:59 am
by atomtengeralattjaro
well yeah, if we were talking about Programming, computers, etc.
Re: Programming, computers, etc. [Serious]
Posted: Mon Jun 16, 2014 2:19 pm
by RandomBomb
Sometimes I wonder why every time I show up it turns weird (if it hasn't already).
Re: Programming, computers, etc. [Serious]
Posted: Mon Jun 16, 2014 2:28 pm
by atomtengeralattjaro
It is the natural progression of things.
Re: Programming, computers, etc. [Serious]
Posted: Mon Jun 16, 2014 2:32 pm
by RandomBomb
So in other words,
Normal -> Weird -> Steaming pile of shit.
Re: Programming, computers, etc. [Serious]
Posted: Mon Jun 16, 2014 6:20 pm
by atomtengeralattjaro
what's wrong?

Re: Programming, computers, etc. [Serious]
Posted: Mon Jun 16, 2014 9:31 pm
by RandomBomb
Nothing, just feeling tired. And cranky. I need a nap.
Re: Programming, computers, etc. [Serious]
Posted: Tue Jul 01, 2014 10:38 am
by lunar_furor
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...
Re: Programming, computers, etc. [Serious]
Posted: Wed Jul 02, 2014 1:07 pm
by lunar_furor
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
Re: Programming, computers, etc. [Serious]
Posted: Thu Jul 24, 2014 3:10 pm
by SnpM
OHMAGOSHOHMAGOSHOHMAGOSH
Chechk out dis genias computer program:
https://65329c6a1664ef6ce082ccb4dfb9c4d ... beWeb.html
Re: Programming, computers, etc. [Serious]
Posted: Tue Jan 27, 2015 1:43 pm
by lunar_furor
Is anyone here familiar with C#.Net, or JavaScript?
Re: Programming, computers, etc. [Serious]
Posted: Tue Jan 27, 2015 5:37 pm
by Anonymously Famous
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.
Re: Programming, computers, etc. [Serious]
Posted: Tue Jan 27, 2015 7:41 pm
by atomtengeralattjaro
I work with C#.Net, what do you need?
Re: Programming, computers, etc. [Serious]
Posted: Fri Feb 06, 2015 12:07 am
by Rattle189
I made a combat-based batch game with multiple features but still experiencing random crashes, hopefully I get those fixed soon.
Re: Programming, computers, etc. [Serious]
Posted: Tue Mar 17, 2015 8:03 pm
by lunar_furor
I didn't see these get updated sorry guys

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.
Re: Programming, computers, etc. [Serious]
Posted: Sat May 09, 2015 2:18 pm
by radort
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.
Re: Programming, computers, etc. [Serious]
Posted: Sat May 09, 2015 8:40 pm
by atomtengeralattjaro
doesn't an IDE like Visual Studio do that for you?
Re: Programming, computers, etc. [Serious]
Posted: Fri May 22, 2015 10:51 am
by radort
Oh well yeah.It's good for it.Any c# lessons you know(online)?
Re: Programming, computers, etc. [Serious]
Posted: Sun May 24, 2015 12:52 am
by Racattack467
Take it easy.
Re: Programming, computers, etc. [Serious]
Posted: Mon Jun 08, 2015 1:25 pm
by lunar_furor
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.
Re: Programming, computers, etc. [Serious]
Posted: Mon Jun 08, 2015 8:02 pm
by atomtengeralattjaro
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)