Using a USB port to connect to a microprocessor to program? [closed]
I am designing a led information board, I want to use a USB port to connect to the micro processor to program it, is it possible to use a USB port to do this? I am using a genie 14.
View ArticleGetting a stable value from sensor?
I am working with Omron Pressure sensor D6F-PH . When i try to read the pressure value i am unable to get a stable value. I tried averaging but even that doesn’t help. Could somebody suggest me a...
View ArticleWhat is an OO way for my input layer to act upon objects?
I’m building a top-down RPG specifically to practice Object Oriented thinking and design. I am keeping in mind coupling, single-responsibility, and so forth. One design issue that’s been bugging me is...
View ArticleIs There A Self Uploading/Downloading Game Management Software? [closed]
I am currently not in the game development industry and develop my own games using GameMaker, but as a high school student I don’t really have the time to make proper titles and actually make money...
View ArticleDoing case analysis on an argument of a macro
Background: As has been discussed here, there appears to be no widely accepted typographical standard for logical quantifiers. To address this I defined in my paper the following macro:...
View ArticleControlling 3 stepper motors simultaneously
I have three stepper motors connected to the drv8825 drivers to an arduino uno. I am using the example code below (from here), which works fine for moving multiple stepper motors at the same time BUT...
View ArticleIs there a verb for replacing placeholder values with actual values in a...
Is there a verb for replacing placeholder values with actual values in a template? For example: The verb for transforming “Hello FirstName LastName” to “Hello John Smith”.
View ArticlePointers in C# Unity
Hey I’ve just learned about pointers recently and am wondering how I can use them in c# (I just learned about them in c++) in unity. I do have some questions though. Pointers use low level programming...
View ArticleCorrect term for computer language that's close to human in syntax
I’ve always used the term canonical syntax to refer to a computer language, the syntax of which is verbose and resembles the patter in conventional human speech. Recently, I learned that canonical...
View ArticleSome cool things i can do with RAM?? [closed]
What are some cool (technical) things i can do with RAM (500mb,ddr2)? I have it but cant’t think of anything to do.
View ArticleHelp for structuring classes [closed]
I am creating a platformer game with some card base fighting. I was thinking about how should I structure my classes? There are 2 types of cards i.e. Continuous effect and 1 time effect. Also, they can...
View ArticleLoad ads in splash screen?
I have some ads that take a very long time to load. I was wondering it it is possible to have them load while the use was in the splash screen. I have looked at this answer:...
View ArticleProgramming SPC56XX PowerPC MCUs
I found that SPC56 is perfect solution for my hobby automotive project. There are several C compilers. I used to work with Cortex-M3/4 cores and it always was easy to find good program/debug solution...
View ArticleWhat is a layman's term for “uniform distribution [closed]
I’m creating an implementation of a Lindenmayer system (L-system) in the Clojure programming language and I’m trying to figure out a name for a utility function which takes a number of arguments and...
View ArticleWhat do I call software as opposed to DB/DBMS?
In my documentation I’m trying to refer to the program in context of interaction with database / DBMS as opposed to the latter. How do I call such program or software? “Outbound”, “outer”, “calling”,...
View ArticleSet something (a setting, variable, piece of configuration) to/at/for a...
During a code review, I noticed a phrasing in an error message that made me scratch my head a little. The message was something akin to: The value is set for {} where {} is a place-holder for a numeric...
View ArticleTeaching “Secure by Design”
I’m a Security Architect, and I’m used to defining the security of project as a specification that gets carried out by others. I have been recently tasked with teaching new coders how to design and...
View ArticleRepeat a bit of code? [closed]
I want to complete a task, which assigns the variable randomButton a value. At the end, I want to check the value of randomButton If it is something I don’t like, I want to re do the task where I...
View ArticleDoes the sound need to be fixed?
Are there special requirements for audio for different devices? I have been stuck on this for around two days now, and would really appreciate all the help I can get. I have some audio in my code. The...
View ArticleWord or phrase to describe increasing periods between attempting the same...
I’m looking for a term (single word or phrase) that describes the trick in software development to (typically exponentially) increase time between successive attempts to do an action on a server, for...
View Article