Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: structures

Czarified/hyperstruct

Structural weight estimation for aircraft.

Language: Python - Size: 180 KB - Last synced: about 1 hour ago - Pushed: about 1 hour ago - Stars: 0 - Forks: 0

rubenhortas/python_examples

Small examples of Python code, data structures and algorithms.

Language: Python - Size: 341 KB - Last synced: 1 day ago - Pushed: 1 day ago - Stars: 0 - Forks: 0

manmay2/Java-DSA

Data Structure and Algorithms

Language: Java - Size: 148 KB - Last synced: 1 day ago - Pushed: 1 day ago - Stars: 0 - Forks: 0

ImperialCollegeLondon/sharpy

Simulation of High Aspect Ratio aeroplanes and wind turbines in Python: a nonlinear aeroelastic code

Language: Python - Size: 60.1 MB - Last synced: 28 days ago - Pushed: about 1 month ago - Stars: 115 - Forks: 56

alfarseniko/DSA_with_Rust

A Rust-based step-by-step walkthrough of Abdul Bari's "Data Structures and Algorithms" series on Youtube

Language: Rust - Size: 7.81 KB - Last synced: 2 days ago - Pushed: 3 days ago - Stars: 0 - Forks: 0

bitflags/bitflags

A macro to generate structures which behave like bitflags

Language: Rust - Size: 708 KB - Last synced: 4 days ago - Pushed: about 1 month ago - Stars: 852 - Forks: 139

brunocampos01/introducao-a-programacao-orientada-a-objetos

Aulas e exercícios da matéria: Introdução à Programação Orientada a Objetos I (INE5603)

Language: Java - Size: 95.8 MB - Last synced: 5 days ago - Pushed: over 2 years ago - Stars: 10 - Forks: 3

GaijinEntertainment/go-exhaustruct

golang analyzer that finds structures with uninitialized fields

Language: Go - Size: 108 KB - Last synced: 6 days ago - Pushed: 6 days ago - Stars: 100 - Forks: 8

stdlib-js/ndarray

Multidimensional arrays.

Language: C - Size: 87 MB - Last synced: 6 days ago - Pushed: 7 days ago - Stars: 4 - Forks: 2

Mardiniii/go-data-structures

Linked list, stack, queue, Binary Tree, B-Tree, heap and Self-balancing tree implemented in Go

Language: Go - Size: 19.5 KB - Last synced: about 1 hour ago - Pushed: about 6 years ago - Stars: 22 - Forks: 4

stdlib-js/array

Arrays.

Language: JavaScript - Size: 147 MB - Last synced: 12 days ago - Pushed: 12 days ago - Stars: 6 - Forks: 1

c410-f3r/regular-crates

Aggregation of single-crate projects

Language: Rust - Size: 254 KB - Last synced: 9 days ago - Pushed: 9 days ago - Stars: 13 - Forks: 1

horsicq/xntsv

XNTSV program for detailed viewing of system structures for Windows.

Language: QMake - Size: 4.97 MB - Last synced: 11 days ago - Pushed: 11 days ago - Stars: 435 - Forks: 72

rijkvanzanten/ds-fa-1

The first final assignment for the data structures class

Language: JavaScript - Size: 84 KB - Last synced: 11 days ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

darccio/mergo

Mergo: merging Go structs and maps since 2013

Language: Go - Size: 345 KB - Last synced: 11 days ago - Pushed: 2 months ago - Stars: 2,718 - Forks: 264

spamegg1/abstract-thinking

Abstract thinking patterns and problem decomposition / solving strategies

Size: 1.19 MB - Last synced: 13 days ago - Pushed: 13 days ago - Stars: 10 - Forks: 2

kopach-artem/Fleet-Managment

Car Fleet Manager in C: Manages vehicle data, refueling logs, and service alerts. The program utilizes linked lists for efficient data handling and provides a console-based user interface for interactive management. Includes source code, user interface, and documentation.

Language: C - Size: 973 KB - Last synced: 14 days ago - Pushed: 15 days ago - Stars: 1 - Forks: 0

