bitburner
Visual Studio Code
bitburner | Visual Studio Code | |
---|---|---|
369 | 3,067 | |
2,804 | 166,387 | |
- | 1.0% | |
0.0 | 10.0 | |
over 1 year ago | 3 days ago | |
HTML | TypeScript | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
bitburner
-
Side Quest #3: maybe the real Deepfakes were the friends we made along the way
I used this once in my image compression project, and I can't really go back. It makes the piece of code responsible for training the model super compact as I will show you in the next episode when I work on the models themselves. It really tickles my brain when the code is clean. You will see much more of this obsessive-compulsive side of me when I eventually do a Side Quest for bitburner.
-
life loop games
Bitburner which is available on steam or web which is more sci fi/hacking themed. it's a very complex life loop game that involves coding heavily. There is a pseudo code script in the game in which you can write programs to hack others and eventually restart with cybernetic implants. You can even ditch the pseudo script and code directly in java in the game. The end game is quite fun and fulfilling. I haven't even gotten through it yet.
-
Need help on importing variables
Nope, ports communicate "in RAM" only, i.e. when you close and re-open the game (or complete a BitNode [and maybe also if you install augs? Don't know]) they're cleared. Ports can be accessed via ns.writePort() and ns.peek() or ns.readPort() and be cleared manually with ns.clearPort(). The docs have syntax and description of all the in-game functions.
-
stats of manual commands
From the source code:
-
Learn programming for absolute beginners
3.https://danielyxie.github.io/bitburner (optional, for extra practice and motivation)
- help with a startup script
-
How many scripts is too much for one server?
Here's a list of functions if you want to take a look at what's available. https://github.com/danielyxie/bitburner/blob/dev/markdown/bitburner.ns.md
-
Is there a function to get an array of a server's scripts. I need this so I can create a script called deleteScripts.js to remove them.
RTFM for [ns.ps()](https://github.com/danielyxie/bitburner/blob/dev/markdown/bitburner.ns.ps.md) and ns.killall() ;)
-
This game is the closest there is to actually programming. Change my mind.
Bitburner.
-
Is there a way to get a list of current products in an industry w/o knowing the product name?
Looking at the Warehouse API, the only way to get information on a product is to already know the product name. However if I, for example, restart my corp script after augment installs with a corporation already running, I wouldn't have any of my product names in memory. I know that, given that you can only ever have at most 5 products at a time, I could just create a static list of 5 product names and infer my current production from there but it would be nice to not have to do that and be able to run a function like getProducts that would pull a dictionary/list of the current products for me. I'm generally trying to avoid coding w/ try/catch blocks so something like that would be nice.
Visual Studio Code
-
How to Use JUnit on VS Code: A Comprehensive Guide
Download and install Visual Studio Code if you havenât already. Make sure you also have the Java Development Kit (JDK) installed (preferably JDK 17 or later).
-
Getting Started With Terraform! Deploying an AWS EC2 Instance
I recommend using Visual Studio Code (VS Code) for writing and managing your Terraform configuration files. You can install VS code here
-
Development Environment Configuration
Editors: Helix, NeoVim, Vim, Visual Studio Code
-
GitHub introduces sub-issues, issue types and advanced search
I was excited to see this feature pop up in beta, specifically sub issues. VS code organizes their work with parent sprint issues ("iteration plan", see [1]). I started using this pattern on my own project and once i adapted, now prefer it. Now rather than using markdown bullet points, i can use first class sub issues which are slightly less awkward. Ultimately a minor feature addition, but if it pushes more people to use then pattern, i think it would be nice. Lighter weight than proper tools, and imho all you need for moderately complex projects if the suits dont have too many needs / influence.
[1]: https://github.com/microsoft/vscode/issues/237297
-
đ°Git e Github: Hacktoberfest e ConclusĂŁo
Git. (n.d.). Git Documentation. Retrieved from https://git-scm.com/docs Git. (n.d.). Git GUI Downloads. Retrieved from https://git-scm.com/downloads/guis GitLab. (n.d.). Git Cheat Sheet. Retrieved from https://about.gitlab.com/images/press/git-cheat-sheet.pdf BeeTech. (n.d.). Bee Stylish Commits. Retrieved from https://github.com/BeeTech-global/bee-stylish/tree/master/commits Karma Runner. (n.d.). Git Commit Message Guidelines. Retrieved from http://karma-runner.github.io/1.0/dev/git-commit-msg.html Learn Git Branching. (n.d.). Interactive Git Tutorial. Retrieved from https://learngitbranching.js.org/ GitHub. (n.d.). Try Git. Retrieved from https://try.github.io/ Lambda3. (2018, October). Sendo Ăgil com Git - Slides. Retrieved from https://www.lambda3.com.br/2018/10/sendo-agil-com-git-os-slides/ Microsoft. (n.d.). VS Code Issue 44776. Retrieved from https://github.com/Microsoft/vscode/issues/44776 GitHub Docs. (n.d.). Checking Out Pull Requests Locally. Retrieved from https://docs.github.com/pt/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally Receitas de CĂłdigo. (n.d.). Git: O que Ă© um Branch. Retrieved from https://receitasdecodigo.com.br/devops/git-o-que-e-um-branch FreeCodeCamp. (2021). Git Fetch vs Git Pull: Qual Ă© a Diferença?. Retrieved from https://www.freecodecamp.org/portuguese/news/git-fetch-x-git-pull-qual-e-a-diferenca-entre-os-dois-comandos/#:~:text=git%20fetch%20%C3%A9%20o%20comando%20que%20informa%20seu,E%20traz%20%28copia%29%20essas%20mudan%C3%A7as%20do%20reposit%C3%B3rio%20remoto. Alura. (n.d.). Checkout ou Switch?. Retrieved from https://cursos.alura.com.br/forum/topico-checkout-ou-switch-103293#:~:text=Bem%2C%20esse%20comando%20git%20switch%20%C3%A9%20um%20comando,vem%20pra%20organizar%20e%20dividir%20melhor%20as%20tarefa
- Nearly 8 years ago, a user deletes 3 months of work and blames VSCode
-
Build clickhouse remote development environment with vscode(v24.8.11.5-lts)
Download vscode from https://code.visualstudio.com/. Install extension remote-SSH next, then we can connect to remote server in vscode.
-
Use Power Query SDK in Visual Studio Code for Power BI
Download Visual Studio Code: Install VS Code.
-
Show HN: WASM-powered codespaces for Python notebooks on GitHub
https://github.com/microsoft/vscode/issues/237371
Does Marimo support local file system access?
jupyterlab-filesystem-access only works with Chrome?:
-
Snyk security researcher deploys malicious NPM packages targeting Cursor.com
cursor dev here. reasonable assumptions, but not quite the case. the snyk packages are just the names of our bundled extensions, which we never package nor upload to any registry. (we do it just like how VS Code does it: https://github.com/microsoft/vscode/tree/main/extensions)
we did not hire snyk, but we reached out to them after seeing this and they apologized. we did not get any confirmation of what exactly they were trying to do here (but i think your explanation that someone there suspected a dependency confusion vulnerability is plausible. though it's pretty irresponsible imo to do that on public npm and actually sending up the env variables)
What are some alternatives?
bitburner-scripts - My own scripts for playing bitburner
community - Public feedback discussions for: GitHub Mobile, GitHub Discussions, GitHub Codespaces, GitHub Sponsors, GitHub Issues and more!
FizzBuzz Enterprise Edition - FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes.
KDevelop - Cross-platform IDE for C, C++, Python, QML/JavaScript and PHP
elevatorsaga - The elevator programming game!
thonny - Python IDE for beginners
bitBurnerTsProject - A template project to start a TypeScript repo for BitBurner
identity-obj-proxy - An identity object using ES6 proxies. Useful for mocking webpack imports like CSS Modules.
BitBurnerCentralManager - A prototype thread manager for BitBurner
pulsar - A Community-led Hyper-Hackable Text Editor
bitburner-scripts - Repository of Bitburner scripts
Geany - A fast and lightweight IDE