[colug-432] 2016-02-12 道場 Scribbles 落書/惡文? __; haskell snow sonic pi geb miniban ethernet ifthisthenthat udacity lynda quintuple Lutz bourne bash raw_input @staticmethod dpkg jupyter r SimpleHTTPServer Kubernetes I love you, man!

jep200404 at columbus.rr.com jep200404 at columbus.rr.com
Sat Feb 13 13:00:23 EST 2016


did not bring the "Learn You A Haskell" book.

When one person say the snow falling, they said that they were going home.
Another person said that it would stop in fifteen minutes.
The first person said that they believed them and would stay then.
The snow quit by the predicted time.

cosplay walking by window

wifi did not work in internal stuff
tried external tenda wifi, it worked fine
    javascript foo.com, covelli.com, network-auth.com

wp: prefix means Wikipedia
To get good answers, consider following the advice in the links below.
http://catb.org/~esr/faqs/smart-questions.html
http://web.archive.org/web/20090627155454/www.greenend.org.uk/rjk/2000/06/14/quoting.html

combine music and code
Sonic Pi is on Raspian
wp:Gödel, Escher, Bach
http://pyvideo.org/video/3681/the-well-tempered-api
Is the vinyl LP an open music format?
https://opensource.com/life/16/2/open-music-vinyl-lp

autosuite

miniban (stripped down Raspian)
https://minibianpi.wordpress.com/

Using external USB to ethernet adapter on Pi 2 is faster
than internal USB to ethernet adapter.

microforecast
    nooly

wp:Modus ponens
ifthisthenthat
https://ifttt.com/

udacity
lynda.com
    worth the money according to

Quintuple Lutz:
Learning Python 5th edition
http://learning-python.com/
http://shop.oreilly.com/product/0636920028154.do

shell scripting: must read:

    wp:The Unix Programming Environment

100 ways to master the command line – Part 1
http://www.linuxuser.co.uk/features/100-ways-to-master-the-command-line-part-1

history | sed -e 's/^ *[^ ][^ ]*  *[^ ][^ ]*  *[^ ][^ ]*  *//' | awk '{print $1}' | sort | uniq -c | sort -nr | head
http://lists.colug.net/pipermail/colug-432/2014-September/003357.html
history | awk '{print $4}' | sort | uniq -c | sort -nr | head

A copy of "sed & awk" was seen today at Half Price Books on Bethel for $8.

input()
raw_input()
https://docs.python.org/2/library/functions.html#raw_input
https://docs.python.org/2/library/functions.html#input

https://docs.python.org/2/library/functions.html#staticmethod

    i at dojo:~$ cat f.py
    #!/usr/bin/env python

    from __future__ import print_function

    class C(object):
        @staticmethod
        def f(*args):
            print('f', repr(args))

        def g(*args):
            print('g', repr(args))

    c = C()
    c.f('hello', 'world')
    c.g('whirled', 'peas')
    i at dojo:~$ python f.py
    f ('hello', 'world')
    g (<__main__.C object at 0xb71d9f0c>, 'whirled', 'peas')
    i at dojo:~$

To see all the files the package installed onto your system, do this:
dpkg-query -L <package_name>
http://askubuntu.com/questions/32507/how-do-i-get-a-list-of-installed-files-from-a-package

Debian / Ubuntu Linux: Find Out What Package Provides a File
dpkg -S /bin/ls
http://www.cyberciti.biz/faq/equivalent-of-rpm-qf-command/

http://stackoverflow.com/questions/7303745/centos-equivalent-of-dpkg-s

After ipython notebook added other languages such as R,
it was renamed to Jupyter.

Introduction to Microsoft’s Growing Role in the R Project
Through the Linux Foundation and E.E.E.
http://techrights.org/2016/01/30/r-project-microsoft/
wp:Embrace, extend and extinguish

Share files with Python's SimpleHTTPServer module.
But maybe not for long to Chrome browsers.
http://lxer.com/module/newswire/ext_link.php?rid=225108

Cluster computing on the Raspberry Pi with Kubernetes
https://opensource.com/life/16/2/build-a-kubernetes-cloud-with-raspberry-pi

4 open source tools for Linux system monitoring
https://opensource.com/life/16/2/open-source-tools-system-monitoring

I love you, man!
nazarethdeli.com



More information about the colug-432 mailing list