Coding Global Background
Coding Global

Community Showcase(139)

Browser Virtual Machine — Run Any OS, No Installation Needed

Browser Virtual Machine — Run Any OS, No Installation Needed

html & css c
🖥️ **v86 Browser Virtual Machine** Run **any operating system directly in your browser!** 🌐 **Try Tiny Core Linux here:** 👉 https://harislab-webdesk-a9a88a579de7.herokuapp.com/?profile=tinycore 📌 **About this project:** This project is based on the **Open Source v86 project**: 👉 https://github.com/copy/v86 I have **modified, optimized, and hosted it** to run properly in the browser. ⚠️ Currently, this is **under testing**. 💡 **Full Version Coming Soon:** If we get great feedback, we’ll launch the **full version** with: - Persistent storage - Expanded tools - More functionality To give us feedback, **use the “Unlock Full Access” button in the app**. 🛠️ **Tech Stack & Key Features:** - JavaScript - Rust - C - WebAssembly - Assembly - HTML - Other supporting technologies **Challenges Overcome / Features:** - Full browser-based virtual machine capable of running x86 operating systems - Optimized performance for faster boot and smoother operation - Efficient hardware emulation and system call handling in JS - Integration of multiple low-level languages for speed and accuracy - WebAssembly used to improve execution speed in modern browsers **Quick Start:** 1. Click the link to launch : https://harislab-webdesk-a9a88a579de7.herokuapp.com/?profile=tinycore 2. ⚠️ Press the **Pause button** during launch to begin the boot! 🚀 Experience the power of a **browser-based virtual machine** today!
G
DevX
Copy Paster!
1 messages
1 members
an hour ago

Hop onboard, i've got APIs that can empower your projects

https://rapidapi.com/organization/keystonedata hey everyone, i’m an IT specialist who’s been diving into tech for years, i spend +16 hours a day on pc because i got nothing else to do except work...... about a year ago i started developing APIs that uses machine learning models to scrape data out of multiple websites and just last month i finally published them. since then, things have been moving little fast as my APIs are gaining attention because they’re low cost and deliver benefits, some users are already getting revenue from the tools I provide two days ago, i hit 100 developers across all my APIs on RapidAPI and frankly i’m not so good at marketing, so not many people know about my work yet, but i believe in the value i can bring and i’m building a community around them, i’ve already set up a discord server for that and a website is coming soon, so for now i’m looking for enthusiastic developers who want to experiment, build, and grow with me because here’s the deal : you can use my APIs for free to start and if you manage to build that gives something that’s when we can discuss.. i can even create an api for you to collect any type of data needed, if nothing comes in return you’re not losing anything as you’ll still gain experience in creating projects for free, think of it as me providing the ship, and you steer it wherever you want if this sounds interesting enough for ypu, hop into the discord server and let’s collaborate., whether you’re just curious or want to test things out, ready to build something serious you're always welcomed S2mF8BCt7p
C
Roi
Copy Paster!
2 messages
2 members
18 hours ago

my journey into algorithmic trading and machine learning

c++
Gemini Writeup: __ Here is the problem I faced and the solution I built: ### 📉 The Problem: Visualizing the "Black Box" In algo trading and ML, the data isn't just text—it is millions of floating-point numbers (market ticks, tensor weights, probability distributions) generated at high frequency. I needed to see this data in real-time to debug my models, but the backend requirements were heavy: * **Server-Side Dependency:** My trading engines and ML models relied on direct file system access and C++ DLLs that simply cannot run in a browser. * **Data Volume:** A single training epoch or backtest could generate gigabytes of `Float64` arrays. ### 🛑 Why Standard Web Tech Failed (JSON) I quickly realized I couldn't use standard REST or JSON over WebSockets. * **The Serialization Bottleneck:** Converting a 1GB array of market ticks into JSON (text) explodes the size to **~3GB** and forces the CPU to burn cycles parsing strings back into numbers. * **Latency:** For real-time trading visualization, the "garbage collection pause" caused by parsing massive JSON objects was unacceptable. ### ⚡ The Solution: A Custom Binary Bridge To bridge this gap, I built a custom binary RPC protocol that treats the browser like a direct extension of my server's memory. * **Zero-Copy Math:** I implemented a system in `rpc-args.ts` and `encoding.ts` that serializes TypedArrays (like `Float64Array`) directly into binary. This allows my trading algorithms to dump raw numerical buffers into a WebSocket, which the browser reads immediately without parsing overhead. * **Remote Execution:** I built a transport layer (`sender.ts`) that lets the client invoke server-only functions (like executing a trade via a DLL) by sending compact binary commands.
S
No1
Copy Paster!
6 messages
2 members
9 days ago

