All Projects → stack-guard → Similar Projects or Alternatives

678 Open source projects that are alternatives of or similar to stack-guard

Js Stack From Scratch
🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.
Stars: ✭ 18,814 (+89490.48%)
Mutual labels:  stack
ccsm
C Code Source Metrics - tool to gather simple metrics from C code
Stars: ✭ 31 (+47.62%)
Mutual labels:  clang
Tinyconstraints
Nothing but sugar.
Stars: ✭ 3,721 (+17619.05%)
Mutual labels:  stack
Tslog
📝 tslog - Expressive TypeScript Logger for Node.js.
Stars: ✭ 321 (+1428.57%)
Mutual labels:  stack
mars
Minimal language with type inference, structures, control flow, and more.
Stars: ✭ 19 (-9.52%)
Mutual labels:  llvm
Mlib
Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).
Stars: ✭ 321 (+1428.57%)
Mutual labels:  stack
c-compiler-security
Security-related flags and options for C compilers
Stars: ✭ 125 (+495.24%)
Mutual labels:  clang
Interview Questions In Javascript
A mostly reasonable collection of technical software development interview questions solved in Javascript
Stars: ✭ 3,268 (+15461.9%)
Mutual labels:  stack
c-project-template
A C project template with Makefile, command line options parsing, unittest using cmocka and valgrind
Stars: ✭ 97 (+361.9%)
Mutual labels:  clang
clam
Static Analyzer for LLVM bitcode based on Abstract Interpretation
Stars: ✭ 180 (+757.14%)
Mutual labels:  llvm
Interviewbit
Collection of Abhishek Agrawal's gists solutions for problems on https://www.interviewbit.com
Stars: ✭ 166 (+690.48%)
Mutual labels:  stack
Snackview
Customizable bottom-half alerts.
Stars: ✭ 280 (+1233.33%)
Mutual labels:  stack
azula
A fast, statically typed compiled language
Stars: ✭ 25 (+19.05%)
Mutual labels:  llvm
Gostl
Data structure and algorithm library for go, designed to provide functions similar to C++ STL
Stars: ✭ 254 (+1109.52%)
Mutual labels:  stack
aura
Python source code auditing and static analysis on a large scale
Stars: ✭ 101 (+380.95%)
Mutual labels:  taint-analysis
Haskell Language Server
Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
Stars: ✭ 1,857 (+8742.86%)
Mutual labels:  stack
charm
A [ functional stack ] based language.
Stars: ✭ 26 (+23.81%)
Mutual labels:  stack
Swift
💻 Swift - Boilerplate Front : RxSwift, ReactorKit, JWT, Moya (Beta)
Stars: ✭ 17 (-19.05%)
Mutual labels:  stack
pymlir
Python interface for MLIR - the Multi-Level Intermediate Representation
Stars: ✭ 84 (+300%)
Mutual labels:  llvm
Data-Structures-and-Algorithms
Data Structures and Algorithms implementation in Python
Stars: ✭ 31 (+47.62%)
Mutual labels:  stack
NALib
General purpose C sourcecode collection
Stars: ✭ 16 (-23.81%)
Mutual labels:  stack
geticon
Web / IT project stack / tool / technique icon / logo collection & markdown / HTML generator 🚀
Stars: ✭ 101 (+380.95%)
Mutual labels:  stack
mlir-hs
Haskell bindings for MLIR
Stars: ✭ 53 (+152.38%)
Mutual labels:  llvm
fp-tests
Haskell homework tests
Stars: ✭ 30 (+42.86%)
Mutual labels:  stack
deollvm64
deobfuscator llvm arm64 script
Stars: ✭ 67 (+219.05%)
Mutual labels:  llvm
docker-elk
ELK Stack on Docker
Stars: ✭ 43 (+104.76%)
Mutual labels:  stack
heyoka
C++ library for ODE integration via Taylor's method and LLVM
Stars: ✭ 151 (+619.05%)
Mutual labels:  llvm
Stackoverflow-Clone-Frontend
Clone project of a famous Q/A website for developers built using MySQL, Express, React, Node, Sequelize 🌐
Stars: ✭ 379 (+1704.76%)
Mutual labels:  stack
ugo
µGo编程语言(从头开发一个迷你Go语言编译器)
Stars: ✭ 38 (+80.95%)
Mutual labels:  llvm
whitefield
Whitefield provides a simulation environment for wireless sensor networks by combining RF simulation provided by NS3 and network stack provided by popular IoT OSes such as Contiki/RIOT/OpenThread.
Stars: ✭ 70 (+233.33%)
Mutual labels:  stack
llvm-compile-time-data
LLVM compile-time performance data over time.
Stars: ✭ 16 (-23.81%)
Mutual labels:  llvm
gossip
An online user interface to efficiently author and delivery awesome and informative presentation. 🚀
Stars: ✭ 378 (+1700%)
Mutual labels:  stack
mlir-standalone-template
An out-of-tree MLIR dialect template.
Stars: ✭ 44 (+109.52%)
Mutual labels:  llvm
data-structure-and-algorithm
Basic data structures, sorting algorithms, algorithms learning tools. 基本数据结构,排序算法,算法学习工具
Stars: ✭ 86 (+309.52%)
Mutual labels:  stack
vscode-clang-complete
Visual Studio Code C/C++ completion using Clang
Stars: ✭ 15 (-28.57%)
Mutual labels:  clang
React-Realtime-Chat
A full-stack reproduction of the popular realtime chat application, Slack (http://slack.com) using React and GraphQL Subscriptions.
Stars: ✭ 16 (-23.81%)
Mutual labels:  stack
ebal
*DEPRECATED* Emacs interface to Cabal and Stack
Stars: ✭ 29 (+38.1%)
Mutual labels:  stack
AhaAlgorithms
《啊哈算法》书上代码
Stars: ✭ 47 (+123.81%)
Mutual labels:  stack
f-flat node
F♭ (pronounced F-flat) is a toy language.
Stars: ✭ 22 (+4.76%)
Mutual labels:  stack
bootstrap
Bootstrap Go bindings for Clang's C API
Stars: ✭ 18 (-14.29%)
Mutual labels:  clang
clad
clad -- automatic differentiation for C/C++
Stars: ✭ 161 (+666.67%)
Mutual labels:  llvm
Android Swipecards View
Android library to implement cards stack view with swipe to remove feature
Stars: ✭ 162 (+671.43%)
Mutual labels:  stack
geeks-for-geeks-solutions
✅ My own Amazon, Microsoft and Google SDE Coding challenge Solutions (offered by GeeksForGeeks).
Stars: ✭ 246 (+1071.43%)
Mutual labels:  stack
homebrew-llvm
LLVM formulae for the Homebrew package manager
Stars: ✭ 23 (+9.52%)
Mutual labels:  llvm
InterviewBit
Collection of solution for problems on InterviewBit
Stars: ✭ 77 (+266.67%)
Mutual labels:  stack
Rellic
Rellic produces goto-free C output from LLVM bitcode
Stars: ✭ 234 (+1014.29%)
Mutual labels:  llvm
Sc
Common libraries and data structures for C.
Stars: ✭ 161 (+666.67%)
Mutual labels:  stack
Ts Llvm
TypeScript to LLVM compiler (abandoned)
Stars: ✭ 230 (+995.24%)
Mutual labels:  llvm
SQLCallStackResolver
Utility to resolve SQL Server callstacks to their correct symbolic form using just PDBs and without a dump file
Stars: ✭ 55 (+161.9%)
Mutual labels:  stack
Spirv Llvm Translator
A tool and a library for bi-directional translation between SPIR-V and LLVM IR
Stars: ✭ 223 (+961.9%)
Mutual labels:  llvm
odin
High level 2d game engine written in Haskell.
Stars: ✭ 28 (+33.33%)
Mutual labels:  stack
kotlin-native
Kotlin/Native infrastructure
Stars: ✭ 7,066 (+33547.62%)
Mutual labels:  llvm
Notistack
Highly customizable notification snackbars (toasts) that can be stacked on top of each other
Stars: ✭ 2,562 (+12100%)
Mutual labels:  stack
Redux Data Structures
Reducer factory functions for common data structures: counters, maps, lists (queues, stacks), sets, etc.
Stars: ✭ 157 (+647.62%)
Mutual labels:  stack
TIFFStack
Load TIFF files into matlab fast, with lazy loading
Stars: ✭ 32 (+52.38%)
Mutual labels:  stack
quetie
🎀 Just the cutest and tiniest queue/deque implementation!
Stars: ✭ 111 (+428.57%)
Mutual labels:  stack
Haskelly
Haskelly is a VS Code extension that provides complete support for casual and expert Haskell development.
Stars: ✭ 151 (+619.05%)
Mutual labels:  stack
Android Cheat Sheet
Cheat Sheet for Android Interviews
Stars: ✭ 1,891 (+8904.76%)
Mutual labels:  stack
pacxx-llvm
Programming Accelerators with C++ (PACXX)
Stars: ✭ 57 (+171.43%)
Mutual labels:  llvm
Data Structures
Common data structures and algorithms implemented in JavaScript
Stars: ✭ 139 (+561.9%)
Mutual labels:  stack
301-360 of 678 similar projects