What's a good non-data selling company alternative if you don't want to work with google or similar companies? Ask Programming |
- What's a good non-data selling company alternative if you don't want to work with google or similar companies?
- I want to design a bare bones video game that let's me move around & click on things that trigger cut scenes. What software should I use?
- Help needed with Arduino error!
- Need help adding clickable div on website
- Any chance Cache stores content inserted into a webform that wasnt submitted properly?
- Is it common to make changes in a prod env?
- Programming on a chromebook
- [CSS]What is the best way to approach the problem of block height being computed differently than width, so you can't use a percentage in child divs?
- Simple ReLU classifier in C++ from Scratch
- Performance metrics
- I'm not sure if it fits the subreddit, but I want to ask you programmers what types of exercise/training/fitness you do since we are stuck at a desk all day?
- Any way I could add multiple (fully displayed) images with text only within them?
- Programmer Car Enthusiast Looking To Help Car Community
- Getting started with Kali Linux and penetration testing
- Question about Linkedin's realtime platform.
- Div Width
- CS50 - LUHN's Algorithm
- Borders around cells
- Delete all fb messages in the chat
- FREE online certification?
Posted: 27 Dec 2019 08:39 AM PST I mean generally. I have heard google sales data and that is considered a non-ethical practice. What would be your option for a company with the size of google but with good ethical practices? [link] [comments] |
Posted: 27 Dec 2019 12:00 PM PST My goal is to create educational games but I've only ever made stick figure videos in flash. What is the quickest route to me creating and getting to an end product? [link] [comments] |
Help needed with Arduino error! Posted: 27 Dec 2019 04:05 PM PST I had previously made a post about an error on Arduino I faced when making a melody to be played by a buzzer. I forgot to add an image to the post and I have done this time below. I used the example from File -> Examples -> Digital -> toneMelody. I pretty much copied it all and just changed the notes and the note durations and kept all of the syntax the same however I keep receiving this error when I press both verify and upload. [link] [comments] |
Need help adding clickable div on website Posted: 27 Dec 2019 05:22 PM PST Hey there! I need some help with this piece of code if anyone could help. I wanted the services section on the homepage to have links attached to each button. I linked the text through basic html but I need the entire button to be clickable, if possible. The website is naturallyuniqueboutique.com Here is the section code: 1 <!-- /templates/snippets/section-ourservice.liquid --> 2 3 <div class="widget ourservices no-margin space-top-{{ settings.margin-top-section }} space-{{ settings.margin-bottom-section }}"> 4 5 6 7 8 {% for i in (1..3) %} 9 {% capture title %}ourservice{{ i }}title{% endcapture %} 10 {% capture _desc %}ourservice{{ i }}desc{% endcapture %} 11 {% capture _icon %}ourservice{{ i }}_icon{% endcapture %} 12 13 14 15 16 {% if settings[_title] != blank %} 17 <b class="ourservice-heading">{{ settings[_title] }}</b> 18 {% endif %} 19 {% if settings[_desc] != blank %} 20 21 {{ settings[_desc] }} 22 </span> 23 {% endif %} 24 </div> 25 </div> 26 </div> 27 </div> 28 {% endfor %} 29 </div> 30 </div> 31 </div> 32 </div> 33 </div> Any help would be really appreciated. Thank you. [link] [comments] |
Any chance Cache stores content inserted into a webform that wasnt submitted properly? Posted: 27 Dec 2019 09:38 PM PST I just spent the past few hrs creating and editing content in a web form, then accidentally clicked through to the next page instead of hitting the the submit (which in turn, would also bring me to the next page). hitting back brought up the form in its original state prior to me adding anything at all. im just completely f*cked here, right? [link] [comments] |
Is it common to make changes in a prod env? Posted: 27 Dec 2019 04:24 AM PST At my work I have been tasked with making changes to a web app's integrations. For this app there is no test env so everything I do is immediately in production. Is this common? For context: I am not a developer. My boss found out I could code and started having me work on projects at work. Some of the integrations I wrote myself, some of them are me modifying integrations an outside team made. We have a redundancy to this system for now if it goes down but the redundancy is going away soon and it is possible I will be tasked with making changes after the redundancy is gone. TLDR: no test env for a semi critical resource, I am not a professional and am making changes in production. [link] [comments] |
Posted: 27 Dec 2019 12:17 PM PST |
Posted: 27 Dec 2019 01:42 PM PST Hello! I was trying to make a button to scale with my window size earlier, and I couldn't make it work. After a lot of googling, I finally found out that the problem is not me. The problem is how stuff works. Apparently, when you use percentages, you reference your width and height relative to the parent container. So far so good. But the height and width of parent containers that weren't explicitly written down compute differently. If you write x% width, the default body/window width will resolve to the actual viewport width. But if you write x% for height, then nothing works because it will for some reason resolve to nothing because it is nowhere explicitly referenced. The solutions to this problem are: OR using the viewport and explicitly announce the parent containers dimensions: Now, my question for you is: Do I use approach 1? Thank you! EDIT: forgot to add my fiddle https://jsfiddle.net/uoe1r4cw/ (margin:auto doesn't work, but that's a mystery for another day) [link] [comments] |
Simple ReLU classifier in C++ from Scratch Posted: 27 Dec 2019 12:59 PM PST Looking up how to make a simple classifier in C++. Have had trouble finding good sources that are easy to understand for a non-math (more code) that do not use OpenCV or dlib. Goal is to build a classifier then use the GPU to speed up learning. [link] [comments] |
Posted: 27 Dec 2019 11:39 AM PST What tools do you guys recommend to calculate the performance of a webpage? I tried pagespeed. Any other tools? [link] [comments] |
Posted: 27 Dec 2019 11:31 AM PST I haven't found any exercise that I don't find boring. It would be optimal to do something while watching tv shows etc. or to do something between pomodoros. Any ideas? [link] [comments] |
Any way I could add multiple (fully displayed) images with text only within them? Posted: 27 Dec 2019 07:09 AM PST My issue is that even with the first image in css, it won't display fully and is cropped straight after the text within the header ends. Could I make it someway that it fully displays no matter the text length? Here's the CSS: header { background-image: url("background.jpg"); background-size: auto; background-repeat: no-repeat; background-position: fixed; } (I can add pic of prototype for reference if requested) [link] [comments] |
Programmer Car Enthusiast Looking To Help Car Community Posted: 27 Dec 2019 09:58 AM PST Originally tried to post this on /r/cars but the karma requirement screwed me. It fits here too though. Hello, I'm a pretty well experienced programmer. I'm very much interested in cars and have become very involved recently and want to help in some way. I don't have a lot of experience buying or trading vehicles, which is why I have come to you. What service, website, or software do you believe can help the community and car enthusiasts in general? I don't care how stupid you think your idea might be, let me know. Perhaps there's a part of the car buying/selling experience that's cumbersome or some other intricacies that aren't often talked about, what do you think I can do to help? [link] [comments] |
Getting started with Kali Linux and penetration testing Posted: 27 Dec 2019 08:35 AM PST Hi.. I want to learn about Kali Linux os, how it works and basics about it. Then head towards learning kali tools and penetration testing. I already know CPP and python and familiar with Ubuntu.. So how and from where should I start?? Any recommendations for online courses i should take ? Thank you! [link] [comments] |
Question about Linkedin's realtime platform. Posted: 27 Dec 2019 12:59 AM PST So I was reading a blog post about Linkedin's realtime platform [https://engineering.linkedin.com/blog/2016/10/instant-messaging-at-linkedin--scaling-to-hundreds-of-thousands- ] [https://www.slideshare.net/agupta03/realtime-content-delivery-powering-dynamic-instant-experiences]. They have used SSE for persistent connections. But browsers enforce a limit on the number of persistent connection that could stay open at any given time (6 for chrome). In my test setup the connection hangs if there are already 6 connections open. But in case of linkedin this limit does not matter. Their eventsource api connects for all tabs. Any idea how do they do it? [link] [comments] |
Posted: 27 Dec 2019 05:39 AM PST So I have Three divs on a single page, but there are spaces all around them. I specified width and height to 100% but they don't work and when I increased width to 150%, it only got enlarged on right. How do I fix it? [link] [comments] |
Posted: 27 Dec 2019 05:14 AM PST I am doing a course on edx.org and was able to write the code and it works with test cases - link but I get a grade of 39% only just wanted to know why and if you know how the grading system works. Thanks. [link] [comments] |
Posted: 27 Dec 2019 04:31 AM PST Hi, I want to add borders around cells in HTML table. How do I do it? Here is HTML code: And hereis CSS: [link] [comments] |
Delete all fb messages in the chat Posted: 27 Dec 2019 02:52 AM PST Since April 2019, Facebook allows you to cancel the messages in the chat for both you and the partecipant to the chat (that will read only "the message was deleted"). This script seems to work by deleting the message only for you, not for your "partner" Any chance for some help on how I'm supposed to be changing it to actually select the option "delete for everyone" [link] [comments] |
Posted: 27 Dec 2019 02:39 AM PST I know that a lot of people are not recommending FREE certificate or even getting paid certificate online and i respect that. But i need some free certificates from famous companies ( like google, amazon, Microsoft .. ) if there any. [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