maximilien-noal/OPack

A port of Python's struct.pack and struct.unpack to C#

Language: C# - Size: 101 KB - Last synced: 15 days ago - Pushed: about 3 years ago - Stars: 9 - Forks: 3

mohasarc/TreeViz

The best tree data-structures visualization tool

Language: C++ - Size: 13.1 MB - Last synced: 15 days ago - Pushed: 7 months ago - Stars: 2 - Forks: 0

chrystalchern/mdof

dynamic analysis of structural vibrations

Language: Python - Size: 297 MB - Last synced: 15 days ago - Pushed: 16 days ago - Stars: 2 - Forks: 14

m4gshm/gollections

Slice and map utilities based on generics and additional collection implementations like ordered map, set

Language: Go - Size: 780 KB - Last synced: 16 days ago - Pushed: 16 days ago - Stars: 2 - Forks: 0

FEniCS-Shells/fenicsx-shells

A FEniCS Project-based library for simulating thin structures

Language: Shell - Size: 83 KB - Last synced: 15 days ago - Pushed: 16 days ago - Stars: 13 - Forks: 4

KeRNeLith/QuikGraph Fork of YaccConstructor/QuickGraph

Generic Graph Data Structures and Algorithms for .NET

Language: C# - Size: 49.7 MB - Last synced: 11 days ago - Pushed: 2 months ago - Stars: 433 - Forks: 64

TelepathicGrunt/StructureTutorialMod

A short example showing how to register a structure and get it to generate in all biomes in NeoForge, Forge, and Fabric! (check the branches)

Language: JavaScript - Size: 725 KB - Last synced: 10 days ago - Pushed: 11 days ago - Stars: 230 - Forks: 31

TheDzashe/Learning-cpp

Some code from my C++ journey. May be a mess, I am still a beginner

Language: C++ - Size: 36.1 KB - Last synced: 19 days ago - Pushed: 19 days ago - Stars: 0 - Forks: 0

everx-labs/ever-struct

frequently used structures

Language: Rust - Size: 71.3 KB - Last synced: 22 days ago - Pushed: 25 days ago - Stars: 0 - Forks: 3

dbviteri/DataStructuresAlgorithms_A2

DSA Assignment 2 - Year 2

Language: Java - Size: 271 KB - Last synced: 21 days ago - Pushed: about 7 years ago - Stars: 0 - Forks: 0

devnw/gen

gen is a generic general use Go functions library with the intention of replacing duplicated code where the same functionality is needed across multiple types, and provides a common interface for the functionality. The library is designed to be used in a wide variety of projects and is designed to be easy to use.

Language: Go - Size: 10.3 MB - Last synced: 11 days ago - Pushed: 13 days ago - Stars: 13 - Forks: 0

FelixErnst/Structstrings

:package: Structstrings: implementation of Biostrings to work with dot bracket annotations

Language: R - Size: 374 KB - Last synced: 4 days ago - Pushed: about 2 months ago - Stars: 4 - Forks: 0

bymi15/AlgorithmsAndDataStructures

Algorithms and Data Structures implementations

Language: Java - Size: 15.6 KB - Last synced: 25 days ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

bartobri/data-structures-c

A collection of algorithms for data structure manipulation in C

Language: C - Size: 112 KB - Last synced: 11 days ago - Pushed: about 1 year ago - Stars: 98 - Forks: 30

cursey/regenny

A reverse engineering tool to interactively reconstruct structures and generate header files

Language: C++ - Size: 671 KB - Last synced: 20 days ago - Pushed: about 1 month ago - Stars: 179 - Forks: 29

YashChavanWeb/C-programming-my-complete-notes

Welcome to the beginner's guide to learning C programming! This repository contains comprehensive notes and code examples covering essential concepts from basic input/output to advanced topics like time and space complexity. Whether you're new to programming or looking to refresh your skills, this guide aims to provide you with a solid foundation

Language: C - Size: 26.4 KB - Last synced: 26 days ago - Pushed: 26 days ago - Stars: 0 - Forks: 0

k00ni/semicon

