Olson CloudWorks 🚀

: All Posts

How to generate serial version UID in Intellij

How to generate serial version UID in Intellij

When I used Eclipse it had a nice feature to generate serial version UID But what to do in IntelliJ How to choose or generate identical serial version UID in

Read more →

How to include a font ttf using CSS

How to include a font ttf using CSS

I want to include a global font for my page I downloaded a ttf file and included it in my CSS but my font wont change Heres my code fontface fontfamily oswald

Read more →

How to indentformat a selection of code in Visual Studio Code

How to indentformat a selection of code in Visual Studio Code

I want to indent a specific section of code in Visual Studio Code I read How do you format code in Visual Studio Code that gives shortcuts to indent the whole

Read more →

How to mark a class as Deprecated duplicate

How to mark a class as Deprecated duplicate

This question already has answers here Closed 12 years ago Possible Duplicate How do I mark a method as ObsoleteDeprecated C How do you mark a class as

Read more →

How to output something in PowerShell

How to output something in PowerShell

I am running a PowerShell script from within a batch file The script fetches a web page and checks whether the pages content is the string OK The PowerShell

Read more →

How to specify credentials when connecting to boto3 S3

How to specify credentials when connecting to boto3 S3

On boto I used to specify my credentials when connecting to S3 in such a way import boto from botos3connection import Key S3Connection S3 S3Connection

Read more →

How to test code dependent on environment variables using JUnit

How to test code dependent on environment variables using JUnit

I have a piece of Java code which uses an environment variable and the behaviour of the code depends on the value of this variable I would like to test this

Read more →

How to use MySQLdb with Python and Django in OSX 106

How to use MySQLdb with Python and Django in OSX 106

This is a much discussed issue for OSX 106 users but I havent been able to find a solution that works Heres my setup Python 261 64bit Django 121 MySQL 5147

Read more →

ImportError numpycoremultiarray failed to import

ImportError numpycoremultiarray failed to import

Im trying to run this program import cv2 import time cvNamedWindowcamera 1 capture cvCaptureFromCAM0 while True img cvQueryFramecapture cvShowImagecamera img

Read more →