Advice Needed: Creating a home wifi landing page for family or something similar? Ask Programming |
- Advice Needed: Creating a home wifi landing page for family or something similar?
- Could someone help me out and explain this MATLAB code to me?
- Good ASP.NET Core book
- How can do this in C++;
- REGEX - Using java split, matching one or more occurrences for a set of characters, but TWO or more occurrences for another character
- Super Beginner Python Question
- How to start learning Java?
- Firebase: how do I go about communicating with my database ?
- Running pathing code that wraps c++ on hadoop
- How to represent these class relationships in C++
- Emoji rendering as black box
- Want to build a web site that is essentially just live streaming some content that I host locally
- I just finished laying out a website with Grid for the first time, do you see anything I can improve on?
- What’s a good book for getting to grips with gritty platform specific aspects of C++?
- Anybody got a list of employers that don't skimp out on tools for their developers?
- How to move files from many folders to one place & rename it all?
- When do you determine the version of a release? Before you start development of whatever you intend to add/change/fix or after you've finished and about to release? Is it the same for every type of release (i.e. major, minor, patch)
- What should i use for writing a JSON to video converter?
- Is it possible to get a hold of the Reddit API? If so, do you think I can add to it?
Advice Needed: Creating a home wifi landing page for family or something similar? Posted: 03 Aug 2019 10:25 AM PDT I'm a novice web dev student, having some familiarity with JS, Node JS, and API's. I really want to start working on projects ideas I have to improve my skills, and one idea is to build a home landing page for the wife and kids. The idea would be a website they see whenever they hop on the internet, and it will list different things that are of interest to everyone in the house. (i.e. Weather, Family Calendar, Ongoing Projects, etc.) I understand a bit of how I can make the website work with js and some API's. The part I do not understand is how to make this webpage appear whenever they get on the internet. Something with DNS server connections, maybe? Am i totally misguided on this idea? If anyone could help point me in the right direction, I'd appreciate it. [link] [comments] |
Could someone help me out and explain this MATLAB code to me? Posted: 03 Aug 2019 08:18 PM PDT Hi, I've got a school project where I need to translate this MATLAB code into Javascript but I've never worked with MATLAB (Or Javascript) I've only done Java (I'm inexperienced, too. So that's not helpful.) Any help in explaining what this code is doing, or even better some tips on how to build it's equivalent in Javascript, is greatly appreciated. The parts I REALLY don't understand are: g(find(g<0))=0; and VO2(find(negGrade<0))=VO2dec(find(negGrade<0)); Here is the full code... [link] [comments] |
Posted: 03 Aug 2019 07:28 PM PDT I'm looking for a good ASP.NET Core book, has anyone read one and recommend it? Or is there a common website for these type of questions on programming books? [link] [comments] |
Posted: 03 Aug 2019 08:31 PM PDT for(int i = 0; i < lengthOfArray; i++){ int newLocation = (i + (lengthOfArray - shiftAmount)) % lengthOfArray; a[newLocation] = in.nextInt(); } a[newLocation] = in.nextInt(); This line? [link] [comments] |
Posted: 03 Aug 2019 06:42 PM PDT Hi all, if I had "Hello / Reddit / Hello World", and I wanted to split it so it becomes (the array returned) [Hello, Reddit, Hello World], how would I go about doing that? I tried things like "[^ A-Za-z]+[ ]{2}" as the regex in the string.split to no avail, and can't find many answers online for this. Any help is appreciated, thanks! [link] [comments] |
Super Beginner Python Question Posted: 03 Aug 2019 05:51 PM PDT I just got to learning about the difference between strings and integers. So the practice wants me to convert between the two using the functions: converted_var = str(var) and converted_var = int(var) >>> butthole = 30 >>> butthole / 30 1.0 >>> converted_butthole = str(butthole) >>> butthole / 30 1.0 >>> If everything is working correctly, after I turn 'butthole' into a string the division operation shouldn't work anymore? What's wrong? [link] [comments] |
Posted: 03 Aug 2019 03:37 AM PDT I would like to start learning Java by my self and I'm kinda confused how do I start, I mean what Java version should I learn and what good resources should I use ? I prefer books If there is any recommended books i appreciate that [link] [comments] |
Firebase: how do I go about communicating with my database ? Posted: 03 Aug 2019 03:09 PM PDT I want the data base to change and push data to the current logged in user. So do I use a singleton to do this so I don't have to repeat it call the methods every time I need to use the database. Is this the correct way to do it? I'm using firebase with Unity by the way. Or does the firebase sdk do something different? [link] [comments] |
Running pathing code that wraps c++ on hadoop Posted: 03 Aug 2019 02:10 PM PDT Hello, I am developing a natural language processing library in c++ and nim for work. I need to make python wrappers for my c++ api and use it to run on our hadoop cluster. How do I go about running this sort of thing? I've been told this is not possible, however many deep learning libraries are just cpp wrapped with python so this is obviously possible. I'm new to hadoop, I have mainly a robotics/ml background. Edit: thanks phone now it says pathing not python [link] [comments] |
How to represent these class relationships in C++ Posted: 03 Aug 2019 01:13 PM PDT Say we have classes for:
Would you use UUID variables in each object and have references to it in all the others? I tried that but ran in some weird C++ compiling problems (like what headers I need and how to #include properly) and got stuck. I'm thinking I could use strings and keep the classes separate? E.g. a company (object) "ABC" has an employee "John Smith" (string) and an employee (object) "John Smith" has a company (string) "ABC", and when a query for employees comes in I loop through all the employees but only print the matching ones. (It doesn't need to be scalable). As this is a school assignment, the idea is to use classes and no databases :( [link] [comments] |
Posted: 03 Aug 2019 11:56 AM PDT I have noticed that certain emojis render as boxes, for example the eye emoji. This is on Chrome Version 75.0.3770.142 running on Windows 7 Home Premium, Service Pack 1. I installed the extension Chromoji, which has allowed some emojis to render properly and in color, but others still appear as black boxes. If I copy and paste the eye emoji I can see it, but then when the html renders it goes back to the black box. Example at https://imgur.com/a/0xal6vW [link] [comments] |
Want to build a web site that is essentially just live streaming some content that I host locally Posted: 03 Aug 2019 11:33 AM PDT Imagine I have about 10 different video files stored locally. I want to rotate through them on repeat, and have this play so that if you visit my site, you will tune in to wherever the stream is playing at. I think I just need a video player capable of handling a live stream, but I'm not sure how I'd stream the video to the player. Any thoughts or help would be appreciated. [link] [comments] |
Posted: 03 Aug 2019 09:44 AM PDT You can see my site live here: remodelingprostx.com I haven't optimized the site for mobile or responsiveness for now I'm just trying to get the Grid part down. There are some obvious things I notice, like the middle picture under "Some of Our Work" is off center a bit. And on mobile there's a big white space to the left of the content that throws it off center. What do you see that I can improve on? [link] [comments] |
What’s a good book for getting to grips with gritty platform specific aspects of C++? Posted: 03 Aug 2019 09:41 AM PDT https://github.com/kimwalisch/libpopcnt/blob/master/libpopcnt.h I came across this library because I wanted to know how many bits were 1 in an integer. Clearly this is a task with a bunch of hardware optimisations and compiler builtins that are not cross-platform. Having read a few books on writing expressive, safe C++17, I feel I am lacking a bit in the grittier elements of the language. For example I definitely didn't know you could do a 64 byte memory copy in a single machine instruction or that you might work code around that instruction. A simplistic question with the same spirit: are there any good books where I could look at that libpopcnt.h and it would make total sense? [link] [comments] |
Anybody got a list of employers that don't skimp out on tools for their developers? Posted: 03 Aug 2019 08:38 AM PDT So my company is extremely stingy about what tools we are allowed to use. If we want to use a new one, we have to write a justification for it, have it go to a board of lawyers, and go through a bunch of other steps before our administrators are allowed to download and install any of it. And it's not due to price, since it seems especially difficult for open source tools. Sometimes it takes longer than a year and by then the tool is already old. So I'm authoring a memo that argues to our management that this is terrible practice. That we would be much more efficient if we were allowed to use our own judgment and use tools that we think would help us do our job better (especially when they are free/open source). I could understand if a developer is asking for a $1M dollar suite or something, but not when it's free. I read an article in the past about Google's development process, and I understand that they are extremely lenient on what tools developers are allowed to us. I wish I could find that article, but I cannot anymore. Is anybody aware of an article that would help me make my case? Is there a list somewhere of (successful) companies that are lenient on such things that I can use as examples that my company should aspire to? [link] [comments] |
How to move files from many folders to one place & rename it all? Posted: 03 Aug 2019 08:33 AM PDT I have a main folder, inside which I have 53 folders("1. ABC" .... "53. XYZ"). From each of the folder, I want to copy out the ".xls" files. Its about 3-6 files in each folder and each files is named like: "<single digit s. no.>. <the name>.xls" eg: "1. Purchase Supplier ABC.xls" The numbering is reset to 1 for each folder. So, I want to take out each of the files and store in other folder named "xls". Then rename the numbering I am using a mac. So what kind of language should I use? I dont know where to start from. [link] [comments] |
Posted: 03 Aug 2019 07:26 AM PDT |
What should i use for writing a JSON to video converter? Posted: 03 Aug 2019 01:47 AM PDT I asked this question over on stackexchange but have yet to recieve an answer. Now, im a complete rookie at programming, i only know the absolute basics but i have a pretty clear idea of what i want. I don't know for sure if its possible but i would like to create a program that would allow me to convert a JSON data file into a video.
The JSON file is a chatlog from Twitch.com with userid's, timestamps and everything necessary, see image for clarification.
The only thing missing are the custom emotes and badges which i assume could be fixed by identifying the keywords and replacing it with the corresponding emote? My goal is to somehow convert this in to a video of the chat, with a transparent background allowing me to overlay it on top of the gameplay.
My question is what software/language would be best suited for this, and how hard would it be to do? [link] [comments] |
Is it possible to get a hold of the Reddit API? If so, do you think I can add to it? Posted: 03 Aug 2019 12:40 AM PDT Like my own features so I can make my own modified version of Reddit. [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