- Chicago, IL
- https://soryy.com
Pinned Loading
-
nutch-selenium-grid-plugin
nutch-selenium-grid-plugin PublicA Nutch 2.2.1 plugin which allows users to shuffle off the responsibility for retrieving pages to a selenium hub/node spoke system. This allows Nutch to rely on Selenium/Firefox to fetch and load j…
-
-
example-mobile-pns
example-mobile-pns PublicExample Mobile Push Notification Service built on Rails
-
-
A pattern I created to maintain conn...
A pattern I created to maintain connections to an RPC server in Go. Since net/rpc does not provide any methods for automatically reconnecting to an RPC server, I needed a work-around. Additionally, rpc.Client does not export any state variables (rpc.Client.shutdown and rpc.Client.closing) nor does it export the Client's Mutex. So, we wrap the rpc.Client in our own struct, with our own Mutex, and re-connect to the RPC. This can be easily improved by passing in the error from a rpc.Client.Call, and checking that it matches rpc.ErrShutdown 1package main
23import (
4"myapp/webserver/app/common"
5"github.com/golang/glog"
-
SQL learning Resources for Beginners
SQL learning Resources for Beginners 1There are a number of good introductory SQL resources available for free and online. There are also some paid resources which I recommend for beginners, that are very effective, and well worth expensing in my opinion.
23A couple of notes:
4- I haven’t used all of these resources, but they come with strong recommendations around the web or myself/my peers.
5- You absolutely don’t need to use every single resource. Find a couple that work for you, and go to town.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.