A collection of icons for the Semantic Web and Linked Open Data world.

Language: Shell - Size: 128 MB - Last synced: 26 days ago - Pushed: 26 days ago - Stars: 20 - Forks: 2

PeteCastle/DisasterManagementProgram

A disaster management system optimized for supply and queue distribution, and location finding algorithms.

Language: C++ - Size: 5.48 MB - Last synced: 27 days ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

kisalu-id/C-Programming-Course-Advanced-Data-Types

"C Programming: Advanced Data Types" course from Dartmouth College and IMT

Language: C - Size: 85 KB - Last synced: 29 days ago - Pushed: 29 days ago - Stars: 0 - Forks: 0

amarjin6/c-gifts

💻A set of small & useful C/C++ projects.⚙️

Language: C++ - Size: 30.9 MB - Last synced: 28 days ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

petrasvestartas/compas_wood

Project for Timber Joint Generation. Documentation:

Language: C++ - Size: 925 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 31 - Forks: 4

bdcht/ccrawl

clang-based search engine for C/C++ data structures, classes, prototypes & macros

Language: Python - Size: 1.48 MB - Last synced: 4 days ago - Pushed: 2 months ago - Stars: 100 - Forks: 8

sanchitpasricha/Datastructures_Skeleton

learning and uploading questions during practicing data structures using C++/C

Language: C++ - Size: 11.2 MB - Last synced: about 1 month ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

Archived-Repositorie/flowery-structures 📦

Adds many small structures into your world

Language: mcfunction - Size: 1.57 MB - Last synced: about 1 month ago - Pushed: 12 months ago - Stars: 4 - Forks: 0

gelolaus/DASTRUC

This is a repository for the course Data Structures that I am taking at Asia Pacific College

Language: Jupyter Notebook - Size: 6.84 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

E-AK/stack

Пример реализации "Стека"

Language: Rust - Size: 1.95 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

alanedwardes/BinaryMapper

A .NET Core library to map binary files into C-style structures.

Language: C# - Size: 139 KB - Last synced: 12 days ago - Pushed: about 3 years ago - Stars: 7 - Forks: 2

compas-dev/compas_fea2

FEA for the COMPAS framework.

Language: Python - Size: 125 MB - Last synced: 21 days ago - Pushed: about 2 months ago - Stars: 4 - Forks: 4

pandyjim/inventory_management

DSA Project: This C program manages inventory using linked lists and structures, enabling users to add, search, update, and display part details. Linked lists facilitate dynamic memory allocation and efficient data manipulation.

Language: C - Size: 0 Bytes - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

crusj/structrue-go.nvim

A better structured display of golang symbols information

Language: Lua - Size: 3.85 MB - Last synced: 19 days ago - Pushed: over 1 year ago - Stars: 35 - Forks: 0

FelixErnst/tRNAscanImport

:package: Importing tRNAscan-SE output as GRanges

Language: R - Size: 4.64 MB - Last synced: 4 days ago - Pushed: about 2 months ago - Stars: 2 - Forks: 1

tikkanz/data_struct

Reading binary structs from J

Language: J - Size: 63.5 KB - Last synced: about 2 months ago - Pushed: over 1 year ago - Stars: 4 - Forks: 0

raghu9189/Java_works

Here , some DS problems

Language: Java - Size: 3.91 KB - Last synced: about 2 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

d1mnewz/Algorithms

Language: C# - Size: 46.9 KB - Last synced: about 2 months ago - Pushed: about 7 years ago - Stars: 2 - Forks: 2

KeRNeLith/Here

.NET library providing features for C# (Option, Result, Either, etc).

Language: C# - Size: 2.49 MB - Last synced: 11 days ago - Pushed: 4 months ago - Stars: 13 - Forks: 1

Csasaka19/CS50

Contains cs50 course codes

Language: C - Size: 68.5 MB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

encodingx/binary

Marshal and unmarshal binary message and file formats in Go

Language: Go - Size: 256 KB - Last synced: about 2 months ago - Pushed: over 2 years ago - Stars: 17 - Forks: 1

SENSAAS/sensaas-py

