Great programing/logic there yandere dev self defense is a punishment! v.redd.it/cttjh98b6l361
πŸ‘︎ 43
πŸ’¬︎
πŸ‘€︎ u/LionHeartEmpire
πŸ“…︎ Dec 06 2020
🚨︎ report
How to learn about programing logic?

Is there any courses or books that are good to learn programming logic? Thanks

πŸ‘︎ 9
πŸ’¬︎
πŸ‘€︎ u/zesty_lemon45
πŸ“…︎ Dec 09 2020
🚨︎ report
Anakin's logic in programing language.
πŸ‘︎ 24
πŸ’¬︎
πŸ‘€︎ u/FootBallFen
πŸ“…︎ Jun 22 2020
🚨︎ report
[Browser][2010?] Logic and Programing Game

Genre: Puzzle / Problem Solving Game like Zachtronics Titles

Estimated year of release: 2010

Graphics/art style: https://imgur.com/svTCLDb < < See this! It's probably the best way to understand/remember what I'm talking about.

Notable characters: n/a no characters

Notable gameplay mechanics: It was a puzzle game that you would see like on armor games or addicting games. When you completed a solution you could use that solution to help you out with more challenging puzzles.

Other details: It might have its own website like an "io" game. I am not for sure, unfortunately.

πŸ‘︎ 2
πŸ’¬︎
πŸ“…︎ Feb 05 2020
🚨︎ report
#Techno #Drums Programing in Logic Pro X youtube.com/watch?v=m0TB-…
πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/WeMakeDanceMusic
πŸ“…︎ Mar 08 2020
🚨︎ report
Basics to Programing Logic In Starmade youtube.com/attribution_l…
πŸ‘︎ 10
πŸ’¬︎
πŸ‘€︎ u/fusemc74
πŸ“…︎ Jun 04 2015
🚨︎ report
Basics to Programing Logic In Starmade 2 youtube.com/attribution_l…
πŸ‘︎ 10
πŸ’¬︎
πŸ‘€︎ u/fusemc74
πŸ“…︎ Jun 04 2015
🚨︎ report
C++ in my mind is a failed proposition. It proposes better programming at the cost of added complexity, and yet I have never seen it deliver on this promise. Conversations about C++ are full of C++isms and OO jargon... I see Rust going the same direction. It still doesn't save us from bugs in logic reddit.com/r/rust/comment…
πŸ‘︎ 55
πŸ’¬︎
πŸ“…︎ Jan 18 2022
🚨︎ report
Track I’m working on using Logic Pro X. GarageBand really helped me maneuver the workings of this program πŸ˜… v.redd.it/pvd3g756mle81
πŸ‘︎ 41
πŸ’¬︎
πŸ“…︎ Jan 29 2022
🚨︎ report
The 98% of us who are reasonable, logic-employing people are being forced to watch the 2% have an all-out death match across all media platforms because the algorithms were programed to amplify their messages. /r/Showerthoughts/comment…
πŸ‘︎ 355
πŸ’¬︎
πŸ‘€︎ u/CapitalCourse
πŸ“…︎ Nov 25 2021
🚨︎ report
This flowchart shows the specific programming logic used for tile collision in SMB1 - the inner workings behind some speedrun tech (such as clips) can be visually understood by the flowchart.
πŸ‘︎ 625
πŸ’¬︎
πŸ‘€︎ u/dansalvato
πŸ“…︎ Dec 12 2021
🚨︎ report
Is there any great website where I can practice programming, but not syntax or language wise, but logic and maths wise? I notice myself knowing my language of choice, Python, quite well, but struggling to solve rather simple mathematical tasks or problems.

Title basically says it all. My programming teacher says that over the years I have developped excellent knowledge of Python, but often start choosing the incorrect methods and focusing on coding rather than solving the problem at its root in my head, with a piece of paper and a pencil, and developing an algorhithm, before moving on to actually coding.

Did anyone else actually struggle with that, if yes, what helped?

I have tried Edabit and found it useful, but it is way out of my price range right now.

πŸ‘︎ 122
πŸ’¬︎
πŸ‘€︎ u/airyrice
πŸ“…︎ Dec 30 2021
🚨︎ report
Can anyone explain me the logic behind of the ternary operators in this program?

#include<stdio.h>

int main()

{

int x;

x=4>8?5!=1<5==0?1:2:3;

printf("%d",x);

return 0;

}

