Programming, computers, etc. [Serious]
- atomtengeralattjaro
- Site Admin
- Posts: 37513
- Joined: Wed May 23, 2007 3:43 pm
- Location: green
- Pronouns: he / they / that submarine
- Contact:
Re: Programming, computers, etc. [Serious]
well yeah, if we were talking about Programming, computers, etc.
-
- ASDF Worshipper
- Posts: 375
- Joined: Wed Jan 15, 2014 10:37 pm
- Location: South Bay...
Re: Programming, computers, etc. [Serious]
Sometimes I wonder why every time I show up it turns weird (if it hasn't already).
Well. School's out. Hell Yeah.
- atomtengeralattjaro
- Site Admin
- Posts: 37513
- Joined: Wed May 23, 2007 3:43 pm
- Location: green
- Pronouns: he / they / that submarine
- Contact:
-
- ASDF Worshipper
- Posts: 375
- Joined: Wed Jan 15, 2014 10:37 pm
- Location: South Bay...
Re: Programming, computers, etc. [Serious]
So in other words,
Normal -> Weird -> Steaming pile of shit.
Normal -> Weird -> Steaming pile of shit.
Well. School's out. Hell Yeah.
- atomtengeralattjaro
- Site Admin
- Posts: 37513
- Joined: Wed May 23, 2007 3:43 pm
- Location: green
- Pronouns: he / they / that submarine
- Contact:
-
- ASDF Worshipper
- Posts: 375
- Joined: Wed Jan 15, 2014 10:37 pm
- Location: South Bay...
Re: Programming, computers, etc. [Serious]
Nothing, just feeling tired. And cranky. I need a nap.
Well. School's out. Hell Yeah.
- lunar_furor
- ASDF Prophet
- Posts: 4346
- Joined: Wed May 14, 2008 3:34 pm
- Location: Most likely at work
Re: Programming, computers, etc. [Serious]
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...
- lunar_furor
- ASDF Prophet
- Posts: 4346
- Joined: Wed May 14, 2008 3:34 pm
- Location: Most likely at work
Re: Programming, computers, etc. [Serious]
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.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
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]
OHMAGOSHOHMAGOSHOHMAGOSH
Chechk out dis genias computer program: https://65329c6a1664ef6ce082ccb4dfb9c4d ... beWeb.html
Chechk out dis genias computer program: https://65329c6a1664ef6ce082ccb4dfb9c4d ... beWeb.html
- lunar_furor
- ASDF Prophet
- Posts: 4346
- Joined: Wed May 14, 2008 3:34 pm
- Location: Most likely at work
- Anonymously Famous
- JKL; Assassin
- Posts: 11413
- Joined: Thu Mar 03, 2011 6:52 pm
- Location: Area ???, under Bermuda Triangle
Re: Programming, computers, etc. [Serious]
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
Proud poster of the 300kth post in GeneralThingerDudes wrote:The only reasonable amount of Nutella is infinity. Everything else is too little.
- atomtengeralattjaro
- Site Admin
- Posts: 37513
- Joined: Wed May 23, 2007 3:43 pm
- Location: green
- Pronouns: he / they / that submarine
- Contact:
- Rattle189
- ASDF-ville inhabitant
- Posts: 1
- Joined: Thu Feb 05, 2015 11:53 pm
- Location: Philippines
- Contact:
Re: Programming, computers, etc. [Serious]
I made a combat-based batch game with multiple features but still experiencing random crashes, hopefully I get those fixed soon.
- lunar_furor
- ASDF Prophet
- Posts: 4346
- Joined: Wed May 14, 2008 3:34 pm
- Location: Most likely at work
Re: Programming, computers, etc. [Serious]
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]
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.
- atomtengeralattjaro
- Site Admin
- Posts: 37513
- Joined: Wed May 23, 2007 3:43 pm
- Location: green
- Pronouns: he / they / that submarine
- Contact:
Re: Programming, computers, etc. [Serious]
Oh well yeah.It's good for it.Any c# lessons you know(online)?
-
- ASDF-ville inhabitant
- Posts: 4
- Joined: Sat May 23, 2015 5:08 pm
Re: Programming, computers, etc. [Serious]
Take it easy.
- lunar_furor
- ASDF Prophet
- Posts: 4346
- Joined: Wed May 14, 2008 3:34 pm
- Location: Most likely at work
Re: Programming, computers, etc. [Serious]
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.
- atomtengeralattjaro
- Site Admin
- Posts: 37513
- Joined: Wed May 23, 2007 3:43 pm
- Location: green
- Pronouns: he / they / that submarine
- Contact:
Re: Programming, computers, etc. [Serious]
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)
(not sure about its limitations compared to the pro/ultimate editions though)