2018-01-09 21:48:06 +01:00
< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "English" >
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" / >
< title > Welcome to Bitburner' s documentation! — Bitburner 1.0 documentation< / title >
< link rel = "stylesheet" href = "_static/agogo.css" type = "text/css" / >
< link rel = "stylesheet" href = "_static/pygments.css" type = "text/css" / >
< script type = "text/javascript" >
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
< / script >
< script type = "text/javascript" src = "_static/jquery.js" > < / script >
< script type = "text/javascript" src = "_static/underscore.js" > < / script >
< script type = "text/javascript" src = "_static/doctools.js" > < / script >
< script type = "text/javascript" src = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML" > < / script >
< link rel = "index" title = "Index" href = "genindex.html" / >
< link rel = "search" title = "Search" href = "search.html" / >
< link rel = "next" title = "Netscript Documentation" href = "netscript.html" / >
< / head >
< body >
< div class = "header-wrapper" role = "banner" >
< div class = "header" >
< div class = "headertitle" > < a
href="#">Bitburner 1.0 documentation< / a > < / div >
< div class = "rel" role = "navigation" aria-label = "related navigation" >
< a href = "netscript.html" title = "Netscript Documentation"
accesskey="N">next< / a > |
< a href = "genindex.html" title = "General Index"
accesskey="I">index< / a >
< / div >
< / div >
< / div >
< div class = "content-wrapper" >
< div class = "content" >
< div class = "document" >
< div class = "documentwrapper" >
< div class = "bodywrapper" >
< div class = "body" role = "main" >
< div class = "section" id = "welcome-to-bitburner-s-documentation" >
< h1 > Welcome to Bitburner's documentation!< a class = "headerlink" href = "#welcome-to-bitburner-s-documentation" title = "Permalink to this headline" > ¶< / a > < / h1 >
< p > Bitburner is a cyberpunk-themed < a class = "reference external" href = "https://en.wikipedia.org/wiki/Incremental_game" > incremental game< / a > that is currently in the
early beta stage of development. The game < a class = "reference external" href = "https://danielyxie.github.io/bitburner/" > can be played here< / a > .< / p >
< div class = "section" id = "what-is-bitburner" >
< h2 > What is Bitburner?< a class = "headerlink" href = "#what-is-bitburner" title = "Permalink to this headline" > ¶< / a > < / h2 >
< p > Bitburner is a cyberpunk-themed incremental RPG where you, the player, take the role of an unknown hacker in a dark, dystopian world.
When a mysterious hacker called jump3R messages you, he/she confirms your suspicions that there is something wrong with the world around you.
Now, aided by jump3R, you embark on a quest to gain money and power by any means necessary, in the hopes that this will lead to to uncover the
secrets that you've been searching for.< / p >
< div class = "toctree-wrapper compound" >
< p class = "caption" > < span class = "caption-text" > Contents:< / span > < / p >
< ul >
< li class = "toctree-l1" > < a class = "reference internal" href = "netscript.html" > Netscript< / a > < ul >
2018-05-17 19:10:12 +02:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptjs.html" > NetscriptJS (Netscript 2.0)< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptjs.html#netscriptjs-in-mozilla-firefox" > NetscriptJS in Mozilla Firefox< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptjs.html#how-to-use-netscriptjs" > How to use NetscriptJS< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptjs.html#warnings" > Warnings< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptjs.html#examples" > Examples< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptjs.html#final-note" > Final Note< / a > < / li >
< / ul >
< / li >
2018-01-09 21:48:06 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptdatatypes.html" > Data Types and Variables< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptdatatypes.html#data-types" > Data Types< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptdatatypes.html#variables" > Variables< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptoperators.html" > Operators< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptoperators.html#operators" > Operators< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "netscriptoperators.html#binary-operators" > Binary Operators< / a > < / li >
< li class = "toctree-l4" > < a class = "reference internal" href = "netscriptoperators.html#unary-operators" > Unary Operators< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
2018-02-24 23:55:06 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptloopsandconditionals.html" > Loops and Conditionals< / a > < / li >
2018-01-09 21:48:06 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptscriptarguments.html" > Script Arguments< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptfunctions.html" > Basic Functions< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#hack" > hack< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#grow" > grow< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#weaken" > weaken< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#sleep" > sleep< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#print" > print< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#tprint" > tprint< / a > < / li >
2018-02-24 23:55:06 +01:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#clearlog" > clearLog< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#disablelog" > disableLog< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#enablelog" > enableLog< / a > < / li >
2018-01-09 21:48:06 +01:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#scan" > scan< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#nuke" > nuke< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#brutessh" > brutessh< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#ftpcrack" > ftpcrack< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#relaysmtp" > relaysmtp< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#httpworm" > httpworm< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#sqlinject" > sqlinject< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#run" > run< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#exec" > exec< / a > < / li >
2018-02-15 05:34:57 +01:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#spawn" > spawn< / a > < / li >
2018-01-09 21:48:06 +01:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#kill" > kill< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#killall" > killall< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#exit" > exit< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#scp" > scp< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#ls" > ls< / a > < / li >
2018-06-14 21:51:06 +02:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#ps" > ps< / a > < / li >
2018-01-09 21:48:06 +01:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#hasrootaccess" > hasRootAccess< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#gethostname" > getHostname< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#gethackinglevel" > getHackingLevel< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#gethackingmultipliers" > getHackingMultipliers< / a > < / li >
2018-05-09 09:21:47 +02:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#gethacknetmultipliers" > getHacknetMultipliers< / a > < / li >
2018-01-09 21:48:06 +01:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#getservermoneyavailable" > getServerMoneyAvailable< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#getservermaxmoney" > getServerMaxMoney< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#getservergrowth" > getServerGrowth< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#getserversecuritylevel" > getServerSecurityLevel< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#getserverbasesecuritylevel" > getServerBaseSecurityLevel< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#getserverminsecuritylevel" > getServerMinSecurityLevel< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#getserverrequiredhackinglevel" > getServerRequiredHackingLevel< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#getservernumportsrequired" > getServerNumPortsRequired< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#getserverram" > getServerRam< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#serverexists" > serverExists< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#fileexists" > fileExists< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#isrunning" > isRunning< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#getnexthacknetnodecost" > getNextHacknetNodeCost< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#purchasehacknetnode" > purchaseHacknetNode< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#purchaseserver" > purchaseServer< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#deleteserver" > deleteServer< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#getpurchasedservers" > getPurchasedServers< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#write" > write< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#read" > read< / a > < / li >
2018-02-24 23:55:06 +01:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#peek" > peek< / a > < / li >
2018-01-09 21:48:06 +01:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#clear" > clear< / a > < / li >
2018-02-24 23:55:06 +01:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#rm" > rm< / a > < / li >
2018-01-09 21:48:06 +01:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#scriptrunning" > scriptRunning< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#scriptkill" > scriptKill< / a > < / li >
2018-05-07 19:25:44 +02:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#getscriptname" > getScriptName< / a > < / li >
2018-01-09 21:48:06 +01:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#getscriptram" > getScriptRam< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#gethacktime" > getHackTime< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#getgrowtime" > getGrowTime< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#getweakentime" > getWeakenTime< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#getscriptincome" > getScriptIncome< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#getscriptexpgain" > getScriptExpGain< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#gettimesincelastaug" > getTimeSinceLastAug< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#sprintf" > sprintf< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#vsprintf" > vsprintf< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptfunctions.html#prompt" > prompt< / a > < ul >
< li class = "toctree-l4" > < a class = "reference internal" href = "netscriptfunctions.html#defining-your-own-functions" > Defining your own Functions< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptadvancedfunctions.html" > Advanced Functions< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptadvancedfunctions.html#getbitnodemultipliers" > getBitNodeMultipliers< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscripthacknetnodeapi.html" > Hacknet Node API< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscripthacknetnodeapi.html#hacknetnodes" > hacknetnodes< / a > < / li >
2018-05-07 19:25:44 +02:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscripthacknetnodeapi.html#purchasing-hacknet-nodes" > Purchasing Hacknet Nodes< / a > < / li >
2018-01-09 21:48:06 +01:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscripthacknetnodeapi.html#hacknet-node-member-variables" > Hacknet Node Member Variables< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscripthacknetnodeapi.html#hacknet-node-methods" > Hacknet Node Methods< / a > < / li >
2018-05-09 09:21:47 +02:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscripthacknetnodeapi.html#utils" > Utils< / a > < / li >
2018-01-09 21:48:06 +01:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscripthacknetnodeapi.html#example-s" > Example(s)< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptixapi.html" > Trade Information eXchange (TIX) API< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptixapi.html#getstockprice" > getStockPrice< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptixapi.html#getstockposition" > getStockPosition< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptixapi.html#buystock" > buyStock< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptixapi.html#sellstock" > sellStock< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptixapi.html#shortstock" > shortStock< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptixapi.html#sellshort" > sellShort< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptixapi.html#placeorder" > placeOrder< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptixapi.html#cancelorder" > cancelOrder< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptsingularityfunctions.html" > Singularity Functions< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#universitycourse" > universityCourse< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#gymworkout" > gymWorkout< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#traveltocity" > travelToCity< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#purchasetor" > purchaseTor< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#purchaseprogram" > purchaseProgram< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#getstats" > getStats< / a > < / li >
2018-03-04 00:55:58 +01:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#getcharacterinformation" > getCharacterInformation< / a > < / li >
2018-01-09 21:48:06 +01:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#isbusy" > isBusy< / a > < / li >
2018-02-15 05:34:57 +01:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#stopaction" > stopAction< / a > < / li >
2018-01-09 21:48:06 +01:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#upgradehomeram" > upgradeHomeRam< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#getupgradehomeramcost" > getUpgradeHomeRamCost< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#workforcompany" > workForCompany< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#applytocompany" > applyToCompany< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#getcompanyrep" > getCompanyRep< / a > < / li >
2018-03-04 00:55:58 +01:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#getcompanyfavor" > getCompanyFavor< / a > < / li >
2018-01-09 21:48:06 +01:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#checkfactioninvitations" > checkFactionInvitations< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#joinfaction" > joinFaction< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#workforfaction" > workForFaction< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#getfactionrep" > getFactionRep< / a > < / li >
2018-03-04 00:55:58 +01:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#getfactionfavor" > getFactionFavor< / a > < / li >
2018-01-09 21:48:06 +01:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#createprogram" > createProgram< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#commitcrime" > commitCrime< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#getcrimechance" > getCrimeChance< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#getownedaugmentations" > getOwnedAugmentations< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#getaugmentationsfromfaction" > getAugmentationsFromFaction< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#getaugmentationcost" > getAugmentationCost< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#purchaseaugmentation" > purchaseAugmentation< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptsingularityfunctions.html#installaugmentations" > installAugmentations< / a > < / li >
< / ul >
< / li >
2018-02-24 23:55:06 +01:00
< li class = "toctree-l2" > < a class = "reference internal" href = "netscriptmisc.html" > Miscellaneous< / a > < ul >
2018-03-03 22:05:33 +01:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptmisc.html#netscript-ports" > Netscript Ports< / a > < / li >
2018-02-24 23:55:06 +01:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptmisc.html#comments" > Comments< / a > < / li >
2018-03-12 20:39:04 +01:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptmisc.html#importing-functions" > Importing Functions< / a > < / li >
2018-02-24 23:55:06 +01:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptmisc.html#javascript-math-module" > Javascript Math Module< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptmisc.html#javascript-date-module" > Javascript Date Module< / a > < / li >
2018-03-03 22:05:33 +01:00
< li class = "toctree-l3" > < a class = "reference internal" href = "netscriptmisc.html#javascript-number-module" > Javascript Number Module< / a > < / li >
2018-02-24 23:55:06 +01:00
< / ul >
< / li >
2018-01-09 21:48:06 +01:00
< / ul >
< / li >
2018-05-02 19:38:11 +02:00
< li class = "toctree-l1" > < a class = "reference internal" href = "terminal.html" > Terminal< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "terminal.html#configuration" > Configuration< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "terminal.html#commands" > Commands< / a > < ul >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#alias" > alias< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#analyze" > analyze< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#buy" > buy< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#cat" > cat< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#check" > check< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#clear-cls" > clear/cls< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#connect" > connect< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#download" > download< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#free" > free< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#hack" > hack< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#help" > help< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#home" > home< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#hostname" > hostname< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#ifconfig" > ifconfig< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#kill" > kill< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#killall" > killall< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#ls" > ls< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#lscpu" > lscpu< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#mem" > mem< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#nano" > nano< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#ps" > ps< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#rm" > rm< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#run" > run< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#scan" > scan< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#scan-analyze" > scan-analyze< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#scp" > scp< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#sudov" > sudov< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#tail" > tail< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#theme" > theme< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#top" > top< / a > < / li >
< li class = "toctree-l3" > < a class = "reference internal" href = "terminal.html#unalias" > unalias< / a > < / li >
< / ul >
< / li >
< / ul >
< / li >
2018-03-12 20:39:04 +01:00
< li class = "toctree-l1" > < a class = "reference internal" href = "shortcuts.html" > Keyboard Shortcuts< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "shortcuts.html#game-navigation" > Game Navigation< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "shortcuts.html#script-editor" > Script Editor< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "shortcuts.html#terminal-shortcuts" > Terminal Shortcuts< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "shortcuts.html#terminal-bash-shortcuts" > Terminal Bash Shortcuts< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "shortcuts.html#misc-shortcuts" > Misc Shortcuts< / a > < / li >
< / ul >
< / li >
2018-05-23 02:09:04 +02:00
< li class = "toctree-l1" > < a class = "reference internal" href = "changelog.html" > Changelog< / a > < ul >
2018-06-13 06:21:04 +02:00
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-38-0-6-12-2018" > v0.38.0 - 6/12/2018< / a > < / li >
2018-06-03 05:13:21 +02:00
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-37-2-6-2-2018" > v0.37.2 - 6/2/2018< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-37-1-5-22-2018" > v0.37.1 - 5/22/2018< / a > < / li >
2018-05-23 02:09:04 +02:00
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-37-0-5-20-2018" > v0.37.0 - 5/20/2018< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-36-1-5-11-2018" > v0.36.1 - 5/11/2018< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-36-0-5-2-2018" > v0.36.0 - 5/2/2018< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-35-2-3-26-2018" > v0.35.2 - 3/26/2018< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-35-1-3-12-2018" > v0.35.1 - 3/12/2018< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-35-0-3-3-2018" > v0.35.0 - 3/3/2018< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-34-5-2-24-2018" > v0.34.5 - 2/24/2018< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-34-4-2-14-2018" > v0.34.4 - 2/14/2018< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-34-3-1-31-2018" > v0.34.3 - 1/31/2018< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-34-2-1-27-2018" > v0.34.2 - 1/27/2018< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-34-1-1-19-2018" > v0.34.1 - 1/19/2018< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-34-0-12-6-2017" > v0.34.0 - 12/6/2017< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-33-0-12-1-2017" > v0.33.0 - 12/1/2017< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-32-1-11-2-2017" > v0.32.1 - 11/2/2017< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-32-0-10-25-2017" > v0.32.0 - 10/25/2017< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-31-0-10-15-2017" > v0.31.0 - 10/15/2017< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-30-0-10-9-2017" > v0.30.0 - 10/9/2017< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-29-3-10-3-2017" > v0.29.3 - 10/3/2017< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-29-2-10-1-2017" > v0.29.2 - 10/1/2017< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-29-1-9-27-2017" > v0.29.1 - 9/27/2017< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-29-0-9-19-2017" > v0.29.0 - 9/19/2017< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-28-6-9-15-2017" > v0.28.6 - 9/15/2017< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-28-5-9-13-2017" > v0.28.5 - 9/13/2017< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-28-4-9-11-2017" > v0.28.4 - 9/11/2017< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-28-3-9-7-2017" > v0.28.3 - 9/7/2017< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-28-2-9-4-2017" > v0.28.2 - 9/4/2017< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-28-1-9-1-2017" > v0.28.1 - 9/1/2017< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-28-0-8-30-2017" > v0.28.0 - 8/30/2017< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-27-3-8-19-2017" > v0.27.3 - 8/19/2017< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-27-2-8-18-2017" > v0.27.2 - 8/18/2017< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-27-1-8-15-2017" > v0.27.1 - 8/15/2017< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-27-0-8-13-2017" > v0.27.0 - 8/13/2017< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-26-4-8-1-2017" > v0.26.4 - 8/1/2017< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-26-3" > v0.26.3< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-26-2" > v0.26.2< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-26-1" > v0.26.1< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-26-0" > v0.26.0< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-25-0" > v0.25.0< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-24-1" > v0.24.1< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-24-0" > v0.24.0< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-23-1" > v0.23.1< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-23-0" > v0.23.0< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-22-1" > v0.22.1< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-22-0-major-rebalancing-optimization-and-favor-system" > v0.22.0 - Major rebalancing, optimization, and favor system< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-21-1" > v0.21.1< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-21-0" > v0.21.0< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-20-2" > v0.20.2< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-20-1" > v0.20.1< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-20-0" > v0.20.0< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-19-7" > v0.19.7< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-19-6" > v0.19.6< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-19-0" > v0.19.0< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-18-0" > v0.18.0< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-17-1" > v0.17.1< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-17-0" > v0.17.0< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-16-0" > v0.16.0< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "changelog.html#v0-15-0" > v0.15.0< / a > < / li >
< / ul >
< / li >
2018-01-09 21:48:06 +01:00
< / ul >
< / div >
< / div >
< / div >
< div class = "section" id = "indices-and-tables" >
< h1 > Indices and tables< a class = "headerlink" href = "#indices-and-tables" title = "Permalink to this headline" > ¶< / a > < / h1 >
< ul class = "simple" >
< li > < a class = "reference internal" href = "genindex.html" > < span class = "std std-ref" > Index< / span > < / a > < / li >
< li > < a class = "reference internal" href = "py-modindex.html" > < span class = "std std-ref" > Module Index< / span > < / a > < / li >
< li > < a class = "reference internal" href = "search.html" > < span class = "std std-ref" > Search Page< / span > < / a > < / li >
< / ul >
< / div >
< / div >
< / div >
< / div >
< / div >
< div class = "sidebar" >
< h3 > Table Of Contents< / h3 >
< p class = "caption" > < span class = "caption-text" > Contents:< / span > < / p >
< ul >
< li class = "toctree-l1" > < a class = "reference internal" href = "netscript.html" > Netscript< / a > < / li >
2018-05-02 19:38:11 +02:00
< li class = "toctree-l1" > < a class = "reference internal" href = "terminal.html" > Terminal< / a > < / li >
2018-03-12 20:39:04 +01:00
< li class = "toctree-l1" > < a class = "reference internal" href = "shortcuts.html" > Keyboard Shortcuts< / a > < / li >
2018-05-23 02:09:04 +02:00
< li class = "toctree-l1" > < a class = "reference internal" href = "changelog.html" > Changelog< / a > < / li >
2018-01-09 21:48:06 +01:00
< / ul >
< div role = "search" >
< h3 style = "margin-top: 1.5em;" > Search< / h3 >
< form class = "search" action = "search.html" method = "get" >
< input type = "text" name = "q" / >
< input type = "submit" value = "Go" / >
< input type = "hidden" name = "check_keywords" value = "yes" / >
< input type = "hidden" name = "area" value = "default" / >
< / form >
< / div >
< / div >
< div class = "clearer" > < / div >
< / div >
< / div >
< div class = "footer-wrapper" >
< div class = "footer" >
< div class = "left" >
< div role = "navigation" aria-label = "related navigaton" >
< a href = "netscript.html" title = "Netscript Documentation"
>next< / a > |
< a href = "genindex.html" title = "General Index"
>index< / a >
< / div >
< div role = "note" aria-label = "source link" >
< br / >
< a href = "_sources/index.rst.txt"
rel="nofollow">Show Source< / a >
< / div >
< / div >
< div class = "right" >
< div class = "footer" role = "contentinfo" >
© Copyright 2017, Bitburner.
Created using < a href = "http://sphinx-doc.org/" > Sphinx< / a > 1.6.4.
< / div >
< / div >
< div class = "clearer" > < / div >
< / div >
< / div >
< / body >
< / html >