πŸ‘︎ 12
πŸ’¬︎
πŸ‘€︎ u/Hunter_Hound
πŸ“…︎ Jan 24 2022
🚨︎ report
Is there a programming language that compiles into transistor logic networks?

I'd like to have a way to describe a function and have it expressed in terms of a transistor-based circuit.

Suppose I have a function for describing a distortion:

    v in = input();
    v out = output();
    v thresh = 5.0;
    v max = 10.0;
    v min = 0.0;
    if (in &gt;= thresh){
        out = max;
    } else{
        out = min;
    }

the output would be a something in the form of this: https://imgur.com/vnSsPHL

This might be a bad idea since it's just a comparator, but you get the idea, it could be an oscillator or something more complicated.

It's a bit like Verilog/VHDL, but the use case is really different, since this is something I'd want to hand-build rather than run on an FPGA. I'm looking for something that's entirely in the analog domain.

Does anything like this exist?

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/miserlou
πŸ“…︎ Jan 25 2022
🚨︎ report
Does anyone here know of a logic simulation program that can simulate logic levels higher than 2?

First of all, sorry if this is the wrong flair or subreddit for this question. Please direct me elsewhere if this doesn't fit here.

I'm not a computer engineer, but I've been messing around with digital logic, and recently I've been learning about ternary logic. The thing is, I can't find any program that can simulate ternary logic. The most I've been able to learn is the truth tables of different ternary logic gates, and I'm having trouble putting the gates together using only drawings and my head, so I think a simulator that can think for me would help a lot.

Is there a known logic simulator that can simulate ternary logic? Is this question even coherent? I'm pretty new to the ideas of ECE.

πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/terningcomplete
πŸ“…︎ Jan 22 2022
🚨︎ report
PAE Program Logic.

β€œ2% is the standard annual raise, we don’t give higher raises due to inflation or merit, if you don’t like it don’t come back, we don’t have the budget to pursue employee retention”

Keep in mind they hired NZ carpenters and paid them a lot more than the USA. I am not sure what the deal was, but they brought down NZ Fire Fighters so I am sure they are paying them more.

When will companies realize that paying people well and treating them well will be cheaper in the long run?

πŸ‘︎ 14
πŸ’¬︎
πŸ‘€︎ u/zachmorrisatMCM
πŸ“…︎ Dec 28 2021
🚨︎ report
I'm a total math-idiot, I've hit a wall with programming logic - What books can help me?

TL;DR - Books that help absolute math-idiots/beginners understand logic, preferably with illustrations and clear writing. I'm looking for physical paper books! (To take notes)

I am teaching myself Javascript via P5JS and Daniel Shiffman's "Coding Train" series .

My goal is to eventually create generative artworks/systems (Not for NFTs dw!)

It didn't take long to realise that learning all the syntax/conventions is one thing, but that it's mainly thinking computationally and having good problem solving skills. I am very very bad at both of these things -- I failed maths in school. I cannot seem to graps simple logic/systems within code.

