Why aren't C++ devs switching to Rust( Ask Programming |
- Why aren't C++ devs switching to Rust(
- How do I lazy load images ?
- How do I deal with messy code as a junior developer?
- Purging files and SQL database logs using Factory Method in C#
- Programming a Controller for Touch Inputs?
- C1083 error
- How do I consume OpenID 2.0 provider using React
- What is "internal"?
- A place where i can get good website theme?
- Cyberquery reports nightmare
- DOM parsing in kotlin multiplatform
- How to get started in Blockchain development?
- How to gather live in game data
- Project engineering problems i've encountered
- Is GLUT suitable for commercial use?
- Please help me find a programmable dockless bike lock
- Point correspondences
- Getting started on my MVP - need this community’s help
- Application for me to list how much people per product and then change how many products I'm selling then
Why aren't C++ devs switching to Rust( Posted: 10 Jul 2019 01:30 PM PDT |
Posted: 10 Jul 2019 05:43 PM PDT |
How do I deal with messy code as a junior developer? Posted: 10 Jul 2019 05:43 AM PDT So I got my first developer Job a couple of weeks ago and it's in a new startup. I'm the only developer here and the previous developer who was working on the project had some visa problems, so he went back to his country. The code he left is messy, all over the place and has barelly any comments, some aren't even in english. There's also no version control being used. I'm going insane here trying to understand his code, trying to make things work. So my question is how do I deal with this situation? [link] [comments] |
Purging files and SQL database logs using Factory Method in C# Posted: 10 Jul 2019 09:49 PM PDT I am building an application (in C#) using Factory Method to be able to purge files and databases logs that are older than a certain day. I want it to go through multiple directories and database tables to purge these files and logs. I would like to use Factory method because I think it would be handy in allowing me to contain all my purge processes in one central location/application. Here is what I have so far: https://pastebin.com/Ub4fC2Bx I'm not sure how I would pull in the logs/files and have it know which type of purge it should run. I've never worked with the Factory pattern before, and I would appreciate any help in explaining how I would get this to work. The application would know what to do by the type. The application would query databases tables to build the proper objects and execute the purges. PurgeType: PurgeDetail: [link] [comments] |
Programming a Controller for Touch Inputs? Posted: 10 Jul 2019 04:17 PM PDT This might be too basic of a question to ask here, seeing as it seems like you guys are tackling much harder stuff, but... Is it possible to program an Arcade Pad to mimic touch inputs and use with a mobile game? Thank you in advance! [link] [comments] |
Posted: 10 Jul 2019 02:10 PM PDT I started coding today and I got an error C:\Users\Ayberk TuncA>cl helloworld.cpp x86 için Microsoft (R) C/C++ İyileştirmeli Derleyicisi Sürüm 19.21.27702.2 Telif Hakkı (C) Microsoft Corporation. Tüm hakları saklıdır. helloworld.cpp c1xx: fatal error C1083: kaynak dosyası açılamıyor: 'helloworld.cp Because of my lack of information I couldn't do anything. Can someone help me ? [link] [comments] |
How do I consume OpenID 2.0 provider using React Posted: 10 Jul 2019 10:13 AM PDT I'm a new developer at my company, and I'm trying to implement authentication in a React/Spring Boot app using our OpenID 2.0 (not OIDC) SSO system. How do I do this? [link] [comments] |
Posted: 10 Jul 2019 09:17 AM PDT [ c# ] can you explain in easy terms why> internal is used or > internal void myMethod() {} Why and how is it used? [link] [comments] |
A place where i can get good website theme? Posted: 10 Jul 2019 11:17 AM PDT Im in college and working on a fullstack project on nodejs and angular, but iam not sure where to get a good website theme, my topic being a sports website for events. Iam done with backend using sequelize and routing using express and DB being postgres....but i m not able to get my hands on a good theme....if you can could please point me in the right direction, Thanks. [link] [comments] |
Posted: 10 Jul 2019 11:00 AM PDT Hi, I use a program at work that only allows reporting into cqe, which I can then use the plug in to put into excel. The reports that are already in the program are always missing some part of information and I need to make adjustments to them. The interface is kind of user friendly where it lists the filter/loc info to shortcut some codes but the rest is gibberish to me. Is there somewhere I can try and learn the language? Does anyone teach a class? Cyberscience just keeps filtering me back to the programmers I already talk to and no one will help me because they want to charge me to make custom reports for me. Help! [link] [comments] |
DOM parsing in kotlin multiplatform Posted: 10 Jul 2019 06:28 AM PDT Currently I'm working on a kotlin multiplatform project using the ktor client. The idea is that the program retrieves the HTML text from a couple of sites and looks for a specific text in a specific place. I obviously need to use XPath for that, but as I'm not working with clean XML documents I need a nice HTML parser. Ktor doesn't provide this, but I can't find a platform independent solution anywhere. Does anyone have a suggestion? [link] [comments] |
How to get started in Blockchain development? Posted: 10 Jul 2019 10:02 AM PDT Hello, I am front-end developer and have experience with many programming concepts in general. I am interested in learning Blockchain and Ethereum but I don't where to start. I searched and found different videos explaining separate different parts of Blockchain. But what I am interested in is something like path or set of courses for a developer where he starts as a new developer and ends it as a ready developer. Whether paid or free, is there is anything out like that? Blockchain developer path? [link] [comments] |
How to gather live in game data Posted: 10 Jul 2019 09:13 AM PDT I'm a college student and don't have too much practical experience so I started working on a projects in my free time. This project is going to have adaptive lighting based on player's health and shield in games or to see when someone heals or whatever. The game I will be testing this with is Apex Legends. I'm going to be using a small arduino and hooking addressable LEDs up to it and have the lighting adapt to how low the HP and Shields are. So I've never done anything like this before. How can I capture when in game data changes? Do I read the memory? Do I try to capture a region of the screen and do text recognition? Do I look at network traffic? I'm kind of stuck here and need some direction or input. [link] [comments] |
Project engineering problems i've encountered Posted: 10 Jul 2019 08:36 AM PDT Hello Reddit! Junior dev here. I am thinking of doing a solo project and i require your knowledge on some stuff. I have put together a list to make it easier to read:
Now, the answers to these questions might not be as easy and straight-forward (and short) as i think they might be, so please before you think of skipping maybe you could suggest some books or videos or blogs or tutorials, really just anything that might give some insights or answers would be perfect. I want this post to help all juniors like me that are struggling with these problems right now. Help us newbies out Reddit! Peace. [link] [comments] |
Is GLUT suitable for commercial use? Posted: 10 Jul 2019 07:15 AM PDT My group is working on an app that spawns several threads and supports several "channels" of GL video and one of which will be displayed in a window (the rest are rendered to a buffer behind the scenes). A developer chose to use GLUT to draw the main window. He is having issues with crashes, and so to help him I started browsing the internet (I am not very experienced with GL, but know C++ quite well). I came across several mentions that GLUT is slow and only meant for tinkering or proof of concept of underlying GL code. While it may not be the blame for our crashes, I wouldn't want us to continue going down this path if it's going to be too slow. So if that is true, what are better alternatives? Wrench: We do not have access to many modern tools. It takes a lot of time and money at my company to get things approved to use on our networks. So stuff that has come out in the past 5 years are probably a no-go. I have been wondering if I should just use GLX and open a window that way. Again, I am not very experienced so perhaps that is a pain in the ass. Any suggestions? [link] [comments] |
Please help me find a programmable dockless bike lock Posted: 10 Jul 2019 05:17 AM PDT Hi :) I am studing software engineering and my thesis is about developing an app for dockless bike sharing system. I am searching for the right bike lock for a long time, but unfortunately I did not find a specific one which is programmable. Could you offer me a brand or a company which produces programmable dockless lock? Thank you :) [link] [comments] |
Posted: 10 Jul 2019 03:46 AM PDT I have a problem and I am looking for an algorithm that I could use/adapt. Here is the file. We have points on image one (left) and image two (right). The algorithm needs to detect which points on image one correspond to points on image two. In this case, we have four correspondences, one dot went away (up left) and a new one came in (bottom left). The transformations that can happen between two images are:
And on smaller scale:
So, is there a standard algorithm that solves this kind of a problem? [link] [comments] |
Getting started on my MVP - need this community’s help Posted: 10 Jul 2019 07:30 AM PDT Hi guys, I'm a startup founder on my second company and need to get my product into code. I'm using it out of an excel workbook for 2 customers and I'd like to offer an actual interface. I'm currently networking and interviewing developers since we've got some funding coming but I need something now. The problem is, I'm a sales guy and know only bits and pieces of Js, Ruby and Python to manage a dev team until I hire a CTO. I'm curious if there are any generic code libraries out there I can use as a framework. Even if this delivered more of a prototype that I can share with investors- still very helpful. Company Background: ConversionPlan Built in Boulder last Summer and moved to Albuquerque to be a big fish in a much smaller pond and for the ActivateNM Accelerator program we were accepted in. The product is a sales analytics tool that makes selling less skill / charisma driven and more about how well a rep can follow our recipe for sales. We use CRM and behavioral data we generate to learn the rep & the customer and create a closing strategy. [link] [comments] |
Posted: 09 Jul 2019 11:36 PM PDT |
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