Skip to content
View thinklinux's full-sized avatar
Block or Report

Block or report thinklinux

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. nginx and meteor-up config for multi... nginx and meteor-up config for multiple meteor apps on digital ocean with SSL
    1
    ...
    2
    "ssl": {
    3
      "pem": "./ssl.pem",
    4
      // When the ssl terminator finish its job it will redirect the request to 8080
    5
      // where our nginx will listen and proxy the request to our meteor app on port 3002 for example
  2. Reverse proxy with basic auth for th... Reverse proxy with basic auth for the Rethinkdb's Web UI
    1
    server {
    2
         listen 80;
    3
         server_name domain.com;
    4
    
                  
    5
         location /rethinkdb-admin/ {
  3. Bot for the eye test game called Kuk... Bot for the eye test game called Kuku Kube
    1
      // I little bot that I've made for the game Kuku Kube
    2
      // I found 2 bots so far and they were a lot slower than this one :)
    3
      // Start the game and paste the code in the browser's console. Hit enter and... don't watch! You can be hypnotized! :D
    4
      // You can play (or cheat) the game here http://106.186.25.143/kuku-kube/en-3/
    5
      // Have fun!
  4. wix/react-native-navigation wix/react-native-navigation Public

    A complete native navigation solution for React Native

    MDX 13k 2.7k

  5. kasperpihl/swiss-react kasperpihl/swiss-react Public

    TypeScript 4 2

  6. Gamedev-Resources-List Gamedev-Resources-List Public

    Game Design links

    2