[YABR] A Bidirectional (de)compiler (Java)

java
https://github.com/Tonic-Box/YABR This has been my pet project for quite some time now and would love any feedback. YABR is a java bytecode reader/writer (similar to asm), with full support up to JVM 11 spec. It features a built in custom SSA-form IR capable of both lifting from and lowering back to bytecode, an AST source-alike mutable API built on top of that API also capable of lowering back to the IR/bytecode, and can emit source (decompile). Bytecode <-> IR <-> AST -> source (Mutable at every level) From the readme: Features - Class file parsing - Read and write Java .class files - Bytecode manipulation - High-level and low-level APIs for modifying bytecode - SSA IR system - Lift bytecode to SSA form, optimize, and lower back - Source AST system - Recover, mutate, and emit Java source from bytecode - Class decompilation - Full class decompilation with imports, fields, and methods - Visitor patterns - Traverse classes at multiple abstraction levels - Frame computation - Automatic StackMapTable generation for Java 7+ [Currently as far as IR optimization passes go, I have more than a handful written](https://github.com/Tonic-Box/YABR/blob/main/docs/ssa-transforms.md) The readme is pretty fleshed out and can offer more specifics on the project, faculties, and capabilities. Would love any feedback or thoughts. Its been a fantastic learning experience, currently I'm focusing on writing/improving my optimization transformers and source emission output.
T
TonicBox

Playing Custom Status

Verified
0 messages
1 members
23 days ago
BJH OS — Free, Open Source, Browser-Based OS Built with HTML, CSS & JavaScript

BJH OS — Free, Open Source, Browser-Based OS Built with HTML, CSS & JavaScript

html & css
💻 **BJH OS** Assalam O Alaikum! 👋 I'm Muhammad Haris and I made **BJH OS**, an open-source web-based OS 🌐 💡 Built with pure HTML, CSS & JS — no frameworks, no backend ⚙️🚫. Run it directly in your browser 🖥️ ✨ **Not based on Puter OS — fully original!** 🚀 **Key Features:** 🖼️ Custom Desktop Environment with draggable, resizable windows 🖱️ Smooth UI & Window Management 📦 Built-in Apps: File Manager, Notes, Chat (ChatLink), Settings & more 🧩 Modular Architecture for themes, wallpapers, apps 💾 Persistent Data via localStorage 🧑‍💻 Powerful Web Terminal 🌐 Remote Alerts & Updates 🤖 BJH OS AI Assistant 🌐 Flash Browser integrated 🛠️ **How to Run BJH OS:** 1. Download ZIP from the main repository: https://github.com/Haris16-code/BJH-OS 2. Extract & open `Setup.html` in your browser 3. No installation needed — just open and go! 🧰 **BJH OS TOOL (Python Utility):** - Install updates, apps, games, wallpapers, cursors - Supports 32-bit & 64-bit versions - Easy folder/path selection for installation 🧑‍💻 **Developer Docs:** https://github.com/Haris16-code/BJH-OS/blob/main/DEV_DOCS.md - Step-by-step app/game development - Window, taskbar, theming, and font sync guidance - Ready-to-use templates & examples (Calculator, Snake) - Full API & troubleshooting support 🔗 **Check BJH OS Source Code & Documentation on GitHub:** https://github.com/Haris16-code/BJH-OS ⭐ **Please give us a star on GitHub if you like BJH OS!** Made with ❤️ in Pakistan © 2025 BJH OS — by Muhammad Haris
G
DevX
Copy Paster!
30 messages
3 members
a month ago

Part-Time U.S. Representative Needed for Software Agency

Archived 22 days ago
java c# python c c++
We are a senior software agency with over 10 years of experience in software engineering and development. Our team has worked with many clients across the European Union, building high-quality systems and long-term partnerships. Now, we are expanding into the U.S. IT market and are looking for a reliable person based in the United States who can help us with this process. Since we are not physically based in the U.S., we sometimes face challenges when connecting with clients or handling small tasks that require a local presence. That’s why we need a trustworthy and kind person who can support us for about 10–20 hours per month. The work is light and flexible — no hard or technical tasks are required. You will mainly help us with simple coordination and communication needs when we work with U.S. clients. We value honesty, responsibility, and professionalism. The ideal candidate is a male between 30 and 45 years old, has no criminal background, and is dependable in communication. You don’t need special skills — just a positive attitude and a willingness to assist when needed. In return, you can earn more than $1,000 per month for your support. We are easy to work with and always treat our partners with respect and fairness. This is a remote, part-time position that offers flexibility and long-term cooperation if we work well together. You can work from anywhere in the U.S., and we will communicate clearly and transparently about all tasks. If you are honest, kind, and interested in working with a professional software agency expanding to the U.S. market, we would be happy to hear from you. Please contact us to discuss more details. Whatsapp: +1 (610) 306-3089 Telegram: @william_JA_1 Email: juandavidnunozmejia@gmail.com
W
Verified
0 messages
0 members
2 months ago

PHP SOLID

Archived 2 months ago
I just finished building a comprehensive SOLID principles tutorial in PHP, and I'm really proud of how it turned out! 🎉 https://github.com/bedwards/php-solid What started as a learning exercise became something I think the community will find valuable. Here's what I built: **Deep Educational Content**: I didn't just explain what each SOLID principle is—I dove into *why* it matters, what problems it solves, and how the principles interconnect. Each section explores real scenarios and demonstrates the difference between following and violating the principles. **Clean, Practical Examples**: Every principle has minimal yet complete code examples that demonstrate the concept without unnecessary complexity. The implementations follow PHP best practices with proper typing and clear structure. **Comprehensive Testing**: Integration tests verify actual behavior across all principles, with good coverage of both success and failure scenarios. **Professional Setup**: PHPStan at level 10, PHPUnit 12, automated testing via GitHub Actions—the whole project represents real-world PHP development standards. **Thoughtful Design Choices**: I'm particularly happy with the Interface Segregation example, which uses a document workflow with Draft/Published/Archived states and segregated Readable/Writable/Printable interfaces. It demonstrates the principle naturally without feeling contrived. The repository includes everything: detailed explanations, working code, tests, and CI/CD setup. It's the kind of resource I wish I'd had when I was first learning these concepts. Check it out: https://github.com/bedwards/php-solid What SOLID principle do you find most impactful in your daily work? #PHP #SoftwareEngineering #SOLID #CleanCode #DeveloperEducation
B
Verified
0 messages
0 members
3 months ago
My Own Python Emulator

My Own Python Emulator

Archived 17 days ago
python
# Design and User Interface This IDE is built with a clean, modern, and functional design aimed at providing a distraction-free coding environment. Dark Theme: The entire application uses a professional dark theme, which is easier on the eyes during long coding sessions. Resizable Panels: The main window is split into two panels—a file explorer on the left and a code editor on the right—which you can resize by dragging the divider. Clean Layout: The interface is organized with a simple menu bar, a toolbar for common actions, and a helpful status bar at the bottom. Informative Status Bar: Provides at-a-glance information about the current file, cursor position (line and column), and save status. # Core Features Code Editor: Syntax Highlighting: Automatically colors Python code to make it more readable. Line Numbers: A dedicated column shows line numbers that do not overlap with the code. Minimap: A side panel shows a miniature overview of your code for fast navigation. Multi-Tab Editing: You can open and work on multiple files at once, each in its own tab. Auto-Save: Automatically saves your currently open file every five seconds to prevent data loss. File Management: File Explorer: A tree-view on the left side of the window displays all files and folders in your project. Drag & Drop: You can move files between folders simply by dragging and dropping them in the explorer. Search Functionality: A search bar allows you to quickly filter and find files within your project. Context Menus: Right-clicking on files or folders provides options to create, rename, or delete items. Code Execution: Run and Stop: A "Run" button executes the current script, and a "Stop" button can terminate it if it's running for too long. Output Window: A separate window appears to show any output or error messages from your script in real-time. (This description is written by AI, as i am bad at explaining. This script/program is 90% written by me. rest 10% took help of AI)
M
Gigachad
Script Kiddie!
70 messages
7 members
3 months ago

Open to work

Archived 2 months ago
java c# c++ html & css kotlin
U.S.-Based Verification & Freelance Account Setup for Global Developers Are you a non-U.S. developer blocked from platforms like Upwork, Toptal, or PayPal due to ID or location restrictions? I help international professionals securely set up verified U.S.-based accounts and identities — so you can work freely, pass KYC, and grow your freelance career without limits. ⸻ Services Offered Freelance Access & Compliance • Verified U.S. accounts (Upwork, Fiverr, Freelancer, Toptal) • Profile setup, IP/device security, and KYC-safe login methods LinkedIn U.S. Setup • U.S.-branded profiles with job history & endorsements • Secure access configuration to prevent account flags Education & Student Verification • Outlier.org verification, .edu emails, student IDs U.S. Identity & Business Docs • SSN, Passport, Driver’s License / State ID • Utility bills, bank & credit card statements (Chase, BoA, etc.) • EIN, LLC documents for Stripe, PayPal, Deel Phone & Email Recovery • U.S. mobile/VOIP numbers (Google Voice, OpenPhone) • Gmail recovery setups & aged accounts Advanced & Grey Services (By Request) • Chase virtual setups, sandbox accounts • High-risk KYC solutions (case-by-case only) ⸻ Why Choose Me • U.S.-based with verified credentials • Custom-built setups — not mass produced • High success rate with global devs & freelancers • Private, secure, and personally managed ⸻ Telegram: @Workfordev247 Serious inquiries only. Let’s get you verified and back to work.
F
Top account for developers
Copy Paster!
1 messages
2 members
3 months ago

Snapencode | Self-hosted Video Platform, AI Transcript, Live Stream

Archived 3 months ago
Hey, All ! I recently built a self-hosted solution like Vimeo, ideal for VOD, live streaming, events, blogs, gaming, or enterprise VOD services. It’s cost-effective and saves you money! 🗣️ AI Transcripts: It just works. Upload a video, get automatic subtitles. Huge for accessibility. ⚡ GPU Transcoding: If you got an NVIDIA card, this thing is fast. Seriously fast. 🔄 Dynamic Manifests: This ones a bit technical, but you can swap audio tracks or subtitles without re-encoding the whole video. A huge time saver. ☁️ Multi-Cloud: Use any S3_API storage you want, hook it up to multiple CDNs. Total freedom. 🔒 Real DRM: We support Widevine & FairPlay for when you need that top-level content protection, AES-128 Free used. 🎨 Custom Player: It's built on React and Shaka Player, so you can make it look exactly how you want. 🔴 Live & Multistreaming: Send one RTMP stream to Snapencode, and it'll push it out to your site, Youtube, Twitch, etc. at the same time. Who is this for? We designed it to solve specific problems for three core groups: 🎬 For Filmmakers & Content Creators Stop compromising. Share project folders securely, protect your content with everything from passwords to DRM, and reach a global audience with AI-powered subtitles. 📺 For VOD Platforms & Streamers Scale smarter. Get broadcast-grade adaptive streaming (HLS/DASH), multi-CDN support for flawless delivery, and use dynamic metadata to build a powerful, searchable content library. 💻 For Developers & Tech Teams Get total control over the React/Shaka Player UI. Use the API to handle dynamic metadata however you need. Build out a custom CMS using Snapencode as the backbone. I've set up a live demo for you to explore all the features yourself: 👉 Explore the Demo: https://basic-demo.snapencode.com/login I'll be here all day to answer any questions (technical or otherwise).
M
Enki
Verified
2 messages
1 members
4 months ago

