close
The Wayback Machine - https://web.archive.org/web/20201016110212/https://github.com/neophyt3
Skip to content
Avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Arctic Code Vault Contributor

Pinned Image

  1. A curated list of Interactive Landscapes

    1

  2. 1
    [SQL to MongoDB Mapping Chart](http://docs.mongodb.org/manual/reference/sql-comparison/#sql-to-mongodb-mapping-chart)
    2
    <div class="section" id="sql-to-mongodb-mapping-chart">
    3
    <h1>SQL to MongoDB Mapping Chart<a class="headerlink" href="#sql-to-mongodb-mapping-chart" title="Permalink to this headline">¶</a></h1>
    4
    <p>In addition to the charts that follow, you might want to consider the
    5
    <a class="reference internal" href="../../faq/"><em>Frequently Asked Questions</em></a> section for a selection of common questions about MongoDB.</p>
  3. 1
    #!/bin/sh
    2
    
                  
    3
    #Src: https://www.linode.com/docs/databases/mysql/tuning-your-mysql-database
    4
    echo [PID]  [MEM]  [PATH] &&  ps aux | awk '{print $2, $4, $11}' | sort -k2rn | head -n 20
    5
    ps -eo pcpu,pid,user,args | sort -k 1 -r | head -20
  4. 1
    # Building static nginx for teh lulz
    2
    #
    3
    # basic dependencies
    4
    
                  
    5
    sudo apt-get install libxslt1-dev libxml2-dev zlib1g-dev libpcre3-dev libbz2-dev libssl-dev
  5. 1
    var gulp = require('gulp');
    2
    var sourcemaps = require('gulp-sourcemaps');
    3
    var source = require('vinyl-source-stream');
    4
    var buffer = require('vinyl-buffer');
    5
    var browserify = require('browserify');

20 contributions in the last year

Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri

Contribution activity

September - October 2020

neophyt3 has no activity yet for this period.

August 2020

Image

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.