Olson CloudWorks 🚀

: All Posts

Postman - How to see request with headers and body data with variables substituted

Postman - How to see request with headers and body data with variables substituted

I am using the Postman Chrome plugin to invoke HTTP requests for software testing I use the Environments feature with Environment and Global Variables to

Read more →

Push Notifications in Android Platform

Push Notifications in Android Platform

I am looking to write an app that receives pushed alerts from a server I found a couple of methods to do this SMS Intercept the incoming SMS and initiate a

Read more →

Remove unwanted parts from strings in a column

Remove unwanted parts from strings in a column

I am looking for an efficient way to remove unwanted parts from strings in a DataFrame column Data looks like time result 1 0900 52A 2 1000 62B 3 1100 44a 4

Read more →

Rename a git submodule

Rename a git submodule

Is there some easy way to rename a git submodule directory other than going through the entire motion of deleting it and readding it with a new destination

Read more →

Returning an array using C

Returning an array using C

I am relatively new to C and I need some help with methods dealing with arrays Coming from Java programming I am used to being able to say int method in order

Read more →

Revert changes to a file in a commit

Revert changes to a file in a commit

I want to revert changes made by a particular commit to a given file only Can I use git revert command for that Any other simple way to do

Read more →

SameSite warning Chrome 77

SameSite warning Chrome 77

Since the last update Im having an error with cookies related with SameSite attribute The cookies are from third party developers Fontawesome jQuery Google

Read more →

See all breakpoints in Visual Studio 2010

See all breakpoints in Visual Studio 2010

Is there a window in Visual Studio 2010 and newer where I can see all the breakpoints that I have in my project or

Read more →

Send POST request using NSURLSession

Send POST request using NSURLSession

Im trying to perform a POST request to a remote REST API using NSURLSession The idea is to make a request with two parameters deviceId and textContent The

Read more →