2013年10月4日のブックマーク (2件)

  • goworker

    goworker is a Go-based background worker that runs 10 to 100,000* times faster than Ruby-based workers. goworker is compatible with Resque, so you can push your jobs with Rails and Resque, and consume them with Go in the background.

    goworker
    jedipunkz
    jedipunkz 2013/10/04
    goworker is a Go-based background worker that runs 10 to 100,000* times faster than Ruby-based workers. Install goworker. Make a worker.go file. Tags: via Pocket October 04, 2013 at 07:55PM
  • udev-update.py

    udev-update.py � �U P � �U #!/usr/bin/env python import argparse import logging import re import sys import pprint #------------------------------------------------- UDEV_FILE = '/etc/udev/rules.d/70-persistent-net.rules' NIC_ORDER = [ 'igb', # Onboard NIC (Intel) 'e1000e', # GbE NIC (Intel) 'bnx2x', # 10GbE NIC (Broadcom) ] # If you need to sort NICs with a special order based on # mac address

    udev-update.py
    jedipunkz
    jedipunkz 2013/10/04
    udev-update.py udev-update.py #!/usr/bin/env python import argparse import logging import re import sys import pprint #------------------------------------------------- UDEV_FILE = '/etc/udev/rules.d/70-persistent-net. Tags: via Pocket October 04, 2013 at 06:15PM