For example, a nested for() loop is all it takes for my brain to crash, it's all totally unintuitive to me. I have some code here that I've written whilst following a tutorial on objects communicating with eachother to do 'something' (I'm not necessarily looking for help with this, it's just to demonstrate my level of knowledge, the code is from a simple collision detection thing I wrote: https://editor.p5js.org/S_Oda/sketches/GEgbwyJy9):

for (let i = 0;i&lt;balls.length;i++){ 
    balls[i].show(); 
    balls[i].move(); 
    balls[i].bounce(); 
//Then go through every next element up and check whether the //previous element overlaps with it, I think this means that the code is more efficient? 
for (let j = i+1;j&lt;balls.length;j++) {
    if (balls[i].intersects(balls[j])) {
        balls[i].overlapping = true; 
        balls[i].bumped(balls[j]); 
    } 
} 
if (balls[i].overlapping) { 
    balls[i].changeColour([255, 0, 0]); 
//Reset to false so that they don't stay red after intersecting  
    balls[i].overlapping = false; 
} else { 
balls[i].changeColour(0);
 }
}

I cannot grasp why a second for loop is used, which checks the next element over against the previous etc etc. The tutorial explains that it's for efficiency purposes, but I don't understand why. If this were illustrated an explained for me slowly, I might have a chance lol.

So basically, I'm looking for a book aimed at totally logic/math inept people, which goes through logic (not necessarily computational logic) and maybe some mathematics in an easy to understand way.

Does such a thing exist? Thanks!

πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/Warui-ne
πŸ“…︎ Jan 21 2022
🚨︎ report
The 98% of us who are reasonable, logic-employing people are being forced to watch the 2% have an all-out death match across all media platforms because the algorithms were programed to amplify their messages. /r/Showerthoughts/comment…
πŸ‘︎ 172
πŸ’¬︎
πŸ“…︎ Nov 25 2021
🚨︎ report
[TOMT][WORD] a noun that means something logical or analytical, could be used to describe mathematics or programing etc

EDIT2: found word, just having trouble changing flare, thanks to anyone who helped me

I can't think of the word and I need the exact word I was thinking of, I have dyspraxia so nothing else is working and I really need to finish my essay, I've tried searching up synonyms and just can't find it.

EDIT: similar to how creativity is a noun that means something artistic and imaginative, sorry if I'm not explaining this well

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/Roses-and-Copper
πŸ“…︎ Jan 06 2022
🚨︎ report
Good and simple resource for foundations of logic programming

Want to learn the topics Substitution, Unification, Procedural Interpretation, Pure Prolog, Negation: Procedural Interpretation, Declarative Interpretation, Negation: Declarative Interpretation and Termination. Any recommended paper or books?

πŸ‘︎ 8
πŸ’¬︎
πŸ“…︎ Jan 10 2022
🚨︎ report
Seko Fofana's agent to FootMercato: β€œPSG has quality staff and at OM, the same. They know his profile very well. If he has to go to a French club programmed for Europe or to a large foreign club, that will happen naturally, it is the logical continuation. " twitter.com/hadrien_greni…
πŸ‘︎ 17
πŸ’¬︎
πŸ‘€︎ u/Rerel
πŸ“…︎ Jan 06 2022
🚨︎ report
Is there a program that tracks your time spent on Logic sessions

I'm super curious if there is a program that logs how long you've spent with a session open in Logic or Tools or whatever DAW (or any app really) that you're using? Kind of like the digital wellbeing setting on your phone.

I work on a lot of client projects at once. I find it hard to log my hours because I switch between sessions as I find it keeps me fresh and works well for me. I usually log my hours on my phone in a notepad but if I'm working on large projects that span out over a few weeks I find that I end up losing track.

It would be really dope to find a program that tracks how long you've had the app (daw) open for and even cooler to find one that breaks it down into projects. Oof!

Thoughts?

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/vcoolboi
πŸ“…︎ Jan 15 2022
🚨︎ report
I’m brand new to logic, and I’m wondering if there’s a way to integrate my midi keyboard to the program so I can use all the dials etc? Unfortunately it’s optimized for a Ableton live
πŸ‘︎ 33
πŸ’¬︎
πŸ‘€︎ u/kollesk8vs1
πŸ“…︎ Dec 05 2021
🚨︎ report
Apple Ends iPhone 8 Logic Board Repair Program That Started in 2018 macrumors.com/2021/10/02/…
πŸ‘︎ 1k
πŸ’¬︎
πŸ‘€︎ u/HelluPanda
πŸ“…︎ Oct 02 2021
🚨︎ report
This flowchart shows the specific programming logic used for tile collision in SMB1 - the inner workings behind some speedrun tech (such as clips) can be visually understood by the flowchart.
πŸ‘︎ 137
πŸ’¬︎
πŸ‘€︎ u/UnparalleledDev
πŸ“…︎ Dec 12 2021
🚨︎ report
Seems my finding a conspiracy post about London 2012's opener was itself "predictive programming" by this logic, because they've gone back to it
πŸ‘︎ 24
πŸ’¬︎
πŸ‘€︎ u/BandicootBroad
πŸ“…︎ Dec 07 2021
🚨︎ report
IWTL How to improve programming logic?

I started learning programming a few months ago and to practice, I used websites like hackerrank, codewars etc. But it looks like I am having difficulty solving the easiest of the problems which most people have a solution to in one line. Any help would be appreciated.

πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/TheOutstandingOne
πŸ“…︎ Jan 06 2022
🚨︎ report
There are no bugs, only features - Dev tried to program a logic to keep furniture stable on ground, got opposite effect. v.redd.it/hyl1lvk58u971
πŸ‘︎ 9k
πŸ’¬︎
πŸ“…︎ Jul 07 2021
🚨︎ report
I forgot that Homer's whole impetus for gaining 61 lbs of fat to qualify as disabled and work from home was getting out of a five-minute exercise program. One of the most ridiculous and logically backwards things he's ever done
πŸ‘︎ 590
πŸ’¬︎
πŸ“…︎ Sep 18 2021
🚨︎ report
The house of knights, the nobels and lords, potential mates for the crown, were do they come from and how there schools relate to the valedictorian programs. Also how in any logic is this a liberal social engineering essay?

Have written on anarcho diarchy before, by last essays were written on the republic and are to be linked. In them i wrote my ideals of a institution of the arts. Of medical and scientific needs of the people and the republic. As education is a need, so that the free market can have better tools to compete with, the worker a better ability to negotiate contract for himself and His community.

The gain a cut of the republic. About ten or so percent. Thirty or so if the nation is extremely wealthy and able. To be debated by other men.

From that you a elite school. maid to push our best children beyond there liments.

You wish to be a king or queen, study hard enough, and you would be surprised who you can court.

Communities can elect there speaker, they can christian there blood in any manner they choose, and give them to the community, till there blood ran neither honor or adhere to there duties.

But to the point of the post. If you elect to use the school, a shrink and board to find one that matches the values of the community. The community may elicit to further inspect the candidate as they see fit.

Though a house of nobels must be able to do war, coordinate, be strategic, diplomatic. Great with numbers, and be able to coordinate many groups of people with ease.

They are the smartest in there fields, the sort chairs seek to help aid in jobs, or a place find a partner to help manage the nation.

Rotation of the school and union keep the higher post, such as vic presidents and ceo`s or such. By brain or sweat all have a chance.

Hmm, this is a fresh thoughts. Ruff draft.

But this sector needed more thought and meat.

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/ickda
πŸ“…︎ Dec 11 2021
🚨︎ report
python simple program logic confusion; dictionary concept

I need to select key and value from dictionary and apply some logic using if /else inside for loop but the situation is unique. here is the code:

# no error in code, just need different logic

favorite_language = {

'tom':'java',

'rock': 'c',

'edward': 'ruby',

'phil': 'python',

}

friends = ['tom', 'rock', 'david']

for name in favorite_language.keys():

if name in friends:

	print('favorite language of ' + name + 'is ' + favorite\_language\[name\])

else:

	print('no friends in list')

	break

	**#else need to be printed only once in case of no friends but no need to be printed if friends are present in list.**
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/Jumpy-Hold7131
πŸ“…︎ Dec 19 2021
🚨︎ report
Rust is a joy to program in ... I just typed and typed a bunch of stuff, only thinking about the logic and what needs to be done ... It just freaking worked. reddit.com/r/rust/comment…
πŸ‘︎ 72
πŸ’¬︎
πŸ‘€︎ u/corona-info
πŸ“…︎ Nov 01 2021
🚨︎ report
Hey guys, I just took my skills assessment and I know I did well on the math and somewhat well on the logic but beyond bombed the programming part. I have my phone interview tomorrow morning. Do I mention this? Hs anybody done AWFUL on the assessment and still gotten hired?

I applied as the PM role, I got denied as of today. Thank you for your help everyone!

πŸ‘︎ 15
πŸ’¬︎
πŸ‘€︎ u/PlusAlbatross6208
πŸ“…︎ Nov 24 2021
🚨︎ report
Upgrading logic programs

Been running logic 9 forever and looking to upgrade to the latest version on a new computer, so (for now) I have 2 questions

  1. Are projects from logic 9 able to run on the latest version?

(If the answer to #1 is yes)

  1. After I transfer the project files to the new computer, do I also have to transfer any audio files used in the sampler machine to the new computer?
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/young_skunk
πŸ“…︎ Jan 11 2022
🚨︎ report
Would like to write a program in mac os that automatically does this as i write rhymes, how would i go about it as i write in the notepad in Logic pro
πŸ‘︎ 38
πŸ’¬︎
πŸ“…︎ Oct 30 2021
🚨︎ report
This flowchart shows the specific programming logic used for tile collision in SMB1 - the inner workings behind some speedrun tech (such as clips) can be visually understood by the flowchart.
πŸ‘︎ 26
πŸ’¬︎
πŸ‘€︎ u/UnparalleledDev
πŸ“…︎ Dec 12 2021
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.