Quantcast
Channel: Everyday I'm coding » version
Browsing latest articles
Browse All 4 View Live

Check iPhone iOS Version

I want to check if the iOS version of the device is greater then the 3.1.3 I tried things like: [[UIDevice currentDevice].systemVersion floatValue] but does not work, I just want a: if (version >...

View Article



Maven check for updated dependencies in repository

Is there a Maven plugin that allows you to check if there are newer versions of dependencies available in the repository? Say, you are using dependency X with version 1.2. Now a new version of X is...

View Article

How can I get the assembly file version

The assembly version I can get with following loc: Version version = Assembly.GetEntryAssembly().GetName().Version; But how can I get the assembly file version? Thanks for help. Solution: See my...

View Article

How do I check what version of Python is running my script?

How can I check what version of the Python Interpreter is interpreting my script? Solution: This information is available in the sys.version string in the sys module: >>> import sys Human...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images