Shape-based alignment of molecules using 3D point-based representation

Language: Python - Size: 2.9 MB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 1 - Forks: 0

thearnavrustagi/TrussAnalyser

Truss analysis

Language: Python - Size: 2.99 MB - Last synced: 16 days ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

LucasDiasJorge/Hashtable

Implement an hashtable and structs in C.

Language: C - Size: 15.6 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

shaktisingh25/RSVP-Movies-Case-Study

This repository contains a group project in mySQL

Size: 92.8 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

muazgulfam/DSA-Labs

Lab practical exercises for Data Structures and Algorithms

Language: Java - Size: 133 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

HarryUnchained/HospitalManagement

BUKC 1st Semester Project in C++ (Admin and Patient Login)

Language: C++ - Size: 77.1 KB - Last synced: 3 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

fluidpotata/BRACU_CSE220

CSE220 is a fundamental course of BRAC University CSE program. The assignments and other resources that I have are shared here.

Language: Python - Size: 399 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 2

ratomidev/Car-Management-System

Car-Management-System

Language: C - Size: 3.91 KB - Last synced: 3 months ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

Refat-web-dev/C-Challenge-Solutions

Welcome to our C programming journey! Join us as we tackle challenges from LeetCode, Codevar, and School 21, exploring algorithms, matrices, pointers, and more. Our dynamic repository updates daily with new solutions. Before diving in, master Bash and compilation basics. Let's conquer C programming together!

Language: C - Size: 16.6 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 1 - Forks: 0

Morozzko/React_Blank_App

Универсальный монорепо для React/Next.js: архитектурные решения, кастомные хуки, полезные инструменты и нативные знания. Ускорьте разработку и создавайте надежные, масштабируемые приложения!

Language: TypeScript - Size: 9.29 MB - Last synced: 15 days ago - Pushed: 4 months ago - Stars: 70 - Forks: 3

gamemann/GLib-Tests

A repository I'm using to learn hashing with GLib.

Language: C - Size: 4.88 KB - Last synced: 11 days ago - Pushed: over 1 year ago - Stars: 15 - Forks: 0

TheCodingRocket/Sinewave

