I finally did! Musician finally crosses over to programmer and makes her first program - voice tuner. learn programming |
- I finally did! Musician finally crosses over to programmer and makes her first program - voice tuner.
- Want to make an AI snake game, but don't know how.
- Does it make a difference whether I learn Data Structures and algorithms in Python instead of a low level language like C?
- The Odin Project's Full Stack JavaScript or Full Stack Ruby on Rails?
- sql online resources
- Is it necessary to learn how programming basics (ie. variable, arithmetic operators) work in memory instead of learning just its function?
- Texas Instruments and Bluetooth Low Energy Code using IAR Embedded Workbench
- A Walk Through to Building Your Website with HTML5 and CSS3
- Hey guys, rookie here. What do you guys recommend degree wise?
- Losing track and getting lost
- Graphs implementation in C++
- [Debugging] I cannot, for the life of me, get my files to link (C, C++, assembly). I've tried many examples with no success.
- [Debugging] Error while trying to add
- hackathon partner
- How do I establish a remote connection using Datagram?
- What are the best sources to learn the concepts/theories behind computer science?
- How to get ctype library running on mac (Python)
- Any good guides for building and hosting a personal website?
- Encryption Software
- [RUBY] How to change response based on if user input is a string or integer
- Mechanical Engineer Junior/Sophomore major here with a CS minor looking for an internship in software engineering. Any tips or things to do to get an internship for next summer?
- How do I open and view DXT files?
- While loop comparison between elements in list of list
- Is brilliant.org good for someone soon to go into math and computer science?
Posted: 29 Nov 2019 06:55 PM PST So first off a big thanks to everyone who commented and helped inspire me to accomplish this, and an especially big thank you to u/davepena for your guidance to finally cross the finish line. As it seems like they're a few people interested in my last post, I wanted to post an update for everyone. Background: I'm a music student/teacher who wants to learn how to program a vocal tuner to help my students visualize music. After posting a question about how to make such a program, I got lots of suggestions that I looked into. Most of them were too complicated or did not allow me to make what I had pictured in my head. u/davepena contacted me to let me know that he thought a program he made, called StremeCoder, would be perfect for me. He even gave me a free copy and helped solve a few problems I had while figuring out how to use StremeCoder. I was surprised by how much making everything more visual helped me! Here's YouTube clip to show it off in action! >>> https://www.youtube.com/watch?v=iPOCdZKargUz <<< Feel free to DM or post any questions you have. Thanks everyone :) **A bunch of people have been DMing me about what I used. Here's a link for those of you who are interested in making your own dream app 🥰👍 http://do.pluricorp.com/page/stremecoder **Original post here** https://www.reddit.com/r/MusicEd/comments/dxmdrt/musician_looking_for_help_to_take_what_ive/ [link] [comments] |
Want to make an AI snake game, but don't know how. Posted: 29 Nov 2019 08:21 PM PST I've programmed a working snake game already, but I don't know how to create an AI with different difficulties. Not a neural network mind you; I'm just trying to implement something simple and quick. Can anyone point me to some helpful resources? If wanted, it's being programmed in netlogo. [link] [comments] |
Posted: 29 Nov 2019 08:48 AM PST Python is my preferred language but coding any data structure is much much easier in python than in C and I was wondering if I would miss out on something if I chose to learn D.S. in python instead of C? Also I'm planning to use Miller's book on DS in python incase I go along as planned. If you all have any other good resources then please do suggest. Thank you to everyone who helps! [link] [comments] |
The Odin Project's Full Stack JavaScript or Full Stack Ruby on Rails? Posted: 29 Nov 2019 09:56 AM PST I want to start to TOP but there are 2 tracks for Full Stack and i can't decide between them. Some say that ruby isn't popular anymore and node.js is the right choice, some say that you should decide by looking at the job oppurtinities in your area while others say that to get the basics you should begin with ruby on rails or it'll be hard to understand the concept. Also Node.js course on TOP is new, so i don't know if it is as good as the other one since there aren't many users who completed it. i must say that i'm completely lost. can you guys give me any suggestions? [link] [comments] |
Posted: 29 Nov 2019 05:42 AM PST Hi guys, I'm a complete novice here, with basically no programming experience at all. I'm interested in learning sql, and I wondered if anyone knew of any (preferably free) online courses/resources I could make use of. Thanks :) [link] [comments] |
Posted: 29 Nov 2019 11:53 PM PST i don't really get its significance in learning the programming language, for me i think learning how variable stores memory or how classes work in memory is insignificant in creating programs. [link] [comments] |
Texas Instruments and Bluetooth Low Energy Code using IAR Embedded Workbench Posted: 29 Nov 2019 07:57 PM PST Hey guys, I'm currently working on a side project at home and was wondering if I can get some guidance. I'm trying to design a micro-controller such that it can calculate flow rates using a flow meter and be powered by two simple coin cell batteries. I initially started with a basic Arduino and simple flow meter sensor. I was able to successfully write the code and calculate the flow rates and have them displayed on a LCD display, but now I'm trying to make this portable whilst using Bluetooth. I did some research and ended up purchasing the CC2540EMK-USB: CC2540 USB Dongle https://www.ti.com/tool/CC2540EMK-USB I downloaded the IAR Embedded Workbench and tried running some sample code that was provided. I was able to upload sample code successfully to the evaluation module USB, but when it came down to finding the USB Dongle Bluetooth signal from my phone, I was unsuccessful. Some sample code I tried out was the SimpleBLEPeripheral - CC2540DK-MINIKeyfob. I tried running the simpleBLEPeripheral.h and other basic sample codes, but I cant seem to get it to work. I've also looked into the OSAL.c to make sure everything was initialized properly. I also attempted the peripheralBroadcaster that I assumed had everything I needed. \I'm not sure if my issue is what I am calling to be the CC2540EMK-USB. Since I am using the CC2540EMK-USB and the sample code is CC2540DK-MINIKeyfob. I read through the lines of code and it all seems to be the same though.* I really hope someone can help. I have been stuck on this for a few weeks now. Also, I'm a super newb when it comes to coding, so I apologize if I said anything incorrect. This has been driving me nuts, since I watched a few YouTube videos and read through the Texas Instrument forum and could not get any help. Anyways, thanks in advance! [link] [comments] |
A Walk Through to Building Your Website with HTML5 and CSS3 Posted: 29 Nov 2019 07:51 PM PST |
Hey guys, rookie here. What do you guys recommend degree wise? Posted: 29 Nov 2019 11:14 PM PST Sounds like a dumb question, but what degree actually focuses on programming? I hear a lot about Software Engineering and Computer Science, but I really dont know what these degrees entail. Its not like theres just a "programming" degree. So what should I go into that focuses on programming? [link] [comments] |
Posted: 29 Nov 2019 10:56 PM PST Very new to Programming, only have experience with other scripting languages like HMTL/SQL web development mumbo jumbo, but haven't done much with it lately as I moved on to and starting with C# on code academy. Been doing it regularly when not at work or busy with life. So about 2-3 times a week for about an hour a session. Think I'm beginning to lose confidence or just losing track and not able to keep on the right path. Done my best to make sure my programming work station is away from all distractions, and in a comfortable area where I can focus. Lately I feel intimidated each time I try to go in and start doing anything. Am I just not made for this? I do enjoy it and I always think about it, especially these past few days off due to holidays and not to mention, we've been snowed in. Always find myself thinking about doing programming, but each time I begin, suddenly it becomes too overwhelming and I find myself taking many breaks to clear my mind before going back and tackling it. Eventually I just get side tracked into other errands. Is it helpful to read other people code to help learn how to do it? Sometimes when I read code I understand it better, not sure how many of you are bilingual or multilingual, but there are times I can read or understand it 10x better than actually doing it. I read HTML/CSS/SQL scripting languages and I can tell whats going on, I've read some C# and feel as if I can understand what the concept is, or it feels more comfortable and I get a lot of "ah-ha" moments. Alas when it comes down to actually writing a program or the code requested, my mind goes blank and I end up not knowing what to do, until I see the "sample" answer and it is clear as day. one of those 'duh, of course why couldn't I think of that. thats as clear as day". Should I not use Code Academy? Or should I get Code Academy Pro? Is there something else I could be doing to learn C# well enough that I could probably get an internship at a job somewhere? If anyone has any advice of where or what could be done to get over this hurdle, that be greatly appreciated. [link] [comments] |
Posted: 29 Nov 2019 10:52 PM PST Hi, does anyone has a good resource where I can learn implementation of graphs in C++? My instructor just assumed that we would understand the implementation through different algorithms he taught us. I asked my classmates if they know about the implementation and they were blank too. We'll talk to professor in next class but for now i have a project to complete. Any help would be appreciated. [link] [comments] |
Posted: 29 Nov 2019 04:48 PM PST I've successfully linked a C++/C and one Assembly file to make a program. But I'm hitting weird linking errors, after I've read many examples and corrected my code and .sh file multiple times. Compiler gives this.... My main for many programs has looked this way in the past, no issues...until now. Main.c file: #include <stdio.h> #include <ctype.h> fill.c file: display.c file: control.asm file: sh file to compile, link, run: I can't think of what's wrong with my sh file, even less so with my main or fill or display (they all work independently). Maybe I'm calling the functions wrong in assembly, even though I've seen and followed many examples. I've been trying on and off for a couple weeks. Can someone help me fix this? If there's another sub I should post to, let me know. [link] [comments] |
[Debugging] Error while trying to add Posted: 29 Nov 2019 04:28 PM PST I'm trying to solve Project Euler problem 13 in C++, and in doing so I've created a custom class My main code is: However, I keep getting the error: And I don't know what it means or how to fix it. Can someone please help? [link] [comments] |
Posted: 29 Nov 2019 06:39 PM PST Hi guys. I am a high schooler in the Bay Area California.I am looking for 3 other programmers who are interested in hackathons. I'm looking for web developers, people who know AI, and know basic programming languages: python, java, node.js. I know ML with tensorflow, python, node.js, java, MongoDB, APIs with flask, html, and css. If you are interested in joining the team, add me on discord and send me a message or just dm here on reddit. join server to contact me: https://discord.gg/J84kKta [link] [comments] |
How do I establish a remote connection using Datagram? Posted: 29 Nov 2019 10:15 PM PST Hi all, I'm looking for a way to connect me to my friend on a remote computer using datagram and a server we have set up. Our goal is to make a little chat room using only Java. So far we have managed to get the client to connect to the server on its computer (Aka he can connect to the server when he runs it and I can't and vice verca). We have tried looking all over google and stack overflow for different tutorials but none seem to explain how to connect to a remote host. We have tried different .connect and .bind configurations but nothing seems to work. There is a lot of code and not much makes sense if I don't put all of it so I'm sorry for the insanity. This is our server file. We want to be able to connect to this by using the client file. This is our client file. We believe that this is where we are getting the issue, however, we don't know. For something a little more in-depth about our problem my friend has a wonderful stack overflow question made and it could bring to light a little more about our issue. https://stackoverflow.com/questions/59113686/chat-program-client-to-server-connectivity-issue Thank you again for the help it is truly appreciated. Your new programmer, Clint. [link] [comments] |
What are the best sources to learn the concepts/theories behind computer science? Posted: 29 Nov 2019 11:41 AM PST All online courses and sources just teach you programming languages, but nobody teaches the cores of computer science. I don't know what a stack is. I don't know what a data structure is. I don't know what abstraction is. I don't know what multithreading is. But man am I glad I can define a variable in 20 different languages! Any recommendations besides college tuition? Is this something I can teach myself? [link] [comments] |
How to get ctype library running on mac (Python) Posted: 29 Nov 2019 10:07 PM PST So, I am having trouble running my code on mac. It was made in windows and works perfectly fine it, but now that I am using a mac, It doesn't seem to work no more. From my research on the internet, I have found that the ctype library, specifically windll and the windows api is not compatible with mac. So, I tried doing it the linux way.... Here is my code:
I keep getting an image not found, to which I think I found the reason for. I searched my mac, and it seems that I do NOT have libc.dylib.6 on it. I do however have libc.dylib, which is different (I think?) and so I tried replacing that in my code. But then I got this error instead:
I don't know what to do and have been stuck on this same problem for hours. Please send help ;_; oh, and if it isn't so obvious, What i am trying to do is to set the cursor to specific position. Also, I am using python 3.8. [link] [comments] |
Any good guides for building and hosting a personal website? Posted: 29 Nov 2019 06:06 PM PST I want to code my own website, but all the pricing for domains and hosting is pretty overwhelming. I was looking at hosting through Bluehost and there is a lot going on, with different packages and pricing and such. Right now, I just want to reserve a domain with "my name + .com" and later buy space to host but it seems like they all have things like WordPress instead of being able to put up files myself. How do you host a site you built from scratch? Any advice or resources are greatly appreciated. [link] [comments] |
Posted: 29 Nov 2019 09:47 PM PST i'm somewhat new to programming so this might be a bad question but how to create an encryption software similar to bit-locker? i want it to have a complex algorithm such as 256AES (better if possible) and the ability to encrypt full drives. what languages / API should i use and how should i tackle a project like this? any help is appreciated. [link] [comments] |
[RUBY] How to change response based on if user input is a string or integer Posted: 29 Nov 2019 09:47 PM PST Hi everyone! So this is just a simple journal/diary program I am trying to build and I am having a bit of trouble. I have it coded all the way down to asking the user if they would like to search by index entry or by instead typing in that they would like to search by term. The problem is I have no idea how to do this :(. Heres what I have so far:
I can get it to work if they just enter an integer but have no idea what to do if I want the program to decide if its an integer or string. Heres what I would like to happen next: if user input = integer then puts corresponding index (already have this) if user input = "Search" then puts "What would you like to search for? Any help with this would be greatly appreciated! [link] [comments] |
Posted: 29 Nov 2019 09:13 PM PST I have a bit of experience in C++ and have recently started learning python but I think that the only project that I've really done so far make a discord bot. I've been doing some data analytics with python and I'm pretty decent with algorithms in general. I want a job in software engineering and I need an internship to make sure that happens. How would I make myself stand out without barely any work to show for it and a ME major instead of CS. I honestly don't even have a resume because I'm not confident to put it out there. I'm currently trying to find a larger project to build for myself but I don't have any ideas currently. I wanted to work on some open source c++ stuff I found an interest in but I think it would take me too long to get familiar with it. Any help will be appreciated. [link] [comments] |
How do I open and view DXT files? Posted: 29 Nov 2019 09:13 PM PST They are DirectX Texture files, however I do not know what program to use to open and view them. [link] [comments] |
While loop comparison between elements in list of list Posted: 29 Nov 2019 09:00 PM PST I'm trying to compare similarities of 2 elements in a list of user and their given answers as an integer, in percentages with a user given input limit, How to identify based on user input, separate and compare only integer values in a while loop? Eg You can check up to 3 pairs Please provide the first name in the pair (or END to finish) ==> A Please provide the second name in the pair ==> B ** Sorry! at least one name is not in the data Another pair? provide the first name (or END to finish) ==> AAAAA Please provide the second name in the pair ==> AAAAA TRACE similars 21 ** A and B really have a lot in common (>90%)! Another pair? provide the first name (or END to finish) ==> AAAAA Please provide the second name in the pair ==> K TRACE similars 5 ** A and K have just few opinions in common (<50%)! ***** Sorry you cannot check more pairs.. you reached the maximum: 5 My attempt [link] [comments] |
Is brilliant.org good for someone soon to go into math and computer science? Posted: 29 Nov 2019 10:26 AM PST I really want to better my problem solving skills. I hope this is a good idea. Secondary Question: I don't know all of python I barely know the basics. Is it OK to continue doing the r/dailyprogrammer questions still? [link] [comments] |
You are subscribed to email updates from learn programming. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment