Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
libosdk stands for operating system development kit, which is simply a library containing low-level architecture dependent assembly procedures you can use to develop your own os without using assembly language or even know about it.
M String is a microkernel based on some part of oskit libs. It's designed to be small, simple, and have a simple API for server interprocess communication.
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Etherboot is Open Source code for creating boot ROMs for network booting x86 platforms. It is also a coordination point for information about free software related to network booting. This is an auxiliary site for http://sourceforge.net/projects/etherboot
Haiku is an open-source operating system currently in development designed from the ground up for desktop computing. Inspired by the BeOS, Haiku aims to provide a computing experience that is simple yet powerful, and free of any unnecessary complexities.
HALT is a developer friendly programming and simulation environment for the Motorola 680x0 family of processors. Targeted at academia, it is centered around ease of use and utility.
This project's goal was to develop an open source firmware for Sinus 154 DSL Basic SE and similar AR7 based devices. Projektziel war die Entwicklung einer freien Firmware für Sinus 154 DSL Basic SE und vergleichbare Geräte mit AR7-Prozessor.
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
neosmium's neos is a new OS to the world. It has been developed by a group of a few students of Brainware Group of Institutions (India). It is a free Operating System and based on DebianLinux with the architecture of Ubuntu Linux. It's now capable to surf the best performance and featured services to your daily requirements which you can expect from your PC or tablet.
For more: facebook,com/myneos
ARM linux run shared library rundotso dlopen dlsym Inline Assembler
windows has rundll, rundotso is for linux load shared library(.so) and run the functions.
rundotso.c you can load shared lib and run the function.
It likes the rundll.exe in windows os.
compiled and tested under the android ndk.
you can use any arm compiler to try.
adb push rundotso /data
adb shell /data/rundotso /system/libc.so system "ls /data"
adb shell /data/rundotso /system/libc.so printf "%d %c %s %d %c %s" 16 G HelloRundotsoTest 16 d end
Have fun!
Pmcma is a tool aimed at automating the most time consuming taskes of exploitation. It for instance determine why an application is triggering a segmentention fault, evaluate if the faulting instruction can be used to write to memory or execute arbitrary code, and list all the function pointers potentially called from a given point in time by an application.
Pmcma is a totally new kind of debugger, which allows for easy experimentation with a process in memory by forcing it to fork. The...
A basic operating system that can realize some basic functions. It is developing for educational purposes. It is being developed simultaneously with sslib, the Simple Standard Library for developers program no-OS apps, program NuOS commands or program an operating system.
Note: I haven't even looked at this project for years. I was a pretty bad programmer back then, so the code is sloppy. The next version will be better.
Similar to a stream cipher, but rather than performing an exclusive OR on the input bytes and cipher, it performs a mixture of 'rolling' (see x86 instruction ROR) and bit NOT operations according to the key.
G2CD is a hub-only implementation for the Gnutella 2 peer-to-peer network. With its ability to run on a typical server (unix/24-7/static IP/high bandwidth/SMP) it is possible to set up a dedicated G2 Hub to improve the overall G2 network performance.
Raw Xml Library (RXL) is a simple but powerful raw xml library totally written in FASM targeting Windows & Linux, CIL targeting .NET & MONO and JASMIN targeting JAVA.
An open-source collection of materials for lectures, tutorials, labs, and software for a variety of primarily Computer Science courses. The materials include various course notes, presentation slides, source code samples, etc.
mcrypt, and the accompanying libmcrypt, are intended to be replacements for the old Unix crypt, except that they are under the GPL and support an ever-wider range of algorithms and modes.
IdyllaOS is simple operating system. System is based on monolithic kernel with drivers of devices loaded as kernel modules. As required for a modern operating system, it supports features like virtual memory, memory protection and multitasking.
Ace is a micro kernel for developers and researchers. The main goal is to create a very light and compact kernel from scratch with modern OS research concepts.