Using Instagram API to make a photo spot finding app. Any suggestions on how to get started? Ask Programming |
- Using Instagram API to make a photo spot finding app. Any suggestions on how to get started?
- Is c++ still being used to create new projects
- Which language would you reccomend me to make a Tinder-like app?
- Algorithm for drawing and positioning circuit elements and circuit traces
- Time Clocks
- WHERE TO LEARN C#
- My xcf image won't convert
- A question on contributing to open-source
- How can i automate this terminal emulator input?
- C# Get output if everything in a loop return bool
- Basic data analysis in web
- need a little help with my code camera rotation
- HTML pages with php can be cached?
- What skills does one need to have to land a job in web development?
- Color text-editors
- Workloads in Visual Studio
- Bitwise Operator
- How do you set up a new project with webpack without manually adding babel, eslint, html-webpack-plugin etc?
- Need some help getting my Chrome extension to use GitHub's API (JavaScript)
- Where can i get to make myself an application (i'm not a programmer)
Using Instagram API to make a photo spot finding app. Any suggestions on how to get started? Posted: 13 Aug 2018 08:23 PM PDT Hi all. The title is pretty self explanatory. I'm a pretty new developer and have taken on more simple original projects (personal websites, blogs, etc), but this is a definitely a more involved, complex one. Any advice is much appreciated :) [link] [comments] |
Is c++ still being used to create new projects Posted: 13 Aug 2018 12:36 PM PDT Please I want to know if there are really modern projects using c++, because I have spent more than 5 years of my life learning c++, now I am out of the university I am looking for a junior position, but I met someone who want to take me in for a Web dev internship and the same time too I found someone who is ready to take me in for a c++ internship position and work on a blockchain project, but I am kind of confused because the web dev guy told me c++ is no more used for new projects anymore that I can hardly see a position that want me to do c++, so I am scared and thinking if I should settle down with c++ and take the risk of having a supposedly old tech as my main stack, or do Web dev. [link] [comments] |
Which language would you reccomend me to make a Tinder-like app? Posted: 13 Aug 2018 08:05 PM PDT The title is pretty self-explanatory. I have an idea for a Tinder-like app and I want to know the best language for it. [link] [comments] |
Algorithm for drawing and positioning circuit elements and circuit traces Posted: 13 Aug 2018 12:19 PM PDT I am working on a circuit simulation tool and as such need to be able to lay out a graphical view of a circuit and its connections. A nice illustration of the issue is this image. Goal: I am trying to calculate the positioning of the objects (ie. the big blocks in the attached image), as well as the paths of the lines between the objects, in such a way as to achieve a result similar to the attached image. What i have available is:
My initial idea for an algorithm goes something like this: Not sure how well paths going from right to left will integrate into this algorithm. I've been trying to search all over the web for some reading, since i am most definitely not the first to face this problem, but so far i've found nothing. Ideas and suggestions are very welcome! [link] [comments] |
Posted: 13 Aug 2018 11:12 AM PDT Our organization has an internal time reporting system, and we recently added time-clocks through a third party vendor. They provide an API for us to slurp the data, however it's often incorrect and wrong data. Does anyone know of any Time clocks(to punch in/out) that are interfaceable? There are a ton of cheap time clocks on Alibaba, but so far talking with the vendors, at best they give you a Windows only SDK that's 1/2 broken. Ideally I'd want a time clock I can talk to directly and just fetch the punches from. Wish List:
[link] [comments] |
Posted: 13 Aug 2018 04:41 PM PDT Hey guys,I recently ended a CodeCademy Python course.I would like to know the best places to learn C#(especially for unity). [link] [comments] |
Posted: 13 Aug 2018 03:40 PM PDT No matter what I use to try to convert this xcf image I made with gimp 2.10 I always get an error message. What can I do? [link] [comments] |
A question on contributing to open-source Posted: 13 Aug 2018 11:10 AM PDT For some time now, I've been stuck at an awkward point in my programming venture where I'm not necessarily a newbie anymore... but I am by no means an intermediate programmer either. Noob purgatory, if you will. I really suck at reading other people's code and I have zero idea how teams of people contribute to a project in the industry. Recently, I had this idea that the only way that I am going to get off this plateau is to start contributing to other people's ideas. I understand the concept of github and am familiar with the basic terminal commands from my own projects. I found a project with some beginner level issues and decided on one in particular that was right up my alley. However, what I immediately discovered is that I was hopeless to find where the issue even was in the codebase. There are folders upon folders of various files, documents, and scripts. Not to mention, most of these files have names that are abbreviated, so I had absolutely no idea what I was looking at. Unless github's search feature is completely broken, I must not be using it correctly because it was next to useless. Does anybody have any insight or advice as to how one learns and navigates a codebase that you are unfamiliar with? [link] [comments] |
How can i automate this terminal emulator input? Posted: 13 Aug 2018 05:45 AM PDT In my uni, they use a terminal app to handle everything that has to do with enrolment and class schedules. One has to enter via ssh. The first screen has multiple inputs where i have to enter my student id and pin to log in. How could i use a script to enter both fields? [link] [comments] |
C# Get output if everything in a loop return bool Posted: 13 Aug 2018 06:41 AM PDT I would like to run a loop, and run everything inside, but also return a false if none of the values or function work. i have a loop that checks if a file path is unquoted, if it is unquoted i want to continue the loop,but at the end i want to check if any of the paths were unquoted. How do i do this? Loop:
I want to return a bool for true or false, as this is its own function, but still run the loop fully, Is this possible? [link] [comments] |
Posted: 13 Aug 2018 10:00 AM PDT Hey, Helping out a friend, since unfortunately I am not updated on web technologies I came here for help! His site has a monthly report, per store, that he submits and wishes to show trends, per store, per all of them, while also having the ability to view each report by itself. Which technologies should I look into?
Thank you [link] [comments] |
need a little help with my code camera rotation Posted: 13 Aug 2018 09:59 AM PDT so i'm working on the top down game for android but can't seem to get the camera to rotate on swipe from left to right can you guys help me with this because environment blocks the players view, so i want them to be able to rotate the camera from right to left with swipe to be able to see in the direction they're heading i have tried so many different way to make this work but everything I've tried failed so can you help me fix this.
|
No comments:
Post a Comment