Common Lisp IDE

Best resource for Common Lisp can be found here: https://github.com/norvig/paip-lisp Emacs sudo apt-get install emacs SBCL Download from here: http://www.sbcl.org/platform-table.html sudo ./install.sh Slime create .emacs in your home folder. paste the following to it: (require 'package) (let* ((no-ssl (and (memq system-type '(windows-nt ms-dos)) (not (gnutls-available-p)))) (proto (if no-ssl "http" "https")))... [Read More]

Skype problem with Camera in Linux

Suppose your webcam is in /dev/video0. sudo apt-get install v4l2loopback-dkms sudo modprobe v4l2loopback Finally, when you need your webcam on Skype, just run this command: ffmpeg -i /dev/video0 -vcodec rawvideo -pix\_fmt yuv420p -threads 0 -f v4l2 /dev/video1 [Read More]
Tags: Linux debian

Professional Practice Exam

This page is the link to a variety of previous exam questions and answers for Professional Practice and Ethics, and  Engineering Law and Professional Liabilityhttps://exps.org/content/peo/exam-questionsanswers/
Tags: PENG PEO PPE