Agentika File: Optimization Files using Artificial intelligence (AI)

Archived 4 months ago
Hey everyone, I'd like to share a project I've been working on. ### **Project Details** * **Project Name:** Agentika File 🤖 * **Brief Description:** Agentika File is a smart web app that uses AI to automatically compress your files. Instead of just applying one setting, it acts as an intelligent agent that tries multiple strategies in a sequence until it successfully makes the file smaller. The entire process is transparent and happens privately in your browser. ### **Tech Stack** * **Frontend:** React, TypeScript, Tailwind CSS * **AI Engine:** Google Gemini 2.5-Flash with Structured Output * **Compression:** The `browser-image-compression` library * **Core Architecture:** Iterative Reduction Cascade (IRC) ### **Key Features & Challenges Overcome** The main goal was to solve the common frustration of "file too large" errors and the tedious trial-and-error of manual compression. * **Iterative Reduction Cascade (IRC):** This is the core feature. The AI designs a "ladder" of compression strategies, from gentle to aggressive. If one attempt fails to reduce the file size, it automatically tries the next one. It doesn't give up. * **100% Browser-Side Privacy:** No files are ever uploaded to a server. All the processing is done directly in your browser, which means your data is completely private and the process is very fast. * **Radical Transparency:** You can watch the AI "struggle" in a live log. It shows you every attempt, failure, and which strategy finally succeeded. I'd love to hear your thoughts and any feedback you might have. Let me know what you think
A
Ardelyo
Verified
2 messages
3 members
5 months ago

Play an instrument? Rewind YouTube videos a lot?

Archived 4 months ago
html & css
After 1.5 years of on-and-off work, my newest extension is available for free: YouTube Loop Repeater. With YouTube Loop Repeater, you're now able to play your instrument along with YouTube videos, without having to take your hands off (and more importantly, losing your focus) to rewind parts of songs. Create as many loops as you want per video, and access them whenever you want! No more having to remember which timestamps are for which parts, nor do you have to keep a manual list of songs or exercises you're trying to practice. Don't play an instrument? There are still many things YouTube Loop Repeater can be used for: learning how to dance, learning tricks (skateboard, soccer, magic, etc.), finding samples to use for songs, keeping track of techniques (cooking, art, workouts, etc), and many others! There are two different modes to play loops in my extension: Static, and Incremental. Static: Play a specified loop at a constant speed, as many times as you want. Incremental: Play a loop that starts at a given speed. After the loop repeats an input amount of times, increase/decrease the speed by whatever you want. This will keep looping until you reach a goal speed that you specify. For example, you could start a loop at 75% speed. And then every 3 loops that finish, you increase the speed by 1%, until you reach 100% speed. Incremental mode is my go-to, because it helps me get comfortable with hard parts of songs at lower speeds, but gently pushes me to work up to playing it at full-speed. I've saved a lot of time by using my own extension, and have had much more focused practice sessions. Get it here: https://chromewebstore.google.com/detail/youtube-loop-repeater/mmiaiilfidkefkhbjnbhpkjlflehkncl
E
EMDH Dev
Verified
1 messages
2 members
5 months ago