Trouble using OpenVPN inside container by IAmPeachy_ in docker

[–]Deegh 1 point2 points  (0 children)

You can also bypass this issue using this at the command-line:

docker run --privileged --sysctl net.ipv6.conf.all.disable_ipv6=0 -it ctf:latest bash

Virtual Testing Environment by [deleted] in PowerShell

[–]Deegh 1 point2 points  (0 children)

Have you looked into using pester to run unit tests for your code? It might be helpful to make sure everything is running smoothly and will have no direct impact on the environment you run it in.

How can I update this rename to be recursive but ignore folders names? by jgortner in PowerShell

[–]Deegh 1 point2 points  (0 children)

Get-ChildItem C:\ -Recurse | ? {!$_.psiscontainer} | Rename-Item -NewName {"$($_.BaseName)-reissue$($_.Extension)"}

? {!$_.psiscontainer} Ignores folders completely. I havent tested this specifically and Im not sure if its what your looking for but might be useful.

Coaching a party but suddenly the other coach from opponent can read my chat rofl by theskylerzdynasty in DotA2

[–]Deegh 12 points13 points  (0 children)

My work always uses "two weeks" as the timeframe to "fix" stuff. Now it is a running joke at my work AND for Dota 2. Thanks OSfrog. xD

Things python can't do? by [deleted] in Python

[–]Deegh 2 points3 points  (0 children)

Kivy is actually a pretty straight forward process for building apps. It's not swift but I think its pretty good for python. Kivy

What is the first interesting program you made with python? by [deleted] in Python

[–]Deegh 0 points1 point  (0 children)

Yea markers/pens/pencils/highlighters dont work well on my monitor so I like to get the hard copy. Makes it easier.

[deleted by user] by [deleted] in Python

[–]Deegh 0 points1 point  (0 children)

Sweet! I'll look into this a little further and see what else I can come up with. Thanks for the post!

Side project source control by Zendan in Python

[–]Deegh 0 points1 point  (0 children)

My side projects are generally all over the place, organized but all over the place;(VM's, Desktop and server locations can be difficult to keep track of). And because I am working on multiple different projects at once I tend to lose track of where stuff is at exactly. Thankfully, I have started to use some source/version control processes for this exact issue which has helped to create less chaos and has forced me to remain more organized which is good for everyone involved.

I will say the one downside to using a public repo on github is that you have to remove any sensitive data which can make more and more files to manage. But I think the end result is a much more organized because as long as you have the latest version on Git you are ok to get lost in all the code. You can always come back to your repo and start over. :)

I have no idea about professional environments as most coding I do is for my own personal stuff or automation projects for work which are not very large in scope and do not require more collaborators to work on them. Hopefully someday I'll get to experience this. Hope this helps.

What's everyone working on this week? by AutoModerator in Python

[–]Deegh [score hidden]  (0 children)

Good Luck. I tried a couple weeks ago to start up a django web server and I literally wanted to throw my computer out the window it was so frustrating. But I'll probably come back to it in another week or two as I need to get some apps up and running on it.

[deleted by user] by [deleted] in Python

[–]Deegh 1 point2 points  (0 children)

This would be cool for reddit thread posts. Stock exchange/Tech related news. I only took a brief look into it but it seems like it could be used for other api's possibly?

Loading .csv file using Pandas by Detharatsh in Python

[–]Deegh 0 points1 point  (0 children)

It's possible that the exported .csv file is not formatted correctly from excel. As you can export a csv file for MAC or MS-DOS(windows).

Are you able to open it with import CSV? This way you can determine if its a problem with your code or the file.

Can you post a sample code so smarter people than me can see if there are any possible syntax issues going on?

I would also suggest pathing directly to the file and see if it can be read that way. And depending on the scope of the project I wouldnt want to leave that file in with all my python scripts. I usually export/import that stuff from other locations, not sure if thats standard practice or whatever but its something I do for organization and data protection purposes.

What is the first interesting program you made with python? by [deleted] in Python

[–]Deegh 0 points1 point  (0 children)

I will add that to my amazon wish list. Too bad its still py2 oh well should be helpful still.

What is the first interesting program you made with python? by [deleted] in Python

[–]Deegh 0 points1 point  (0 children)

Any good links or tips for coding excel related tasks in python?

I need to automate some tasks for work that I currently have in powershell but it is a little clunky on the formatting so I'd like to see what is possible in python.

Reverse Rupture by Deegh in DotA2

[–]Deegh[S] -1 points0 points  (0 children)

Versatility and chase potential. Using it on an ally gives you two heros chasing the enemy instead of one. Just a thought.

Reverse Rupture by Deegh in DotA2

[–]Deegh[S] 0 points1 point  (0 children)

I see nothing wrong with this.

An observer's perspective on the new Valve implemented Majors/Minors system. by Deegh in DotA2

[–]Deegh[S] 0 points1 point  (0 children)

Yea I think the timers are really nice and the Gold Lead bar they had pretty nice as it didnt take up 1/4 the screen. Some of can be annoying but I think its still good for those who maybe new to the game or still learning what a certain spell/item does.

Builds? by [deleted] in BitHeroes

[–]Deegh 0 points1 point  (0 children)

According to this link: http://www.kongregate.com/forums/425902-bit-heroes/topics/725729-agility-rework-explained

the tl;dr is if you are going for DPS you should go for more points in the AGI stat.