How to make a nice time stamp with date and time in R:
now <- strptime(Sys.time(), "%Y-%m-%d%T")
time_stamp <- sprintf("%s", now )
How to make a nice time stamp with date and time in R:
now <- strptime(Sys.time(), "%Y-%m-%d%T")
time_stamp <- sprintf("%s", now )
Here is a quick guide and notes for myself to be able to setup Bootstrap 3 in Drupal 8. :-)
Glxgears is a very simple benchmarking tool for your graphics card.
Running glxgears with no vsync (vertical synchronization) is a great simple way to do a very simple benchmark of your graphical situation when you are testing out drivers on your linux system.
You just run the command: vblank_mode=0 glxgears
Easy way to see current graphics driver in use in Xorg: egrep -i " connected|card detect|primary dev|Setting driver" /var/log/Xorg.0.log
Downloading videos from Facebook: http://fbdown.net/down.php
I did not succeed with youtube-dl unfortunately.
I enjoy to take money from the rich and give to the less fortunate.
I trade my stocks and shares at NordNet.dk
Here are some cool links you can check out if you want the latest news regarding the Nordic stock markets:
https://www.americanbulls.com has swedishbulls, danishbulls, finnishbulls, and norwegianbulls too. :-)
Holy molly. I thought Garmin would provide a fancy and "updatede" procedure for uploading and/or extracting data from the fancy Garmin 910XT... but no. You need to search for a while before you find the gold. First I thought you could find a garmin connect tool or plugin for Firefox, but that failed completely. Then I narrowed down my search to "forerunner 910xt linux" (without the quotation marks in google). I found some sites that suggested to download a lot of python stuff and get things directly from Git.
My random notes regarding screen capture. The screen capture is not hard, and it is not hard to have one source of audio like the microphone. The hard part is to have multiple audio sources, like the microphone and the system sounds.
I use Cheese for the built in webcam capture. Here are the random links:
It is not always easy to find the right design colors for your project. A little cool website that can help you is: http://paletton.com/
Appending MOV files efficiently can be a challenge. The only "safe" and easy way without destroying the video or the sound is done by using Avidemux which is a free video editing tool for Linux.
Here is my modified image-convert bash script used for the appending all .MOV files in a folder and have the full video ready for editing in the Avidemux graphical user interface (GUI).