Question regarding my cross platform apps' backend situation Ask Programming |
- Question regarding my cross platform apps' backend situation
- Can someone point me to a software which can press a button every x seconds
- Need help with Python script Praw.ini file not opening please help. Im am on a mac
- What are some functions that have urn: names as in https://en.wikipedia.org/wiki/Uniform_Resource_Name
- Giving gold to anyone that will give me a well written answer for this that I could possibly use as a guide.
- Most efficient method of sending images via HTTP
- I need help with the architecture of relational database.
- int + float * int unexpected behaviour
- What are some ways to display real-time data to a webpage?
- How can a user choose from a list?
- What exactly does the key word 'virtual' (in front of a function) do in C++?
- How can I take my powerpoint slides and combine all of them or combine them and turn them into text only?
- How do I compare class 'names' or pass them as parameters? (C#)
- Best way to make an easy GUI?
- What self balancing binary tree algorithm stores size but not height in each node?
- How do I create Andriod Apps without a laggy emulator?
- How can i view the Atom tables of my windows 10 ?
- recommend me a laptop
- doing javascript on khanacademy
- Defense in depth, Security via obscurity using non mainstream programming languages? [discussion]
- Creating a video analysis program
- Is there a free website maker that lets you make customized forms?
- Can I force ALL Chrome files(webpages,videos etc) to be downloaded by IDM because it downloads quicker?
- october CMS the right one? (for a big image library project)
Question regarding my cross platform apps' backend situation Posted: 08 Jan 2018 08:46 PM PST Hello /r/askprogramming! Today, I come to you asking a question about my 2 web and mobile app hybrids. You see, currently I am making 2 social network borderline-utility apps, and with them both I want to use a CAS (Central authentication service) and OAuth to let 1 account access them both, so I can keep track of my general users more easily. Since I expect to have bulk data from both if successful, I want to be able to collect and sell user data to market products. For this to happen, I want our database to have an easy data collection and selling script to make our datamining easier. I also would like our 2 apps to have their own multiayered account system for users and admins, with admins having escalated permissions (including deleting posts, editing posts, ban user, chat logs, updating app, etc) in the apps. I also want a general admin panel where both app settings, database info, user information, chat logs from both apps, etc can be accessed from one place. Any pointers for these tasks? I would love a steer in the right direction, be it API's, backends, frameworks, services, coding tutorials, etc. That are relevant to these features. Any help in general is appreciated! Thanks! [link] [comments] |
Can someone point me to a software which can press a button every x seconds Posted: 08 Jan 2018 04:45 PM PST |
Need help with Python script Praw.ini file not opening please help. Im am on a mac Posted: 08 Jan 2018 07:53 PM PST |
Posted: 08 Jan 2018 04:00 PM PST A urn means the name of a constant thing in the world, like a book or a bitstring. https://en.wikipedia.org/wiki/Uniform_Resource_Name There is a urn: form of common secureHash funcs, like sha256, but I've never seen a URN of a function, even if its just the hash of the code of that function. It appears people dont use URNs that way. They do use URLs, such as github or nodejs urls, as URIs of code strings. [link] [comments] |
Posted: 08 Jan 2018 01:41 PM PST Hey guys, I want to build a website, I talked to a few developers and they mostly said learn HTML/CSS JavaScript PHP Can anyone show me where to begin? Also, on top of that, I need to know how to have stuff like DDOS protection and all that stuff a normal website would need, and how to get a domain name and website name and stuff. That is all, helpful and well writen/step by step answer will get gold. [link] [comments] |
Most efficient method of sending images via HTTP Posted: 08 Jan 2018 07:22 PM PST I'm using Laravel as my back-end api, which communicates with my Ionic app. I'm trying to send images that I stored using the Laravel File System on the public disk to my Ionic app via an HTTP Get request. Currently, I'm sending the image as a base64. Is there a more efficient way of accomplishing this? Thanks in advance [link] [comments] |
I need help with the architecture of relational database. Posted: 08 Jan 2018 07:10 PM PST Hi! I've started a hobby but ambitious project with a close friend and I'm looking for some advice about relational database implementation, architecture and scalability. Im more of a frontend and rest api developer but have some knowledge on SQL, worked with it a lot with MySQL and MariaDB. Can you hand me some book names or resources to where should I look that could help me with decisions and implementation patterns? I want to learn about proper scalability because the proyect would use a lot of data and a lot of concurrency. Thanks in adv. [link] [comments] |
int + float * int unexpected behaviour Posted: 08 Jan 2018 11:14 AM PST In the process of debugging some C code, I figured out that the problem was caused by a line as one described in the title. The result was fluctuating from the expected value by more than what can be explained by a rounding error (or lack thereof?) from the multiplication. I solved it by storing the "float * int" in a temporary variable. But I am wondering why it didn't work originally. Unless I have misunderstood the order of operations, shouldn't it work just as well? [link] [comments] |
What are some ways to display real-time data to a webpage? Posted: 08 Jan 2018 06:05 PM PST I have a little project and it's been years since I've done any real programming and I was looking for some help on how to solve my little hobby project. The Project I have a Raspberry Pi with a thermocoupler. I currently have a small script that reads the terhmocoupler and writes the data to a CSV file. Goals My goal is to be able to graph the data in realtime, updated every second. The only person that will be looking at the data is myself and maybe some friends. It would also be great if I could start/stop the script via the webpage, but it's a bonus. Initial Thoughts My initial thought was to have a page running some Javascript that would then read the file via jQuery and then use a JS chart/graph library to make it "pretty". I was wondering if there were any simpler/easier approaches since this is really just a weekend project :) Thanks for the help! Running Lighttpd; Python 2.7.3; PHP5.4.45 Edit: I found this project which looks pretty similar to what I'm doing. It uses Flask and Node.js to serve up the data. [link] [comments] |
How can a user choose from a list? Posted: 08 Jan 2018 12:55 PM PST I'm really new with this and I am on the finish line to solve this assignment. This is what I got at the moment. This is just part of the code but this is the last thing I need to solve before i can hand in this assignment. I know that the index start at 0 and this causes a problem because the user can only write 1-31. How can i solve this? def day(temprature): try: [link] [comments] |
What exactly does the key word 'virtual' (in front of a function) do in C++? Posted: 08 Jan 2018 06:07 AM PST As I understood it, it allows you to override functions inherited from a superclass. Is that all or is there more to it? [link] [comments] |
Posted: 08 Jan 2018 01:35 PM PST I don't know if this is a difficult question to understand but I have a lot of slides on different topics. I want to condense all of the slides into one or Condense all of them into some form of text document so I can search through them easily. Thanks! [link] [comments] |
How do I compare class 'names' or pass them as parameters? (C#) Posted: 08 Jan 2018 07:33 AM PST Let's say you have two classes as follows: How would I compare if two instances of classes are the same subclass as such: I want to compare if the two instances are both Firstnamehere classes or both Secondnamehere classes. I don't want to compare if they're both the same baseclass or the same instance. An idea was to give each subclass an integer that could be compared (each subclass type having a unique identifier integer) but this seems a little messy. Another question is how can I pass in a type of subclass as a parameter but not an instance of that subclass? A function like the one above is used to replace a subclass in an array of baseclass with a new subclass of a different type, but I can't figure out how to pass the type of class instead of a instance of that class. Should I use an integer as the parameter for the function, and test if the identifying integer of SomeInstance is the same, then creating a new instance based on that integer? Even the above option is confusing to me as I'm not sure how to instantiate different subclasses based on a position in an array/list as I can't figure out how to make an array/list of subclasses without filling it with instances... If I could do that I could use my first option. [link] [comments] |
Posted: 08 Jan 2018 08:57 AM PST Hi all, I want to make a simple GUI, with a couple of drop down menu's. The contents of these drop down menu's should have values associated with them, which are multiplied when a selection is made in the drop down menu's. What is the most effective (time-wise) way to do this? I only have programming experience in MATLAB. Kind regards, A monkey [link] [comments] |
What self balancing binary tree algorithm stores size but not height in each node? Posted: 08 Jan 2018 12:35 PM PST This also means we cant store the low bit of height such as red/black. Some way of using log(size) might work as well as height and still guarantee max cost of log per get, insert, and delete. Why I want this involves lazyEval of internal tree structure of nodes whose size and leaf contents are constant. [link] [comments] |
How do I create Andriod Apps without a laggy emulator? Posted: 08 Jan 2018 12:01 PM PST I've installed Android Studio and tried to create an app, but I find it really slow and when it comes to trying to test the program the emulator is really slow/laggy. For some reason it will not detect my phone, also... Any help appreciated. [link] [comments] |
How can i view the Atom tables of my windows 10 ? Posted: 08 Jan 2018 03:57 AM PST |
Posted: 08 Jan 2018 11:14 AM PST Am looking for a laptop for all purpose-hardcore coding/programming and specifically for graphic design(Photoshop and illustrator). I am a digital painter too. So help me out without making a dent in my pocket.Also if the laptop has a better adobe gamut rate [link] [comments] |
doing javascript on khanacademy Posted: 08 Jan 2018 09:58 AM PST What book would you recommend for someone who might want to learn more Javascript? My current knowledge is not much. I am currently doing the Khan Academy lessons which I find to be pretty educational because there are some parts that actually get stuck and makes sense. When I for example tried Python by reading python for dummies or Ruby by doing their tutorial I wasn't fond of them at all unfortunately. Another question I have is the fact that I don't work or know anyone that programs so I am a bit alone doing this. If you had a friend that started with programming what parts of javascript would you show to him that you'd think he'd/she'd like? [link] [comments] |
Defense in depth, Security via obscurity using non mainstream programming languages? [discussion] Posted: 08 Jan 2018 12:34 AM PST TLDR; Will using more obscure programming language make you more secure? Basically Defense in depth. Firstly, I'm not here to talk about php or windows issues, they are staple work horses, that takes a lot of flak because they get USED. A lot of vulnerabilities is searched and found in windows and php due to the fact that 90% of the desktop market runs windows and 83% server-side web sites runs php. So there is a lot of reward, good or bad, to finding exploits in these technologies. Recent security threats got me thinking: if a measure you can take is to develop your stack in multiple languages using different compilers. Just the same manner as you get security via depth in networking by using different vendors in your network eg, cisco <-> mikrotik <-> pfsense <-> openwrt You can do in languages python <-> freepascal <-> erlang <-> haskell, etc. With most languages designed around gcc, llvm, jdk, .net this might not help, due to the mainstream aspect. Also everything get compiled/interpreted to asm, so maybe my planned obscurity is useless. Mainstream tech also have the HUGE pro of exploits getting patched. Where with obscure languages and libraries, might stay unpatched due to abandoned, orphaned libs, etc. Finally all tech mentioned is just examples. Not that I'm planning to orchestrate such mess(yet). But might this be a option for state actors trying to make information just a little bit harder to access? Because now a threat needs to understand how your different systems integrate and have access to skilled resources. That can comprehend different languages and how they work/interact. Or does all this just sound like bureaucratic bull and I have to start searching for a job in the government IT department? [link] [comments] |
Creating a video analysis program Posted: 08 Jan 2018 07:40 AM PST I'm looking to create a application (preferably in java) that allows you to select 2 video files and play them in the same window. These videos should be synced in one timeline and have controls such as play frame by frame and skip to the same point in both videos. Do you think this is possible? and what libraries would you suggest I should be using? - Cheers [link] [comments] |
Is there a free website maker that lets you make customized forms? Posted: 08 Jan 2018 07:13 AM PST I want to make a website where clients can make reservations by selecting a date, time, and entering their contact info. Is there a free tool that lets me do this? I don't think it's possible in the free version of wordpress. [link] [comments] |
Posted: 08 Jan 2018 03:37 AM PST So when I download anything via InternetDownloadManager or uTorrent the average download speed is 250 kB/s. All other devices and softwares connected become slower than dial-up as if IDM "pulled" all of the bandwidth. But when no other device or software is using the internet my Chrome cannot even play a video in 240p resolution. If the is a virus or bug that I can fix please guide me. But what I want to know is that is it possible to transfer every bit to be downloaded from chrome to IDM or give Chrome that ability of IDM or uTorrent to "pull" all of the download speed. [link] [comments] |
october CMS the right one? (for a big image library project) Posted: 08 Jan 2018 03:14 AM PST (i'm a designer, don't shoot me pls) Project: An image library for a photographer (50+ years in pictures - high resolution). We want to use a timeline to archive the pictures (this has to be custom built i guess); so people can scroll trough a (horizontal) timeline indicator. I'm looking for a CMS that can handle the following; - fast (duh) - easy to add and expand (in the future we want to add a webshop) - meets the standards of today Someone has advised me to use https://octobercms.com - will this do the job? [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