Education project: Looking for programmers to interview. Ask Programming |
- Education project: Looking for programmers to interview.
- Issues with porting TCP file transfer from Python 2 to Python 3
- I realized the biggest issue that causes problems for me in programming is not mental fatigue but rather physical ergonomic strain.
- Help with sorting data issue - Python 3.7
- What would be the best way to start a career in cyber security? I am a web developer but would like to switch to a career in cyber security, where is a good place to start?
- New to APIs, I want to learn how to hook up Google Tasks APIs to IFTTT, and have Google Home Action upon that.
- Let’s say I have a web app with a web front end and a mobile app. How would I go about structuring the files? And how to tackle git?
- How can I create a .class file with Jython?
- Array won't output correctly
- Smooth scrolling a custom TileMap / Grid (Infinity size) [Processing / Java]
Education project: Looking for programmers to interview. Posted: 06 Jan 2019 03:52 PM PST
| ||
Issues with porting TCP file transfer from Python 2 to Python 3 Posted: 06 Jan 2019 09:18 PM PST Hello, friends. I'm having some weird issues getting a simple low-level file transfer in Python 2 work in Python 3. I basically have a simple server/client setup. The user, working on a prompt produced by the server, requests a file to be transferred to his machine from the client (this is a reverse shell setup, so the connection is initiated from the client machine and the server machine is sending commands to the client). It works without a hitch in Python 2, but I just cannot get it to work with seemingly equivalent Python 3 code. Here's the relevant functions: Python 2 Server: Python 2 Client: And here's what I've got in Python 3: Python 3 Server: Python 3 Client: Based on my debugging, the file does transfer; it appears on my server machine as expected and opens just fine, but the command prompt hangs and the "Transfer complete" never appears. I believe the error is in this while loop: It seems to be locked in this loop. I've tried multiple ways of writing it to no avail. Anyone have any ideas? [link] [comments] | ||
Posted: 06 Jan 2019 04:10 PM PST I'm finding that one of the biggest impediments to my programming efficiency is the ergonomics of using the mouse and keyboard it's just extremely nauseating overtime. You have to repeatedly click these little buttons and typing all this text. Even with a really great chair and desk after few hours it still gets really tiresome. Has anyone found some strategic workarounds with some creative input devices that solves this ergonomic problem? [link] [comments] | ||
Help with sorting data issue - Python 3.7 Posted: 06 Jan 2019 07:02 PM PST Update Edit: I'm trying to get my code cleaner so I began turning the for key, value line into a function. Now it prints the same system over and over again. You can try 'murus' to run the script search. [link] [comments] | ||
Posted: 06 Jan 2019 03:58 AM PST | ||
Posted: 06 Jan 2019 06:57 PM PST I know how to use IFTTT already, but I am having trouble understanding where to start and write this. This is the starting page for learning the API: https://developers.google.com/tasks/ An easy ELI5 answer on how to start using APIs would be very nice. Thanks! [link] [comments] | ||
Posted: 06 Jan 2019 12:41 PM PST | ||
How can I create a .class file with Jython? Posted: 06 Jan 2019 01:22 PM PST There used to be the jythonc but now it's not supported anymore and I really don't know what to do. [link] [comments] | ||
Posted: 06 Jan 2019 11:06 AM PST I'm trying to make a card game in C, and for the time being, I've hardcoded each player's hand of cards. I have an array initialised as so; and then outputted as so I think i may have incorrectly initialised the array but i'm unsure how to fix it. [link] [comments] | ||
Smooth scrolling a custom TileMap / Grid (Infinity size) [Processing / Java] Posted: 06 Jan 2019 03:35 AM PST I wanted to recreate Conway's game of life. I want to be able to resize and to move the grid (resize: mouse whell, move: mouse click and drag). I have somehow managed to make the scrolling smooth, but the resizing is still very rough. After the resizing, scrolling is also very rough / jittery and glitched. This is my demo source code. Could anyone tell me what's wrong with the code and how I could fix this? [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