When was the first time you learnt about git? How did it change your work and what were your first impressions? What's your story of Git (& GitHub) ? :) Ask Programming |
- When was the first time you learnt about git? How did it change your work and what were your first impressions? What's your story of Git (& GitHub) ? :)
- I'm im a really tough spot right now.
- Is there anything that can add all Spotify URLs on a site into one playlist?
- Need resources for a competitive programming competition
- Spotify web player can't detect scroll events? [javascript]
- Some advice on building school bell app
- How to use libcurl on CLion on Windows?
- Need help with deploying project with NPM, missing icons/functionality after building (HTML, CSS, Node, NPM)
- Mail Merge from XML to Word doc
- Programmers who were weebs but aren't, what are your current hobbies?
- What's your favorite programming keyboard?
- How to complete the blank area with appropriate css so that the message "Hello everyone" is displayed in blue color?
- Unit tests or integration tests first?
- What programming language is more suitable to make a fourier transform bass booster?
- Uncaught Exception: TypeError: 'type' object is not subscriptable
- How to learn UI/UX Design for free?
- Can I get what will be displayed as a result of running the following program and what the output of this program??
- Need help creating these two forms in HTML+CSS
- Can i know the PHP program named welcom.php which displays a welcome message based on the user's name in bold blue color in the blank??
- Easiest way to get values and run C++ code through a webpage
- Django/Docker: Docker-Compose Fails with unexplainable Permission Error.
- Detailed weather API service ?
Posted: 10 Jun 2021 11:59 PM PDT |
I'm im a really tough spot right now. Posted: 10 Jun 2021 11:46 AM PDT I just finished my freshmen year at university. I love programming and know some of the basics. I know its what I want to do in the future. However, I really dispise university. I feel like I'm just wasting time and money. Its pretty well known now-a-days that college is a scam, but im getting really sick of it; Paying thousands of dollars for 'required' classes for a professor to sloppily explain a topic I will never use again and can find explained much simpler and easier online or in a textbook. School has never really been for me. I want to learn what is needed for life/my career and what im interested in without having to drive myself into debt to get stressed out to hell and back being force fed information im completely disinterest in and examined on. I dont think I can do this for another 3 years. Are there alternatives to becoming a certified programmer that doesn't require (normal) university that can still end up in a decent job? Or online programs that help you get your degree much more straightforward? Edit:I'm choosing to stick through it for now. Might transfer to local community College and start with a 2 year degree since it will be extremely affordable and go from there. Gonna look more into it over summer and see what my options are [link] [comments] |
Is there anything that can add all Spotify URLs on a site into one playlist? Posted: 11 Jun 2021 03:36 AM PDT |
Need resources for a competitive programming competition Posted: 10 Jun 2021 11:08 PM PDT I'm participating in a competitive programming competition and I have only a month to prepare, can someone send resources from where I can prepare for it? It's in Python. [link] [comments] |
Spotify web player can't detect scroll events? [javascript] Posted: 10 Jun 2021 09:40 PM PDT also met this weird error already make sure all other chrome extensions are disabled this is the code inserted on the page https://open.spotify.com/playlist/3AjdxFhKpClajQFMRIqOB6 [link] [comments] |
Some advice on building school bell app Posted: 11 Jun 2021 12:46 AM PDT Hi, maybe someone can guide to suitable track here. I'm seasoned programmer, but maybe there are frameworks that can do most the job to begin with. I need to build a school bell app for a local small community primary school. It should run on a sepparate laptop and be connected to building's sound system. Need to build scheduler, probably would need to have monthly and daily view, and small script that runs the selected mp3. Was thinking to build scheduler on Vue and maybe "backend" on python or even javascript. Would not need DB probably, could gather data from CSV and that should do. What do you guys think? [link] [comments] |
How to use libcurl on CLion on Windows? Posted: 10 Jun 2021 08:13 PM PDT On Mac, I'm able to use libcurl on CLion by adding these lines on my The same lines don't produce the same effect on Windows, however, as I get this error: I already have curl installed that I can use it on the command line. I know there is something else I need to do but I'm not sure. I downloaded the source files from https://curl.se/download.html and compiled from the root directory as given in the documentation using It seemed like it work, but I still get the same error on CLion that the CURL library isn't found. [link] [comments] |
Posted: 10 Jun 2021 07:10 PM PDT Hi Guys, I have been learning programming on and off for a few years now and finally decided to take a bootcamp and have been loving it. However, one drawback is we haven't really gotten into the meat of NPM and building/deploying our project using NPM, they only skimmed the surface. I was able to easily build the project we worked on together, but after building my own site and using different packages/functionality, when I try to use my build script to send everything to my dist folder for deployment on my server I am missing some assets somewhere. I am missing the following assets after building: Font awesome icons Slick carousel buttons and functionality Here is a link to a codepen that has my HTML, CSS and JS: And here is my package.json code: { "name": "hamsite", "version": "1.0.0", "description": "This is a website for hair and makeup servies by Kaylee Derrick", "main": "index.html", "scripts": { "build": "npm run clean && npm run imagemin && npm run copyfiles && npm run usemin", "clean": "rimraf dist", "copyfiles": "copyfiles -f slick/fonts/* dist/fonts && copyfiles -f node_modules/@fortawesome/fontawesome-free/webfonts/* dist/fonts", "imagemin": "imagemin images/* -o dist/images && imagemin images/logos/* -o dist/images/logos && imagemin images/works/* -o dist/images/works && imagemin images/works/formals/* -o dist/images/works/formals && imagemin images/works/seniors/* -o dist/images/works/seniors && imagemin images/works/weddings/* -o dist/images/works/weddings && imagemin images/icons/* -o dist/images/icons", "lite": "lite-server", "scss": "node-sass -o css/ css/", }, "author": "Logan Derrick", "license": "ISC", "devDependencies": { "copyfiles": "2.2.0", "imagemin-cli": "6.0.0", "lite-server": "2.5.4", "node-sass": "4.14.1", "onchange": "7.0.0", "parallelshell": "3.0.1", "rimraf": "3.0.2", "usemin-cli": "0.6.0" }, "dependencies": { "@fortawesome/fontawesome-free": "5.15.3", "bootstrap": "4.5.2", "jquery": "3.6.0", "popper.js": "1.16.1" } } Could someone help me better understand what I need to add to my package file and/or edit in my code to make this work? [link] [comments] |
Mail Merge from XML to Word doc Posted: 10 Jun 2021 02:44 PM PDT If I'm breaking rules posting this type of question here, my apologies - Hello, I'm trying to find a better solution for mail merging from an online student enrollment form. It's horrendously tedious and difficult, especially with custom User Defined fields that might be used for the specific student enrollment form. Is there anything available for drag and drop functionality of xpaths to a place holder in the word doc or something to along those lines? I'm still fresh to mail merging and Database management has been a new career path this last 18 months. Any help is oh so appreciated [link] [comments] |
Programmers who were weebs but aren't, what are your current hobbies? Posted: 10 Jun 2021 08:40 PM PDT Asking because we already have two things in common, except you are past one. Maybe there are some interesting things to do that I will like that you have already found out about? [link] [comments] |
What's your favorite programming keyboard? Posted: 10 Jun 2021 02:41 PM PDT After having to switch recently to a new keyboard, I realized how used I was to the previous one. It's bothering me so much and now I'm on a quest to find the best keyboard for programming. these keyboards I'm finding (even full size ones) seem just too small. the key switches not right. no place on the keyboard to rest your fingers without accidently pressing a key, etc... What's your favorite keyboard for coding? thank you [link] [comments] |
Posted: 10 Jun 2021 11:49 PM PDT Blank [link] [comments] |
Unit tests or integration tests first? Posted: 10 Jun 2021 04:05 PM PDT Hey everyone, I'm conflicted on which tests I should write first: unit or integration tests. I'm currently working on a new product, so the API is very unstable, and it's causing a lot of unit test rewrites since my interfaces are changing so often. So I was thinking: (since I'm using Node/Express) start with testing my routes to ensure that the client is at least getting back what it expects. Then from there, I will fill in the gaps with unit tests for important edge cases - and since I have good functional composition via clean code architecture - unit test the main base functions which extend all across the application. My only concern with this approach is I won't have good regression due to the lack of unit test coverage, which might come back and bite me in the ass down the road, when I make a breaking change that goes undetected and slips into production. Any advice on this dilemma? [link] [comments] |
What programming language is more suitable to make a fourier transform bass booster? Posted: 10 Jun 2021 06:30 PM PDT |
Uncaught Exception: TypeError: 'type' object is not subscriptable Posted: 10 Jun 2021 06:19 PM PDT I'm attempting to use an indicator from a package that uses Pandas into a strategy which uses NumPy to get candle data and so I must convert from one to another however I recieve the above error. I believe the error comes from line 9 however the docs of the platform I am using state to use this function. Any help greatly appreciated! [link] [comments] |
How to learn UI/UX Design for free? Posted: 10 Jun 2021 05:48 PM PDT I'm a front end developer and want to learn UI and UX design to work better in my applications. I searched about get start on it but I only see books and courses indications, and I don't have money to spend right now, so how can I learn design without courses and books? [link] [comments] |
Posted: 10 Jun 2021 11:32 PM PDT [link] [comments] |
Need help creating these two forms in HTML+CSS Posted: 10 Jun 2021 04:51 PM PDT Hello guys, I've recently started learning HTML and CSS. As I've never worked with HTML and CSS before, are there any templates similar to this that I can reuse, or some useful links that could help me? Any help is appreciated. [link] [comments] |
Posted: 10 Jun 2021 11:41 PM PDT Blank space Example Output for p1.html What is your name? John Example Output for welcome.php Welcome John <-- Assuming "John" was entered for the name, John will be displayed in bold blue color. [link] [comments] |
Easiest way to get values and run C++ code through a webpage Posted: 10 Jun 2021 03:58 PM PDT Let's say I have a program, written in C++, that needs some inputs and gives out some outputs, and I wanted to have a webpage that asks the user for these inputs and simply shows the output. Do I really need to create and host a website from scratch or is there any website where I can host the script and create a simple interface for it? [link] [comments] |
Django/Docker: Docker-Compose Fails with unexplainable Permission Error. Posted: 10 Jun 2021 12:08 PM PDT I am new to deployment using docker so I believe that I am missing something vital here. I am trying to launch my app using docker/nginx and I have gotten to a stage where I am able to run the dev-environment as a container, but when I go to run the yml that I would use for deployment I get a Error. That is to say I can run and that provides me access to my app in the dev environment, but running causes the shown error message. This is from following along a tutorial online but adding extra dependencies and content to the Django project. I have made a version identical to the tutorial and that works, and when I check what I have against that version, nothing seems to differ. Any help would be massively appreciated. File-Structure: proxy/default.conf: proxy/Dockerfile: docker-compose-deploy.yml: docker-compose.yml: Dockerfile (in root): Django settings.py: I know that this is a lot to read through and I don't expect anyone to read all of it, but I am really hurting right now and I need to know how to continue for a project. To whomever points out the glaring flaw in my code, I really appreciate the help. [link] [comments] |
Detailed weather API service ? Posted: 10 Jun 2021 12:56 PM PDT Hello, I was planning on using DarkSky for my weather app (will be coded in Swift), but it seems like Apple is going to shutdown this API. Any other recommendations for detailed weather API ? Thanks in advance! [link] [comments] |
You are subscribed to email updates from AskProgramming. 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