Is there a programming language where *everything* is an object? Ask Programming |
- Is there a programming language where *everything* is an object?
- Software Engineering Manager Roadmap?
- What should be the main focus of a CS student?
- Book recommendations, with a twist
- Do any of you programmers work in the field of climat change?
- Completely new to this, question about using each language
- Turicreate Model Implementation
- How come I cannot type in this textfield (Selenium/Python)
- Help with an item generator, loading Excel data into an array [VB]
- How to add a mailto protocol handler in Chrome?
- Android - saving posts as images on the gallery.
- Learning another spoken language. Not just a programming language.
- I need help making a chain program a bit quick.
- Any Google Sheets aficionados here? Having some trouble with ImportXML
- Learn software designing, diagrams, bla bla bla...
- Would it be possible for somebody to take a single player games' code/files, edit them a lot and make a new game?
- String condition to get letters and its order C++ arduino
- Encoding request's payload?
- Greedy Algorithm Problem.
- Sending RSA Public key between Client and Server
- I've been noticing some weird page descriptions when I search certain terms on google.
- Python class attribute points to different class instance?
Is there a programming language where *everything* is an object? Posted: 09 Jul 2018 07:19 PM PDT I've heard that Python is such a language, but that is clearly not the case. "But that's a keyword!" Well duh, that's the point. In Python, almost everything is an object, but there do exist things which do not have a type. However, is there a language which, in the above example, would have something like: ? [link] [comments] |
Software Engineering Manager Roadmap? Posted: 09 Jul 2018 07:05 PM PDT Hi all. I have seen developer 'road maps' for various technologies, but I haven't found a developer manager or engineering manager or CTO road map. Does anyone have any info or ideas concerning all the 'other' parts of running a software engineering department? I guess Dev Ops would cover most of that, but would love to hear from some engineering managers or CTOs about what it takes to run a dev shop. Most of us know about version control, continuous integration, git flow, code reviews and JIRA, but what are some other tools that facilitate team based software engineering? What about things like internal knowledge bases, internal web apps, tools, file storage, employee management tools, new employee on-boarding, using VMs for dev, machine and environment setup, etc. Any processes or philosophies that work well for your team? [link] [comments] |
What should be the main focus of a CS student? Posted: 09 Jul 2018 10:42 AM PDT I am mainly engaged with Java. Made some Waterloo exams and performed at some events with my programming group. Then my addiction to computer games dragged me to Unity which I got bored really quickly. Then I joined a Robotic team. I was the only programmer on the team, however, the main subject was about mechatronics so I left it as well. Then I started front-end programming with NativeScript + Angular and now I am trying to answer some posts on Reddit. Not saying that it wasn't worth my time but what should be my (a cs students) main focus to be better than my classmates in general understanding of programming? Note: If you didn't understand what I wrote, it's totally my fault, not a native speaker :D. Edited: Thank you for all of your advices it really helps us out. [link] [comments] |
Book recommendations, with a twist Posted: 09 Jul 2018 07:03 PM PDT I'm a web developer, html/php/js/etc. I'm looking for a programming book or two to read while I'm on a camping trip without computer access. So more along the lines of theory than learning actual code. Look forward to seeing what you guys recommend. [link] [comments] |
Do any of you programmers work in the field of climat change? Posted: 09 Jul 2018 06:42 AM PDT Hello everyone! I'm currently studying to become a civil engineer in computer science, and I would love to work with climate change. I don't know how realistic that is, that's why I thought I could pose the question here and perhaps get some input from you. Do any of you work with in a field relating to climate change? Do you have any recommendations on how I could work in the field as a computer scientist/programmer? [link] [comments] |
Completely new to this, question about using each language Posted: 09 Jul 2018 04:25 PM PDT So I recently downloaded Unity, and I've been watching intro videos and tutorials and have doing research into C# as well as some other languages. A few questions: How exactly do you use programming languages? I'm using MS visual studios (so C#) with Unity. Say someone knows Python, JS, or C. What do they do with that? What kind of software is common to see used? Also, do you guys remember every single command/variable/etc for a language? What's a good source to learn/study? Sorry for being a complete noob. [link] [comments] |
Turicreate Model Implementation Posted: 09 Jul 2018 04:01 PM PDT I'm trying to use turicreate for object detection and the Turicreate Git seems to be lacking in a good tutorial. Does anybody have experience using turicreate on iOS that knows of a good tutorial for integrating the CoreML model into and app? [link] [comments] |
How come I cannot type in this textfield (Selenium/Python) Posted: 09 Jul 2018 03:37 PM PDT This compiles and runs fine, but if I remove the execute_script it will crash saying that the element is not visible. [link] [comments] |
Help with an item generator, loading Excel data into an array [VB] Posted: 09 Jul 2018 02:47 PM PDT I am making an item generator for a friend and I am trying to populate some arrays of an undefined length when the form loads with excel data. The rarity categories are separate worksheets in the same file with the name of the item being in the A column and the item description being in the B column. Ideally I would like to be able to have a way to add new items to the excel sheet and arrays within the program. [link] [comments] |
How to add a mailto protocol handler in Chrome? Posted: 09 Jul 2018 02:38 PM PDT I am at the active protocal handlers, but I cant type or edit it. How to add gmail as the native email client for chrome? The little button in the URL box is not displayed on mine. [link] [comments] |
Android - saving posts as images on the gallery. Posted: 09 Jul 2018 10:44 AM PDT Hey guys im trying to create a feature in my app that will allow the user to save an image to the gallery (that will be handled by the my app). the idea is when the user presses share on the post, my app will appear in the dialog, and by choosing the app the image will be saved in the gallery. but the intent that sites such as 9gag and reddit broadcast has a data type of text/plain. how can I save the image in a similar way the "Save to Gallery" function does? Im not very professional in app development. Thanks in advance for every comment ! [link] [comments] |
Learning another spoken language. Not just a programming language. Posted: 09 Jul 2018 02:07 AM PDT If I were to learn Korean or Japanese, would it benefit my programming career? A lot of things get outsourced to my country. I'm an avid learner of new tech and frameworks so I don't think I have any problem finding jobs. So I was just curious if learning another spoken language can actually push my career even higher. [link] [comments] |
I need help making a chain program a bit quick. Posted: 09 Jul 2018 04:34 PM PDT I want a program in C language that changes any text to accomplish these conditions:It can only have one space between wordsAfter a comma or a point and comma it will have a spaceThere can't be spaces before comma, dot and comma or a dotAfter every word by word translation there must be 2 spaces and the word after it must be a capital letter. I need a program that changes any text to that, with pointers, fast please! [link] [comments] |
Any Google Sheets aficionados here? Having some trouble with ImportXML Posted: 09 Jul 2018 12:37 PM PDT I'm still a novice so please bear with me on this... I'm attempting to use an importxml formula to pull an up to the minute price from a retail website. The price is displayed in plain text within the source code as follows. What I'm specifically trying to pull is the text saying "£8.00" and I've tried using the following xpath queiries.. Clearly I'm going wrong somewhere but I'm very much an amateur and I can't see the problem. If you need any more info please just let me know. Thanks :) [link] [comments] |
Learn software designing, diagrams, bla bla bla... Posted: 09 Jul 2018 12:19 PM PDT Today I learned that I'm really bad at designing software. Like use case diagrams, class diagrams and other all.. what do you recommend? I think my career will end in the near future.. still I'm at the start 😢 [link] [comments] |
Posted: 09 Jul 2018 03:22 AM PDT Not asking about the legality of it, just the programming aspect. Let's say X bought a game. That game is fully single player and has no connection to a server from the company that sold it, all the files are on his computer. Based on those files, can X, with sufficient knowledge of programming, make a new game using all the data/models/stuff from the purchased game? Would it be easier than starting from scratch? [link] [comments] |
String condition to get letters and its order C++ arduino Posted: 09 Jul 2018 06:53 AM PDT Hi guys im new to programing and im trying to make an project where i input into a string variable and use it in a if condition to change some values. For example is i input String input1 = "ABC" Then i will have a if condition like If input1 first letter = A Delay(1000) I want to know what condition can i use cause i dont know many commands yet please help thanks in advance [link] [comments] |
Posted: 09 Jul 2018 06:29 AM PDT I am trying to make a working request for this API: https://www.absolute.com/-/media/Commercial/resources/api/abt-api-working-with-absolute.pdf?la=en . On page 6 there is this part: > Encoded hash of payload: Hash the entire body, HexEncode, and apply lowercase. and I'm not sure what's the request payload. Is it the GET/POST params, or is it something else? Thanks in advance. [link] [comments] |
Posted: 09 Jul 2018 06:26 AM PDT On a plank there are found and aligned n nails of various heights, measured in centimeters. At each hammering in a nail, it penetrates the board with 1 cm. The carpenter wishes to obtain the longest sequence of nails of the same height after application of at most m hammerings. Determine the maximum length L of a nail sequence of the same height under given conditions and the minimum number of "hammerings" - K needed to obtain it. Input Data: The file contains two natural numbers -N and M on the first line, and on the next line N the null natural values representing the heights of N nails measured in cm. Output Data: The file will contain on the first line two natural numbers -L and K , separated by a space, representing: L - the maximum length of a nail sequence of the same height, K - the minimum number of hammering required to obtain maximum sequence. Example: Input: 8 5 3 2 4 3 3 5 3 1 Output: 5 3 Explanation for the example: The maximum length sequence is obtained after 3 "hammerings" performed on nails 3 and 6 : From the original sequence 3 2 4 3 3 5 3 1, we apply "hammerings" to the 3rd and the 6th nail so the sequence becomes the maximum length sequence( which fulfills the condition ) that is 3 2 3 3 3 3 3 1. At least give me an idea of how can I solve this. [link] [comments] |
Sending RSA Public key between Client and Server Posted: 09 Jul 2018 04:16 AM PDT Hello, I'm creating a Client-Server Chat App. Wenn the Client wants to log in it sends its own public Key (generated when the App is started) to the Server. Now when receiving the message on the Server I get a ClassNotFoundException saying java.lang.ClassNotFoundException: com.android.org.conscrypt.OpenSSLRSAPublicKey. How can this happen? Is conscypt the Security Provider on Android? Or what do I have to change? Why is the Server trying to find the Clas OpenSSLRSAPublicKey ? I've tried everything and can't seem to find a answer. Thank you [link] [comments] |
I've been noticing some weird page descriptions when I search certain terms on google. Posted: 09 Jul 2018 07:27 AM PDT Certain websites have a website description which is totally unrelated to the contents on the website, and they all have the phrase
I just think it's quite weird, and I'll attach some screenshots for you guys to check it out. Also, it somehow only appears when I do a Google search, and not with Bing. Try searching for the term https://propranmed.com on google and you'll see a few unrelated websites with that page description. Does anyone know what's going on? [link] [comments] |
Python class attribute points to different class instance? Posted: 08 Jul 2018 11:06 PM PDT Say I have 2 classes. "classroom" and "teacher" Say I want to have each instance of "classroom" contain 1 teacher That way I could reference it using classroomA.teacher.name (or something like that.) (Assuming "classroomA" was an instance of "classroom") So if I had a function inside the "classroom" class called "addTeacher" that looked like this. ----class classroom: --------def __init__(self, other stuff...): ------------stuff --------def addTeacher(self, teacherPerson): ------------self.Teacher = teacherPerson ----class teacher: --------def __init__(self,name,age,sex): ------------self.name = name ------------self.age = age ------------self.sex = sex and I'd call it like so. classroomA.addTeacher(teacherA) When I try something like this, I get that "classobj" object has no attribute "__getitem__". After reading for a bit, it makes me think that a __getitem__ function/def/whatever would just return a single... thing if the instance is referenced in a manner above. Is there any way to point the teacher instance at the classroom instance so that they're linked and I can refer to it like "classroomA.Teacher.name"? [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