Author: Mithun
Execute python scripts in php
Lets see how to execute python scripts in php. Write a hello world python script and name it as hello.py print “helloworld” Now lets write the php code for executing the above php code Now run the php file with the python file kept alongside. Enjoy 🙂
Caps Lock button on Chromebook
Google Chromebooks comes without a caps lock key. There are few ways by which you can get the caps lock key. One way is by turning the Search button into a Caps Lock. To do this you have to go to “Keyboard Settings” under the “Settings” menu, and select “Caps Lock” under the “Search” drop-down…
Apple script to copy current date and time to Clipboard
Open Apple Script from Utilities. Past the following code. set date_ to ((current date) as string) set the clipboard to the date_ Save it as application. Clicking the application will copy the code to clipboard