🪀 Beautifully generated SineWave Structures (Yo - yo's)

Language: JavaScript - Size: 20.5 KB - Last synced: 3 months ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

AkshitGupta31/C-Programming-Full

This repository contains about 100 codes which I did while learning C programming so it mainly contains basic and concept building codes.

Language: C - Size: 20.5 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

BrianP490/CS_111

Folder highlighting work using CS concepts such as Variables, Functions, 1D and 2D Arrays, Structures, Typecasting, While loops, For loops, and Output Formatting.

Language: C++ - Size: 780 KB - Last synced: 3 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

karts13/Chronograph

A flexible time-related utility including the timer, world Clock, and stopwatch.

Language: C - Size: 28.3 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

aaditkapoor/CS146

CS146: Data Structures at SJSU (Algorithms By Robert Sedgewick et al)

Language: Java - Size: 34.3 MB - Last synced: 3 months ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

snglrtycrvtureofspce/basics-of-algorithmization-and-programming 📦

Language: C++ - Size: 1.61 GB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 1

La-guajolota/Data-structures-and-algorithms

Data structures and algorithms in C

Language: Jupyter Notebook - Size: 2.02 MB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 1 - Forks: 0

FOGSEC/cosmos Fork of OpenGenus/cosmos

Algorithms that run our universe | Your personal library of every algorithm and data structure code that you will ever encounter | Ask us anything at our forum

Language: Jupyter Notebook - Size: 15.1 MB - Last synced: 4 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

pmarci22/Hataridonaplo-C

To-Do List program written in C using Code Blocks.

Language: C - Size: 72.3 KB - Last synced: 3 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

4nt0ineB/MyLittleCLibrary 📦

MLCL is an ANSI C library gathering things I learnt in college.

Language: C - Size: 8.81 MB - Last synced: 4 months ago - Pushed: 12 months ago - Stars: 1 - Forks: 0

dawidolko/Algorithms-Data-Structures

Tasks studies - laboratory

Language: Java - Size: 472 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 13 - Forks: 2

timothytim812/Laminate_Theory_Analysis_using_Matlab

Language: MATLAB - Size: 130 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

FelixErnst/tRNAdbImport

:package: tRNAdbImport: Importing from to tRNAdb and mitotRNAdb as GRanges

Language: R - Size: 516 KB - Last synced: 4 days ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/array-base

Base (i.e., lower-level) array utilities.

Language: JavaScript - Size: 11.5 MB - Last synced: 12 days ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

jgmdev/lessram

Pure PHP implementation of array data structures that use less memory.

Language: PHP - Size: 126 KB - Last synced: 19 days ago - Pushed: almost 5 years ago - Stars: 19 - Forks: 0

madvasya/oop-2021-lab_1

интересная вводная первая лаба с курса ООП в мифи.

Language: C++ - Size: 25.4 KB - Last synced: 4 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

npjg/self_documenting_struct

Makes the Python struct library more self-documenting

Language: Python - Size: 31.3 KB - Last synced: 6 days ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

fantin-mesny/amapec

Antimicrobial activity prediction for fungal effector candidates

Language: Python - Size: 19.2 MB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

zbraniecki/tinystr

A small ASCII-only bounded length string representation.

Language: Rust - Size: 148 KB - Last synced: 11 days ago - Pushed: over 2 years ago - Stars: 58 - Forks: 9

ProductGuy2/Multiphysics-welding-examples

Hexagon Multiphysics Modeling Solutions Examples for Induction Heating, Welding, and more

Size: 86.9 KB - Last synced: 4 months ago - Pushed: about 1 year ago - Stars: 4 - Forks: 1

Ilushling/DataAlgo

Data Structures and Algorithms

Language: JavaScript - Size: 40 KB - Last synced: 13 days ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

WD40andTape/fieldfun

(MATLAB function) Apply a function to the matching fields of structures.

Language: MATLAB - Size: 167 KB - Last synced: 5 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

taskinsust/Hotel-Management-System

Language: Roff - Size: 50.7 MB - Last synced: 5 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

JMK-WRL/alx-low_level_programming

Alx low_level_programming - C programming language

Language: C - Size: 437 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 2 - Forks: 0

crjacinro/structure-and-interpration-mit

A collection of code snippets in LISP based on the MIT Open Courseware on Structures and Interpretations of Computer Programs.

Language: Scheme - Size: 10.7 KB - Last synced: 5 months ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

husamahmud/alx-low_level_programming

ALX tasks in the context of the C programming language.

Language: C - Size: 656 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 1

bnomei/kirby3-autoid 📦

Automatic unique ID for Pages, Files and Structures including performant helpers to retrieve them. Bonus: Tiny-URL.

Language: PHP - Size: 618 KB - Last synced: 11 days ago - Pushed: over 1 year ago - Stars: 81 - Forks: 9

michaldziuba03/structures

Data structures in pure C++

Language: C++ - Size: 10.7 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

Nkanade/C-Programs

This Repository Contains C Programing Language Interview Programs.

Language: C - Size: 472 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

fabiusspop/DSA

Data Structures & Algorithms | Fundamentals

Size: 694 KB - Last synced: 3 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

JulianMendezw/holbertonschool-low_level_programming

This repository contains programs written for the low-level programming and algorithm track at Holberton School.

Language: C - Size: 373 KB - Last synced: 6 months ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

spencerhiscox/CA-VIII-Basic-Game-Logic-State-Variables-C-

Play a TUI-based variant of a classic dice game

Language: C - Size: 54.7 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 1 - Forks: 0

reomelo/42Porto-so_long

A small 2D game developed with MiniLibx, the graphic library of the 42School.

Language: C - Size: 3.58 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

risahamm/decimal.h

Implementation of our own s21_decimal.h library on C programming language. School team project.

Language: C - Size: 820 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

outOFFspace/AlgoJS

Solutions for the popular interview challenges

Language: JavaScript - Size: 18.6 KB - Last synced: 7 months ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0